/* SP: 〜440px */
@media (max-width: 440px) {
  .only-sp {
    display: block !important;
  }

  .hide-sp {
    display: none !important;
  }
}

@media (min-width: 441px) {
  .only-sp {
    display: none !important;
  }

  .hide-sp {
    display: block !important;
  }
}

/* TAB: 441px〜834px */
@media (min-width: 441px) and (max-width: 834px) {
  .only-tab {
    display: block !important;
  }

  .hide-tab {
    display: none !important;
  }
}

@media (max-width: 440px),
(min-width: 835px) {
  .only-tab {
    display: none !important;
  }

  .hide-tab {
    display: block !important;
  }
}

/* PC: 835px〜 */
@media (min-width: 835px) {
  .only-pc {
    display: block !important;
  }

  .hide-pc {
    display: none !important;
  }
}

@media (max-width: 834px) {
  .only-pc {
    display: none !important;
  }

  .hide-pc {
    display: block !important;
  }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.5em !important;
}

.m-1 {
  margin: 0.5em !important;
}

.pt-1 {
  padding-top: 0.5em !important;
}

.mt-1 {
  margin-top: 0.5em !important;
}

.pb-1 {
  padding-bottom: 0.5em !important;
}

.mb-1 {
  margin-bottom: 0.5em !important;
}

.ps-1 {
  padding-left: 0.5em !important;
}

.ms-1 {
  margin-left: 0.5em !important;
}

.pe-1 {
  padding-right: 0.5em !important;
}

.me-1 {
  margin-right: 0.5em !important;
}

.px-1 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.mx-1 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.p-2 {
  padding: 1.0em !important;
}

.m-2 {
  margin: 1.0em !important;
}

.pt-2 {
  padding-top: 1.0em !important;
}

.mt-2 {
  margin-top: 1.0em !important;
}

.pb-2 {
  padding-bottom: 1.0em !important;
}

.mb-2 {
  margin-bottom: 1.0em !important;
}

.ps-2 {
  padding-left: 1.0em !important;
}

.ms-2 {
  margin-left: 1.0em !important;
}

.pe-2 {
  padding-right: 1.0em !important;
}

.me-2 {
  margin-right: 1.0em !important;
}

.px-2 {
  padding-left: 1.0em !important;
  padding-right: 1.0em !important;
}

.mx-2 {
  margin-left: 1.0em !important;
  margin-right: 1.0em !important;
}

.py-2 {
  padding-top: 1.0em !important;
  padding-bottom: 1.0em !important;
}

.my-2 {
  margin-top: 1.0em !important;
  margin-bottom: 1.0em !important;
}

.p-3 {
  padding: 1.5em !important;
}

.m-3 {
  margin: 1.5em !important;
}

.pt-3 {
  padding-top: 1.5em !important;
}

.mt-3 {
  margin-top: 1.5em !important;
}

.pb-3 {
  padding-bottom: 1.5em !important;
}

.mb-3 {
  margin-bottom: 1.5em !important;
}

.ps-3 {
  padding-left: 1.5em !important;
}

.ms-3 {
  margin-left: 1.5em !important;
}

.pe-3 {
  padding-right: 1.5em !important;
}

.me-3 {
  margin-right: 1.5em !important;
}

.px-3 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.mx-3 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.py-3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.p-4 {
  padding: 2.0em !important;
}

.m-4 {
  margin: 2.0em !important;
}

.pt-4 {
  padding-top: 2.0em !important;
}

.mt-4 {
  margin-top: 2.0em !important;
}

.pb-4 {
  padding-bottom: 2.0em !important;
}

.mb-4 {
  margin-bottom: 2.0em !important;
}

.ps-4 {
  padding-left: 2.0em !important;
}

.ms-4 {
  margin-left: 2.0em !important;
}

.pe-4 {
  padding-right: 2.0em !important;
}

.me-4 {
  margin-right: 2.0em !important;
}

.px-4 {
  padding-left: 2.0em !important;
  padding-right: 2.0em !important;
}

.mx-4 {
  margin-left: 2.0em !important;
  margin-right: 2.0em !important;
}

.py-4 {
  padding-top: 2.0em !important;
  padding-bottom: 2.0em !important;
}

.my-4 {
  margin-top: 2.0em !important;
  margin-bottom: 2.0em !important;
}

.p-5 {
  padding: 2.5em !important;
}

.m-5 {
  margin: 2.5em !important;
}

