@charset "UTF-8";
ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

.btn {
  margin-bottom: 0;
  outline: none;
}

p {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: inherit;
}

pre {
  font-family: inherit;
  margin-bottom: 0;
}

.form-select:focus {
  box-shadow: none;
  border-color: inherit;
}

.page-link:focus {
  box-shadow: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: transparent;
}

select:focus-visible, input:focus-visible {
  outline: none;
}

.form-select:focus {
  border-color: #ced4da;
}

.bg-gray-0 {
  background-color: #ffffff !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

.hover-bg-gray-0:hover {
  background-color: #ffffff !important;
}

.hover-bg-gray-100:hover {
  background-color: #f8f9fa !important;
}

.hover-bg-gray-200:hover {
  background-color: #e9ecef !important;
}

.hover-bg-gray-300:hover {
  background-color: #dee2e6 !important;
}

.hover-bg-gray-400:hover {
  background-color: #ced4da !important;
}

.hover-bg-gray-500:hover {
  background-color: #adb5bd !important;
}

.hover-bg-gray-550:hover {
  background-color: #8e98a1 !important;
}

.hover-bg-gray-600:hover {
  background-color: #6c757d !important;
}

.hover-bg-gray-700:hover {
  background-color: #495057 !important;
}

.hover-bg-gray-800:hover {
  background-color: #343a40 !important;
}

.hover-bg-gray-900:hover {
  background-color: #212529 !important;
}

.text-gray-0 {
  color: #ffffff !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.border-gray-0 {
  border-color: #ffffff !important;
}

.border-gray-100 {
  border-color: #f8f9fa !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.border-gray-600 {
  border-color: #6c757d !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.py-45{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ms-px--1 {
  margin-left: -1px !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

@media (min-width: 576px) {
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .px-xxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .mx-xxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
.w-fit-content {
  width: fit-content;
}

.w-0 {
  width: 0;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33.333%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-px-1 {
  width: 1px;
}

.w-px-2 {
  width: 2px;
}

.w-px-3 {
  width: 3px;
}

.w-px-4 {
  width: 4px;
}

.w-px-5 {
  width: 5px;
}

.w-px-6 {
  width: 6px;
}

.w-px-7 {
  width: 7px;
}

.w-px-8 {
  width: 8px;
}

.w-px-9 {
  width: 9px;
}

.w-px-10 {
  width: 10px;
}

.w-px-16 {
  width: 16px;
}

.w-px-17 {
  width: 17px;
}

.w-px-18 {
  width: 18px;
}

.w-px-19 {
  width: 19px;
}

.w-px-20 {
  width: 20px;
}

.w-px-22 {
  width: 22px;
}

.w-px-23 {
  width: 23px;
}

.w-px-24 {
  width: 24px;
}

.w-px-25 {
  width: 25px;
}

.w-px-26 {
  width: 26px;
}

.w-px-30 {
  width: 30px;
}

.w-px-38 {
  width: 38px;
}

.w-px-40 {
  width: 40px;
}

.w-px-42 {
  width: 42px;
}

.w-px-46 {
  width: 46px;
}

.w-px-48 {
  width: 48px;
}

.w-px-50 {
  width: 50px;
}

.w-px-60 {
  width: 60px;
}

.w-px-70 {
  width: 70px;
}

.w-px-80 {
  width: 80px;
}

.w-px-90 {
  width: 90px;
}

.w-px-100 {
  width: 100px;
}

.w-px-110 {
  width: 110px;
}

.w-px-120 {
  width: 120px;
}

.w-px-130 {
  width: 130px;
}

.w-px-140 {
  width: 140px;
}

.w-px-150 {
  width: 150px;
}

.w-px-160 {
  width: 160px;
}

.w-px-180 {
  width: 180px;
}

.w-px-190 {
  width: 190px;
}

.w-px-200 {
  width: 200px;
}

.w-px-220 {
  width: 220px;
}

.w-px-230 {
  width: 230px;
}

.w-px-240 {
  width: 240px;
}

.w-px-250 {
  width: 250px;
}

.w-px-260 {
  width: 260px;
}

.w-px-270 {
  width: 270px;
}

.w-px-280 {
  width: 280px;
}

.w-px-290 {
  width: 290px;
}

.w-px-300 {
  width: 300px;
}

.w-px-350 {
  width: 350px;
}

.w-px-400 {
  width: 400px;
}

.w-px-450 {
  width: 450px;
}

.w-px-500 {
  width: 500px;
}

.min-w-px-150 {
  min-width: 150px !important;
}
.min-w-px-460 {
  min-width: 460px !important;
}


.max-w-px-300 {
  max-width: 300px !important;
}

.max-w-px-320 {
  max-width: 320px !important;
}

.max-w-px-400 {
  max-width: 400px !important;
}

.max-w-px-500 {
  max-width: 500px !important;
}

.max-w-px-768 {
  max-width: 768px !important;
}

.w-vw-100 {
  width: 100vw;
}

.h-0 {
  height: 0;
}

.h-px-1 {
  height: 1px;
}

.h-px-2 {
  height: 2px;
}

.h-px-3 {
  height: 3px;
}

.h-px-4 {
  height: 4px;
}

.h-px-5 {
  height: 5px;
}

.h-px-6 {
  height: 6px;
}

.h-px-7 {
  height: 7px;
}

.h-px-8 {
  height: 8px;
}

.h-px-9 {
  height: 9px;
}

.h-px-10 {
  height: 10px;
}

.h-px-14 {
  height: 14px;
}

.h-px-16 {
  height: 16px;
}

.h-px-17 {
  height: 17px;
}

.h-px-18 {
  height: 18px;
}

.h-px-19 {
  height: 19px;
}

.h-px-20 {
  height: 20px;
}

.h-px-22 {
  height: 22px;
}

.h-px-23 {
  height: 23px;
}

.h-px-24 {
  height: 24px;
}

.h-px-25 {
  height: 25px;
}

.h-px-26 {
  height: 26px;
}

.h-px-30 {
  height: 30px;
}

.h-px-38 {
  height: 38px;
}

.h-px-40 {
  height: 40px;
}

.h-px-42 {
  height: 42px;
}

.h-px-46 {
  height: 46px;
}

.h-px-48 {
  height: 48px;
}

.h-px-50 {
  height: 50px;
}

.h-px-60 {
  height: 60px;
}
.h-px-65 {
  height: 65px;
}

.h-px-70 {
  height: 70px;
}

.h-px-80 {
  height: 80px;
}

.h-px-90 {
  height: 90px;
}

.h-px-100 {
  height: 100px;
}

.h-px-110 {
  height: 110px;
}

.h-px-120 {
  height: 120px;
}

.h-px-150 {
  height: 150px;
}

.h-px-160 {
  height: 160px;
}

.h-px-180 {
  height: 180px;
}

.h-px-190 {
  height: 190px;
}

.h-px-200 {
  height: 200px;
}

.h-px-220 {
  height: 220px;
}

.h-px-230 {
  height: 230px;
}

.h-px-240 {
  height: 240px;
}

.h-px-250 {
  height: 250px;
}

.h-px-260 {
  height: 260px;
}

.h-px-270 {
  height: 270px;
}

.h-px-280 {
  height: 280px;
}

.h-px-290 {
  height: 290px;
}

.h-px-300 {
  height: 300px;
}

.h-px-350 {
  height: 350px;
}

.h-px-400 {
  height: 400px;
}

.h-px-450 {
  height: 450px;
}

.h-px-500 {
  height: 500px;
}
.h-px-550 {
  height: 550px;
}
.h-px-600 {
  height: 600px;
}

.h-vh-100 {
  height: 100vh;
}

.min-h-vh-100 {
  min-height: 100vh;
}

.min-h-vh-90 {
  min-height: 90vh;
}

.min-h-vh-80 {
  min-height: 80vh;
}

.max-h-vh-100 {
  max-height: 100vh;
}

.max-h-vh-90 {
  max-height: 90vh;
}

.max-h-vh-80 {
  max-height: 80vh;
}

.lh-0 {
  line-height: 0;
}

.lh-px-1 {
  line-height: 1px;
}

.lh-px-2 {
  line-height: 2px;
}

.lh-px-3 {
  line-height: 3px;
}

.lh-px-4 {
  line-height: 4px;
}

.lh-px-5 {
  line-height: 5px;
}

.lh-px-6 {
  line-height: 6px;
}

.lh-px-7 {
  line-height: 7px;
}

.lh-px-8 {
  line-height: 8px;
}

.lh-px-9 {
  line-height: 9px;
}

.lh-px-10 {
  line-height: 10px;
}

.lh-px-14 {
  line-height: 14px;
}

.lh-px-16 {
  line-height: 16px;
}

.lh-px-17 {
  line-height: 17px;
}

.lh-px-18 {
  line-height: 18px;
}

.lh-px-19 {
  line-height: 19px;
}

.lh-px-20 {
  line-height: 20px;
}

.lh-px-22 {
  line-height: 22px;
}

.lh-px-23 {
  line-height: 23px;
}

.lh-px-24 {
  line-height: 24px;
}

.lh-px-25 {
  line-height: 25px;
}

.lh-px-26 {
  line-height: 26px;
}

.lh-px-30 {
  line-height: 30px;
}

.lh-px-38 {
  line-height: 38px;
}

.lh-px-40 {
  line-height: 40px;
}

.lh-px-42 {
  line-height: 42px;
}

.lh-px-46 {
  line-height: 46px;
}

.lh-px-48 {
  line-height: 48px;
}

.lh-px-50 {
  line-height: 50px;
}

.lh-px-60 {
  line-height: 60px;
}

.lh-px-70 {
  line-height: 70px;
}

.lh-px-80 {
  line-height: 80px;
}

.lh-px-90 {
  line-height: 90px;
}

.lh-px-100 {
  line-height: 100px;
}

.lh-px-110 {
  line-height: 110px;
}

.lh-px-120 {
  line-height: 120px;
}

.lh-px-150 {
  line-height: 150px;
}

.lh-px-160 {
  line-height: 160px;
}

.lh-px-180 {
  line-height: 180px;
}

.lh-px-190 {
  line-height: 190px;
}

.lh-px-200 {
  line-height: 200px;
}

.lh-px-220 {
  line-height: 220px;
}

.lh-px-230 {
  line-height: 230px;
}

.lh-px-240 {
  line-height: 240px;
}

.lh-px-250 {
  line-height: 250px;
}

.lh-px-260 {
  line-height: 260px;
}

.lh-px-270 {
  line-height: 270px;
}

.lh-px-280 {
  line-height: 280px;
}

.lh-px-290 {
  line-height: 290px;
}

.lh-px-300 {
  line-height: 300px;
}

.lh-px-350 {
  line-height: 350px;
}

.lh-px-400 {
  line-height: 400px;
}

.lh-px-450 {
  line-height: 450px;
}

.lh-px-500 {
  line-height: 500px;
}

.fs-px-8 {
  font-size: 8px !important;
}

.fs-px-9 {
  font-size: 9px !important;
}

.fs-px-10 {
  font-size: 10px !important;
}

.fs-px-11 {
  font-size: 11px !important;
}

.fs-px-12 {
  font-size: 12px !important;
}

.fs-px-13 {
  font-size: 13px !important;
}

.fs-px-14 {
  font-size: 14px !important;
}

.fs-px-15 {
  font-size: 15px !important;
}

.fs-px-16 {
  font-size: 16px !important;
}

.fs-px-17 {
  font-size: 17px !important;
}

.fs-px-18 {
  font-size: 18px !important;
}

.fs-px-18 {
  font-size: 18px !important;
}

.fs-px-19 {
  font-size: 19px !important;
}

.fs-px-20 {
  font-size: 20px !important;
}

.fs-px-21 {
  font-size: 21px !important;
}

.fs-px-22 {
  font-size: 22px !important;
}

.fs-px-23 {
  font-size: 23px !important;
}

.fs-px-24 {
  font-size: 24px !important;
}

.fs-px-25 {
  font-size: 25px !important;
}

.fs-px-26 {
  font-size: 26px !important;
}

.fs-px-27 {
  font-size: 27px !important;
}

.fs-px-28 {
  font-size: 28px !important;
}

.fs-px-29 {
  font-size: 29px !important;
}

.fs-px-30 {
  font-size: 30px !important;
}

.fs-px-31 {
  font-size: 31px !important;
}

.fs-px-32 {
  font-size: 32px !important;
}

.fs-px-33 {
  font-size: 33px !important;
}

.fs-px-34 {
  font-size: 34px !important;
}

.fs-px-35 {
  font-size: 35px !important;
}

.fs-px-36 {
  font-size: 36px !important;
}

.fs-px-37 {
  font-size: 37px !important;
}

.fs-px-38 {
  font-size: 38px !important;
}

.fs-px-39 {
  font-size: 39px !important;
}

.fs-px-40 {
  font-size: 40px !important;
}

.fs-px-50 {
  font-size: 50px !important;
}

.fs-px-8::placeholder {
  font-size: 8px !important;
}

.fs-px-9::placeholder {
  font-size: 9px !important;
}

.fs-px-10::placeholder {
  font-size: 10px !important;
}

.fs-px-11::placeholder {
  font-size: 11px !important;
}

.fs-px-12::placeholder {
  font-size: 12px !important;
}

.fs-px-13::placeholder {
  font-size: 13px !important;
}

.fs-px-14::placeholder {
  font-size: 14px !important;
}

.fs-px-15::placeholder {
  font-size: 15px !important;
}

.fs-px-16::placeholder {
  font-size: 16px !important;
}

.fs-px-17::placeholder {
  font-size: 17px !important;
}

.fs-px-18::placeholder {
  font-size: 18px !important;
}

.fs-px-18::placeholder {
  font-size: 18px !important;
}

.fs-px-19::placeholder {
  font-size: 19px !important;
}

.fs-px-20::placeholder {
  font-size: 20px !important;
}

.fs-px-21::placeholder {
  font-size: 21px !important;
}

.fs-px-22::placeholder {
  font-size: 22px !important;
}

.fs-px-23::placeholder {
  font-size: 23px !important;
}

.fs-px-24::placeholder {
  font-size: 24px !important;
}

.fs-px-25::placeholder {
  font-size: 25px !important;
}

.fs-px-26::placeholder {
  font-size: 26px !important;
}

.fs-px-27::placeholder {
  font-size: 27px !important;
}

.fs-px-28::placeholder {
  font-size: 28px !important;
}

.fs-px-29::placeholder {
  font-size: 29px !important;
}

.fs-px-30::placeholder {
  font-size: 30px !important;
}

.fs-px-31::placeholder {
  font-size: 31px !important;
}

.fs-px-32::placeholder {
  font-size: 32px !important;
}

.fs-px-33::placeholder {
  font-size: 33px !important;
}

.fs-px-34::placeholder {
  font-size: 34px !important;
}

.fs-px-35::placeholder {
  font-size: 35px !important;
}

.fs-px-36::placeholder {
  font-size: 36px !important;
}

.fs-px-37::placeholder {
  font-size: 37px !important;
}

.fs-px-38::placeholder {
  font-size: 38px !important;
}

.fs-px-39::placeholder {
  font-size: 39px !important;
}

.fs-px-40::placeholder {
  font-size: 40px !important;
}

.fs-px-50::placeholder {
  font-size: 50px !important;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.box-sizing-unset {
  box-sizing: unset;
}

.box-sizing-border-box {
  box-sizing: border-box;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

.zindex-10 {
  z-index: 10;
}

.zindex-30 {
  z-index: 30;
}

.zindex-50 {
  z-index: 30;
}

.zindex-100 {
  z-index: 100;
}

.zindex-300 {
  z-index: 300;
}

.zindex-500 {
  z-index: 500;
}

.zindex-700 {
  z-index: 700;
}

.zindex-900 {
  z-index: 900;
}

.shadow-100 {
  box-shadow: 0 2px 6px rgba(50, 50, 93, 0.03) !important;
}

.shadow-200 {
  box-shadow: 0 0.2rem 0.5rem rgba(50, 50, 93, 0.09) !important;
}

.shadow-300 {
  box-shadow: 0 0.3rem 0.6rem rgba(50, 50, 93, 0.12) !important;
}

.shadow-400 {
  box-shadow: 0 0.6rem 1.2rem rgba(50, 50, 93, 0.15) !important;
}

.shadow-500 {
  box-shadow: 0 0.8rem 1.6rem rgba(50, 50, 93, 0.18) !important;
}

.shadow-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.6;
  z-index: -1;
}

.shadow-bg-100:after {
  transform: scale(0.7) translateY(5px) translateZ(0);
  filter: contrast(0.8) blur(8px);
}

.shadow-bg-200:after {
  transform: scale(0.75) translateY(7px) translateZ(0);
  filter: contrast(0.8) blur(10px);
}


.backdrop-blur-5{
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.backdrop-blur-10 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.backdrop-blur-30 {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.backdrop-blur-50 {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.filter-invert {
  filter: invert(1);
}

.dark .filter-invert-only-dark {
  filter: invert(1);
}

.light .filter-invert-only-light {
  filter: invert(1);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default !important;
}

.text-truncate-1 {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
}

.text-truncate-2 {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
}

.text-truncate-3 {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-img-contain {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.black_bg {
  width: 100%;
  position: relative;
}
.black_bg::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(90deg, rgb(0 0 0 / 25%) 40%, transparent 65%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.black_gradient_bg {
  width: 100%;
  position: relative;
}
.black_gradient_bg::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-end-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-end-start {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-around-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-evenly-center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.flex-start-start {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

.flex-center-start {
  display: flex;
  justify-content: center;
  align-items: start;
}

.flex-start-end {
  display: flex;
  justify-content: start;
  align-items: end;
}

.flex-between-end {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.flex-end-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-center-end {
  display: flex;
  justify-content: center;
  align-items: end;
}

.flex-around-end {
  display: flex;
  justify-content: space-around;
  align-items: end;
}

.flex-evenly-end {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
}

.rounded-bottom-0 {
  border-end-start-radius: 0 !important;
  border-end-end-radius: 0 !important;
}

.rounded-top-0 {
  border-start-start-radius: 0 !important;
  border-start-end-radius: 0 !important;
}

.rounded-start-0 {
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}

.rounded-end-0 {
  border-start-end-radius: 0 !important;
  border-end-end-radius: 0 !important;
}

.rounded-px-4 {
  border-radius: 4px;
}
.rounded-px-8 {
  border-radius: 8px;
}
.rounded-px-10 {
  border-radius: 10px;
}
.rounded-px-16 {
  border-radius: 16px;
}
.rounded-px-20 {
  border-radius: 20px;
}
.rounded-px-30 {
  border-radius: 30px;
}


.border-width-px-2 {
  border-width: 2px !important;
}

.border-width-px-3 {
  border-width: 3px !important;
}

.border-width-px-4 {
  border-width: 4px !important;
}

.border-width-px-5 {
  border-width: 5px !important;
}

.border-style-dashed {
  border-style: dashed !important;
}

.border-style-dotted {
  border-style: dotted !important;
}

.border-style-solid {
  border-style: solid !important;
}

.list-style-disc {
  list-style: disc;
}

.list-style-disc-sm {
  list-style: disc;
}
.list-style-disc-sm::marker {
  content: "·   ";
  font-weight: bold;
}

.list-style-disc-md {
  list-style: disc;
}
.list-style-disc-md::marker {
  content: "•     ";
  font-weight: bold;
}

.list-style-square {
  list-style: square;
}

.list-style-decimal {
  list-style: decimal;
}

.list-style-circle {
  list-style: circle;
}

.last-border-0 > *:last-child {
  border: none !important;
}

.last-pe-0 > *:last-child {
  padding-right: 0 !important;
}

.last-ps-0 > *:last-child {
  padding-left: 0 !important;
}

.last-pt-0 > *:last-child {
  padding-top: 0 !important;
}

.last-pb-0 > *:last-child {
  padding-bottom: 0 !important;
}

.last-me-0 > *:last-child {
  margin-right: 0 !important;
}

.last-ms-0 > *:last-child {
  margin-left: 0 !important;
}

.last-mt-0 > *:last-child {
  margin-top: 0 !important;
}

.last-mb-0 > *:last-child {
  margin-bottom: 0 !important;
}

.hover-cover-box.hover-cover-target, .hover-cover-box .hover-cover-target {
  position: relative;
}
.hover-cover-box.hover-cover-target .hover-cover, .hover-cover-box .hover-cover-target .hover-cover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.hover-cover-box:hover.hover-cover-target .hover-cover, .hover-cover-box:hover .hover-cover-target .hover-cover {
  opacity: 1;
}

.hover-scale-up-box.hover-scale-target, .hover-scale-up-box .hover-scale-target, .hover-scale-up-box.hover-scale-target-sm, .hover-scale-up-box .hover-scale-target-sm, .hover-scale-up-box.hover-scale-target-lg, .hover-scale-up-box .hover-scale-target-lg {
  transform: scale(1);
  transition: all 0.3s;
}
.hover-scale-up-box:hover.hover-scale-target, .hover-scale-up-box:hover .hover-scale-target {
  transform: scale(1.028);
}
.hover-scale-up-box:hover.hover-scale-target-sm, .hover-scale-up-box:hover .hover-scale-target-sm {
  transform: scale(1.015);
}
.hover-scale-up-box:hover.hover-scale-target-lg, .hover-scale-up-box:hover .hover-scale-target-lg {
  transform: scale(1.04);
}

.hover-scale-down-box.hover-scale-target, .hover-scale-down-box .hover-scale-target {
  transform: scale(1);
  transition: all 0.3s;
}
.hover-scale-down-box:hover.hover-scale-target, .hover-scale-down-box:hover .hover-scale-target {
  transform: scale(0.972);
}
.hover-scale-down-box:hover.hover-scale-target-sm, .hover-scale-down-box:hover .hover-scale-target-sm {
  transform: scale(0.985);
}
.hover-scale-down-box:hover.hover-scale-target-lg, .hover-scale-down-box:hover .hover-scale-target-lg {
  transform: scale(0.96);
}

.hover-opacity-up-box.hover-opacity-target, .hover-opacity-up-box .hover-opacity-target {
  opacity: 0.5;
  transition: all 0.4s;
}
.hover-opacity-up-box:hover.hover-opacity-target, .hover-opacity-up-box:hover .hover-opacity-target {
  opacity: 1;
}

.hover-opacity-down-box.hover-opacity-target, .hover-opacity-down-box .hover-opacity-target {
  opacity: 1;
  transition: all 0.4s;
}
.hover-opacity-down-box:hover.hover-opacity-target, .hover-opacity-down-box:hover .hover-opacity-target {
  opacity: 0.5;
}

.hover-shadow-100 {
  transition: all 0.3s;
}
.hover-shadow-100:hover {
  box-shadow: 0 2px 6px rgba(50, 50, 93, 0.3) !important;
}

.hover-shadow-200 {
  transition: all 0.3s;
}
.hover-shadow-200:hover {
  box-shadow: 0 0.2rem 0.5rem rgba(50, 50, 93, 0.05) !important;
}

.hover-shadow-300 {
  transition: all 0.3s;
}
.hover-shadow-300:hover {
  box-shadow: 0 0.5rem 1rem rgba(50, 50, 93, 0.07) !important;
}

.hover-shadow-400 {
  transition: all 0.3s;
}
.hover-shadow-400:hover {
  box-shadow: 0 0.6rem 1.2rem rgba(50, 50, 93, 0.1) !important;
}

.hover-shadow-500 {
  transition: all 0.3s;
}
.hover-shadow-500:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(50, 50, 93, 0.18) !important;
}

.object-fit-cover {
  object-fit: cover;
}

.word-break-break-all {
  word-break: break-all;
}

.word-break-keep-all {
  word-break: keep-all;
}

.text-justify {
  text-align: justify;
}

.white-space-nowrap {
  white-space: nowrap;
}

.white-space-pre {
  white-space: pre;
}

.page-link.active {
  background-color: transparent;
  color: #333 !important;
  font-weight: bold;
}

/*# sourceMappingURL=custom-bootstrap.css.map */
