.container-fhd,
.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 1600px) {
  .container-fhd, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1520px;
  }
}

@media (min-width: 1900px) {
  .container-fhd, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1820px;
  }
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.28571428571429%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}


@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1900px) {
  .col-fhd {
    flex: 1 0 0%;
  }

  .row-cols-fhd-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-fhd-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-fhd-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-fhd-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-fhd-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-fhd-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-fhd-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-fhd-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-fhd-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-fhd-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-fhd-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-fhd-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-fhd-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-fhd-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-fhd-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-fhd-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-fhd-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-fhd-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-fhd-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-fhd-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-fhd-0 {
    margin-left: 0;
  }

  .offset-fhd-1 {
    margin-left: 8.33333333%;
  }

  .offset-fhd-2 {
    margin-left: 16.66666667%;
  }

  .offset-fhd-3 {
    margin-left: 25%;
  }

  .offset-fhd-4 {
    margin-left: 33.33333333%;
  }

  .offset-fhd-5 {
    margin-left: 41.66666667%;
  }

  .offset-fhd-6 {
    margin-left: 50%;
  }

  .offset-fhd-7 {
    margin-left: 58.33333333%;
  }

  .offset-fhd-8 {
    margin-left: 66.66666667%;
  }

  .offset-fhd-9 {
    margin-left: 75%;
  }

  .offset-fhd-10 {
    margin-left: 83.33333333%;
  }

  .offset-fhd-11 {
    margin-left: 91.66666667%;
  }

  .g-fhd-0,
.gx-fhd-0 {
    --bs-gutter-x: 0;
  }

  .g-fhd-0,
.gy-fhd-0 {
    --bs-gutter-y: 0;
  }

  .g-fhd-1,
.gx-fhd-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-fhd-1,
.gy-fhd-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-fhd-2,
.gx-fhd-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-fhd-2,
.gy-fhd-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-fhd-3,
.gx-fhd-3 {
    --bs-gutter-x: 1rem;
  }

  .g-fhd-3,
.gy-fhd-3 {
    --bs-gutter-y: 1rem;
  }

  .g-fhd-4,
.gx-fhd-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-fhd-4,
.gy-fhd-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-fhd-5,
.gx-fhd-5 {
    --bs-gutter-x: 3rem;
  }

  .g-fhd-5,
.gy-fhd-5 {
    --bs-gutter-y: 3rem;
  }
}


@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1899.98px) {
  .table-responsive-fhd {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 1600px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1900px) {
  .dropdown-menu-fhd-start {
    --bs-position: start;
  }
  .dropdown-menu-fhd-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-fhd-end {
    --bs-position: end;
  }
  .dropdown-menu-fhd-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}


@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxxl .offcanvas-top,
.navbar-expand-xxxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}


@media (min-width: 1900px) {
  .navbar-expand-fhd {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-fhd .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-fhd .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-fhd .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-fhd .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-fhd .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-fhd .navbar-toggler {
    display: none;
  }
  .navbar-expand-fhd .offcanvas-header {
    display: none;
  }
  .navbar-expand-fhd .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-fhd .offcanvas-top,
.navbar-expand-fhd .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-fhd .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1900px) {
  .list-group-horizontal-fhd {
    flex-direction: row;
  }
  .list-group-horizontal-fhd > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-fhd > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-fhd > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-fhd > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-fhd > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}


@media (min-width: 1400px) {
  .modal-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .modal-xxxl {
    max-width: 1520px;
  }
}

@media (min-width: 1900px) {
  .modal-fhd {
    max-width: 1820px;
  }
}


@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}


@media (max-width: 1899.98px) {
  .modal-fullscreen-fhd-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-fhd-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-fhd-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-fhd-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-fhd-down .modal-footer {
    border-radius: 0;
  }
}


@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}


@media (min-width: 1900px) {
  .sticky-fhd-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}


.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}


.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.lh-0 {
  line-height: 0 !important;
}

.rounded-4 {
  border-radius: 0.35rem !important;
}

.rounded-5 {
  border-radius: 0.4rem !important;
}

.rounded-6 {
  border-radius: 0.45rem !important;
}

.rounded-7 {
  border-radius: 0.5rem !important;
}