.pt-5 {
  padding-top: 2.5em !important;
}

.mt-5 {
  margin-top: 2.5em !important;
}

.pb-5 {
  padding-bottom: 2.5em !important;
}

.mb-5 {
  margin-bottom: 2.5em !important;
}

.ps-5 {
  padding-left: 2.5em !important;
}

.ms-5 {
  margin-left: 2.5em !important;
}

.pe-5 {
  padding-right: 2.5em !important;
}

.me-5 {
  margin-right: 2.5em !important;
}

.px-5 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}

.mx-5 {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.py-5 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.my-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.p-6 {
  padding: 3.0em !important;
}

.m-6 {
  margin: 3.0em !important;
}

.pt-6 {
  padding-top: 3.0em !important;
}

.mt-6 {
  margin-top: 3.0em !important;
}

.pb-6 {
  padding-bottom: 3.0em !important;
}

.mb-6 {
  margin-bottom: 3.0em !important;
}

.ps-6 {
  padding-left: 3.0em !important;
}

.ms-6 {
  margin-left: 3.0em !important;
}

.pe-6 {
  padding-right: 3.0em !important;
}

.me-6 {
  margin-right: 3.0em !important;
}

.px-6 {
  padding-left: 3.0em !important;
  padding-right: 3.0em !important;
}

.mx-6 {
  margin-left: 3.0em !important;
  margin-right: 3.0em !important;
}

.py-6 {
  padding-top: 3.0em !important;
  padding-bottom: 3.0em !important;
}

.my-6 {
  margin-top: 3.0em !important;
  margin-bottom: 3.0em !important;
}

.p-7 {
  padding: 3.5em !important;
}

.m-7 {
  margin: 3.5em !important;
}

.pt-7 {
  padding-top: 3.5em !important;
}

.mt-7 {
  margin-top: 3.5em !important;
}

.pb-7 {
  padding-bottom: 3.5em !important;
}

.mb-7 {
  margin-bottom: 3.5em !important;
}

.ps-7 {
  padding-left: 3.5em !important;
}

.ms-7 {
  margin-left: 3.5em !important;
}

.pe-7 {
  padding-right: 3.5em !important;
}

.me-7 {
  margin-right: 3.5em !important;
}

.px-7 {
  padding-left: 3.5em !important;
  padding-right: 3.5em !important;
}

.mx-7 {
  margin-left: 3.5em !important;
  margin-right: 3.5em !important;
}

.py-7 {
  padding-top: 3.5em !important;
  padding-bottom: 3.5em !important;
}

.my-7 {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.p-8 {
  padding: 4.0em !important;
}

.m-8 {
  margin: 4.0em !important;
}

.pt-8 {
  padding-top: 4.0em !important;
}

.mt-8 {
  margin-top: 4.0em !important;
}

.pb-8 {
  padding-bottom: 4.0em !important;
}

.mb-8 {
  margin-bottom: 4.0em !important;
}

.ps-8 {
  padding-left: 4.0em !important;
}

.ms-8 {
  margin-left: 4.0em !important;
}

.pe-8 {
  padding-right: 4.0em !important;
}

.me-8 {
  margin-right: 4.0em !important;
}

.px-8 {
  padding-left: 4.0em !important;
  padding-right: 4.0em !important;
}

.mx-8 {
  margin-left: 4.0em !important;
  margin-right: 4.0em !important;
}

.py-8 {
  padding-top: 4.0em !important;
  padding-bottom: 4.0em !important;
}

.my-8 {
  margin-top: 4.0em !important;
  margin-bottom: 4.0em !important;
}

@media (min-width: 440px) {
  .p-sm-0 {
    padding: 0.0em !important;
  }

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0.0em !important;
  }

  .ms-sm-0 {
    margin-left: 0.0em !important;
  }

  .pe-sm-0 {
    padding-right: 0.0em !important;
  }

  .me-sm-0 {
    margin-right: 0.0em !important;
  }

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

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

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

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

  .p-sm-1 {
    padding: 0.5em !important;
  }

  .m-sm-1 {
    margin: 0.5em !important;
  }

  .pt-sm-1 {
    padding-top: 0.5em !important;
  }

  .mt-sm-1 {
    margin-top: 0.5em !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.5em !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.5em !important;
  }

  .ps-sm-1 {
    padding-left: 0.5em !important;
  }

  .ms-sm-1 {
    margin-left: 0.5em !important;
  }

  .pe-sm-1 {
    padding-right: 0.5em !important;
  }

  .me-sm-1 {
    margin-right: 0.5em !important;
  }

  .px-sm-1 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .mx-sm-1 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }

  .py-sm-1 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .my-sm-1 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .p-sm-2 {
    padding: 1.0em !important;
  }

  .m-sm-2 {
    margin: 1.0em !important;
  }

  .pt-sm-2 {
    padding-top: 1.0em !important;
  }

  .mt-sm-2 {
    margin-top: 1.0em !important;
  }

  .pb-sm-2 {
    padding-bottom: 1.0em !important;
  }

  .mb-sm-2 {
    margin-bottom: 1.0em !important;
  }

  .ps-sm-2 {
    padding-left: 1.0em !important;
  }

  .ms-sm-2 {
    margin-left: 1.0em !important;
  }

  .pe-sm-2 {
    padding-right: 1.0em !important;
  }

  .me-sm-2 {
    margin-right: 1.0em !important;
  }

  .px-sm-2 {
    padding-left: 1.0em !important;
    padding-right: 1.0em !important;
  }

  .mx-sm-2 {
    margin-left: 1.0em !important;
    margin-right: 1.0em !important;
  }

  .py-sm-2 {
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
  }

  .my-sm-2 {
    margin-top: 1.0em !important;
    margin-bottom: 1.0em !important;
  }

  .p-sm-3 {
    padding: 1.5em !important;
  }

  .m-sm-3 {
    margin: 1.5em !important;
  }

  .pt-sm-3 {
    padding-top: 1.5em !important;
  }

  .mt-sm-3 {
    margin-top: 1.5em !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5em !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.5em !important;
  }

  .ps-sm-3 {
    padding-left: 1.5em !important;
  }

  .ms-sm-3 {
    margin-left: 1.5em !important;
  }

  .pe-sm-3 {
    padding-right: 1.5em !important;
  }

  .me-sm-3 {
    margin-right: 1.5em !important;
  }

  .px-sm-3 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .mx-sm-3 {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .py-sm-3 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .my-sm-3 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .p-sm-4 {
    padding: 2.0em !important;
  }

  .m-sm-4 {
    margin: 2.0em !important;
  }

  .pt-sm-4 {
    padding-top: 2.0em !important;
  }

  .mt-sm-4 {
    margin-top: 2.0em !important;
  }

  .pb-sm-4 {
    padding-bottom: 2.0em !important;
  }

  .mb-sm-4 {
    margin-bottom: 2.0em !important;
  }

  .ps-sm-4 {
    padding-left: 2.0em !important;
  }

  .ms-sm-4 {
    margin-left: 2.0em !important;
  }

  .pe-sm-4 {
    padding-right: 2.0em !important;
  }

  .me-sm-4 {
    margin-right: 2.0em !important;
  }

  .px-sm-4 {
    padding-left: 2.0em !important;
    padding-right: 2.0em !important;
  }

  .mx-sm-4 {
    margin-left: 2.0em !important;
    margin-right: 2.0em !important;
  }

  .py-sm-4 {
    padding-top: 2.0em !important;
    padding-bottom: 2.0em !important;
  }

  .my-sm-4 {
    margin-top: 2.0em !important;
    margin-bottom: 2.0em !important;
  }

  .p-sm-5 {
    padding: 2.5em !important;
  }

  .m-sm-5 {
    margin: 2.5em !important;
  }

  .pt-sm-5 {
    padding-top: 2.5em !important;
  }

  .mt-sm-5 {
    margin-top: 2.5em !important;
  }

  .pb-sm-5 {
    padding-bottom: 2.5em !important;
  }

  .mb-sm-5 {
    margin-bottom: 2.5em !important;
  }

  .ps-sm-5 {
    padding-left: 2.5em !important;
  }

  .ms-sm-5 {
    margin-left: 2.5em !important;
  }

  .pe-sm-5 {
    padding-right: 2.5em !important;
  }

  .me-sm-5 {
    margin-right: 2.5em !important;
  }

  .px-sm-5 {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }

  .mx-sm-5 {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }

  .py-sm-5 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }

  .my-sm-5 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }

  .p-sm-6 {
    padding: 3.0em !important;
  }

  .m-sm-6 {
    margin: 3.0em !important;
  }

  .pt-sm-6 {
    padding-top: 3.0em !important;
  }

  .mt-sm-6 {
    margin-top: 3.0em !important;
  }

  .pb-sm-6 {
    padding-bottom: 3.0em !important;
  }

  .mb-sm-6 {
    margin-bottom: 3.0em !important;
  }

  .ps-sm-6 {
    padding-left: 3.0em !important;
  }

  .ms-sm-6 {
    margin-left: 3.0em !important;
  }

  .pe-sm-6 {
    padding-right: 3.0em !important;
  }

  .me-sm-6 {
    margin-right: 3.0em !important;
  }

  .px-sm-6 {
    padding-left: 3.0em !important;
    padding-right: 3.0em !important;
  }

  .mx-sm-6 {
    margin-left: 3.0em !important;
    margin-right: 3.0em !important;
  }

  .py-sm-6 {
    padding-top: 3.0em !important;
    padding-bottom: 3.0em !important;
  }

  .my-sm-6 {
    margin-top: 3.0em !important;
    margin-bottom: 3.0em !important;
  }

  .p-sm-7 {
    padding: 3.5em !important;
  }

  .m-sm-7 {
    margin: 3.5em !important;
  }

  .pt-sm-7 {
    padding-top: 3.5em !important;
  }

  .mt-sm-7 {
    margin-top: 3.5em !important;
  }

  .pb-sm-7 {
    padding-bottom: 3.5em !important;
  }

  .mb-sm-7 {
    margin-bottom: 3.5em !important;
  }

  .ps-sm-7 {
    padding-left: 3.5em !important;
  }

  .ms-sm-7 {
    margin-left: 3.5em !important;
  }

  .pe-sm-7 {
    padding-right: 3.5em !important;
  }

  .me-sm-7 {
    margin-right: 3.5em !important;
  }

  .px-sm-7 {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }

  .mx-sm-7 {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }

  .py-sm-7 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }

  .my-sm-7 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }

  .p-sm-8 {
    padding: 4.0em !important;
  }

  .m-sm-8 {
    margin: 4.0em !important;
  }

  .pt-sm-8 {
    padding-top: 4.0em !important;
  }

  .mt-sm-8 {
    margin-top: 4.0em !important;
  }

  .pb-sm-8 {
    padding-bottom: 4.0em !important;
  }

  .mb-sm-8 {
    margin-bottom: 4.0em !important;
  }

  .ps-sm-8 {
    padding-left: 4.0em !important;
  }

  .ms-sm-8 {
    margin-left: 4.0em !important;
  }

  .pe-sm-8 {
    padding-right: 4.0em !important;
  }

  .me-sm-8 {
    margin-right: 4.0em !important;
  }

  .px-sm-8 {
    padding-left: 4.0em !important;
    padding-right: 4.0em !important;
  }

  .mx-sm-8 {
    margin-left: 4.0em !important;
    margin-right: 4.0em !important;
  }

  .py-sm-8 {
    padding-top: 4.0em !important;
    padding-bottom: 4.0em !important;
  }

  .my-sm-8 {
    margin-top: 4.0em !important;
    margin-bottom: 4.0em !important;
  }
}

