.bcq {
  container-type: inline-size;
}

.bcq-1 {
  width: 8.3333333333cqw;
}

.bcq-2 {
  width: 16.6666666667cqw;
}

.bcq-3 {
  width: 25cqw;
}

.bcq-4 {
  width: 33.3333333333cqw;
}

.bcq-5 {
  width: 41.6666666667cqw;
}

.bcq-6 {
  width: 50cqw;
}

.bcq-7 {
  width: 58.3333333333cqw;
}

.bcq-8 {
  width: 66.6666666667cqw;
}

.bcq-9 {
  width: 75cqw;
}

.bcq-10 {
  width: 83.3333333333cqw;
}

.bcq-11 {
  width: 91.6666666667cqw;
}

.bcq-12 {
  width: 100cqw;
}

.bcq-d-inline {
  display: inline !important;
}

.bcq-d-inline-block {
  display: inline-block !important;
}

.bcq-d-block {
  display: block !important;
}

.bcq-d-grid {
  display: grid !important;
}

.bcq-d-inline-grid {
  display: inline-grid !important;
}

.bcq-d-table {
  display: table !important;
}

.bcq-d-table-row {
  display: table-row !important;
}

.bcq-d-table-cell {
  display: table-cell !important;
}

.bcq-d-flex {
  display: flex !important;
}

.bcq-d-inline-flex {
  display: inline-flex !important;
}

.bcq-d-none {
  display: none !important;
}

.bcq-flex-column {
  flex-direction: column !important;
}

.bcq-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.bcq-flex-row {
  flex-direction: row !important;
}

.bcq-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.bcq-text-start {
  text-align: left !important;
}

.bcq-text-end {
  text-align: right !important;
}

.bcq-text-center {
  text-align: center !important;
}

.bcq-float-start {
  float: left !important;
}

.bcq-float-end {
  float: right !important;
}