@media (min-width: 576px) {
	  .m-sm-6 {
    margin: 4.5rem !important;
  }
  
  .m-sm-7 {
    margin: 6rem !important;
  }

  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  
  .mt-sm-7 {
    margin-top: 6rem !important;
  }

  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  
  .me-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  
  .ms-sm-7 {
    margin-left: 6rem !important;
  }  

  .p-sm-6 {
    padding: 4.5rem !important;
  }
  
  .p-sm-7 {
    padding: 6rem !important;
  }

  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  
  .pt-sm-7 {
    padding-top: 6rem !important;
  }

  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  
  .pe-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }

  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 768px) {
	  .m-md-6 {
    margin: 4.5rem !important;
  }
  
  .m-md-7 {
    margin: 6rem !important;
  }

  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  
  .mt-md-7 {
    margin-top: 6rem !important;
  }

  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  
  .me-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }

  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  
  .ms-md-7 {
    margin-left: 6rem !important;
  }  

  .p-md-6 {
    padding: 4.5rem !important;
  }
  
  .p-md-7 {
    padding: 6rem !important;
  }

  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  
  .pt-md-7 {
    padding-top: 6rem !important;
  }

  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  
  .pe-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }

  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  
  .ps-md-7 {
    padding-left: 6rem !important;
  }

}

@media (min-width: 992px) {
	  .m-lg-6 {
    margin: 4.5rem !important;
  }
  
  .m-lg-7 {
    margin: 6rem !important;
  }

  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  
  .mt-lg-7 {
    margin-top: 6rem !important;
  }

  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  
  .me-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  
  .ms-lg-7 {
    margin-left: 6rem !important;
  }  

  .p-lg-6 {
    padding: 4.5rem !important;
  }
  
  .p-lg-7 {
    padding: 6rem !important;
  }

  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  
  .pt-lg-7 {
    padding-top: 6rem !important;
  }

  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  
  .pe-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }

  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  
  .ps-lg-7 {
    padding-left: 6rem !important;
  }

}

@media (min-width: 1200px) {
	  .m-xl-6 {
    margin: 4.5rem !important;
  }
  
  .m-xl-7 {
    margin: 6rem !important;
  }

  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  
  .mt-xl-7 {
    margin-top: 6rem !important;
  }

  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  
  .me-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  
  .ms-xl-7 {
    margin-left: 6rem !important;
  }  

  .p-xl-6 {
    padding: 4.5rem !important;
  }
  
  .p-xl-7 {
    padding: 6rem !important;
  }

  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  
  .pt-xl-7 {
    padding-top: 6rem !important;
  }

  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  
  .pe-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }

  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  
  .ps-xl-7 {
    padding-left: 6rem !important;
  }

}