@media (min-width: 834px) {
  .p-md-0 {
    padding: 0.0em !important;
  }

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0.0em !important;
  }

  .ms-md-0 {
    margin-left: 0.0em !important;
  }

  .pe-md-0 {
    padding-right: 0.0em !important;
  }

  .me-md-0 {
    margin-right: 0.0em !important;
  }

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

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

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

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

  .p-md-1 {
    padding: 0.5em !important;
  }

  .m-md-1 {
    margin: 0.5em !important;
  }

  .pt-md-1 {
    padding-top: 0.5em !important;
  }

  .mt-md-1 {
    margin-top: 0.5em !important;
  }

  .pb-md-1 {
    padding-bottom: 0.5em !important;
  }

  .mb-md-1 {
    margin-bottom: 0.5em !important;
  }

  .ps-md-1 {
    padding-left: 0.5em !important;
  }

  .ms-md-1 {
    margin-left: 0.5em !important;
  }

  .pe-md-1 {
    padding-right: 0.5em !important;
  }

  .me-md-1 {
    margin-right: 0.5em !important;
  }

  .px-md-1 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .mx-md-1 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }

  .py-md-1 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .my-md-1 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .p-md-2 {
    padding: 1.0em !important;
  }

  .m-md-2 {
    margin: 1.0em !important;
  }

  .pt-md-2 {
    padding-top: 1.0em !important;
  }

  .mt-md-2 {
    margin-top: 1.0em !important;
  }

  .pb-md-2 {
    padding-bottom: 1.0em !important;
  }

  .mb-md-2 {
    margin-bottom: 1.0em !important;
  }

  .ps-md-2 {
    padding-left: 1.0em !important;
  }

  .ms-md-2 {
    margin-left: 1.0em !important;
  }

  .pe-md-2 {
    padding-right: 1.0em !important;
  }

  .me-md-2 {
    margin-right: 1.0em !important;
  }

  .px-md-2 {
    padding-left: 1.0em !important;
    padding-right: 1.0em !important;
  }

  .mx-md-2 {
    margin-left: 1.0em !important;
    margin-right: 1.0em !important;
  }

  .py-md-2 {
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
  }

  .my-md-2 {
    margin-top: 1.0em !important;
    margin-bottom: 1.0em !important;
  }

  .p-md-3 {
    padding: 1.5em !important;
  }

  .m-md-3 {
    margin: 1.5em !important;
  }

  .pt-md-3 {
    padding-top: 1.5em !important;
  }

  .mt-md-3 {
    margin-top: 1.5em !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5em !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5em !important;
  }

  .ps-md-3 {
    padding-left: 1.5em !important;
  }

  .ms-md-3 {
    margin-left: 1.5em !important;
  }

  .pe-md-3 {
    padding-right: 1.5em !important;
  }

  .me-md-3 {
    margin-right: 1.5em !important;
  }

  .px-md-3 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .mx-md-3 {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .py-md-3 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .my-md-3 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .p-md-4 {
    padding: 2.0em !important;
  }

  .m-md-4 {
    margin: 2.0em !important;
  }

  .pt-md-4 {
    padding-top: 2.0em !important;
  }

  .mt-md-4 {
    margin-top: 2.0em !important;
  }

  .pb-md-4 {
    padding-bottom: 2.0em !important;
  }

  .mb-md-4 {
    margin-bottom: 2.0em !important;
  }

  .ps-md-4 {
    padding-left: 2.0em !important;
  }

  .ms-md-4 {
    margin-left: 2.0em !important;
  }

  .pe-md-4 {
    padding-right: 2.0em !important;
  }

  .me-md-4 {
    margin-right: 2.0em !important;
  }

  .px-md-4 {
    padding-left: 2.0em !important;
    padding-right: 2.0em !important;
  }

  .mx-md-4 {
    margin-left: 2.0em !important;
    margin-right: 2.0em !important;
  }

  .py-md-4 {
    padding-top: 2.0em !important;
    padding-bottom: 2.0em !important;
  }

  .my-md-4 {
    margin-top: 2.0em !important;
    margin-bottom: 2.0em !important;
  }

  .p-md-5 {
    padding: 2.5em !important;
  }

  .m-md-5 {
    margin: 2.5em !important;
  }

  .pt-md-5 {
    padding-top: 2.5em !important;
  }

  .mt-md-5 {
    margin-top: 2.5em !important;
  }

  .pb-md-5 {
    padding-bottom: 2.5em !important;
  }

  .mb-md-5 {
    margin-bottom: 2.5em !important;
  }

  .ps-md-5 {
    padding-left: 2.5em !important;
  }

  .ms-md-5 {
    margin-left: 2.5em !important;
  }

  .pe-md-5 {
    padding-right: 2.5em !important;
  }

  .me-md-5 {
    margin-right: 2.5em !important;
  }

  .px-md-5 {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }

  .mx-md-5 {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }

  .py-md-5 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }

  .my-md-5 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }

  .p-md-6 {
    padding: 3.0em !important;
  }

  .m-md-6 {
    margin: 3.0em !important;
  }

  .pt-md-6 {
    padding-top: 3.0em !important;
  }

  .mt-md-6 {
    margin-top: 3.0em !important;
  }

  .pb-md-6 {
    padding-bottom: 3.0em !important;
  }

  .mb-md-6 {
    margin-bottom: 3.0em !important;
  }

  .ps-md-6 {
    padding-left: 3.0em !important;
  }

  .ms-md-6 {
    margin-left: 3.0em !important;
  }

  .pe-md-6 {
    padding-right: 3.0em !important;
  }

  .me-md-6 {
    margin-right: 3.0em !important;
  }

  .px-md-6 {
    padding-left: 3.0em !important;
    padding-right: 3.0em !important;
  }

  .mx-md-6 {
    margin-left: 3.0em !important;
    margin-right: 3.0em !important;
  }

  .py-md-6 {
    padding-top: 3.0em !important;
    padding-bottom: 3.0em !important;
  }

  .my-md-6 {
    margin-top: 3.0em !important;
    margin-bottom: 3.0em !important;
  }

  .p-md-7 {
    padding: 3.5em !important;
  }

  .m-md-7 {
    margin: 3.5em !important;
  }

  .pt-md-7 {
    padding-top: 3.5em !important;
  }

  .mt-md-7 {
    margin-top: 3.5em !important;
  }

  .pb-md-7 {
    padding-bottom: 3.5em !important;
  }

  .mb-md-7 {
    margin-bottom: 3.5em !important;
  }

  .ps-md-7 {
    padding-left: 3.5em !important;
  }

  .ms-md-7 {
    margin-left: 3.5em !important;
  }

  .pe-md-7 {
    padding-right: 3.5em !important;
  }

  .me-md-7 {
    margin-right: 3.5em !important;
  }

  .px-md-7 {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }

  .mx-md-7 {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }

  .py-md-7 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }

  .my-md-7 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }

  .p-md-8 {
    padding: 4.0em !important;
  }

  .m-md-8 {
    margin: 4.0em !important;
  }

  .pt-md-8 {
    padding-top: 4.0em !important;
  }

  .mt-md-8 {
    margin-top: 4.0em !important;
  }

  .pb-md-8 {
    padding-bottom: 4.0em !important;
  }

  .mb-md-8 {
    margin-bottom: 4.0em !important;
  }

  .ps-md-8 {
    padding-left: 4.0em !important;
  }

  .ms-md-8 {
    margin-left: 4.0em !important;
  }

  .pe-md-8 {
    padding-right: 4.0em !important;
  }

  .me-md-8 {
    margin-right: 4.0em !important;
  }

  .px-md-8 {
    padding-left: 4.0em !important;
    padding-right: 4.0em !important;
  }

  .mx-md-8 {
    margin-left: 4.0em !important;
    margin-right: 4.0em !important;
  }

  .py-md-8 {
    padding-top: 4.0em !important;
    padding-bottom: 4.0em !important;
  }

  .my-md-8 {
    margin-top: 4.0em !important;
    margin-bottom: 4.0em !important;
  }
}