.bcq-float-none {
  float: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bcq-me-0 {
  margin-right: 0 !important;
}

.bcq-me-1 {
  margin-right: 0.25rem !important;
}

.bcq-me-2 {
  margin-right: 0.5rem !important;
}

.bcq-me-3 {
  margin-right: 1rem !important;
}

.bcq-me-4 {
  margin-right: 1.5rem !important;
}

.bcq-me-5 {
  margin-right: 3rem !important;
}

.bcq-me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.bcq-ms-0 {
  margin-left: 0 !important;
}

.bcq-ms-1 {
  margin-left: 0.25rem !important;
}

.bcq-ms-2 {
  margin-left: 0.5rem !important;
}

.bcq-ms-3 {
  margin-left: 1rem !important;
}

.bcq-ms-4 {
  margin-left: 1.5rem !important;
}

.bcq-ms-5 {
  margin-left: 3rem !important;
}

.bcq-ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bcq-pe-0 {
  padding-right: 0 !important;
}

.bcq-pe-1 {
  padding-right: 0.25rem !important;
}

.bcq-pe-2 {
  padding-right: 0.5rem !important;
}

.bcq-pe-3 {
  padding-right: 1rem !important;
}

.bcq-pe-4 {
  padding-right: 1.5rem !important;
}

.bcq-pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

.bcq-ps-0 {
  padding-left: 0 !important;
}

.bcq-ps-1 {
  padding-left: 0.25rem !important;
}

.bcq-ps-2 {
  padding-left: 0.5rem !important;
}

.bcq-ps-3 {
  padding-left: 1rem !important;
}

.bcq-ps-4 {
  padding-left: 1.5rem !important;
}

.bcq-ps-5 {
  padding-left: 3rem !important;
}

@container (min-width: 30em) {
  .bcq-sm-1 {
    width: 8.3333333333cqw;
  }
  .bcq-sm-2 {
    width: 16.6666666667cqw;
  }
  .bcq-sm-3 {
    width: 25cqw;
  }
  .bcq-sm-4 {
    width: 33.3333333333cqw;
  }
  .bcq-sm-5 {
    width: 41.6666666667cqw;
  }
  .bcq-sm-6 {
    width: 50cqw;
  }
  .bcq-sm-7 {
    width: 58.3333333333cqw;
  }
  .bcq-sm-8 {
    width: 66.6666666667cqw;
  }
  .bcq-sm-9 {
    width: 75cqw;
  }
  .bcq-sm-10 {
    width: 83.3333333333cqw;
  }
  .bcq-sm-11 {
    width: 91.6666666667cqw;
  }
  .bcq-sm-12 {
    width: 100cqw;
  }
  .bcq-d-sm-inline {
    display: inline !important;
  }
  .bcq-d-sm-inline-block {
    display: inline-block !important;
  }
  .bcq-d-sm-block {
    display: block !important;
  }
  .bcq-d-sm-grid {
    display: grid !important;
  }
  .bcq-d-sm-inline-grid {
    display: inline-grid !important;
  }
  .bcq-d-sm-table {
    display: table !important;
  }
  .bcq-d-sm-table-row {
    display: table-row !important;
  }
  .bcq-d-sm-table-cell {
    display: table-cell !important;
  }
  .bcq-d-sm-flex {
    display: flex !important;
  }
  .bcq-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bcq-d-sm-none {
    display: none !important;
  }
  .bcq-flex-sm-column {
    flex-direction: column !important;
  }
  .bcq-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bcq-flex-sm-row {
    flex-direction: row !important;
  }
  .bcq-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bcq-text-sm-start {
    text-align: left !important;
  }
  .bcq-text-sm-end {
    text-align: right !important;
  }
  .bcq-text-sm-center {
    text-align: center !important;
  }
  .bcq-float-sm-start {
    float: left !important;
  }
  .bcq-float-sm-end {
    float: right !important;
  }
  .bcq-float-sm-none {
    float: none !important;
  }
  .bcq-m-sm-0 {
    margin: 0 !important;
  }
  .bcq-m-sm-1 {
    margin: 0.25rem !important;
  }
  .bcq-m-sm-2 {
    margin: 0.5rem !important;
  }
  .bcq-m-sm-3 {
    margin: 1rem !important;
  }
  .bcq-m-sm-4 {
    margin: 1.5rem !important;
  }
  .bcq-m-sm-5 {
    margin: 3rem !important;
  }
  .bcq-m-sm-auto {
    margin: auto !important;
  }
  .bcq-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bcq-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bcq-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bcq-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bcq-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bcq-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bcq-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bcq-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bcq-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bcq-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bcq-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bcq-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bcq-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bcq-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bcq-mt-sm-0 {
    margin-top: 0 !important;
  }
  .bcq-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bcq-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bcq-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bcq-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bcq-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bcq-mt-sm-auto {
    margin-top: auto !important;
  }
  .bcq-me-sm-0 {
    margin-right: 0 !important;
  }
  .bcq-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bcq-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bcq-me-sm-3 {
    margin-right: 1rem !important;
  }
  .bcq-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bcq-me-sm-5 {
    margin-right: 3rem !important;
  }
  .bcq-me-sm-auto {
    margin-right: auto !important;
  }
  .bcq-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bcq-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bcq-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bcq-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bcq-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bcq-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bcq-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bcq-ms-sm-0 {
    margin-left: 0 !important;
  }
  .bcq-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bcq-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bcq-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bcq-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bcq-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bcq-ms-sm-auto {
    margin-left: auto !important;
  }
  .bcq-p-sm-0 {
    padding: 0 !important;
  }
  .bcq-p-sm-1 {
    padding: 0.25rem !important;
  }
  .bcq-p-sm-2 {
    padding: 0.5rem !important;
  }
  .bcq-p-sm-3 {
    padding: 1rem !important;
  }
  .bcq-p-sm-4 {
    padding: 1.5rem !important;
  }
  .bcq-p-sm-5 {
    padding: 3rem !important;
  }
  .bcq-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bcq-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bcq-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bcq-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bcq-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bcq-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bcq-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bcq-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bcq-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bcq-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bcq-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bcq-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bcq-pt-sm-0 {
    padding-top: 0 !important;
  }
  .bcq-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bcq-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bcq-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bcq-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bcq-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bcq-pe-sm-0 {
    padding-right: 0 !important;
  }
  .bcq-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bcq-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bcq-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bcq-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bcq-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bcq-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bcq-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bcq-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bcq-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bcq-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bcq-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bcq-ps-sm-0 {
    padding-left: 0 !important;
  }
  .bcq-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bcq-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bcq-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bcq-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bcq-ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@container (min-width: 48em) {
  .bcq-md-1 {
    width: 8.3333333333cqw;
  }
  .bcq-md-2 {
    width: 16.6666666667cqw;
  }
  .bcq-md-3 {
    width: 25cqw;
  }
  .bcq-md-4 {
    width: 33.3333333333cqw;
  }
  .bcq-md-5 {
    width: 41.6666666667cqw;
  }
  .bcq-md-6 {
    width: 50cqw;
  }
  .bcq-md-7 {
    width: 58.3333333333cqw;
  }
  .bcq-md-8 {
    width: 66.6666666667cqw;
  }
  .bcq-md-9 {
    width: 75cqw;
  }
  .bcq-md-10 {
    width: 83.3333333333cqw;
  }
  .bcq-md-11 {
    width: 91.6666666667cqw;
  }
  .bcq-md-12 {
    width: 100cqw;
  }
  .bcq-d-md-inline {
    display: inline !important;
  }
  .bcq-d-md-inline-block {
    display: inline-block !important;
  }
  .bcq-d-md-block {
    display: block !important;
  }
  .bcq-d-md-grid {
    display: grid !important;
  }
  .bcq-d-md-inline-grid {
    display: inline-grid !important;
  }
  .bcq-d-md-table {
    display: table !important;
  }
  .bcq-d-md-table-row {
    display: table-row !important;
  }
  .bcq-d-md-table-cell {
    display: table-cell !important;
  }
  .bcq-d-md-flex {
    display: flex !important;
  }
  .bcq-d-md-inline-flex {
    display: inline-flex !important;
  }
  .bcq-d-md-none {
    display: none !important;
  }
  .bcq-flex-md-column {
    flex-direction: column !important;
  }
  .bcq-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bcq-flex-md-row {
    flex-direction: row !important;
  }
  .bcq-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bcq-text-md-start {
    text-align: left !important;
  }
  .bcq-text-md-end {
    text-align: right !important;
  }
  .bcq-text-md-center {
    text-align: center !important;
  }
  .bcq-float-md-start {
    float: left !important;
  }
  .bcq-float-md-end {
    float: right !important;
  }
  .bcq-float-md-none {
    float: none !important;
  }
  .bcq-m-md-0 {
    margin: 0 !important;
  }
  .bcq-m-md-1 {
    margin: 0.25rem !important;
  }
  .bcq-m-md-2 {
    margin: 0.5rem !important;
  }
  .bcq-m-md-3 {
    margin: 1rem !important;
  }
  .bcq-m-md-4 {
    margin: 1.5rem !important;
  }
  .bcq-m-md-5 {
    margin: 3rem !important;
  }
  .bcq-m-md-auto {
    margin: auto !important;
  }
  .bcq-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bcq-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bcq-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bcq-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bcq-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bcq-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bcq-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bcq-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bcq-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bcq-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bcq-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bcq-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bcq-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bcq-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bcq-mt-md-0 {
    margin-top: 0 !important;
  }
  .bcq-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bcq-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bcq-mt-md-3 {
    margin-top: 1rem !important;
  }
  .bcq-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bcq-mt-md-5 {
    margin-top: 3rem !important;
  }
  .bcq-mt-md-auto {
    margin-top: auto !important;
  }
  .bcq-me-md-0 {
    margin-right: 0 !important;
  }
  .bcq-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bcq-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bcq-me-md-3 {
    margin-right: 1rem !important;
  }
  .bcq-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bcq-me-md-5 {
    margin-right: 3rem !important;
  }
  .bcq-me-md-auto {
    margin-right: auto !important;
  }
  .bcq-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bcq-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bcq-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bcq-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bcq-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bcq-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bcq-mb-md-auto {
    margin-bottom: auto !important;
  }
  .bcq-ms-md-0 {
    margin-left: 0 !important;
  }
  .bcq-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bcq-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bcq-ms-md-3 {
    margin-left: 1rem !important;
  }
  .bcq-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bcq-ms-md-5 {
    margin-left: 3rem !important;
  }
  .bcq-ms-md-auto {
    margin-left: auto !important;
  }
  .bcq-p-md-0 {
    padding: 0 !important;
  }
  .bcq-p-md-1 {
    padding: 0.25rem !important;
  }
  .bcq-p-md-2 {
    padding: 0.5rem !important;
  }
  .bcq-p-md-3 {
    padding: 1rem !important;
  }
  .bcq-p-md-4 {
    padding: 1.5rem !important;
  }
  .bcq-p-md-5 {
    padding: 3rem !important;
  }
  .bcq-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bcq-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bcq-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bcq-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bcq-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bcq-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bcq-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bcq-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bcq-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bcq-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bcq-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bcq-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bcq-pt-md-0 {
    padding-top: 0 !important;
  }
  .bcq-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bcq-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bcq-pt-md-3 {
    padding-top: 1rem !important;
  }
  .bcq-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bcq-pt-md-5 {
    padding-top: 3rem !important;
  }
  .bcq-pe-md-0 {
    padding-right: 0 !important;
  }
  .bcq-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bcq-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bcq-pe-md-3 {
    padding-right: 1rem !important;
  }
  .bcq-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bcq-pe-md-5 {
    padding-right: 3rem !important;
  }
  .bcq-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bcq-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bcq-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bcq-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bcq-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bcq-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bcq-ps-md-0 {
    padding-left: 0 !important;
  }
  .bcq-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bcq-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bcq-ps-md-3 {
    padding-left: 1rem !important;
  }
  .bcq-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bcq-ps-md-5 {
    padding-left: 3rem !important;
  }
}
@container (min-width: 62em) {
  .bcq-lg-1 {
    width: 8.3333333333cqw;
  }
  .bcq-lg-2 {
    width: 16.6666666667cqw;
  }
  .bcq-lg-3 {
    width: 25cqw;
  }
  .bcq-lg-4 {
    width: 33.3333333333cqw;
  }
  .bcq-lg-5 {
    width: 41.6666666667cqw;
  }
  .bcq-lg-6 {
    width: 50cqw;
  }
  .bcq-lg-7 {
    width: 58.3333333333cqw;
  }
  .bcq-lg-8 {
    width: 66.6666666667cqw;
  }
  .bcq-lg-9 {
    width: 75cqw;
  }
  .bcq-lg-10 {
    width: 83.3333333333cqw;
  }
  .bcq-lg-11 {
    width: 91.6666666667cqw;
  }
  .bcq-lg-12 {
    width: 100cqw;
  }
  .bcq-d-lg-inline {
    display: inline !important;
  }
  .bcq-d-lg-inline-block {
    display: inline-block !important;
  }
  .bcq-d-lg-block {
    display: block !important;
  }
  .bcq-d-lg-grid {
    display: grid !important;
  }
  .bcq-d-lg-inline-grid {
    display: inline-grid !important;
  }
  .bcq-d-lg-table {
    display: table !important;
  }
  .bcq-d-lg-table-row {
    display: table-row !important;
  }
  .bcq-d-lg-table-cell {
    display: table-cell !important;
  }
  .bcq-d-lg-flex {
    display: flex !important;
  }
  .bcq-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bcq-d-lg-none {
    display: none !important;
  }
  .bcq-flex-lg-column {
    flex-direction: column !important;
  }
  .bcq-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bcq-flex-lg-row {
    flex-direction: row !important;
  }
  .bcq-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bcq-text-lg-start {
    text-align: left !important;
  }
  .bcq-text-lg-end {
    text-align: right !important;
  }
  .bcq-text-lg-center {
    text-align: center !important;
  }
  .bcq-float-lg-start {
    float: left !important;
  }
  .bcq-float-lg-end {
    float: right !important;
  }
  .bcq-float-lg-none {
    float: none !important;
  }
  .bcq-m-lg-0 {
    margin: 0 !important;
  }
  .bcq-m-lg-1 {
    margin: 0.25rem !important;
  }
  .bcq-m-lg-2 {
    margin: 0.5rem !important;
  }
  .bcq-m-lg-3 {
    margin: 1rem !important;
  }
  .bcq-m-lg-4 {
    margin: 1.5rem !important;
  }
  .bcq-m-lg-5 {
    margin: 3rem !important;
  }
  .bcq-m-lg-auto {
    margin: auto !important;
  }
  .bcq-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bcq-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bcq-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bcq-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bcq-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bcq-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bcq-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bcq-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bcq-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bcq-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bcq-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bcq-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bcq-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bcq-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bcq-mt-lg-0 {
    margin-top: 0 !important;
  }
  .bcq-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bcq-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bcq-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bcq-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bcq-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bcq-mt-lg-auto {
    margin-top: auto !important;
  }
  .bcq-me-lg-0 {
    margin-right: 0 !important;
  }
  .bcq-me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bcq-me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bcq-me-lg-3 {
    margin-right: 1rem !important;
  }
  .bcq-me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bcq-me-lg-5 {
    margin-right: 3rem !important;
  }
  .bcq-me-lg-auto {
    margin-right: auto !important;
  }
  .bcq-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bcq-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bcq-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bcq-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bcq-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bcq-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bcq-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bcq-ms-lg-0 {
    margin-left: 0 !important;
  }
  .bcq-ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bcq-ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bcq-ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bcq-ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bcq-ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bcq-ms-lg-auto {
    margin-left: auto !important;
  }
  .bcq-p-lg-0 {
    padding: 0 !important;
  }
  .bcq-p-lg-1 {
    padding: 0.25rem !important;
  }
  .bcq-p-lg-2 {
    padding: 0.5rem !important;
  }
  .bcq-p-lg-3 {
    padding: 1rem !important;
  }
  .bcq-p-lg-4 {
    padding: 1.5rem !important;
  }
  .bcq-p-lg-5 {
    padding: 3rem !important;
  }
  .bcq-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bcq-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bcq-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bcq-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bcq-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bcq-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bcq-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bcq-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bcq-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bcq-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bcq-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bcq-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bcq-pt-lg-0 {
    padding-top: 0 !important;
  }
  .bcq-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bcq-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bcq-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bcq-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bcq-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bcq-pe-lg-0 {
    padding-right: 0 !important;
  }
  .bcq-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bcq-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bcq-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bcq-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bcq-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bcq-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bcq-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bcq-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bcq-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bcq-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bcq-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bcq-ps-lg-0 {
    padding-left: 0 !important;
  }
  .bcq-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bcq-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bcq-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bcq-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bcq-ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@container (min-width: 75em) {
  .bcq-xl-1 {
    width: 8.3333333333cqw;
  }
  .bcq-xl-2 {
    width: 16.6666666667cqw;
  }
  .bcq-xl-3 {
    width: 25cqw;
  }
  .bcq-xl-4 {
    width: 33.3333333333cqw;
  }
  .bcq-xl-5 {
    width: 41.6666666667cqw;
  }
  .bcq-xl-6 {
    width: 50cqw;
  }
  .bcq-xl-7 {
    width: 58.3333333333cqw;
  }
  .bcq-xl-8 {
    width: 66.6666666667cqw;
  }
  .bcq-xl-9 {
    width: 75cqw;
  }
  .bcq-xl-10 {
    width: 83.3333333333cqw;
  }
  .bcq-xl-11 {
    width: 91.6666666667cqw;
  }
  .bcq-xl-12 {
    width: 100cqw;
  }
  .bcq-d-xl-inline {
    display: inline !important;
  }
  .bcq-d-xl-inline-block {
    display: inline-block !important;
  }
  .bcq-d-xl-block {
    display: block !important;
  }
  .bcq-d-xl-grid {
    display: grid !important;
  }
  .bcq-d-xl-inline-grid {
    display: inline-grid !important;
  }
  .bcq-d-xl-table {
    display: table !important;
  }
  .bcq-d-xl-table-row {
    display: table-row !important;
  }
  .bcq-d-xl-table-cell {
    display: table-cell !important;
  }
  .bcq-d-xl-flex {
    display: flex !important;
  }
  .bcq-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bcq-d-xl-none {
    display: none !important;
  }
  .bcq-flex-xl-column {
    flex-direction: column !important;
  }
  .bcq-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bcq-flex-xl-row {
    flex-direction: row !important;
  }
  .bcq-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bcq-text-xl-start {
    text-align: left !important;
  }
  .bcq-text-xl-end {
    text-align: right !important;
  }
  .bcq-text-xl-center {
    text-align: center !important;
  }
  .bcq-float-xl-start {
    float: left !important;
  }
  .bcq-float-xl-end {
    float: right !important;
  }
  .bcq-float-xl-none {
    float: none !important;
  }
  .bcq-m-xl-0 {
    margin: 0 !important;
  }
  .bcq-m-xl-1 {
    margin: 0.25rem !important;
  }
  .bcq-m-xl-2 {
    margin: 0.5rem !important;
  }
  .bcq-m-xl-3 {
    margin: 1rem !important;
  }
  .bcq-m-xl-4 {
    margin: 1.5rem !important;
  }
  .bcq-m-xl-5 {
    margin: 3rem !important;
  }
  .bcq-m-xl-auto {
    margin: auto !important;
  }
  .bcq-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bcq-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bcq-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bcq-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bcq-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bcq-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bcq-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bcq-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bcq-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bcq-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bcq-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bcq-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bcq-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bcq-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bcq-mt-xl-0 {
    margin-top: 0 !important;
  }
  .bcq-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bcq-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bcq-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bcq-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bcq-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bcq-mt-xl-auto {
    margin-top: auto !important;
  }
  .bcq-me-xl-0 {
    margin-right: 0 !important;
  }
  .bcq-me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bcq-me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bcq-me-xl-3 {
    margin-right: 1rem !important;
  }
  .bcq-me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bcq-me-xl-5 {
    margin-right: 3rem !important;
  }
  .bcq-me-xl-auto {
    margin-right: auto !important;
  }
  .bcq-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bcq-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bcq-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bcq-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bcq-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bcq-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bcq-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bcq-ms-xl-0 {
    margin-left: 0 !important;
  }
  .bcq-ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bcq-ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bcq-ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bcq-ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bcq-ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bcq-ms-xl-auto {
    margin-left: auto !important;
  }
  .bcq-p-xl-0 {
    padding: 0 !important;
  }
  .bcq-p-xl-1 {
    padding: 0.25rem !important;
  }
  .bcq-p-xl-2 {
    padding: 0.5rem !important;
  }
  .bcq-p-xl-3 {
    padding: 1rem !important;
  }
  .bcq-p-xl-4 {
    padding: 1.5rem !important;
  }
  .bcq-p-xl-5 {
    padding: 3rem !important;
  }
  .bcq-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bcq-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bcq-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bcq-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bcq-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bcq-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bcq-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bcq-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bcq-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bcq-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bcq-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bcq-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bcq-pt-xl-0 {
    padding-top: 0 !important;
  }
  .bcq-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bcq-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bcq-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bcq-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bcq-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bcq-pe-xl-0 {
    padding-right: 0 !important;
  }
  .bcq-pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bcq-pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bcq-pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bcq-pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bcq-pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bcq-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bcq-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bcq-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bcq-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bcq-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bcq-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bcq-ps-xl-0 {
    padding-left: 0 !important;
  }
  .bcq-ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bcq-ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bcq-ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bcq-ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bcq-ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@container (min-width: 90em) {
  .bcq-xxl-1 {
    width: 8.3333333333cqw;
  }
  .bcq-xxl-2 {
    width: 16.6666666667cqw;
  }
  .bcq-xxl-3 {
    width: 25cqw;
  }
  .bcq-xxl-4 {
    width: 33.3333333333cqw;
  }
  .bcq-xxl-5 {
    width: 41.6666666667cqw;
  }
  .bcq-xxl-6 {
    width: 50cqw;
  }
  .bcq-xxl-7 {
    width: 58.3333333333cqw;
  }
  .bcq-xxl-8 {
    width: 66.6666666667cqw;
  }
  .bcq-xxl-9 {
    width: 75cqw;
  }
  .bcq-xxl-10 {
    width: 83.3333333333cqw;
  }
  .bcq-xxl-11 {
    width: 91.6666666667cqw;
  }
  .bcq-xxl-12 {
    width: 100cqw;
  }
  .bcq-d-xxl-inline {
    display: inline !important;
  }
  .bcq-d-xxl-inline-block {
    display: inline-block !important;
  }
  .bcq-d-xxl-block {
    display: block !important;
  }
  .bcq-d-xxl-grid {
    display: grid !important;
  }
  .bcq-d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .bcq-d-xxl-table {
    display: table !important;
  }
  .bcq-d-xxl-table-row {
    display: table-row !important;
  }
  .bcq-d-xxl-table-cell {
    display: table-cell !important;
  }
  .bcq-d-xxl-flex {
    display: flex !important;
  }
  .bcq-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bcq-d-xxl-none {
    display: none !important;
  }
  .bcq-flex-xxl-column {
    flex-direction: column !important;
  }
  .bcq-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bcq-flex-xxl-row {
    flex-direction: row !important;
  }
  .bcq-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bcq-text-xxl-start {
    text-align: left !important;
  }
  .bcq-text-xxl-end {
    text-align: right !important;
  }
  .bcq-text-xxl-center {
    text-align: center !important;
  }
  .bcq-float-xxl-start {
    float: left !important;
  }
  .bcq-float-xxl-end {
    float: right !important;
  }
  .bcq-float-xxl-none {
    float: none !important;
  }
  .bcq-m-xxl-0 {
    margin: 0 !important;
  }
  .bcq-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bcq-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bcq-m-xxl-3 {
    margin: 1rem !important;
  }
  .bcq-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bcq-m-xxl-5 {
    margin: 3rem !important;
  }
  .bcq-m-xxl-auto {
    margin: auto !important;
  }
  .bcq-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bcq-mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bcq-mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bcq-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bcq-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bcq-mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bcq-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bcq-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bcq-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bcq-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bcq-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bcq-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bcq-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bcq-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bcq-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bcq-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bcq-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bcq-mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bcq-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bcq-mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bcq-mt-xxl-auto {
    margin-top: auto !important;
  }
  .bcq-me-xxl-0 {
    margin-right: 0 !important;
  }
  .bcq-me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bcq-me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bcq-me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bcq-me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bcq-me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bcq-me-xxl-auto {
    margin-right: auto !important;
  }
  .bcq-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bcq-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bcq-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bcq-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bcq-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bcq-mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bcq-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bcq-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bcq-ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bcq-ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bcq-ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bcq-ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bcq-ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bcq-ms-xxl-auto {
    margin-left: auto !important;
  }
  .bcq-p-xxl-0 {
    padding: 0 !important;
  }
  .bcq-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bcq-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bcq-p-xxl-3 {
    padding: 1rem !important;
  }
  .bcq-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bcq-p-xxl-5 {
    padding: 3rem !important;
  }
  .bcq-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bcq-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bcq-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bcq-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bcq-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bcq-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bcq-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bcq-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bcq-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bcq-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bcq-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bcq-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bcq-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bcq-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bcq-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bcq-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bcq-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bcq-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bcq-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bcq-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bcq-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bcq-pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bcq-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bcq-pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bcq-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bcq-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bcq-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bcq-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bcq-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bcq-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bcq-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bcq-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bcq-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bcq-ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bcq-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bcq-ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

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