@media (min-width: 1400px) {
	.m-xxl-6 {
    margin: 4.5rem !important;
  }
  
  .m-xxl-7 {
    margin: 6rem !important;
  }

  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }

  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  
  .me-xxl-7 {
    margin-right: 6rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }  

  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  
  .p-xxl-7 {
    padding: 6rem !important;
  }

  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }

  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }
  
  .m-xxxl-6 {
    margin: 4.5rem !important;
  }
  
  .m-xxxl-7 {
    margin: 6rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .mx-xxxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-xxxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .my-xxxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-xxxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  
  .mt-xxxl-6 {
    margin-top: 4.5rem !important;
  }
  
  .mt-xxxl-7 {
    margin-top: 6rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  
  .me-xxxl-6 {
    margin-right: 4.5rem !important;
  }
  
  .me-xxxl-7 {
    margin-right: 6rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  
  .mb-xxxl-6 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-xxxl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  
  .ms-xxxl-6 {
    margin-left: 4.5rem !important;
  }
  
  .ms-xxxl-7 {
    margin-left: 6rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }
  
  .p-xxxl-6 {
    padding: 4.5rem !important;
  }
  
  .p-xxxl-7 {
    padding: 6rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .px-xxxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-xxxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .py-xxxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-xxxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  
  .pt-xxxl-6 {
    padding-top: 4.5rem !important;
  }
  
  .pt-xxxl-7 {
    padding-top: 6rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  
  .pe-xxxl-6 {
    padding-right: 4.5rem !important;
  }
  
  .pe-xxxl-7 {
    padding-right: 6rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  
  .pb-xxxl-5 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-xxxl-5 {
    padding-bottom: 6rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  
  .ps-xxxl-5 {
    padding-left: 4.5rem !important;
  }
  
  .ps-xxxl-5 {
    padding-left: 6rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1900px) {
  .float-fhd-start {
    float: left !important;
  }

  .float-fhd-end {
    float: right !important;
  }

  .float-fhd-none {
    float: none !important;
  }

  .d-fhd-inline {
    display: inline !important;
  }

  .d-fhd-inline-block {
    display: inline-block !important;
  }

  .d-fhd-block {
    display: block !important;
  }

  .d-fhd-grid {
    display: grid !important;
  }

  .d-fhd-table {
    display: table !important;
  }

  .d-fhd-table-row {
    display: table-row !important;
  }

  .d-fhd-table-cell {
    display: table-cell !important;
  }

  .d-fhd-flex {
    display: flex !important;
  }

  .d-fhd-inline-flex {
    display: inline-flex !important;
  }

  .d-fhd-none {
    display: none !important;
  }

  .flex-fhd-fill {
    flex: 1 1 auto !important;
  }

  .flex-fhd-row {
    flex-direction: row !important;
  }

  .flex-fhd-column {
    flex-direction: column !important;
  }

  .flex-fhd-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-fhd-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-fhd-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-fhd-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-fhd-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-fhd-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-fhd-wrap {
    flex-wrap: wrap !important;
  }

  .flex-fhd-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-fhd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-fhd-0 {
    gap: 0 !important;
  }

  .gap-fhd-1 {
    gap: 0.25rem !important;
  }

  .gap-fhd-2 {
    gap: 0.5rem !important;
  }

  .gap-fhd-3 {
    gap: 1rem !important;
  }

  .gap-fhd-4 {
    gap: 1.5rem !important;
  }

  .gap-fhd-5 {
    gap: 3rem !important;
  }

  .justify-content-fhd-start {
    justify-content: flex-start !important;
  }

  .justify-content-fhd-end {
    justify-content: flex-end !important;
  }

  .justify-content-fhd-center {
    justify-content: center !important;
  }

  .justify-content-fhd-between {
    justify-content: space-between !important;
  }

  .justify-content-fhd-around {
    justify-content: space-around !important;
  }

  .justify-content-fhd-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-fhd-start {
    align-items: flex-start !important;
  }

  .align-items-fhd-end {
    align-items: flex-end !important;
  }

  .align-items-fhd-center {
    align-items: center !important;
  }

  .align-items-fhd-baseline {
    align-items: baseline !important;
  }

  .align-items-fhd-stretch {
    align-items: stretch !important;
  }

  .align-content-fhd-start {
    align-content: flex-start !important;
  }

  .align-content-fhd-end {
    align-content: flex-end !important;
  }

  .align-content-fhd-center {
    align-content: center !important;
  }

  .align-content-fhd-between {
    align-content: space-between !important;
  }

  .align-content-fhd-around {
    align-content: space-around !important;
  }

  .align-content-fhd-stretch {
    align-content: stretch !important;
  }

  .align-self-fhd-auto {
    align-self: auto !important;
  }

  .align-self-fhd-start {
    align-self: flex-start !important;
  }

  .align-self-fhd-end {
    align-self: flex-end !important;
  }

  .align-self-fhd-center {
    align-self: center !important;
  }

  .align-self-fhd-baseline {
    align-self: baseline !important;
  }

  .align-self-fhd-stretch {
    align-self: stretch !important;
  }

  .order-fhd-first {
    order: -1 !important;
  }

  .order-fhd-0 {
    order: 0 !important;
  }

  .order-fhd-1 {
    order: 1 !important;
  }

  .order-fhd-2 {
    order: 2 !important;
  }

  .order-fhd-3 {
    order: 3 !important;
  }

  .order-fhd-4 {
    order: 4 !important;
  }

  .order-fhd-5 {
    order: 5 !important;
  }

  .order-fhd-last {
    order: 6 !important;
  }

  .m-fhd-0 {
    margin: 0 !important;
  }

  .m-fhd-1 {
    margin: 0.25rem !important;
  }

  .m-fhd-2 {
    margin: 0.5rem !important;
  }

  .m-fhd-3 {
    margin: 1rem !important;
  }

  .m-fhd-4 {
    margin: 1.5rem !important;
  }

  .m-fhd-5 {
    margin: 3rem !important;
  }
  
  .m-fhd-6 {
    margin: 4.5rem !important;
  }
  
  .m-fhd-7 {
    margin: 6rem !important;
  }

  .m-fhd-auto {
    margin: auto !important;
  }

  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-fhd-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-fhd-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-fhd-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-fhd-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-fhd-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .mx-fhd-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-fhd-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-fhd-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-fhd-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-fhd-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-fhd-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-fhd-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .my-fhd-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-fhd-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-fhd-0 {
    margin-top: 0 !important;
  }

  .mt-fhd-1 {
    margin-top: 0.25rem !important;
  }

  .mt-fhd-2 {
    margin-top: 0.5rem !important;
  }

  .mt-fhd-3 {
    margin-top: 1rem !important;
  }

  .mt-fhd-4 {
    margin-top: 1.5rem !important;
  }

  .mt-fhd-5 {
    margin-top: 3rem !important;
  }
  
  .mt-fhd-6 {
    margin-top: 4.5rem !important;
  }
  
  .mt-fhd-7 {
    margin-top: 6rem !important;
  }

  .mt-fhd-auto {
    margin-top: auto !important;
  }

  .me-fhd-0 {
    margin-right: 0 !important;
  }

  .me-fhd-1 {
    margin-right: 0.25rem !important;
  }

  .me-fhd-2 {
    margin-right: 0.5rem !important;
  }

  .me-fhd-3 {
    margin-right: 1rem !important;
  }

  .me-fhd-4 {
    margin-right: 1.5rem !important;
  }

  .me-fhd-5 {
    margin-right: 3rem !important;
  }
  
  .me-fhd-6 {
    margin-right: 4.5rem !important;
  }
  
  .me-fhd-7 {
    margin-right: 6rem !important;
  }

  .me-fhd-auto {
    margin-right: auto !important;
  }

  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }

  .mb-fhd-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-fhd-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-fhd-3 {
    margin-bottom: 1rem !important;
  }

  .mb-fhd-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-fhd-5 {
    margin-bottom: 3rem !important;
  }
  
  .mb-fhd-6 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-fhd-7 {
    margin-bottom: 6rem !important;
  }

  .mb-fhd-auto {
    margin-bottom: auto !important;
  }

  .ms-fhd-0 {
    margin-left: 0 !important;
  }

  .ms-fhd-1 {
    margin-left: 0.25rem !important;
  }

  .ms-fhd-2 {
    margin-left: 0.5rem !important;
  }

  .ms-fhd-3 {
    margin-left: 1rem !important;
  }

  .ms-fhd-4 {
    margin-left: 1.5rem !important;
  }

  .ms-fhd-5 {
    margin-left: 3rem !important;
  }
  
  .ms-fhd-6 {
    margin-left: 4.5rem !important;
  }
  
  .ms-fhd-7 {
    margin-left: 6rem !important;
  }

  .ms-fhd-auto {
    margin-left: auto !important;
  }

  .p-fhd-0 {
    padding: 0 !important;
  }

  .p-fhd-1 {
    padding: 0.25rem !important;
  }

  .p-fhd-2 {
    padding: 0.5rem !important;
  }

  .p-fhd-3 {
    padding: 1rem !important;
  }

  .p-fhd-4 {
    padding: 1.5rem !important;
  }

  .p-fhd-5 {
    padding: 3rem !important;
  }
  
  .p-fhd-6 {
    padding: 4.5rem !important;
  }
  
  .p-fhd-7 {
    padding: 6rem !important;
  }

  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-fhd-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-fhd-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-fhd-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-fhd-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-fhd-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .px-fhd-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-fhd-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-fhd-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-fhd-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-fhd-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-fhd-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-fhd-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .py-fhd-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-fhd-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-fhd-0 {
    padding-top: 0 !important;
  }

  .pt-fhd-1 {
    padding-top: 0.25rem !important;
  }

  .pt-fhd-2 {
    padding-top: 0.5rem !important;
  }

  .pt-fhd-3 {
    padding-top: 1rem !important;
  }

  .pt-fhd-4 {
    padding-top: 1.5rem !important;
  }

  .pt-fhd-5 {
    padding-top: 3rem !important;
  }
  
  .pt-fhd-6 {
    padding-top: 4.5rem !important;
  }
  
  .pt-fhd-7 {
    padding-top: 6rem !important;
  }

  .pe-fhd-0 {
    padding-right: 0 !important;
  }

  .pe-fhd-1 {
    padding-right: 0.25rem !important;
  }

  .pe-fhd-2 {
    padding-right: 0.5rem !important;
  }

  .pe-fhd-3 {
    padding-right: 1rem !important;
  }

  .pe-fhd-4 {
    padding-right: 1.5rem !important;
  }

  .pe-fhd-5 {
    padding-right: 3rem !important;
  }
  
  .pe-fhd-6 {
    padding-right: 4.5rem !important;
  }
  
  .pe-fhd-7 {
    padding-right: 6rem !important;
  }

  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }

  .pb-fhd-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-fhd-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-fhd-3 {
    padding-bottom: 1rem !important;
  }

  .pb-fhd-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-fhd-5 {
    padding-bottom: 3rem !important;
  }
  
  .pb-fhd-5 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-fhd-5 {
    padding-bottom: 6rem !important;
  }

  .ps-fhd-0 {
    padding-left: 0 !important;
  }

  .ps-fhd-1 {
    padding-left: 0.25rem !important;
  }

  .ps-fhd-2 {
    padding-left: 0.5rem !important;
  }

  .ps-fhd-3 {
    padding-left: 1rem !important;
  }

  .ps-fhd-4 {
    padding-left: 1.5rem !important;
  }

  .ps-fhd-5 {
    padding-left: 3rem !important;
  }
  
  .ps-fhd-5 {
    padding-left: 4.5rem !important;
  }
  
  .ps-fhd-5 {
    padding-left: 6rem !important;
  }

  .text-fhd-start {
    text-align: left !important;
  }

  .text-fhd-end {
    text-align: right !important;
  }

  .text-fhd-center {
    text-align: center !important;
  }
}