@media (min-width: 1400px) {
  .p-lg-0 {
    padding: 0.0em !important;
  }

  .m-lg-0 {
    margin: 0.0em !important;
  }

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

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

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

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

  .ps-lg-0 {
    padding-left: 0.0em !important;
  }

  .ms-lg-0 {
    margin-left: 0.0em !important;
  }

  .pe-lg-0 {
    padding-right: 0.0em !important;
  }

  .me-lg-0 {
    margin-right: 0.0em !important;
  }

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

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

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

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

  .p-lg-1 {
    padding: 0.5em !important;
  }

  .m-lg-1 {
    margin: 0.5em !important;
  }

  .pt-lg-1 {
    padding-top: 0.5em !important;
  }

  .mt-lg-1 {
    margin-top: 0.5em !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.5em !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.5em !important;
  }

  .ps-lg-1 {
    padding-left: 0.5em !important;
  }

  .ms-lg-1 {
    margin-left: 0.5em !important;
  }

  .pe-lg-1 {
    padding-right: 0.5em !important;
  }

  .me-lg-1 {
    margin-right: 0.5em !important;
  }

  .px-lg-1 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .mx-lg-1 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }

  .py-lg-1 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .my-lg-1 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .p-lg-2 {
    padding: 1.0em !important;
  }

  .m-lg-2 {
    margin: 1.0em !important;
  }

  .pt-lg-2 {
    padding-top: 1.0em !important;
  }

  .mt-lg-2 {
    margin-top: 1.0em !important;
  }

  .pb-lg-2 {
    padding-bottom: 1.0em !important;
  }

  .mb-lg-2 {
    margin-bottom: 1.0em !important;
  }

  .ps-lg-2 {
    padding-left: 1.0em !important;
  }

  .ms-lg-2 {
    margin-left: 1.0em !important;
  }

  .pe-lg-2 {
    padding-right: 1.0em !important;
  }

  .me-lg-2 {
    margin-right: 1.0em !important;
  }

  .px-lg-2 {
    padding-left: 1.0em !important;
    padding-right: 1.0em !important;
  }

  .mx-lg-2 {
    margin-left: 1.0em !important;
    margin-right: 1.0em !important;
  }

  .py-lg-2 {
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
  }

  .my-lg-2 {
    margin-top: 1.0em !important;
    margin-bottom: 1.0em !important;
  }

  .p-lg-3 {
    padding: 1.5em !important;
  }

  .m-lg-3 {
    margin: 1.5em !important;
  }

  .pt-lg-3 {
    padding-top: 1.5em !important;
  }

  .mt-lg-3 {
    margin-top: 1.5em !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5em !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5em !important;
  }

  .ps-lg-3 {
    padding-left: 1.5em !important;
  }

  .ms-lg-3 {
    margin-left: 1.5em !important;
  }

  .pe-lg-3 {
    padding-right: 1.5em !important;
  }

  .me-lg-3 {
    margin-right: 1.5em !important;
  }

  .px-lg-3 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .mx-lg-3 {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .py-lg-3 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .my-lg-3 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .p-lg-4 {
    padding: 2.0em !important;
  }

  .m-lg-4 {
    margin: 2.0em !important;
  }

  .pt-lg-4 {
    padding-top: 2.0em !important;
  }

  .mt-lg-4 {
    margin-top: 2.0em !important;
  }

  .pb-lg-4 {
    padding-bottom: 2.0em !important;
  }

  .mb-lg-4 {
    margin-bottom: 2.0em !important;
  }

  .ps-lg-4 {
    padding-left: 2.0em !important;
  }

  .ms-lg-4 {
    margin-left: 2.0em !important;
  }

  .pe-lg-4 {
    padding-right: 2.0em !important;
  }

  .me-lg-4 {
    margin-right: 2.0em !important;
  }

  .px-lg-4 {
    padding-left: 2.0em !important;
    padding-right: 2.0em !important;
  }

  .mx-lg-4 {
    margin-left: 2.0em !important;
    margin-right: 2.0em !important;
  }

  .py-lg-4 {
    padding-top: 2.0em !important;
    padding-bottom: 2.0em !important;
  }

  .my-lg-4 {
    margin-top: 2.0em !important;
    margin-bottom: 2.0em !important;
  }

  .p-lg-5 {
    padding: 2.5em !important;
  }

  .m-lg-5 {
    margin: 2.5em !important;
  }

  .pt-lg-5 {
    padding-top: 2.5em !important;
  }

  .mt-lg-5 {
    margin-top: 2.5em !important;
  }

  .pb-lg-5 {
    padding-bottom: 2.5em !important;
  }

  .mb-lg-5 {
    margin-bottom: 2.5em !important;
  }

  .ps-lg-5 {
    padding-left: 2.5em !important;
  }

  .ms-lg-5 {
    margin-left: 2.5em !important;
  }

  .pe-lg-5 {
    padding-right: 2.5em !important;
  }

  .me-lg-5 {
    margin-right: 2.5em !important;
  }

  .px-lg-5 {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }

  .mx-lg-5 {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }

  .py-lg-5 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }

  .my-lg-5 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }

  .p-lg-6 {
    padding: 3.0em !important;
  }

  .m-lg-6 {
    margin: 3.0em !important;
  }

  .pt-lg-6 {
    padding-top: 3.0em !important;
  }

  .mt-lg-6 {
    margin-top: 3.0em !important;
  }

  .pb-lg-6 {
    padding-bottom: 3.0em !important;
  }

  .mb-lg-6 {
    margin-bottom: 3.0em !important;
  }

  .ps-lg-6 {
    padding-left: 3.0em !important;
  }

  .ms-lg-6 {
    margin-left: 3.0em !important;
  }

  .pe-lg-6 {
    padding-right: 3.0em !important;
  }

  .me-lg-6 {
    margin-right: 3.0em !important;
  }

  .px-lg-6 {
    padding-left: 3.0em !important;
    padding-right: 3.0em !important;
  }

  .mx-lg-6 {
    margin-left: 3.0em !important;
    margin-right: 3.0em !important;
  }

  .py-lg-6 {
    padding-top: 3.0em !important;
    padding-bottom: 3.0em !important;
  }

  .my-lg-6 {
    margin-top: 3.0em !important;
    margin-bottom: 3.0em !important;
  }

  .p-lg-7 {
    padding: 3.5em !important;
  }

  .m-lg-7 {
    margin: 3.5em !important;
  }

  .pt-lg-7 {
    padding-top: 3.5em !important;
  }

  .mt-lg-7 {
    margin-top: 3.5em !important;
  }

  .pb-lg-7 {
    padding-bottom: 3.5em !important;
  }

  .mb-lg-7 {
    margin-bottom: 3.5em !important;
  }

  .ps-lg-7 {
    padding-left: 3.5em !important;
  }

  .ms-lg-7 {
    margin-left: 3.5em !important;
  }

  .pe-lg-7 {
    padding-right: 3.5em !important;
  }

  .me-lg-7 {
    margin-right: 3.5em !important;
  }

  .px-lg-7 {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }

  .mx-lg-7 {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }

  .py-lg-7 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }

  .my-lg-7 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }

  .p-lg-8 {
    padding: 4.0em !important;
  }

  .m-lg-8 {
    margin: 4.0em !important;
  }

  .pt-lg-8 {
    padding-top: 4.0em !important;
  }

  .mt-lg-8 {
    margin-top: 4.0em !important;
  }

  .pb-lg-8 {
    padding-bottom: 4.0em !important;
  }

  .mb-lg-8 {
    margin-bottom: 4.0em !important;
  }

  .ps-lg-8 {
    padding-left: 4.0em !important;
  }

  .ms-lg-8 {
    margin-left: 4.0em !important;
  }

  .pe-lg-8 {
    padding-right: 4.0em !important;
  }

  .me-lg-8 {
    margin-right: 4.0em !important;
  }

  .px-lg-8 {
    padding-left: 4.0em !important;
    padding-right: 4.0em !important;
  }

  .mx-lg-8 {
    margin-left: 4.0em !important;
    margin-right: 4.0em !important;
  }

  .py-lg-8 {
    padding-top: 4.0em !important;
    padding-bottom: 4.0em !important;
  }

  .my-lg-8 {
    margin-top: 4.0em !important;
    margin-bottom: 4.0em !important;
  }
}

/* --- Flex layout core --- */
.gap-0 {
  gap: 0.0em !important;
}

.gap-1 {
  gap: 0.5em !important;
}

.gap-2 {
  gap: 1.0em !important;
}

.gap-3 {
  gap: 1.5em !important;
}

.gap-4 {
  gap: 2.0em !important;
}

.gap-5 {
  gap: 2.5em !important;
}

.gap-6 {
  gap: 3.0em !important;
}

.gap-7 {
  gap: 3.5em !important;
}

.gap-8 {
  gap: 4.0em !important;
}

@media (min-width: 440px) {
  .gap-sm-0 {
    gap: 0.0em !important;
  }

  .gap-sm-1 {
    gap: 0.5em !important;
  }

  .gap-sm-2 {
    gap: 1.0em !important;
  }

  .gap-sm-3 {
    gap: 1.5em !important;
  }

  .gap-sm-4 {
    gap: 2.0em !important;
  }

  .gap-sm-5 {
    gap: 2.5em !important;
  }

  .gap-sm-6 {
    gap: 3.0em !important;
  }

  .gap-sm-7 {
    gap: 3.5em !important;
  }

  .gap-sm-8 {
    gap: 4.0em !important;
  }
}

@media (min-width: 834px) {
  .gap-md-0 {
    gap: 0.0em !important;
  }

  .gap-md-1 {
    gap: 0.5em !important;
  }

  .gap-md-2 {
    gap: 1.0em !important;
  }

  .gap-md-3 {
    gap: 1.5em !important;
  }

  .gap-md-4 {
    gap: 2.0em !important;
  }

  .gap-md-5 {
    gap: 2.5em !important;
  }

  .gap-md-6 {
    gap: 3.0em !important;
  }

  .gap-md-7 {
    gap: 3.5em !important;
  }

  .gap-md-8 {
    gap: 4.0em !important;
  }
}

@media (min-width: 1400px) {
  .gap-lg-0 {
    gap: 0.0em !important;
  }

  .gap-lg-1 {
    gap: 0.5em !important;
  }

  .gap-lg-2 {
    gap: 1.0em !important;
  }

  .gap-lg-3 {
    gap: 1.5em !important;
  }

  .gap-lg-4 {
    gap: 2.0em !important;
  }

  .gap-lg-5 {
    gap: 2.5em !important;
  }

  .gap-lg-6 {
    gap: 3.0em !important;
  }

  .gap-lg-7 {
    gap: 3.5em !important;
  }

  .gap-lg-8 {
    gap: 4.0em !important;
  }
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-rev {
  flex-wrap: wrap-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}