@import "//use.typekit.net/cbp3pxq.css";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Tilt+Warp&display=swap";
@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tilt+Warp&display=swap";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--bs-heading-color);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }

  h2, .h2 {
    font-size: 2rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
  }

  h4, .h4, legend {
    font-size: 1.5rem;
  }
}

@media (width >= 1200px) {
  .display-1 {
    font-size: 5rem;
  }

  .display-2 {
    font-size: 4.5rem;
  }

  .display-3 {
    font-size: 4rem;
  }

  .display-4 {
    font-size: 3.5rem;
  }

  .display-5 {
    font-size: 3rem;
  }

  .display-6 {
    font-size: 2.5rem;
  }
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

@media (width >= 576px) {
  .col-sm {
    flex: 1 0 0;
  }

  .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .col-md {
    flex: 1 0 0;
  }

  .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 992px) {
  .col-lg {
    flex: 1 0 0;
  }

  .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1200px) {
  .col-xl {
    flex: 1 0 0;
  }

  .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }

  .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width <= 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .woocommerce-form-validation-errors, .wc-block-components-form-validation-errors, .woocommerce-cart-validation-errors, .woocommerce-account-validation-errors, .wpcf7-validation-errors {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }

  .woocommerce-form-validation-errors::file-selector-button {
    transition: none;
  }

  .wc-block-components-form-validation-errors::file-selector-button {
    transition: none;
  }

  .woocommerce-cart-validation-errors::file-selector-button {
    transition: none;
  }

  .woocommerce-account-validation-errors::file-selector-button {
    transition: none;
  }

  .wpcf7-validation-errors::file-selector-button {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-select, .form-switch .form-check-input {
    transition: none;
  }

  .form-range::-webkit-slider-thumb {
    transition: none;
  }

  .form-range::-moz-range-thumb {
    transition: none;
  }

  .form-floating > label {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn, .woocommerce-form input[type="submit"], .wc-block-components-form input[type="submit"], .woocommerce-cart input[type="submit"], .woocommerce-account input[type="submit"], .wpcf7 input[type="submit"], body .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button, body .woocommerce-button, body .woocommerce-Button {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade, .collapsing, .collapsing.collapse-horizontal {
    transition: none;
  }
}

@media (width >= 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button, .accordion-button:after, .page-link {
    transition: none;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }

  .progress-bar-animated {
    animation: none;
  }
}

@media (width >= 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

@media (width >= 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

  .m-sm-1 {
    margin: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mt-sm-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-sm-1 {
    margin-right: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-sm-1 {
    padding: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: .25rem !important;
  }

  .gap-sm-2 {
    gap: .5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: .5rem !important;
  }

  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

  .m-md-1 {
    margin: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    column-gap: .5rem !important;
  }

  .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

  .m-lg-1 {
    margin: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: .5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

  .m-xl-1 {
    margin: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

@media (width <= 767.98px) {
  .btn.wpcf7-submit, .woocommerce-form input.wpcf7-submit[type="submit"], .wc-block-components-form input.wpcf7-submit[type="submit"], .woocommerce-cart input.wpcf7-submit[type="submit"], .woocommerce-account input.wpcf7-submit[type="submit"], .wpcf7 input.wpcf7-submit[type="submit"], body .wpcf7-submit.wc-block-cart__submit-button, body .wpcf7-submit.wc-block-components-checkout-place-order-button, body .wpcf7-submit.woocommerce-button, body .wpcf7-submit.woocommerce-Button {
    padding: 14px 2rem !important;
  }
}

@media (width <= 1199.98px) {
  #fancybox-close {
    top: -58px !important;
    right: -10px !important;
  }
}

@media (width <= 1199.98px) {
  #fancybox-prev {
    left: -18px !important;
  }

  #fancybox-next {
    right: -18px !important;
  }
}

@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes up-down-arr {
  0% {
    transform: translateY(0)rotate(135deg);
  }

  100% {
    transform: translateY(-5px)rotate(135deg);
  }
}

@keyframes up-down-arr-up {
  0% {
    transform: translateY(0)rotate(315deg);
  }

  100% {
    transform: translateY(-4px)rotate(315deg);
  }
}

@media (width <= 991.98px) {
  h1, .h1 {
    margin-bottom: 25px;
    font-size: 3.8125rem;
  }
}

@media (width <= 575.98px) {
  h1, .h1 {
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 54px;
  }
}

@media (width <= 991.98px) {
  h2, .h2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}

@media (width <= 767.98px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 42px;
  }
}

@media (width <= 575.98px) {
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media (width <= 991.98px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

@media (width <= 767.98px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 35px;
  }
}

@media (width <= 575.98px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media (width <= 575.98px) {
  ul.contact-details li a {
    font-size: 18px;
    line-height: 24px;
  }
}

header, .woocommerce-page header > .wp-block-group {
  z-index: 12;
  width: 100vw;
  height: fit-content;
  padding: 25px 0;
  position: fixed;
  top: 0;
  background: linear-gradient(84deg, #fcfcfc 0% 3%, #e6e6e6 100%) no-repeat padding-box padding-box !important;
}

@media (width >= 1200px) and (width <= 1399.98px) {
  header, .woocommerce-page header > .wp-block-group {
    padding: 25px;
  }
}

@media (width <= 1199.98px) {
  header, .woocommerce-page header > .wp-block-group {
    padding: 15px 25px;
  }
}

@media (width <= 991.98px) {
  header, .woocommerce-page header > .wp-block-group {
    padding: 0 0 0 .5rem;
  }
}

header .wp-block-columns, .woocommerce-page header > .wp-block-group .wp-block-columns {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

header-wrap, .woocommerce-page header > .wp-block-group-wrap {
  position: relative;
}

header.static, .woocommerce-page header > .wp-block-group.static {
  display: block;
  box-shadow: 0 6px 15px #0000000f;
}

@media (width <= 1199.98px) {
  header, .woocommerce-page header > .wp-block-group {
    height: 75px;
  }
}

header .wp-block-site-logo, .woocommerce-page header > .wp-block-group .wp-block-site-logo {
  max-width: fit-content;
  position: inherit;
  margin: 0;
  padding: 0;
  display: flex;
}

@media (width <= 1199.98px) {
  header .wp-block-site-logo, .woocommerce-page header > .wp-block-group .wp-block-site-logo {
    z-index: 999999;
    position: relative;
  }
}

header .wp-block-site-logo a, .woocommerce-page header > .wp-block-group .wp-block-site-logo a {
  width: max-content;
}

header .wp-block-site-logo a img, .woocommerce-page header > .wp-block-group .wp-block-site-logo a img {
  width: 200px;
  height: auto;
  margin: 0;
  position: relative;
}

@media (width <= 991.98px) {
  header .wp-block-site-logo a img, .woocommerce-page header > .wp-block-group .wp-block-site-logo a img {
    width: 200px;
    max-height: 43px;
    margin-bottom: -60px;
  }
}

@media (width <= 575.98px) {
  header .wp-block-site-logo a img, .woocommerce-page header > .wp-block-group .wp-block-site-logo a img {
    width: 180px;
  }
}

@media (width <= 991.98px) {
  header p, .woocommerce-page header > .wp-block-group p {
    display: none;
  }
}

header .two-column-layout, .woocommerce-page header > .wp-block-group .two-column-layout {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

@media (width >= 1200px) and (width <= 1399.98px) {
  header .two-column-layout .wp-block-navigation, .woocommerce-page header > .wp-block-group .two-column-layout .wp-block-navigation {
    gap: .75rem;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  header .two-column-layout .wp-block-navigation, .woocommerce-page header > .wp-block-group .two-column-layout .wp-block-navigation {
    gap: .25rem;
  }

  header .two-column-layout .wp-block-navigation li, .woocommerce-page header > .wp-block-group .two-column-layout .wp-block-navigation li {
    margin: 0 7px;
  }

  header .two-column-layout .wp-block-navigation li span, .woocommerce-page header > .wp-block-group .two-column-layout .wp-block-navigation li span {
    font-size: 18px;
  }
}

header .two-column-layout .wp-block-tfa-column, .woocommerce-page header > .wp-block-group .two-column-layout .wp-block-tfa-column {
  padding-right: 0;
}

header .two-column-layout .main-menu-cont, header .two-column-layout .mini-cart-holder, .woocommerce-page header > .wp-block-group .two-column-layout .main-menu-cont, .woocommerce-page header > .wp-block-group .two-column-layout .mini-cart-holder {
  width: auto;
}

#close-menu-body {
  display: none;
}

html.has-modal-open #close-menu-body {
  mix-blend-mode: multiply;
  opacity: .36;
  z-index: 999;
  background: linear-gradient(90deg, #383b34 0%, #7a7c77 100%) no-repeat padding-box padding-box;
  width: 50vw;
  height: 100vh;
  animation: .5s linear .5s both fade-in;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

@media (width <= 1199.98px) {
  html.has-modal-open #close-menu-body {
    display: none;
  }
}

.banner {
  background-position: center;
  min-height: calc(100vh - 270px);
}

.section__banner {
  overflow: hidden;
}

@media (width <= 575.98px) {
  .section__banner {
    padding-top: 80px !important;
  }
}

@media (width <= 1399.98px) {
  .section__banner > div {
    padding: 0 !important;
  }
}

.section__banner > div > div {
  background-position: 83% 0;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 860px !important;
}

@media only screen and (width <= 1600px) {
  .section__banner > div > div {
    background-position: right 0;
  }
}

@media (width <= 1399.98px) {
  .section__banner > div > div {
    background-size: 560px !important;
  }
}

@media (width <= 991.98px) {
  .section__banner > div > div {
    background: none !important;
  }
}

.section__banner .banner-image {
  margin-bottom: 0;
}

@media (width >= 992px) {
  .section__banner .banner-image {
    text-align: right;
  }
}

@media (width <= 991.98px) {
  .section__banner .banner-image {
    text-align: center;
  }
}

@media (width >= 992px) {
  .section__banner .banner-image img {
    width: auto;
    min-width: 300px;
    max-height: 548px;
  }
}

@media (width >= 992px) and (width <= 1399.98px) {
  .section__banner .banner-image img {
    max-height: 400px;
  }
}

@media (width <= 991.98px) {
  .section__banner .banner-image img {
    min-width: 300px;
    max-width: 600px;
  }
}

.section__banner .banner-title {
  margin-bottom: 0;
}

.section__banner .banner-title img {
  object-fit: contain;
  min-width: 320px;
  max-width: 550px;
}

@media (width <= 1399.98px) {
  .section__banner .banner-title img {
    max-width: 400px;
  }
}

.section__banner.bg-pink-orange {
  background: linear-gradient(0deg, #e87f76 0%, #cc4168 100%);
}

.section__banner.bg-green {
  background: #bbd17b;
}

.section__banner.bg-green > div > div {
  background-position: right 0;
}

.section__banner.bg-pink {
  background: #d6177a;
}

.section__banner.bg-pink-purple {
  background: linear-gradient(0deg, #911f61 0%, #501d51 100%);
}

.section__banner.bg-purple {
  background: #9a80b9;
}

body .main-menu, body .wp-block-navigation {
  position: relative;
}

body .wp-block-navigation p {
  display: none;
}

body .wp-block-navigation__responsive-container.has-modal-open {
  animation: 2s forwards grow-line;
  background: #fff !important;
}

@media (width <= 1199.98px) {
  body .wp-block-navigation__responsive-container.has-modal-open {
    max-width: 100vw;
    left: inherit;
    width: 100vw;
    animation: .4s forwards grow-line;
    right: 0;
  }
}

body .wp-block-navigation__responsive-container.has-modal-open.closed {
  animation: .5s forwards grow-line-back;
  padding: 0 !important;
}

body .wp-block-navigation__responsive-container-open {
  z-index: 9999999;
  cursor: pointer;
  width: 24px;
  height: 20px;
  transition: all .5s ease-in-out;
  display: block;
  position: fixed;
  top: 40px;
  left: 80px;
  transform: rotate(0);
}

body .wp-block-navigation__responsive-container-open:after {
  content: "menu";
  text-transform: uppercase;
  letter-spacing: .56px;
  color: #fff;
  width: 100px;
  margin-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
}

@media (width <= 1199.98px) {
  body .wp-block-navigation__responsive-container-open:after {
    display: none;
  }

  body .wp-block-navigation__responsive-container-open {
    top: 30px;
    right: 1.75rem;
    left: inherit;
  }
}

@media (width <= 575.98px) {
  body .wp-block-navigation__responsive-container-open {
    right: 20px;
  }
}

body .wp-block-navigation__responsive-container-open i {
  opacity: 1;
  background: #171313;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  transition: all .25s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

body .wp-block-navigation__responsive-container-open i:first-child {
  transform-origin: 0;
  top: 0;
}

body .wp-block-navigation__responsive-container-open i:nth-child(2) {
  transform-origin: 0;
  top: 8px;
}

body .wp-block-navigation__responsive-container-open i:nth-child(3) {
  transform-origin: 0;
  top: 16px;
}

body .wp-block-navigation__responsive-container-open svg {
  display: none;
}

body .wp-block-navigation__responsive-container-close {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 0;
  right: calc(50vw - 685px);
}

@media (width <= 991.98px) {
  body .wp-block-navigation__responsive-container-close {
    top: 35px;
    right: 40px;
  }
}

@media (width <= 575.98px) {
  body .wp-block-navigation__responsive-container-close {
    right: 20px;
  }
}

body .wp-block-navigation__responsive-container-close i {
  opacity: 1;
  background: #171313;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  transition: all .25s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

body .wp-block-navigation__responsive-container-close i:first-child {
  top: 0;
  left: 8px;
  transform: rotate(45deg);
}

body .wp-block-navigation__responsive-container-close i:nth-child(2) {
  opacity: 0;
  width: 0;
}

body .wp-block-navigation__responsive-container-close i:nth-child(3) {
  top: 0;
  left: 8px;
  transform: rotate(-45deg);
}

body .wp-block-navigation__responsive-container-close svg {
  display: none;
}

body .wp-block-navigation__responsive-container-content {
  margin-right: 5px;
  padding-top: 0;
  position: relative;
}

@media (width <= 1199.98px) {
  body .wp-block-navigation__container {
    width: 100%;
    max-width: fit-content;
    left: 0;
  }
}

body .wp-block-navigation__container li.my-account {
  border: 0 !important;
}

body .wp-block-navigation__container li.my-account > a {
  background: url("../account.68324b6d.svg") 0 / 100% no-repeat;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
}

body .wp-block-navigation__container li.my-account > a span {
  font-size: 0 !important;
}

body .wp-block-navigation__container li.my-account > a:hover {
  opacity: .7;
}

body .cms-breadcrumb {
  margin: 40px 0;
}

@media screen and (width >= 992px) {
  body .primary-menu .sub-menu {
    min-width: fit-content;
  }

  body .primary-menu .sub-menu li > a {
    padding-right: 15px;
  }
}

body.logged-in .wp-block-navigation-item.nav-logout {
  display: block;
}

body.logged-in .wp-block-navigation-item.nav-login, body.logged-in .wp-block-navigation-item.nav-reg, body:not(.logged-in) .wp-block-navigation-item.nav-logout {
  display: none;
}

body:not(.logged-in) .wp-block-navigation-item.nav-login, body:not(.logged-in) .wp-block-navigation-item.nav-reg {
  display: block;
}

@media (width <= 1199.98px) {
  html:not(.has-modal-open) .wp-block-navigation__responsive-container {
    display: none !important;
  }
}

html.has-modal-open .main-menu-cont .wp-block-navigation__container {
  display: block !important;
}

@media (width <= 1199.98px) {
  html.has-modal-open .main-menu-cont .wp-block-navigation__container {
    padding: 20px;
  }

  html.has-modal-open .main-menu-cont .wp-block-navigation-item {
    width: fit-content;
  }
}

html.has-modal-open .main-menu-cont .wp-block-navigation__responsive-container-open {
  display: none !important;
}

html.has-modal-open .main-menu-cont .main-menu .short-component {
  display: block;
}

.section__home-hero .wp-block-tfa-column, .section__home-hero .wp-block-tfa-column > .container-fluid, .section__home-hero .wp-block-tfa-column > .container-sm, .section__home-hero .wp-block-tfa-column > .container-md, .section__home-hero .wp-block-tfa-column > .container-lg, .section__home-hero .wp-block-tfa-column > .container-xl, .section__home-hero .wp-block-tfa-column > .container-xxl, .section__home-hero > .one-column-layout, .section__home-hero {
  padding: 0 !important;
}

.section__home-hero {
  margin-bottom: 48px;
}

.hero-slider {
  height: calc(100vh - 89px);
  min-height: 840px;
  max-height: 878px;
  margin-top: 58px;
  position: relative;
}

@media (width <= 1199.98px) {
  .hero-slider {
    min-height: 640px;
    max-height: 678px;
  }
}

@media (width <= 767.98px) {
  .hero-slider {
    min-height: unset;
    height: fit-content;
    max-height: unset;
  }
}

.hero-slider-container .hero-slide {
  background: linear-gradient(315deg, #ac035799 0%, #f6b3d0 50%);
  flex-wrap: nowrap;
  flex: 0 0 100%;
  margin-bottom: 48px;
  display: flex;
}

@media (width <= 991.98px) {
  .hero-slider-container .hero-slide {
    height: auto;
    margin-top: 0;
  }

  .hero-slider-container .hero-slide.coming-soon {
    background-size: 100%;
    height: 280px;
  }
}

.hero-slider-container .hero-slide.coming-soon:before {
  display: none !important;
}

.hero-slider-container .hero-slide .hero-body {
  text-align: left;
  align-self: center;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto !important;
}

@media (width <= 767.98px) {
  .hero-slider-container .hero-slide .hero-body {
    flex-direction: column-reverse;
    align-self: baseline;
    height: 100%;
  }
}

.hero-slider-container .hero-slide .hero-body .col-stamp {
  max-width: 878px;
}

@media (width >= 768px) {
  .hero-slider-container .hero-slide .hero-body .col-stamp {
    z-index: 1;
    background-image: url("../stamp-left.9a6cc910.png");
    background-position: center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box;
    width: 100%;
    max-width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
  }
}

@media (width >= 1400px) {
  .hero-slider-container .hero-slide .hero-body .col-stamp {
    background-position: 100%;
    background-size: cover;
  }
}

@media (width <= 1399.98px) {
  .hero-slider-container .hero-slide .hero-body .col-stamp {
    background-position: 100% 100%;
    max-width: 768px;
  }
}

@media (width <= 1199.98px) {
  .hero-slider-container .hero-slide .hero-body .col-stamp {
    background-position: 100%;
    max-width: 598px;
  }
}

@media (width <= 991.98px) {
  .hero-slider-container .hero-slide .hero-body .col-stamp {
    background-position: 100%;
    max-width: 568px;
  }
}

.hero-slider-container .hero-slide .hero-body .col {
  padding: 0;
  position: relative;
}

@media (width <= 767.98px) {
  .hero-slider-container .hero-slide .hero-body .col {
    margin-bottom: auto;
    top: 0;
  }
}

.hero-slider-container .hero-slide .hero-body .col .competition-finished {
  color: #fff;
  font-size: clamp(1.75rem, 1.45rem + 1.304vw, 2.5rem);
  font-weight: 700;
  line-height: 110%;
}

.hero-slider-container .hero-slide .hero-body .col .hero-content h2, .hero-slider-container .hero-slide .hero-body .col .hero-content .h2 {
  color: #fff;
  width: 100%;
  max-height: 140px;
  margin: 0 auto 30px 0;
  font-size: clamp(1.95rem, 1.65rem + 1.304vw, 2.75rem);
  font-weight: 800;
  line-height: 65px;
  display: inline-block;
  overflow: hidden;
}

.hero-slider-container .hero-slide .hero-body .col .hero-content h2 em, .hero-slider-container .hero-slide .hero-body .col .hero-content .h2 em {
  color: #d50671;
  font-style: normal;
}

@media (width <= 991.98px) {
  .hero-slider-container .hero-slide .hero-body .col .hero-content h2, .hero-slider-container .hero-slide .hero-body .col .hero-content .h2 {
    margin-bottom: 25px;
    font-size: 3.8125rem;
  }
}

@media (width <= 575.98px) {
  .hero-slider-container .hero-slide .hero-body .col .hero-content h2, .hero-slider-container .hero-slide .hero-body .col .hero-content .h2 {
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 54px;
    line-height: 47px !important;
  }
}

.hero-slider-container .hero-slide .hero-body .col .hero-content h2 em, .hero-slider-container .hero-slide .hero-body .col .hero-content .h2 em, .hero-slider-container .hero-slide .hero-body .col .hero-content h2 del, .hero-slider-container .hero-slide .hero-body .col .hero-content .h2 del {
  color: #fff;
  text-decoration: none;
}

.hero-slider-container .hero-slide .hero-body .col.info-col {
  z-index: 1;
  flex-direction: column;
  align-content: center;
  max-width: 465px;
  display: flex;
  top: 50%;
  overflow-y: visible;
  transform: translateY(-50%);
}

@media (width >= 768px) and (width <= 991.98px) {
  .hero-slider-container .hero-slide .hero-body .col.info-col {
    left: 38px;
  }
}

@media (width <= 767.98px) {
  .hero-slider-container .hero-slide .hero-body .col.info-col {
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 10px !important;
  }
}

.hero-slider-container .hero-slide .hero-body .col.info-col .wrapper {
  margin: auto;
}

.hero-slider-container .hero-slide .hero-body .col.info-col .wrapper .onsale {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.hero-slider-container .hero-slide .hero-body .col.info-col .wrapper .hero-lottery-price .woocommerce-Price-amount * {
  color: #a8dbeb;
  margin-bottom: 20px;
  font-size: clamp(2rem, 1.45rem + 1.304vw, 3rem);
  font-weight: 700;
  line-height: 110%;
}

.hero-slider-container .hero-slide .hero-body .col.info-col .wrapper .hero-lottery-price .ticket-label {
  color: #fff;
  letter-spacing: .05em;
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  display: inline-block;
}

.hero-slider-container .hero-slide .hero-body .col.info-col .wrapper .hero-lottery-price .ticket-label sub {
  font-size: 30px;
  bottom: 0;
}

.hero-slider-container .hero-slide .hero-body .col.info-col .wrapper .ticket-info .lottery-days {
  display: none;
}

@media (width >= 768px) {
  .hero-slider-container .hero-slide .hero-body .col.image-col {
    width: 50%;
    height: 100%;
    margin: 0;
    display: block;
    position: absolute;
    right: 0;
  }
}

.hero-slider-container .hero-slide .hero-body .col.image-col img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: contain;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 767.98px) {
  .hero-slider-container .hero-slide .hero-body .col.image-col img {
    width: 100%;
    max-height: 280px;
    position: relative;
  }
}

.hero-slider-container .hero-slide .hero-body .col.image-col .price-ribbon {
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media (width <= 991.98px) {
  .hero-slider-container .hero-slide .hero-body .col.image-col .price-ribbon {
    top: 0;
    bottom: auto;
  }
}

.hero-slider-container .hero-slide .hero-body .col.image-col .price-ribbon .prize-worth {
  color: #fff;
  text-align: center;
  transform-origin: center;
  background-color: #d50671;
  width: 710px;
  padding: 18px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 62px;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: 110px;
  right: -140px;
  transform: rotate(-40deg);
  box-shadow: 0 4px 12px #00000040;
}

@media (width <= 1399.98px) {
  .hero-slider-container .hero-slide .hero-body .col.image-col .price-ribbon .prize-worth {
    width: 500px;
    padding: 14px 0;
    font-size: 46px;
    bottom: 65px;
    right: -125px;
  }
}

@media (width <= 991.98px) {
  .hero-slider-container .hero-slide .hero-body .col.image-col .price-ribbon .prize-worth {
    width: 400px;
    padding: 12px 0;
    font-size: 36px;
    top: 40px;
    bottom: auto;
    right: -80px;
    transform: rotate(40deg);
  }
}

@media (width <= 767.98px) {
  .hero-slider-container .hero-slide .hero-body .col.image-col .price-ribbon .prize-worth {
    width: 340px;
    padding: 8px 0;
    font-size: 26px;
    top: 50px;
    right: -70px;
  }
}

.hero-slider-container .hero-slide .hero-body .col .btn, .hero-slider-container .hero-slide .hero-body .col .woocommerce-form input[type="submit"], .woocommerce-form .hero-slider-container .hero-slide .hero-body .col input[type="submit"], .hero-slider-container .hero-slide .hero-body .col .wc-block-components-form input[type="submit"], .wc-block-components-form .hero-slider-container .hero-slide .hero-body .col input[type="submit"], .hero-slider-container .hero-slide .hero-body .col .woocommerce-cart input[type="submit"], .woocommerce-cart .hero-slider-container .hero-slide .hero-body .col input[type="submit"], .hero-slider-container .hero-slide .hero-body .col .woocommerce-account input[type="submit"], .woocommerce-account .hero-slider-container .hero-slide .hero-body .col input[type="submit"], .hero-slider-container .hero-slide .hero-body .col .wpcf7 input[type="submit"], .wpcf7 .hero-slider-container .hero-slide .hero-body .col input[type="submit"], .hero-slider-container .hero-slide .hero-body .col body .wc-block-cart__submit-button, body .hero-slider-container .hero-slide .hero-body .col .wc-block-cart__submit-button, .hero-slider-container .hero-slide .hero-body .col body .wc-block-components-checkout-place-order-button, body .hero-slider-container .hero-slide .hero-body .col .wc-block-components-checkout-place-order-button, .hero-slider-container .hero-slide .hero-body .col body .woocommerce-button, body .hero-slider-container .hero-slide .hero-body .col .woocommerce-button, .hero-slider-container .hero-slide .hero-body .col body .woocommerce-Button, body .hero-slider-container .hero-slide .hero-body .col .woocommerce-Button {
  max-width: fit-content;
  margin-top: 20px !important;
}

.hero-slider-container .hero-slide .hero-body .col .ticket-info {
  display: none !important;
}

.hero-slider-container .hero-slide .hero-body .col ul.products.products li {
  margin: 0 auto 0 0 !important;
}

.hero-slider-container .hero-slide .hero-body .col .wcl-progress-meter span {
  color: #fff;
  font-size: 14px;
  top: unset !important;
  bottom: unset !important;
  margin-top: 0 !important;
}

.hero-slider-container .hero-slide .hero-body .col .wcl-progress-meter progress {
  background-color: #ffffff60;
}

.hero-slider-container .hero-slide .hero-body .col .wcl-progress-meter progress::-webkit-progress-bar {
  background-color: #ffffff60;
  border-radius: 20px;
}

.hero-slider-container .hero-slide .hero-body .col .wcl-progress-meter progress[value]::-webkit-progress-value {
  background-color: #ffffff60;
}

.hero-slider .swiper-button-next, .hero-slider .swiper-button-prev {
  transition: all .3s ease-out;
}

.hero-slider .swiper-button-next:after, .hero-slider .swiper-button-prev:after {
  color: #fff;
}

.hero-slider .swiper-button-next:hover, .hero-slider .swiper-button-prev:hover {
  transition: all .3s ease-out;
  transform: scale(1.2);
}

.hero-slider .swiper-button-prev {
  left: 30px;
}

.hero-slider .swiper-button-next {
  right: 30px;
}

.hero-slider .swiper-pagination {
  text-align: center;
  max-width: 100%;
  bottom: 30px;
}

@media (width <= 991.98px) {
  .hero-slider .swiper-pagination {
    bottom: 60px;
  }
}

.hero-slider .swiper-pagination-bullet {
  opacity: .95;
  background-color: #fff;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  transition: width .2s;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #505050;
  border: 2px solid #505050;
  border-radius: 9px;
  width: 30px;
}

.woocommerce ul.products {
  margin: 50px auto;
}

@media (width <= 575.98px) {
  .woocommerce ul.products {
    padding: 0 5px;
  }
}

.woocommerce ul.products li.product {
  background-color: #fff;
  border-radius: 14px;
  padding: 50px 50px 100px;
  position: relative;
  box-shadow: 0 15px 30px #1a264a26;
}

@media (width <= 1199.98px) {
  .woocommerce ul.products li.product {
    padding: 35px 25px !important;
  }
}

.woocommerce ul.products li.product:before {
  display: none;
}

.woocommerce ul.products li.product.featured {
  background: #fafafa no-repeat padding-box padding-box;
}

.woocommerce ul.products li.product a {
  display: grid !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > br, .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .onsale + br {
  display: none;
}

.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  text-overflow: ellipsis;
  letter-spacing: -.35px;
  white-space: nowrap;
  color: #d50671;
  max-width: 300px;
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
}

.woocommerce ul.products li.product a .price {
  flex-wrap: wrap;
  width: 100%;
  display: inline-flex;
}

.woocommerce ul.products li.product a .price > * {
  display: flex;
}

.woocommerce ul.products li.product a .price .amount {
  margin-right: 15px;
  font-family: proxima-nova, sans-serif !important;
}

.woocommerce ul.products li.product a .price .amount * {
  color: #212529;
  font-weight: 700;
  font-size: 30px !important;
}

.woocommerce ul.products li.product a .price del {
  order: 2;
  width: fit-content;
  margin-left: 15px;
  text-decoration: none;
  position: relative;
}

.woocommerce ul.products li.product a .price del:after {
  content: "";
  background-color: #9d9c9c;
  width: 90%;
  height: 2px;
  display: block;
  position: absolute;
  top: 15px;
  transform: rotate(160deg);
}

.woocommerce ul.products li.product a .price del .amount * {
  color: #9d9c9c !important;
  font-size: 23px !important;
}

.woocommerce ul.products li.product a .has-finished {
  color: #d50671;
  order: 2;
  width: auto;
  margin-top: 30px;
  font-weight: 700;
  display: inline-block;
}

@media (width <= 575.98px) {
  .woocommerce ul.products li.product a .has-finished {
    line-height: 32px;
    font-size: 15px !important;
  }
}

.woocommerce ul.products li.product a .time-left {
  visibility: hidden;
}

.woocommerce ul.products li.product a .lottery-time-countdown {
  order: 3;
  position: relative;
  top: 15px;
  left: -15px;
}

@media (width <= 575.98px) {
  .woocommerce ul.products li.product a .lottery-time-countdown {
    top: 80px;
  }
}

.woocommerce ul.products li.product a .wc_lotery_countdown-amount {
  margin-top: 30px;
  font-size: 55px;
  font-weight: 700;
  display: inline-block;
}

.woocommerce ul.products li.product a .ticket-info {
  order: 4;
  margin-left: auto;
  display: inline-block;
  margin: 0 auto !important;
}

@media (width <= 575.98px) {
  .woocommerce ul.products li.product a .ticket-info {
    top: -85px;
  }
}

.woocommerce ul.products li.product a .ticket-info * {
  color: #9d9c9c;
  font-size: 20px;
}

.woocommerce ul.products li.product a .ticket-info:after {
  content: "Play now";
  white-space: nowrap;
  color: #fff;
  background: #34214b;
  border-color: #0000;
  border-radius: 35px;
  height: 56px;
  transition: all .3s ease-out;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 34px 15px !important;
}

.woocommerce ul.products li.product a .ticket-info:hover:after {
  opacity: .7;
}

.woocommerce ul.products li.product a .ticket-info div {
  width: fit-content;
  display: none;
}

.woocommerce ul.products li.product a .ticket-info div.lottery-days {
  width: auto;
  display: inline-flex;
}

.woocommerce ul.products li.product a .ticket-info div.lottery-days b {
  margin-right: 5px;
}

.woocommerce ul.products li.product a > * {
  font-size: 20px;
}

.woocommerce ul.products li.product.sale {
  position: relative;
}

.woocommerce ul.products li.product.sale .button.product_type_lottery {
  display: none;
}

.woocommerce ul.products li.product img {
  object-fit: contain;
  width: auto;
  height: 300px;
  max-height: 300px;
  margin: 0 auto;
  padding: 2px;
}

.woocommerce ul.products li.product .lottery-time-countdown {
  display: none;
}

.woocommerce ul.products li.product a.button.wp-element-button {
  color: #fff;
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: none !important;
}

.woocommerce ul.products li.product a.button.wp-element-button:hover {
  background: linear-gradient(244deg, #d50671 0%, #f44864 100%) no-repeat padding-box padding-box;
}

.wcl-progress-meter {
  border-radius: 10px;
  flex-direction: column;
  order: 0;
  width: 100%;
  margin: 10px 0 0;
  display: flex;
}

.wcl-progress-meter .zero, .wcl-progress-meter .sold, .wcl-progress-meter .max {
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.wcl-progress-meter .progress-labels {
  order: 2;
  margin-top: 10px;
  position: relative;
}

.wcl-progress-meter .progress-labels span {
  color: #171313;
  font-size: 14px;
  top: unset !important;
  bottom: unset !important;
  margin-top: 0 !important;
}

.wcl-progress-meter .progress-labels p br {
  display: none;
}

.wcl-progress-meter progress {
  border: unset;
  background-color: #9d9c9c38;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.wcl-progress-meter progress::-webkit-progress-bar {
  background-color: #9d9c9c38;
  border-radius: 20px;
}

.wcl-progress-meter progress[value]::-webkit-progress-value {
  background-color: #9d9c9c38;
  background-image: -webkit-linear-gradient(-45deg, #a8dbeb 0% 100%), -webkit-linear-gradient(left, #a8dbeb, #a8dbeb);
  border-radius: 20px;
}

.wcl-progress-meter progress::-moz-progress-bar {
  background-color: #a8dbeb;
  border-radius: 20px;
}

.swiper-buttons {
  display: none;
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
  --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
  --bs-box-shadow-inset: inset 0 1px 2px #00000013;
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: #0d6efd40;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: #dee2e6bf;
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dee2e680;
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: #ffffff26;
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*, :before, :after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}

hr {
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  margin: 1rem 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--bs-heading-color);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  cursor: help;
  text-decoration-skip-ink: none;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small, .small {
  font-size: .875em;
}

mark, .mark {
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
  padding: .1875em;
}

sub, sup {
  vertical-align: baseline;
  font-size: .75em;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  display: block;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: .875em;
}

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  color: var(--bs-secondary-color);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  float: left;
  width: 100%;
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale();
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  cursor: pointer;
  display: list-item;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  text-transform: uppercase;
  font-size: .875em;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  color: #6c757d;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

.blockquote-footer:before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  color: var(--bs-secondary-color);
  font-size: .875em;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: none;
  width: auto;
}

.row-cols-1 > * {
  flex: none;
  width: 100%;
}

.row-cols-2 > * {
  flex: none;
  width: 50%;
}

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex: none;
  width: 25%;
}

.row-cols-5 > * {
  flex: none;
  width: 20%;
}

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.col-auto {
  flex: none;
  width: auto;
}

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-2 {
  flex: none;
  width: 16.6667%;
}

.col-3 {
  flex: none;
  width: 25%;
}

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

.col-6 {
  flex: none;
  width: 50%;
}

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

.col-9 {
  flex: none;
  width: 75%;
}

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

.col-12 {
  flex: none;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (width >= 576px) {
  .col-sm {
    flex: 1 0 0;
  }

  .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .col-md {
    flex: 1 0 0;
  }

  .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 992px) {
  .col-lg {
    flex: 1 0 0;
  }

  .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1200px) {
  .col-xl {
    flex: 1 0 0;
  }

  .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }

  .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  width: 100%;
  margin-bottom: 1rem;
}

.table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  padding: .5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: .25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *, .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a5b5cc;
  --bs-table-striped-bg: #c4d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b4b6b7;
  --bs-table-striped-bg: #d6d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbcdce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a5c4ca;
  --bs-table-striped-bg: #c4e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e6c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dab9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece0be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc1c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7c9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (width <= 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

.form-text {
  color: var(--bs-secondary-color);
  margin-top: .25rem;
  font-size: .875em;
}

.form-control, .woocommerce-form-validation-errors, .wc-block-components-form-validation-errors, .woocommerce-cart-validation-errors, .woocommerce-account-validation-errors, .wpcf7-validation-errors {
  width: 100%;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .woocommerce-form-validation-errors, .wc-block-components-form-validation-errors, .woocommerce-cart-validation-errors, .woocommerce-account-validation-errors, .wpcf7-validation-errors {
    transition: none;
  }
}

.form-control[type="file"], [type="file"].woocommerce-form-validation-errors, [type="file"].wc-block-components-form-validation-errors, [type="file"].woocommerce-cart-validation-errors, [type="file"].woocommerce-account-validation-errors, [type="file"].wpcf7-validation-errors {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), [type="file"].woocommerce-form-validation-errors:not(:disabled):not([readonly]), [type="file"].wc-block-components-form-validation-errors:not(:disabled):not([readonly]), [type="file"].woocommerce-cart-validation-errors:not(:disabled):not([readonly]), [type="file"].woocommerce-account-validation-errors:not(:disabled):not([readonly]), [type="file"].wpcf7-validation-errors:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .woocommerce-form-validation-errors:focus, .wc-block-components-form-validation-errors:focus, .woocommerce-cart-validation-errors:focus, .woocommerce-account-validation-errors:focus, .wpcf7-validation-errors:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.woocommerce-form-validation-errors::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.wc-block-components-form-validation-errors::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.woocommerce-cart-validation-errors::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.woocommerce-account-validation-errors::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.wpcf7-validation-errors::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.woocommerce-form-validation-errors::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.wc-block-components-form-validation-errors::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.woocommerce-cart-validation-errors::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.woocommerce-account-validation-errors::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.wpcf7-validation-errors::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.form-control::placeholder, .woocommerce-form-validation-errors::placeholder, .wc-block-components-form-validation-errors::placeholder, .woocommerce-cart-validation-errors::placeholder, .woocommerce-account-validation-errors::placeholder, .wpcf7-validation-errors::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled, .woocommerce-form-validation-errors:disabled, .wc-block-components-form-validation-errors:disabled, .woocommerce-cart-validation-errors:disabled, .woocommerce-account-validation-errors:disabled, .wpcf7-validation-errors:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  margin: -.375rem -.75rem;
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce-form-validation-errors::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wc-block-components-form-validation-errors::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce-cart-validation-errors::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce-account-validation-errors::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-validation-errors::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }

  .woocommerce-form-validation-errors::file-selector-button {
    transition: none;
  }

  .wc-block-components-form-validation-errors::file-selector-button {
    transition: none;
  }

  .woocommerce-cart-validation-errors::file-selector-button {
    transition: none;
  }

  .woocommerce-account-validation-errors::file-selector-button {
    transition: none;
  }

  .wpcf7-validation-errors::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.woocommerce-form-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.wc-block-components-form-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.woocommerce-cart-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.woocommerce-account-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  width: 100%;
  color: var(--bs-body-color);
  border: solid #0000;
  border-width: var(--bs-border-width) 0;
  background-color: #0000;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

textarea.form-control, textarea.woocommerce-form-validation-errors, textarea.wc-block-components-form-validation-errors, textarea.woocommerce-cart-validation-errors, textarea.woocommerce-account-validation-errors, textarea.wpcf7-validation-errors {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 100%;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

.form-check-inline {
  margin-right: 1rem;
  display: inline-block;
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check[disabled] + .btn, .woocommerce-form .btn-check[disabled] + input[type="submit"], .wc-block-components-form .btn-check[disabled] + input[type="submit"], .woocommerce-cart .btn-check[disabled] + input[type="submit"], .woocommerce-account .btn-check[disabled] + input[type="submit"], .wpcf7 .btn-check[disabled] + input[type="submit"], body .btn-check[disabled] + .wc-block-cart__submit-button, body .btn-check[disabled] + .wc-block-components-checkout-place-order-button, body .btn-check[disabled] + .woocommerce-button, body .btn-check[disabled] + .woocommerce-Button, .btn-check:disabled + .btn, .woocommerce-form .btn-check:disabled + input[type="submit"], .wc-block-components-form .btn-check:disabled + input[type="submit"], .woocommerce-cart .btn-check:disabled + input[type="submit"], .woocommerce-account .btn-check:disabled + input[type="submit"], .wpcf7 .btn-check:disabled + input[type="submit"], body .btn-check:disabled + .wc-block-cart__submit-button, body .btn-check:disabled + .wc-block-components-checkout-place-order-button, body .btn-check:disabled + .woocommerce-button, body .btn-check:disabled + .woocommerce-Button {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .woocommerce-form-validation-errors, .form-floating > .wc-block-components-form-validation-errors, .form-floating > .woocommerce-cart-validation-errors, .form-floating > .woocommerce-account-validation-errors, .form-floating > .wpcf7-validation-errors, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  z-index: 2;
  max-width: 100%;
  height: 100%;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .form-floating > .woocommerce-form-validation-errors, .form-floating > .wc-block-components-form-validation-errors, .form-floating > .woocommerce-cart-validation-errors, .form-floating > .woocommerce-account-validation-errors, .form-floating > .wpcf7-validation-errors, .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.form-floating > .form-control::placeholder, .form-floating > .woocommerce-form-validation-errors::placeholder, .form-floating > .wc-block-components-form-validation-errors::placeholder, .form-floating > .woocommerce-cart-validation-errors::placeholder, .form-floating > .woocommerce-account-validation-errors::placeholder, .form-floating > .wpcf7-validation-errors::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: #0000;
}

.form-floating > .form-control:focus, .form-floating > .woocommerce-form-validation-errors:focus, .form-floating > .wc-block-components-form-validation-errors:focus, .form-floating > .woocommerce-cart-validation-errors:focus, .form-floating > .woocommerce-account-validation-errors:focus, .form-floating > .wpcf7-validation-errors:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .woocommerce-form-validation-errors:not(:placeholder-shown), .form-floating > .wc-block-components-form-validation-errors:not(:placeholder-shown), .form-floating > .woocommerce-cart-validation-errors:not(:placeholder-shown), .form-floating > .woocommerce-account-validation-errors:not(:placeholder-shown), .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), :-webkit-any(.form-floating > .form-control:-webkit-autofill, .form-floating > .woocommerce-form-validation-errors:-webkit-autofill, .form-floating > .wc-block-components-form-validation-errors:-webkit-autofill, .form-floating > .woocommerce-cart-validation-errors:-webkit-autofill, .form-floating > .woocommerce-account-validation-errors:-webkit-autofill, .form-floating > .wpcf7-validation-errors:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:focus, .form-floating > .woocommerce-form-validation-errors:focus, .form-floating > .wc-block-components-form-validation-errors:focus, .form-floating > .woocommerce-cart-validation-errors:focus, .form-floating > .woocommerce-account-validation-errors:focus, .form-floating > .wpcf7-validation-errors:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .woocommerce-form-validation-errors:not(:placeholder-shown), .form-floating > .wc-block-components-form-validation-errors:not(:placeholder-shown), .form-floating > .woocommerce-cart-validation-errors:not(:placeholder-shown), .form-floating > .woocommerce-account-validation-errors:not(:placeholder-shown), .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), :is(.form-floating > .form-control:autofill, .form-floating > .woocommerce-form-validation-errors:autofill, .form-floating > .wc-block-components-form-validation-errors:autofill, .form-floating > .woocommerce-cart-validation-errors:autofill, .form-floating > .woocommerce-account-validation-errors:autofill, .form-floating > .wpcf7-validation-errors:autofill, .form-floating > .form-control-plaintext:autofill) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .woocommerce-form-validation-errors:focus ~ label, .form-floating > .wc-block-components-form-validation-errors:focus ~ label, .form-floating > .woocommerce-cart-validation-errors:focus ~ label, .form-floating > .woocommerce-account-validation-errors:focus ~ label, .form-floating > .wpcf7-validation-errors:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .woocommerce-form-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .wc-block-components-form-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .woocommerce-cart-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .woocommerce-account-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label, :-webkit-any(.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .woocommerce-form-validation-errors:-webkit-autofill ~ label, .form-floating > .wc-block-components-form-validation-errors:-webkit-autofill ~ label, .form-floating > .woocommerce-cart-validation-errors:-webkit-autofill ~ label, .form-floating > .woocommerce-account-validation-errors:-webkit-autofill ~ label, .form-floating > .wpcf7-validation-errors:-webkit-autofill ~ label) {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .woocommerce-form-validation-errors:focus ~ label, .form-floating > .wc-block-components-form-validation-errors:focus ~ label, .form-floating > .woocommerce-cart-validation-errors:focus ~ label, .form-floating > .woocommerce-account-validation-errors:focus ~ label, .form-floating > .wpcf7-validation-errors:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .woocommerce-form-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .wc-block-components-form-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .woocommerce-cart-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .woocommerce-account-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label, :is(.form-floating > .form-control:autofill ~ label, .form-floating > .woocommerce-form-validation-errors:autofill ~ label, .form-floating > .wc-block-components-form-validation-errors:autofill ~ label, .form-floating > .woocommerce-cart-validation-errors:autofill ~ label, .form-floating > .woocommerce-account-validation-errors:autofill ~ label, .form-floating > .wpcf7-validation-errors:autofill ~ label) {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > textarea:focus ~ label:after, .form-floating > textarea:not(:placeholder-shown) ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > textarea:disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.input-group > .form-control, .input-group > .woocommerce-form-validation-errors, .input-group > .wc-block-components-form-validation-errors, .input-group > .woocommerce-cart-validation-errors, .input-group > .woocommerce-account-validation-errors, .input-group > .wpcf7-validation-errors, .input-group > .form-select, .input-group > .form-floating {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .input-group > .woocommerce-form-validation-errors:focus, .input-group > .wc-block-components-form-validation-errors:focus, .input-group > .woocommerce-cart-validation-errors:focus, .input-group > .woocommerce-account-validation-errors:focus, .input-group > .wpcf7-validation-errors:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn, .input-group .woocommerce-form input[type="submit"], .woocommerce-form .input-group input[type="submit"], .input-group .wc-block-components-form input[type="submit"], .wc-block-components-form .input-group input[type="submit"], .input-group .woocommerce-cart input[type="submit"], .woocommerce-cart .input-group input[type="submit"], .input-group .woocommerce-account input[type="submit"], .woocommerce-account .input-group input[type="submit"], .input-group .wpcf7 input[type="submit"], .wpcf7 .input-group input[type="submit"], .input-group body .wc-block-cart__submit-button, body .input-group .wc-block-cart__submit-button, .input-group body .wc-block-components-checkout-place-order-button, body .input-group .wc-block-components-checkout-place-order-button, .input-group body .woocommerce-button, body .input-group .woocommerce-button, .input-group body .woocommerce-Button, body .input-group .woocommerce-Button {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus, .input-group .woocommerce-form input[type="submit"]:focus, .woocommerce-form .input-group input[type="submit"]:focus, .input-group .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .input-group input[type="submit"]:focus, .input-group .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .input-group input[type="submit"]:focus, .input-group .woocommerce-account input[type="submit"]:focus, .woocommerce-account .input-group input[type="submit"]:focus, .input-group .wpcf7 input[type="submit"]:focus, .wpcf7 .input-group input[type="submit"]:focus, .input-group body .wc-block-cart__submit-button:focus, body .input-group .wc-block-cart__submit-button:focus, .input-group body .wc-block-components-checkout-place-order-button:focus, body .input-group .wc-block-components-checkout-place-order-button:focus, .input-group body .woocommerce-button:focus, body .input-group .woocommerce-button:focus, .input-group body .woocommerce-Button:focus, body .input-group .woocommerce-Button:focus {
  z-index: 5;
}

.input-group-text {
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.input-group-lg > .form-control, .input-group-lg > .woocommerce-form-validation-errors, .input-group-lg > .wc-block-components-form-validation-errors, .input-group-lg > .woocommerce-cart-validation-errors, .input-group-lg > .woocommerce-account-validation-errors, .input-group-lg > .wpcf7-validation-errors, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .woocommerce-form .input-group-lg > input[type="submit"], .wc-block-components-form .input-group-lg > input[type="submit"], .woocommerce-cart .input-group-lg > input[type="submit"], .woocommerce-account .input-group-lg > input[type="submit"], .wpcf7 .input-group-lg > input[type="submit"], body .input-group-lg > .wc-block-cart__submit-button, body .input-group-lg > .wc-block-components-checkout-place-order-button, body .input-group-lg > .woocommerce-button, body .input-group-lg > .woocommerce-Button {
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.input-group-sm > .form-control, .input-group-sm > .woocommerce-form-validation-errors, .input-group-sm > .wc-block-components-form-validation-errors, .input-group-sm > .woocommerce-cart-validation-errors, .input-group-sm > .woocommerce-account-validation-errors, .input-group-sm > .wpcf7-validation-errors, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .woocommerce-form .input-group-sm > input[type="submit"], .wc-block-components-form .input-group-sm > input[type="submit"], .woocommerce-cart .input-group-sm > input[type="submit"], .woocommerce-account .input-group-sm > input[type="submit"], .wpcf7 .input-group-sm > input[type="submit"], body .input-group-sm > .wc-block-cart__submit-button, body .input-group-sm > .wc-block-components-checkout-place-order-button, body .input-group-sm > .woocommerce-button, body .input-group-sm > .woocommerce-Button {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .woocommerce-form-validation-errors, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wc-block-components-form-validation-errors, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .woocommerce-cart-validation-errors, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .woocommerce-account-validation-errors, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-validation-errors, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .woocommerce-form-validation-errors, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .wc-block-components-form-validation-errors, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .woocommerce-cart-validation-errors, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .woocommerce-account-validation-errors, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .wpcf7-validation-errors, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .woocommerce-form-validation-errors, .input-group > .form-floating:not(:first-child) > .wc-block-components-form-validation-errors, .input-group > .form-floating:not(:first-child) > .woocommerce-cart-validation-errors, .input-group > .form-floating:not(:first-child) > .woocommerce-account-validation-errors, .input-group > .form-floating:not(:first-child) > .wpcf7-validation-errors, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  width: 100%;
  color: var(--bs-form-valid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .woocommerce-form-validation-errors:valid, .was-validated .wc-block-components-form-validation-errors:valid, .was-validated .woocommerce-cart-validation-errors:valid, .was-validated .woocommerce-account-validation-errors:valid, .was-validated .wpcf7-validation-errors:valid, .form-control.is-valid, .is-valid.woocommerce-form-validation-errors, .is-valid.wc-block-components-form-validation-errors, .is-valid.woocommerce-cart-validation-errors, .is-valid.woocommerce-account-validation-errors, .is-valid.wpcf7-validation-errors {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:valid:focus, .was-validated .woocommerce-form-validation-errors:valid:focus, .was-validated .wc-block-components-form-validation-errors:valid:focus, .was-validated .woocommerce-cart-validation-errors:valid:focus, .was-validated .woocommerce-account-validation-errors:valid:focus, .was-validated .wpcf7-validation-errors:valid:focus, .form-control.is-valid:focus, .is-valid.woocommerce-form-validation-errors:focus, .is-valid.wc-block-components-form-validation-errors:focus, .is-valid.woocommerce-cart-validation-errors:focus, .is-valid.woocommerce-account-validation-errors:focus, .is-valid.wpcf7-validation-errors:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.woocommerce-form-validation-errors:valid, .was-validated textarea.wc-block-components-form-validation-errors:valid, .was-validated textarea.woocommerce-cart-validation-errors:valid, .was-validated textarea.woocommerce-account-validation-errors:valid, .was-validated textarea.wpcf7-validation-errors:valid, textarea.form-control.is-valid, textarea.is-valid.woocommerce-form-validation-errors, textarea.is-valid.wc-block-components-form-validation-errors, textarea.is-valid.woocommerce-cart-validation-errors, textarea.is-valid.woocommerce-account-validation-errors, textarea.is-valid.wpcf7-validation-errors {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .woocommerce-form-validation-errors:not(:focus):valid, .was-validated .input-group > .wc-block-components-form-validation-errors:not(:focus):valid, .was-validated .input-group > .woocommerce-cart-validation-errors:not(:focus):valid, .was-validated .input-group > .woocommerce-account-validation-errors:not(:focus):valid, .was-validated .input-group > .wpcf7-validation-errors:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .input-group > .woocommerce-form-validation-errors:not(:focus).is-valid, .input-group > .wc-block-components-form-validation-errors:not(:focus).is-valid, .input-group > .woocommerce-cart-validation-errors:not(:focus).is-valid, .input-group > .woocommerce-account-validation-errors:not(:focus).is-valid, .input-group > .wpcf7-validation-errors:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  width: 100%;
  color: var(--bs-form-invalid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .woocommerce-form-validation-errors:invalid, .was-validated .wc-block-components-form-validation-errors:invalid, .was-validated .woocommerce-cart-validation-errors:invalid, .was-validated .woocommerce-account-validation-errors:invalid, .was-validated .wpcf7-validation-errors:invalid, .form-control.is-invalid, .is-invalid.woocommerce-form-validation-errors, .is-invalid.wc-block-components-form-validation-errors, .is-invalid.woocommerce-cart-validation-errors, .is-invalid.woocommerce-account-validation-errors, .is-invalid.wpcf7-validation-errors {
  border-color: var(--bs-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:invalid:focus, .was-validated .woocommerce-form-validation-errors:invalid:focus, .was-validated .wc-block-components-form-validation-errors:invalid:focus, .was-validated .woocommerce-cart-validation-errors:invalid:focus, .was-validated .woocommerce-account-validation-errors:invalid:focus, .was-validated .wpcf7-validation-errors:invalid:focus, .form-control.is-invalid:focus, .is-invalid.woocommerce-form-validation-errors:focus, .is-invalid.wc-block-components-form-validation-errors:focus, .is-invalid.woocommerce-cart-validation-errors:focus, .is-invalid.woocommerce-account-validation-errors:focus, .is-invalid.wpcf7-validation-errors:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.woocommerce-form-validation-errors:invalid, .was-validated textarea.wc-block-components-form-validation-errors:invalid, .was-validated textarea.woocommerce-cart-validation-errors:invalid, .was-validated textarea.woocommerce-account-validation-errors:invalid, .was-validated textarea.wpcf7-validation-errors:invalid, textarea.form-control.is-invalid, textarea.is-invalid.woocommerce-form-validation-errors, textarea.is-invalid.wc-block-components-form-validation-errors, textarea.is-invalid.woocommerce-cart-validation-errors, textarea.is-invalid.woocommerce-account-validation-errors, textarea.is-invalid.wpcf7-validation-errors {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .woocommerce-form-validation-errors:not(:focus):invalid, .was-validated .input-group > .wc-block-components-form-validation-errors:not(:focus):invalid, .was-validated .input-group > .woocommerce-cart-validation-errors:not(:focus):invalid, .was-validated .input-group > .woocommerce-account-validation-errors:not(:focus):invalid, .was-validated .input-group > .wpcf7-validation-errors:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .input-group > .woocommerce-form-validation-errors:not(:focus).is-invalid, .input-group > .wc-block-components-form-validation-errors:not(:focus).is-invalid, .input-group > .woocommerce-cart-validation-errors:not(:focus).is-invalid, .input-group > .woocommerce-account-validation-errors:not(:focus).is-invalid, .input-group > .wpcf7-validation-errors:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .woocommerce-form input[type="submit"], .wc-block-components-form input[type="submit"], .woocommerce-cart input[type="submit"], .woocommerce-account input[type="submit"], .wpcf7 input[type="submit"], body .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button, body .woocommerce-button, body .woocommerce-Button {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .woocommerce-form input[type="submit"], .wc-block-components-form input[type="submit"], .woocommerce-cart input[type="submit"], .woocommerce-account input[type="submit"], .wpcf7 input[type="submit"], body .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button, body .woocommerce-button, body .woocommerce-Button {
    transition: none;
  }
}

.btn:hover, .woocommerce-form input[type="submit"]:hover, .wc-block-components-form input[type="submit"]:hover, .woocommerce-cart input[type="submit"]:hover, .woocommerce-account input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover, body .wc-block-cart__submit-button:hover, body .wc-block-components-checkout-place-order-button:hover, body .woocommerce-button:hover, body .woocommerce-Button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover, .woocommerce-form .btn-check + input[type="submit"]:hover, .wc-block-components-form .btn-check + input[type="submit"]:hover, .woocommerce-cart .btn-check + input[type="submit"]:hover, .woocommerce-account .btn-check + input[type="submit"]:hover, .wpcf7 .btn-check + input[type="submit"]:hover, body .btn-check + .wc-block-cart__submit-button:hover, body .btn-check + .wc-block-components-checkout-place-order-button:hover, body .btn-check + .woocommerce-button:hover, body .btn-check + .woocommerce-Button:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible, .woocommerce-form input[type="submit"]:focus-visible, .wc-block-components-form input[type="submit"]:focus-visible, .woocommerce-cart input[type="submit"]:focus-visible, .woocommerce-account input[type="submit"]:focus-visible, .wpcf7 input[type="submit"]:focus-visible, body .wc-block-cart__submit-button:focus-visible, body .wc-block-components-checkout-place-order-button:focus-visible, body .woocommerce-button:focus-visible, body .woocommerce-Button:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:focus-visible + .btn, .woocommerce-form .btn-check:focus-visible + input[type="submit"], .wc-block-components-form .btn-check:focus-visible + input[type="submit"], .woocommerce-cart .btn-check:focus-visible + input[type="submit"], .woocommerce-account .btn-check:focus-visible + input[type="submit"], .wpcf7 .btn-check:focus-visible + input[type="submit"], body .btn-check:focus-visible + .wc-block-cart__submit-button, body .btn-check:focus-visible + .wc-block-components-checkout-place-order-button, body .btn-check:focus-visible + .woocommerce-button, body .btn-check:focus-visible + .woocommerce-Button {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked + .btn, .woocommerce-form .btn-check:checked + input[type="submit"], .wc-block-components-form .btn-check:checked + input[type="submit"], .woocommerce-cart .btn-check:checked + input[type="submit"], .woocommerce-account .btn-check:checked + input[type="submit"], .wpcf7 .btn-check:checked + input[type="submit"], body .btn-check:checked + .wc-block-cart__submit-button, body .btn-check:checked + .wc-block-components-checkout-place-order-button, body .btn-check:checked + .woocommerce-button, body .btn-check:checked + .woocommerce-Button, :not(.btn-check) + .btn:active, .woocommerce-form :not(.btn-check) + input[type="submit"]:active, .wc-block-components-form :not(.btn-check) + input[type="submit"]:active, .woocommerce-cart :not(.btn-check) + input[type="submit"]:active, .woocommerce-account :not(.btn-check) + input[type="submit"]:active, .wpcf7 :not(.btn-check) + input[type="submit"]:active, body :not(.btn-check) + .wc-block-cart__submit-button:active, body :not(.btn-check) + .wc-block-components-checkout-place-order-button:active, body :not(.btn-check) + .woocommerce-button:active, body :not(.btn-check) + .woocommerce-Button:active, .btn:first-child:active, .woocommerce-form input[type="submit"]:first-child:active, .wc-block-components-form input[type="submit"]:first-child:active, .woocommerce-cart input[type="submit"]:first-child:active, .woocommerce-account input[type="submit"]:first-child:active, .wpcf7 input[type="submit"]:first-child:active, body .wc-block-cart__submit-button:first-child:active, body .wc-block-components-checkout-place-order-button:first-child:active, body .woocommerce-button:first-child:active, body .woocommerce-Button:first-child:active, .btn.active, .woocommerce-form input.active[type="submit"], .wc-block-components-form input.active[type="submit"], .woocommerce-cart input.active[type="submit"], .woocommerce-account input.active[type="submit"], .wpcf7 input.active[type="submit"], body .active.wc-block-cart__submit-button, body .active.wc-block-components-checkout-place-order-button, body .active.woocommerce-button, body .active.woocommerce-Button, .btn.show, .woocommerce-form input.show[type="submit"], .wc-block-components-form input.show[type="submit"], .woocommerce-cart input.show[type="submit"], .woocommerce-account input.show[type="submit"], .wpcf7 input.show[type="submit"], body .show.wc-block-cart__submit-button, body .show.wc-block-components-checkout-place-order-button, body .show.woocommerce-button, body .show.woocommerce-Button {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .woocommerce-form .btn-check:checked + input[type="submit"]:focus-visible, .wc-block-components-form .btn-check:checked + input[type="submit"]:focus-visible, .woocommerce-cart .btn-check:checked + input[type="submit"]:focus-visible, .woocommerce-account .btn-check:checked + input[type="submit"]:focus-visible, .wpcf7 .btn-check:checked + input[type="submit"]:focus-visible, body .btn-check:checked + .wc-block-cart__submit-button:focus-visible, body .btn-check:checked + .wc-block-components-checkout-place-order-button:focus-visible, body .btn-check:checked + .woocommerce-button:focus-visible, body .btn-check:checked + .woocommerce-Button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .woocommerce-form :not(.btn-check) + input[type="submit"]:active:focus-visible, .wc-block-components-form :not(.btn-check) + input[type="submit"]:active:focus-visible, .woocommerce-cart :not(.btn-check) + input[type="submit"]:active:focus-visible, .woocommerce-account :not(.btn-check) + input[type="submit"]:active:focus-visible, .wpcf7 :not(.btn-check) + input[type="submit"]:active:focus-visible, body :not(.btn-check) + .wc-block-cart__submit-button:active:focus-visible, body :not(.btn-check) + .wc-block-components-checkout-place-order-button:active:focus-visible, body :not(.btn-check) + .woocommerce-button:active:focus-visible, body :not(.btn-check) + .woocommerce-Button:active:focus-visible, .btn:first-child:active:focus-visible, .woocommerce-form input[type="submit"]:first-child:active:focus-visible, .wc-block-components-form input[type="submit"]:first-child:active:focus-visible, .woocommerce-cart input[type="submit"]:first-child:active:focus-visible, .woocommerce-account input[type="submit"]:first-child:active:focus-visible, .wpcf7 input[type="submit"]:first-child:active:focus-visible, body .wc-block-cart__submit-button:first-child:active:focus-visible, body .wc-block-components-checkout-place-order-button:first-child:active:focus-visible, body .woocommerce-button:first-child:active:focus-visible, body .woocommerce-Button:first-child:active:focus-visible, .btn.active:focus-visible, .woocommerce-form input.active[type="submit"]:focus-visible, .wc-block-components-form input.active[type="submit"]:focus-visible, .woocommerce-cart input.active[type="submit"]:focus-visible, .woocommerce-account input.active[type="submit"]:focus-visible, .wpcf7 input.active[type="submit"]:focus-visible, body .active.wc-block-cart__submit-button:focus-visible, body .active.wc-block-components-checkout-place-order-button:focus-visible, body .active.woocommerce-button:focus-visible, body .active.woocommerce-Button:focus-visible, .btn.show:focus-visible, .woocommerce-form input.show[type="submit"]:focus-visible, .wc-block-components-form input.show[type="submit"]:focus-visible, .woocommerce-cart input.show[type="submit"]:focus-visible, .woocommerce-account input.show[type="submit"]:focus-visible, .wpcf7 input.show[type="submit"]:focus-visible, body .show.wc-block-cart__submit-button:focus-visible, body .show.wc-block-components-checkout-place-order-button:focus-visible, body .show.woocommerce-button:focus-visible, body .show.woocommerce-Button:focus-visible, .btn-check:checked:focus-visible + .btn, .woocommerce-form .btn-check:checked:focus-visible + input[type="submit"], .wc-block-components-form .btn-check:checked:focus-visible + input[type="submit"], .woocommerce-cart .btn-check:checked:focus-visible + input[type="submit"], .woocommerce-account .btn-check:checked:focus-visible + input[type="submit"], .wpcf7 .btn-check:checked:focus-visible + input[type="submit"], body .btn-check:checked:focus-visible + .wc-block-cart__submit-button, body .btn-check:checked:focus-visible + .wc-block-components-checkout-place-order-button, body .btn-check:checked:focus-visible + .woocommerce-button, body .btn-check:checked:focus-visible + .woocommerce-Button {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .woocommerce-form input[type="submit"]:disabled, .wc-block-components-form input[type="submit"]:disabled, .woocommerce-cart input[type="submit"]:disabled, .woocommerce-account input[type="submit"]:disabled, .wpcf7 input[type="submit"]:disabled, body .wc-block-cart__submit-button:disabled, body .wc-block-components-checkout-place-order-button:disabled, body .woocommerce-button:disabled, body .woocommerce-Button:disabled, .btn.disabled, .woocommerce-form input.disabled[type="submit"], .wc-block-components-form input.disabled[type="submit"], .woocommerce-cart input.disabled[type="submit"], .woocommerce-account input.disabled[type="submit"], .wpcf7 input.disabled[type="submit"], body .disabled.wc-block-cart__submit-button, body .disabled.wc-block-components-checkout-place-order-button, body .disabled.woocommerce-button, body .disabled.woocommerce-Button, fieldset:disabled .btn, fieldset:disabled .woocommerce-form input[type="submit"], .woocommerce-form fieldset:disabled input[type="submit"], fieldset:disabled .wc-block-components-form input[type="submit"], .wc-block-components-form fieldset:disabled input[type="submit"], fieldset:disabled .woocommerce-cart input[type="submit"], .woocommerce-cart fieldset:disabled input[type="submit"], fieldset:disabled .woocommerce-account input[type="submit"], .woocommerce-account fieldset:disabled input[type="submit"], fieldset:disabled .wpcf7 input[type="submit"], .wpcf7 fieldset:disabled input[type="submit"], fieldset:disabled body .wc-block-cart__submit-button, body fieldset:disabled .wc-block-cart__submit-button, fieldset:disabled body .wc-block-components-checkout-place-order-button, body fieldset:disabled .wc-block-components-checkout-place-order-button, fieldset:disabled body .woocommerce-button, body fieldset:disabled .woocommerce-button, fieldset:disabled body .woocommerce-Button, body fieldset:disabled .woocommerce-Button {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark, body .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button, body .woocommerce-button, body .woocommerce-Button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary, .woocommerce-form input[type="submit"], .wc-block-components-form input[type="submit"], .woocommerce-cart input[type="submit"], .woocommerce-account input[type="submit"], .wpcf7 input[type="submit"] {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .woocommerce-form .btn-group-lg > input[type="submit"], .wc-block-components-form .btn-group-lg > input[type="submit"], .woocommerce-cart .btn-group-lg > input[type="submit"], .woocommerce-account .btn-group-lg > input[type="submit"], .wpcf7 .btn-group-lg > input[type="submit"], body .btn-group-lg > .wc-block-cart__submit-button, body .btn-group-lg > .wc-block-components-checkout-place-order-button, body .btn-group-lg > .woocommerce-button, body .btn-group-lg > .woocommerce-Button {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn, .woocommerce-form .btn-group-sm > input[type="submit"], .wc-block-components-form .btn-group-sm > input[type="submit"], .woocommerce-cart .btn-group-sm > input[type="submit"], .woocommerce-account .btn-group-sm > input[type="submit"], .wpcf7 .btn-group-sm > input[type="submit"], body .btn-group-sm > .wc-block-cart__submit-button, body .btn-group-sm > .wc-block-components-checkout-place-order-button, body .btn-group-sm > .woocommerce-button, body .btn-group-sm > .woocommerce-Button {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius)  - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (width >= 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  overflow: hidden;
}

.dropdown-item {
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  background-color: #0000;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
  display: block;
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group > .btn, .woocommerce-form .btn-group > input[type="submit"], .wc-block-components-form .btn-group > input[type="submit"], .woocommerce-cart .btn-group > input[type="submit"], .woocommerce-account .btn-group > input[type="submit"], .wpcf7 .btn-group > input[type="submit"], body .btn-group > .wc-block-cart__submit-button, body .btn-group > .wc-block-components-checkout-place-order-button, body .btn-group > .woocommerce-button, body .btn-group > .woocommerce-Button, .btn-group-vertical > .btn, .woocommerce-form .btn-group-vertical > input[type="submit"], .wc-block-components-form .btn-group-vertical > input[type="submit"], .woocommerce-cart .btn-group-vertical > input[type="submit"], .woocommerce-account .btn-group-vertical > input[type="submit"], .wpcf7 .btn-group-vertical > input[type="submit"], body .btn-group-vertical > .wc-block-cart__submit-button, body .btn-group-vertical > .wc-block-components-checkout-place-order-button, body .btn-group-vertical > .woocommerce-button, body .btn-group-vertical > .woocommerce-Button {
  flex: auto;
  position: relative;
}

.btn-group > .btn-check:checked + .btn, .woocommerce-form .btn-group > .btn-check:checked + input[type="submit"], .wc-block-components-form .btn-group > .btn-check:checked + input[type="submit"], .woocommerce-cart .btn-group > .btn-check:checked + input[type="submit"], .woocommerce-account .btn-group > .btn-check:checked + input[type="submit"], .wpcf7 .btn-group > .btn-check:checked + input[type="submit"], body .btn-group > .btn-check:checked + .wc-block-cart__submit-button, body .btn-group > .btn-check:checked + .wc-block-components-checkout-place-order-button, body .btn-group > .btn-check:checked + .woocommerce-button, body .btn-group > .btn-check:checked + .woocommerce-Button, .btn-group > .btn-check:focus + .btn, .woocommerce-form .btn-group > .btn-check:focus + input[type="submit"], .wc-block-components-form .btn-group > .btn-check:focus + input[type="submit"], .woocommerce-cart .btn-group > .btn-check:focus + input[type="submit"], .woocommerce-account .btn-group > .btn-check:focus + input[type="submit"], .wpcf7 .btn-group > .btn-check:focus + input[type="submit"], body .btn-group > .btn-check:focus + .wc-block-cart__submit-button, body .btn-group > .btn-check:focus + .wc-block-components-checkout-place-order-button, body .btn-group > .btn-check:focus + .woocommerce-button, body .btn-group > .btn-check:focus + .woocommerce-Button, .btn-group > .btn:hover, .woocommerce-form .btn-group > input[type="submit"]:hover, .wc-block-components-form .btn-group > input[type="submit"]:hover, .woocommerce-cart .btn-group > input[type="submit"]:hover, .woocommerce-account .btn-group > input[type="submit"]:hover, .wpcf7 .btn-group > input[type="submit"]:hover, body .btn-group > .wc-block-cart__submit-button:hover, body .btn-group > .wc-block-components-checkout-place-order-button:hover, body .btn-group > .woocommerce-button:hover, body .btn-group > .woocommerce-Button:hover, .btn-group > .btn:focus, .woocommerce-form .btn-group > input[type="submit"]:focus, .wc-block-components-form .btn-group > input[type="submit"]:focus, .woocommerce-cart .btn-group > input[type="submit"]:focus, .woocommerce-account .btn-group > input[type="submit"]:focus, .wpcf7 .btn-group > input[type="submit"]:focus, body .btn-group > .wc-block-cart__submit-button:focus, body .btn-group > .wc-block-components-checkout-place-order-button:focus, body .btn-group > .woocommerce-button:focus, body .btn-group > .woocommerce-Button:focus, .btn-group > .btn:active, .woocommerce-form .btn-group > input[type="submit"]:active, .wc-block-components-form .btn-group > input[type="submit"]:active, .woocommerce-cart .btn-group > input[type="submit"]:active, .woocommerce-account .btn-group > input[type="submit"]:active, .wpcf7 .btn-group > input[type="submit"]:active, body .btn-group > .wc-block-cart__submit-button:active, body .btn-group > .wc-block-components-checkout-place-order-button:active, body .btn-group > .woocommerce-button:active, body .btn-group > .woocommerce-Button:active, .btn-group > .btn.active, .woocommerce-form .btn-group > input.active[type="submit"], .wc-block-components-form .btn-group > input.active[type="submit"], .woocommerce-cart .btn-group > input.active[type="submit"], .woocommerce-account .btn-group > input.active[type="submit"], .wpcf7 .btn-group > input.active[type="submit"], body .btn-group > .active.wc-block-cart__submit-button, body .btn-group > .active.wc-block-components-checkout-place-order-button, body .btn-group > .active.woocommerce-button, body .btn-group > .active.woocommerce-Button, .btn-group-vertical > .btn-check:checked + .btn, .woocommerce-form .btn-group-vertical > .btn-check:checked + input[type="submit"], .wc-block-components-form .btn-group-vertical > .btn-check:checked + input[type="submit"], .woocommerce-cart .btn-group-vertical > .btn-check:checked + input[type="submit"], .woocommerce-account .btn-group-vertical > .btn-check:checked + input[type="submit"], .wpcf7 .btn-group-vertical > .btn-check:checked + input[type="submit"], body .btn-group-vertical > .btn-check:checked + .wc-block-cart__submit-button, body .btn-group-vertical > .btn-check:checked + .wc-block-components-checkout-place-order-button, body .btn-group-vertical > .btn-check:checked + .woocommerce-button, body .btn-group-vertical > .btn-check:checked + .woocommerce-Button, .btn-group-vertical > .btn-check:focus + .btn, .woocommerce-form .btn-group-vertical > .btn-check:focus + input[type="submit"], .wc-block-components-form .btn-group-vertical > .btn-check:focus + input[type="submit"], .woocommerce-cart .btn-group-vertical > .btn-check:focus + input[type="submit"], .woocommerce-account .btn-group-vertical > .btn-check:focus + input[type="submit"], .wpcf7 .btn-group-vertical > .btn-check:focus + input[type="submit"], body .btn-group-vertical > .btn-check:focus + .wc-block-cart__submit-button, body .btn-group-vertical > .btn-check:focus + .wc-block-components-checkout-place-order-button, body .btn-group-vertical > .btn-check:focus + .woocommerce-button, body .btn-group-vertical > .btn-check:focus + .woocommerce-Button, .btn-group-vertical > .btn:hover, .woocommerce-form .btn-group-vertical > input[type="submit"]:hover, .wc-block-components-form .btn-group-vertical > input[type="submit"]:hover, .woocommerce-cart .btn-group-vertical > input[type="submit"]:hover, .woocommerce-account .btn-group-vertical > input[type="submit"]:hover, .wpcf7 .btn-group-vertical > input[type="submit"]:hover, body .btn-group-vertical > .wc-block-cart__submit-button:hover, body .btn-group-vertical > .wc-block-components-checkout-place-order-button:hover, body .btn-group-vertical > .woocommerce-button:hover, body .btn-group-vertical > .woocommerce-Button:hover, .btn-group-vertical > .btn:focus, .woocommerce-form .btn-group-vertical > input[type="submit"]:focus, .wc-block-components-form .btn-group-vertical > input[type="submit"]:focus, .woocommerce-cart .btn-group-vertical > input[type="submit"]:focus, .woocommerce-account .btn-group-vertical > input[type="submit"]:focus, .wpcf7 .btn-group-vertical > input[type="submit"]:focus, body .btn-group-vertical > .wc-block-cart__submit-button:focus, body .btn-group-vertical > .wc-block-components-checkout-place-order-button:focus, body .btn-group-vertical > .woocommerce-button:focus, body .btn-group-vertical > .woocommerce-Button:focus, .btn-group-vertical > .btn:active, .woocommerce-form .btn-group-vertical > input[type="submit"]:active, .wc-block-components-form .btn-group-vertical > input[type="submit"]:active, .woocommerce-cart .btn-group-vertical > input[type="submit"]:active, .woocommerce-account .btn-group-vertical > input[type="submit"]:active, .wpcf7 .btn-group-vertical > input[type="submit"]:active, body .btn-group-vertical > .wc-block-cart__submit-button:active, body .btn-group-vertical > .wc-block-components-checkout-place-order-button:active, body .btn-group-vertical > .woocommerce-button:active, body .btn-group-vertical > .woocommerce-Button:active, .btn-group-vertical > .btn.active, .woocommerce-form .btn-group-vertical > input.active[type="submit"], .wc-block-components-form .btn-group-vertical > input.active[type="submit"], .woocommerce-cart .btn-group-vertical > input.active[type="submit"], .woocommerce-account .btn-group-vertical > input.active[type="submit"], .wpcf7 .btn-group-vertical > input.active[type="submit"], body .btn-group-vertical > .active.wc-block-cart__submit-button, body .btn-group-vertical > .active.wc-block-components-checkout-place-order-button, body .btn-group-vertical > .active.woocommerce-button, body .btn-group-vertical > .active.woocommerce-Button {
  z-index: 1;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn, .woocommerce-form .btn-group > :not(.btn-check:first-child) + input[type="submit"], .wc-block-components-form .btn-group > :not(.btn-check:first-child) + input[type="submit"], .woocommerce-cart .btn-group > :not(.btn-check:first-child) + input[type="submit"], .woocommerce-account .btn-group > :not(.btn-check:first-child) + input[type="submit"], .wpcf7 .btn-group > :not(.btn-check:first-child) + input[type="submit"], body .btn-group > :not(.btn-check:first-child) + .wc-block-cart__submit-button, body .btn-group > :not(.btn-check:first-child) + .wc-block-components-checkout-place-order-button, body .btn-group > :not(.btn-check:first-child) + .woocommerce-button, body .btn-group > :not(.btn-check:first-child) + .woocommerce-Button, .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-form .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .wc-block-components-form .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .woocommerce-account .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), body .btn-group > .wc-block-cart__submit-button:not(:last-child):not(.dropdown-toggle), body .btn-group > .wc-block-components-checkout-place-order-button:not(:last-child):not(.dropdown-toggle), body .btn-group > .woocommerce-button:not(:last-child):not(.dropdown-toggle), body .btn-group > .woocommerce-Button:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .woocommerce-form .btn-group > input.dropdown-toggle-split[type="submit"]:first-child, .wc-block-components-form .btn-group > input.dropdown-toggle-split[type="submit"]:first-child, .woocommerce-cart .btn-group > input.dropdown-toggle-split[type="submit"]:first-child, .woocommerce-account .btn-group > input.dropdown-toggle-split[type="submit"]:first-child, .wpcf7 .btn-group > input.dropdown-toggle-split[type="submit"]:first-child, body .btn-group > .dropdown-toggle-split.wc-block-cart__submit-button:first-child, body .btn-group > .dropdown-toggle-split.wc-block-components-checkout-place-order-button:first-child, body .btn-group > .dropdown-toggle-split.woocommerce-button:first-child, body .btn-group > .dropdown-toggle-split.woocommerce-Button:first-child, .btn-group > .btn-group:not(:last-child) > .btn, .woocommerce-form .btn-group > .btn-group:not(:last-child) > input[type="submit"], .wc-block-components-form .btn-group > .btn-group:not(:last-child) > input[type="submit"], .woocommerce-cart .btn-group > .btn-group:not(:last-child) > input[type="submit"], .woocommerce-account .btn-group > .btn-group:not(:last-child) > input[type="submit"], .wpcf7 .btn-group > .btn-group:not(:last-child) > input[type="submit"], body .btn-group > .btn-group:not(:last-child) > .wc-block-cart__submit-button, body .btn-group > .btn-group:not(:last-child) > .wc-block-components-checkout-place-order-button, body .btn-group > .btn-group:not(:last-child) > .woocommerce-button, body .btn-group > .btn-group:not(:last-child) > .woocommerce-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .woocommerce-form .btn-group > input[type="submit"]:nth-child(n+3), .wc-block-components-form .btn-group > input[type="submit"]:nth-child(n+3), .woocommerce-cart .btn-group > input[type="submit"]:nth-child(n+3), .woocommerce-account .btn-group > input[type="submit"]:nth-child(n+3), .wpcf7 .btn-group > input[type="submit"]:nth-child(n+3), body .btn-group > .wc-block-cart__submit-button:nth-child(n+3), body .btn-group > .wc-block-components-checkout-place-order-button:nth-child(n+3), body .btn-group > .woocommerce-button:nth-child(n+3), body .btn-group > .woocommerce-Button:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .woocommerce-form .btn-group > :not(.btn-check) + input[type="submit"], .wc-block-components-form .btn-group > :not(.btn-check) + input[type="submit"], .woocommerce-cart .btn-group > :not(.btn-check) + input[type="submit"], .woocommerce-account .btn-group > :not(.btn-check) + input[type="submit"], .wpcf7 .btn-group > :not(.btn-check) + input[type="submit"], body .btn-group > :not(.btn-check) + .wc-block-cart__submit-button, body .btn-group > :not(.btn-check) + .wc-block-components-checkout-place-order-button, body .btn-group > :not(.btn-check) + .woocommerce-button, body .btn-group > :not(.btn-check) + .woocommerce-Button, .btn-group > .btn-group:not(:first-child) > .btn, .woocommerce-form .btn-group > .btn-group:not(:first-child) > input[type="submit"], .wc-block-components-form .btn-group > .btn-group:not(:first-child) > input[type="submit"], .woocommerce-cart .btn-group > .btn-group:not(:first-child) > input[type="submit"], .woocommerce-account .btn-group > .btn-group:not(:first-child) > input[type="submit"], .wpcf7 .btn-group > .btn-group:not(:first-child) > input[type="submit"], body .btn-group > .btn-group:not(:first-child) > .wc-block-cart__submit-button, body .btn-group > .btn-group:not(:first-child) > .wc-block-components-checkout-place-order-button, body .btn-group > .btn-group:not(:first-child) > .woocommerce-button, body .btn-group > .btn-group:not(:first-child) > .woocommerce-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .woocommerce-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .wc-block-components-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .woocommerce-cart .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .woocommerce-account .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, body .btn-group-sm > .wc-block-cart__submit-button + .dropdown-toggle-split, body .btn-group-sm > .wc-block-components-checkout-place-order-button + .dropdown-toggle-split, body .btn-group-sm > .woocommerce-button + .dropdown-toggle-split, body .btn-group-sm > .woocommerce-Button + .dropdown-toggle-split {
  padding-left: .375rem;
  padding-right: .375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .woocommerce-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .wc-block-components-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .woocommerce-cart .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .woocommerce-account .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, body .btn-group-lg > .wc-block-cart__submit-button + .dropdown-toggle-split, body .btn-group-lg > .wc-block-components-checkout-place-order-button + .dropdown-toggle-split, body .btn-group-lg > .woocommerce-button + .dropdown-toggle-split, body .btn-group-lg > .woocommerce-Button + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical > .btn, .woocommerce-form .btn-group-vertical > input[type="submit"], .wc-block-components-form .btn-group-vertical > input[type="submit"], .woocommerce-cart .btn-group-vertical > input[type="submit"], .woocommerce-account .btn-group-vertical > input[type="submit"], .wpcf7 .btn-group-vertical > input[type="submit"], body .btn-group-vertical > .wc-block-cart__submit-button, body .btn-group-vertical > .wc-block-components-checkout-place-order-button, body .btn-group-vertical > .woocommerce-button, body .btn-group-vertical > .woocommerce-Button, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .woocommerce-form .btn-group-vertical > input[type="submit"]:not(:first-child), .wc-block-components-form .btn-group-vertical > input[type="submit"]:not(:first-child), .woocommerce-cart .btn-group-vertical > input[type="submit"]:not(:first-child), .woocommerce-account .btn-group-vertical > input[type="submit"]:not(:first-child), .wpcf7 .btn-group-vertical > input[type="submit"]:not(:first-child), body .btn-group-vertical > .wc-block-cart__submit-button:not(:first-child), body .btn-group-vertical > .wc-block-components-checkout-place-order-button:not(:first-child), body .btn-group-vertical > .woocommerce-button:not(:first-child), body .btn-group-vertical > .woocommerce-Button:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-form .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .wc-block-components-form .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .woocommerce-account .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), body .btn-group-vertical > .wc-block-cart__submit-button:not(:last-child):not(.dropdown-toggle), body .btn-group-vertical > .wc-block-components-checkout-place-order-button:not(:last-child):not(.dropdown-toggle), body .btn-group-vertical > .woocommerce-button:not(:last-child):not(.dropdown-toggle), body .btn-group-vertical > .woocommerce-Button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .woocommerce-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .wc-block-components-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .woocommerce-cart .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .woocommerce-account .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], body .btn-group-vertical > .btn-group:not(:last-child) > .wc-block-cart__submit-button, body .btn-group-vertical > .btn-group:not(:last-child) > .wc-block-components-checkout-place-order-button, body .btn-group-vertical > .btn-group:not(:last-child) > .woocommerce-button, body .btn-group-vertical > .btn-group:not(:last-child) > .woocommerce-Button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:nth-child(n+3), .woocommerce-form .btn-group-vertical > input[type="submit"]:nth-child(n+3), .wc-block-components-form .btn-group-vertical > input[type="submit"]:nth-child(n+3), .woocommerce-cart .btn-group-vertical > input[type="submit"]:nth-child(n+3), .woocommerce-account .btn-group-vertical > input[type="submit"]:nth-child(n+3), .wpcf7 .btn-group-vertical > input[type="submit"]:nth-child(n+3), body .btn-group-vertical > .wc-block-cart__submit-button:nth-child(n+3), body .btn-group-vertical > .wc-block-components-checkout-place-order-button:nth-child(n+3), body .btn-group-vertical > .woocommerce-button:nth-child(n+3), body .btn-group-vertical > .woocommerce-Button:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn, .woocommerce-form .btn-group-vertical > :not(.btn-check) + input[type="submit"], .wc-block-components-form .btn-group-vertical > :not(.btn-check) + input[type="submit"], .woocommerce-cart .btn-group-vertical > :not(.btn-check) + input[type="submit"], .woocommerce-account .btn-group-vertical > :not(.btn-check) + input[type="submit"], .wpcf7 .btn-group-vertical > :not(.btn-check) + input[type="submit"], body .btn-group-vertical > :not(.btn-check) + .wc-block-cart__submit-button, body .btn-group-vertical > :not(.btn-check) + .wc-block-components-checkout-place-order-button, body .btn-group-vertical > :not(.btn-check) + .woocommerce-button, body .btn-group-vertical > :not(.btn-check) + .woocommerce-Button, .btn-group-vertical > .btn-group:not(:first-child) > .btn, .woocommerce-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .wc-block-components-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .woocommerce-cart .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .woocommerce-account .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], body .btn-group-vertical > .btn-group:not(:first-child) > .wc-block-cart__submit-button, body .btn-group-vertical > .btn-group:not(:first-child) > .wc-block-components-checkout-place-order-button, body .btn-group-vertical > .btn-group:not(:first-child) > .woocommerce-button, body .btn-group-vertical > .btn-group:not(:first-child) > .woocommerce-Button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border: 0;
  border-radius: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:after {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  flex-shrink: 0;
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button:after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  outline: 0;
}

.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: .75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  border-radius: var(--bs-list-group-border-radius);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  text-decoration: none;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  background-color: var(--bs-list-group-action-hover-bg);
  text-decoration: none;
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (width >= 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: .5;
  --bs-btn-close-hover-opacity: .75;
  --bs-btn-close-focus-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: .25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  opacity: var(--bs-btn-close-opacity);
  border: 0;
  border-radius: .375rem;
  padding: .25em;
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none;
}

.btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root, [data-bs-theme="light"] {
  --bs-btn-close-filter: ;
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
  top: -1px;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
  bottom: -1px;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.placeholder {
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.placeholder.btn:before, .woocommerce-form input.placeholder[type="submit"]:before, .wc-block-components-form input.placeholder[type="submit"]:before, .woocommerce-cart input.placeholder[type="submit"]:before, .woocommerce-account input.placeholder[type="submit"]:before, .wpcf7 input.placeholder[type="submit"]:before, body .placeholder.wc-block-cart__submit-button:before, body .placeholder.wc-block-components-checkout-place-order-button:before, body .placeholder.woocommerce-button:before, body .placeholder.woocommerce-Button:before {
  content: "";
  display: inline-block;
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

.placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-size: 200% 100%;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: .1;
}

.border-opacity-25 {
  --bs-border-opacity: .25;
}

.border-opacity-50 {
  --bs-border-opacity: .5;
}

.border-opacity-75 {
  --bs-border-opacity: .75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: .25rem !important;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: .25rem !important;
}

.row-gap-2 {
  row-gap: .5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: .25rem !important;
}

.column-gap-2 {
  column-gap: .5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: .25;
}

.text-opacity-50 {
  --bs-text-opacity: .5;
}

.text-opacity-75 {
  --bs-text-opacity: .75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10, .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

.link-opacity-25, .link-opacity-25-hover:hover {
  --bs-link-opacity: .25;
}

.link-opacity-50, .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

.link-opacity-75, .link-opacity-75-hover:hover {
  --bs-link-opacity: .75;
}

.link-opacity-100, .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1, .link-offset-1-hover:hover {
  text-underline-offset: .125em !important;
}

.link-offset-2, .link-offset-2-hover:hover {
  text-underline-offset: .25em !important;
}

.link-offset-3, .link-offset-3-hover:hover {
  text-underline-offset: .375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: .1;
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: .25;
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: .5;
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: .75;
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (width >= 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

  .m-sm-1 {
    margin: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mt-sm-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-sm-1 {
    margin-right: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-sm-1 {
    padding: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: .25rem !important;
  }

  .gap-sm-2 {
    gap: .5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: .5rem !important;
  }

  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

  .m-md-1 {
    margin: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    column-gap: .5rem !important;
  }

  .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-fill {
    flex: auto !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

  .m-lg-1 {
    margin: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: .5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

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

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (width >= 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.awdr-bulk-customizable-table {
  visibility: hidden;
  display: none;
}

.bulk-discount-buttons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 650px;
  margin: 20px 0;
  display: flex;
}

.bulk-discount-buttons .bulk-discount-button {
  color: #fff;
  cursor: pointer;
  background: #882458;
  border: none;
  border-radius: 15px;
  flex-grow: 1;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 5px 15px #1a264a26;
}

@media (width <= 575.98px) {
  .bulk-discount-buttons .bulk-discount-button {
    flex: 100%;
  }
}

.bulk-discount-buttons .bulk-discount-button:hover {
  opacity: .8;
}

.bulk-discount-buttons .bulk-discount-button:active {
  transform: translateY(0);
}

.bulk-discount-buttons .bulk-discount-button.selected {
  background: #d7195e;
}

.bulk-discount-buttons .bulk-discount-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bulk-discount-buttons .bulk-discount-info .bulk-discount-quantity {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.bulk-discount-buttons .bulk-discount-info .bulk-discount-quantity i {
  filter: brightness(0) saturate() invert(84%) sepia() saturate(0%) hue-rotate(149deg) brightness(105%) contrast(107%);
  background: url("../ticket-icon.b7964078.svg") center / contain no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  transform: rotate(-30deg);
  display: none !important;
}

.bulk-discount-buttons .bulk-discount-info .bulk-discount-quantity sub {
  padding-right: 5px;
  display: none;
  bottom: 1px !important;
}

.bulk-discount-buttons .bulk-discount-info .bulk-discount-price {
  color: #b5eaf8;
  font-size: 16px;
}

.quantity-slider-container {
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  margin-top: 70px;
  margin-bottom: 18px;
  display: flex;
  position: relative;
}

.quantity-slider-container .quantity-slider-tooltip {
  color: #000;
  z-index: 2;
  text-align: center;
  background: #a8dbeb;
  border-radius: 6px;
  min-width: 60px;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-48%)translateY(-120%);
  box-shadow: 0 2px 8px #00000012;
}

.quantity-slider-container .quantity-slider-row {
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.quantity-slider-container .quantity-slider-row .quantity-slider-btn {
  color: #000;
  cursor: pointer;
  background: #d9d9d9;
  border: 1px solid #9d9c9c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0 6px;
  font-size: 50px;
  display: flex;
}

.quantity-slider-container .quantity-slider-row .quantity-slider-btn i {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  position: relative;
  top: 95%;
  transform: translateY(-50%);
}

.quantity-slider-container .quantity-slider-row .quantity-slider-minmax {
  color: #222;
  text-align: center;
  width: 36px;
  margin: 0 6px;
  font-size: 16px;
  font-weight: 500;
}

@media (width <= 767.98px) {
  .quantity-slider-container .quantity-slider-row .quantity-slider-minmax {
    display: none;
  }
}

.quantity-slider-container .quantity-slider-row .quantity-slider-range {
  accent-color: #171313;
  appearance: none;
  cursor: pointer;
  border-radius: 16px;
  outline: none;
  flex: 1;
  width: 100%;
  height: 5px;
  margin: 0 6px;
  overflow: visible;
}

.quantity-slider-container .quantity-slider-row .quantity-slider-range::-moz-range-thumb {
  appearance: none;
  background-color: #171313;
  border: 0 solid #f44864;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.quantity-slider-container .quantity-slider-row .quantity-slider-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #171313;
  border: 0 solid #f44864;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.quantity-slider-container .quantity-slider-row .quantity-slider-value-input {
  text-align: center;
  background: #fff;
  border: 2px solid #222;
  border-radius: 6px;
  width: 120px;
  margin-bottom: 18px;
  padding: 6px 0;
  font-size: 20px;
  font-weight: 600;
}

body.woocommerce .quantity i {
  cursor: pointer;
  color: #fff;
  width: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 7px;
  transform: translateY(-50%);
}

body.single-product .woocommerce-breadcrumb {
  display: none;
}

body.single-product .woocommerce-notices-wrapper {
  z-index: 8;
  width: 100%;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}

body.single-product .flaticon-back.slick-arrow {
  display: none !important;
}

body.single-product .single-product-layout .wrap-top {
  background: #fff;
  padding-bottom: 30px !important;
  padding-inline-start: 0 !important;
}

@media (width >= 992px) {
  body.single-product .single-product-layout .wrap-top {
    background: linear-gradient(90deg, #d7195e 0% 70.99%, #fff 71% 100%) no-repeat padding-box padding-box;
    padding: 30px 0 !important;
  }
}

body.single-product .single-product-layout .wrap-top .ticket-info {
  z-index: 1;
  position: relative;
}

@media (width >= 1200px) {
  body.single-product .single-product-layout .wrap-top .ticket-info {
    padding-left: 100px;
  }
}

@media (width <= 1199.98px) {
  body.single-product .single-product-layout .wrap-top .ticket-info {
    padding-left: 60px;
  }
}

@media (width <= 991.98px) {
  body.single-product .single-product-layout .wrap-top .ticket-info {
    padding-left: 10px;
  }
}

@media (width <= 767.98px) {
  body.single-product .single-product-layout .wrap-top .ticket-info {
    padding-top: 40px;
  }
}

body.single-product .single-product-layout .wrap-top .ticket-info:after {
  content: "";
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width >= 992px) {
  body.single-product .single-product-layout .wrap-top .ticket-info:after {
    height: calc(100% + 82px);
    top: -42px;
    left: 80px;
  }

  body.single-product .single-product-layout .wrap-top .ticket-info:before {
    content: "";
    z-index: -1;
    background-image: url("../stamp-white.a56fa2e9.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 225px 100%;
    background-origin: padding-box;
    background-clip: border-box;
    width: 100%;
    max-width: 250px;
    height: calc(100% + 82px);
    position: absolute;
    top: -41px;
    left: -105px;
  }
}

body.single-product .single-product-layout .wrap-top .ticket-info__inner {
  flex-direction: column;
  display: flex;
}

@media (width <= 991.98px) {
  body.single-product .single-product-layout .wrap-top .ticket-info__inner {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 24px;
  }
}

body.single-product .single-product-layout .wrap-top .ticket-info .product_title {
  order: 1;
}

body.single-product .single-product-layout .wrap-top .ticket-info .lottery-ajax-progress {
  order: 2;
  margin-top: 0;
}

body.single-product .single-product-layout .wrap-top .ticket-info .price {
  order: 3;
  margin-bottom: 25px;
}

@media only screen and (width >= 992px) and (width <= 1172px) {
  body.single-product .single-product-layout .wrap-top .ticket-info .price del {
    margin-top: 25px;
  }
}

@media (width <= 575.98px) {
  body.single-product .single-product-layout .wrap-top .ticket-info .price del {
    margin-top: 25px;
  }
}

body.single-product .single-product-layout .wrap-top .ticket-info .lottery-ajax-info {
  order: 4;
}

body.single-product .single-product-layout .wrap-top .ticket-info .countdown {
  order: 5;
}

body.single-product .single-product-layout .wrap-top .ticket-info form {
  order: 7;
}

body.single-product .single-product-layout .wrap-top .product-gallery {
  z-index: 3;
  display: flex;
  position: relative;
}

@media (width <= 991.98px) {
  body.single-product .single-product-layout .wrap-top .product-gallery {
    padding-bottom: 36px;
  }
}

body.single-product.admin-bar main {
  padding-top: 55px;
}

@media (width <= 1199.98px) {
  body.single-product.admin-bar main, body.single-product main {
    padding-top: 25px;
  }
}

body.single-product main .price .amount {
  display: flex;
}

body.single-product main .price .amount bdi {
  margin-top: 10px;
  line-height: 1 !important;
}

body.single-product main .price .amount:after {
  margin: 0 5px;
}

body.single-product main .lottery-ajax-info {
  margin-top: 0;
}

body.single-product main .lottery-info {
  background-color: #f6f6f6;
  border: 5px solid #882458;
  border-radius: 10px;
  max-width: 300px;
  padding: 18px;
}

body.single-product main .wcl-progress-meter {
  border-radius: 10px;
  flex-direction: column;
  order: 0;
  width: 100%;
  margin: 10px 0 0;
  display: flex;
}

body.single-product main .wcl-progress-meter .zero, body.single-product main .wcl-progress-meter .sold, body.single-product main .wcl-progress-meter .max {
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

body.single-product main .wcl-progress-meter .progress-labels {
  order: 2;
  margin-top: 10px;
  position: relative;
}

body.single-product main .wcl-progress-meter .progress-labels span {
  color: #171313;
  font-size: 14px;
  top: unset !important;
  bottom: unset !important;
  margin-top: 0 !important;
}

body.single-product main .wcl-progress-meter .progress-labels p br {
  display: none;
}

body.single-product main .wcl-progress-meter progress {
  border: unset;
  background-color: #9d9c9c38;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0;
  display: block;
  overflow: hidden;
}

body.single-product main .wcl-progress-meter progress::-webkit-progress-bar {
  background-color: #9d9c9c38;
  border-radius: 20px;
}

body.single-product main .wcl-progress-meter progress[value]::-webkit-progress-value {
  background-color: #9d9c9c38;
  background-image: -webkit-linear-gradient(-45deg, #882458 0% 100%), -webkit-linear-gradient(left, #882458, #882458);
  border-radius: 20px;
}

body.single-product main .wcl-progress-meter progress::-moz-progress-bar {
  background-color: #882458;
  border-radius: 20px;
}

body.single-product main form.cart div.quantity i {
  font-family: #000;
  cursor: pointer;
  color: #000;
  width: 20px;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

body.single-product main form.cart div.quantity i#q-minus {
  font-weight: 300;
  top: 30%;
  left: 0;
}

body.single-product main form.cart div.quantity i#q-plus {
  font-weight: 300;
  top: 40%;
  right: 4px;
}

body.single-product main form.cart div.quantity input[type="number"] {
  text-align: center;
  color: #000;
  background: #9d9c9c38;
  border-radius: 35px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 55px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border: 0 !important;
}

body.single-product main form.cart div.quantity input[type="number"]:focus {
  outline: 1px solid #d50671;
}

:export {
  grid-col-1: 8.33333%;
}

:export {
  grid-col-2: 16.6667%;
}

:export {
  grid-col-3: 25%;
}

:export {
  grid-col-4: 33.3333%;
}

:export {
  grid-col-5: 41.6667%;
}

:export {
  grid-col-6: 50%;
}

:export {
  grid-col-7: 58.3333%;
}

:export {
  grid-col-8: 66.6667%;
}

:export {
  grid-col-9: 75%;
}

:export {
  grid-col-10: 83.3333%;
}

:export {
  grid-col-11: 91.6667%;
}

:export {
  grid-col-12: 100%;
}

:export {
  breakpoint-xs: 0;
}

:export {
  breakpoint-xsm: 380px;
}

:export {
  breakpoint-sm: 576px;
}

:export {
  breakpoint-md: 768px;
}

:export {
  breakpoint-lg: 992px;
}

:export {
  breakpoint-xl: 1200px;
}

:export {
  breakpoint-xxl: 1330px;
}

:export {
  breakpoint-xxxl: 1920px;
}

:export {
  breakpoint-xxxl_up: 1921px;
}

.gradient-red {
  background-position: 0;
  background: linear-gradient(#f44864 0%, #d50671 100%) no-repeat padding-box padding-box !important;
}

.gradient-grey {
  background-position: 0;
  background: linear-gradient(84deg, #fcfcfc 0% 3%, #e6e6e6 100%) no-repeat padding-box padding-box !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.infinite {
  animation-iteration-count: infinite;
}

.delay-025 {
  animation-delay: .25s;
}

.delay-050 {
  animation-delay: .5s;
}

.delay-115 {
  animation-delay: 1.15s;
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-left-rotate {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0)rotate(38deg);
  }
}

@keyframes slide-in-fwd-center {
  0% {
    opacity: 0;
    transform: translateZ(-1400px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fade-out {
  0% {
    opacity: 1 !important;
  }

  100% {
    opacity: 0;
  }
}

.fade-in {
  animation-name: fade-in;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  overflow: hidden;
  transform: translateY(400px);
}

.animated-section.go .fade-in-up {
  animation-name: fade-in-up;
}

@keyframes up-down-arr-left {
  0% {
    transform: translateX(0)rotate(-180deg);
  }

  100% {
    transform: translateX(-3px)rotate(-180deg);
  }
}

@keyframes up-down-arr-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3px);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translate(-50%, -200px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.fade-in-down {
  overflow: hidden;
  transform: translateY(400px);
}

.animated-section.go .fade-in-down {
  animation-name: fade-in-down;
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate(-1000px, -50%);
  }

  50% {
    opacity: .3;
  }

  100% {
    transform: translate(0, -100%);
  }
}

@keyframes wobble-hor-bottom {
  0%, 100% {
    transform-origin: 50%;
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-10px)rotate(-3deg);
  }

  30% {
    transform: translateX(10px)rotate(4deg);
  }

  45% {
    transform: translateX(-10px)rotate(-3.6deg);
  }

  60% {
    transform: translateX(6px)rotate(2.4deg);
  }

  75% {
    transform: translateX(-3px)rotate(-1.2deg);
  }
}

@keyframes grow-line {
  0% {
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes grow-line-back {
  0% {
    opacity: 1;
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes grow-line-search {
  0% {
    width: 0;
  }

  100% {
    width: 50vw;
  }
}

@keyframes grow-line-left {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 10vw;
  }
}

@keyframes grow-line-left-flex {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes border {
  0%, 24% {
    border-color: #0000;
  }

  25% {
    border-top-color: #fff;
  }

  49% {
    border-right-color: #0000;
  }

  50% {
    border-right-color: #fff;
  }

  74% {
    border-bottom-color: #0000;
  }

  75% {
    border-bottom-color: #fff;
  }

  99% {
    border-left-color: #0000;
  }

  100% {
    border-color: #fff;
  }
}

@keyframes border-after {
  0% {
    width: 0;
    height: 2px;
    inset: -2px auto auto -2px;
  }

  24.99% {
    width: calc(100% + 10px);
    height: 2px;
    inset: -2px auto auto -2px;
  }

  25% {
    width: 2px;
    height: 0;
    inset: -2px -2px auto auto;
  }

  49.99% {
    width: 2px;
    height: calc(100% + 10px);
    inset: -2px -2px auto auto;
  }

  50% {
    width: 0;
    height: 2px;
    inset: auto -2px -2px auto;
  }

  74.99% {
    width: calc(100% + 10px);
    height: 2px;
    inset: auto -2px -2px auto;
  }

  75% {
    width: 2px;
    height: 0;
    inset: auto auto -2px -2px;
  }

  100% {
    width: 2px;
    height: calc(100% + 10px);
    inset: auto auto -2px -2px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-12px);
  }
}

@keyframes bgp-right {
  0% {
    background-position: center;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes scale-in-tr {
  0% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: scale(0);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 23px;
  }
}

@keyframes loading-dots {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(50deg);
  }

  30% {
    transform: rotate(100deg);
  }

  45% {
    transform: rotate(150deg);
  }

  60% {
    transform: rotate(200deg);
  }

  75% {
    transform: rotate(250deg);
  }

  90% {
    transform: rotate(300deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation90deg {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotation90degback {
  0% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes orotation {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(-50deg);
  }

  30% {
    transform: rotate(-100deg);
  }

  45% {
    transform: rotate(-150deg);
  }

  60% {
    transform: rotate(-200deg);
  }

  75% {
    transform: rotate(-250deg);
  }

  90% {
    transform: rotate(-300deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes shine {
  0% {
    background-position: -20%;
  }

  100% {
    opacity: 0;
    background-position: 180px;
  }
}

body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: proxima-nova, sans-serif;
}

h1, .h1 {
  color: #171313;
  margin-bottom: 30px;
  font-size: 3.8125rem;
  font-weight: 800;
  line-height: 65px;
}

h1 em, .h1 em {
  color: #d50671;
  font-style: normal;
}

@media (width <= 991.98px) {
  h1, .h1 {
    margin-bottom: 25px;
    font-size: 3.8125rem;
  }
}

@media (width <= 575.98px) {
  h1, .h1 {
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 54px;
  }
}

h2, .h2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800 !important;
}

h2 em, .h2 em {
  color: #d50671;
  font-style: normal;
}

@media (width <= 991.98px) {
  h2, .h2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}

@media (width <= 767.98px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 42px;
  }
}

@media (width <= 575.98px) {
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

h3, .h3 {
  margin-bottom: 15px;
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 800 !important;
}

h3 em, .h3 em {
  color: #d50671;
  font-style: normal;
}

@media (width <= 991.98px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

@media (width <= 767.98px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 35px;
  }
}

@media (width <= 575.98px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  font-size: 1.5rem;
  font-weight: 700;
}

p, span {
  letter-spacing: .16px;
  color: #171313;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

p a, span a {
  text-decoration: underline;
}

p s, span s {
  color: #0d6efd;
  font-style: normal;
}

ul li {
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
}

ul li s {
  color: #d50671;
  font-style: normal;
}

ul.is-style-default li:before {
  background-color: #171313 !important;
}

ul.is-style-tick-list li:before {
  background-color: #d50671 !important;
}

ul.contact-details li {
  margin-bottom: 30px !important;
  padding-left: 54px !important;
}

ul.contact-details li a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

@media (width <= 575.98px) {
  ul.contact-details li a {
    font-size: 18px;
    line-height: 24px;
  }
}

ul.contact-details li.empty:before {
  display: none;
}

ul.contact-details li:before {
  content: "";
  width: 40px !important;
  height: 40px !important;
}

ul.contact-details li.tel:before {
  background: url("../phone-red.aed47ce7.svg") 0 / auto 100% no-repeat;
}

ul.contact-details li.mail:before {
  background: url("../email-red.52f2c8dc.svg") 0 / auto 100% no-repeat;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  margin: 0;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden;
}

@media (width <= 991.98px) {
  body {
    font-size: 16px;
  }
}

body.fixed {
  overflow-y: hidden;
}

body .container {
  max-width: 1320px;
}

@media (width <= 991.98px) {
  body .container {
    max-width: calc(100vw - 80px);
  }
}

@media (width <= 575.98px) {
  body .container {
    max-width: calc(100vw - 40px);
  }
}

body.has-modal-open {
  overflow-y: hidden;
}

@media (width <= 1329.98px) {
  body .entry-content .row:first-child {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  body .entry-content .row:first-child .row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width <= 575.98px) {
  body .entry-content .row:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  body .entry-content .row:first-child .row {
    padding-left: 0;
    padding-right: 0;
  }
}

body .entry-content ul {
  padding-left: 0;
  list-style: none;
}

body .entry-content ul li {
  color: #171313;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 600;
  position: relative;
}

body .entry-content ul li:before {
  content: "";
  float: left;
  background-color: #171313;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  margin-top: 5px;
  margin-left: -40px;
  display: inline-block;
  position: relative;
}

body :where(.wp-site-blocks) > * {
  margin-top: 0 !important;
}

body .has-white-color.has-white-color {
  color: #fff !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 3;
}

.wp-block-separator {
  margin-left: 0;
}

.hidden {
  display: none !important;
}

@media (width <= 991.98px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (width >= 992px) {
  .d-lg-none {
    display: block !important;
  }
}

@media (width <= 991.98px) {
  .mr-lg--20 {
    margin-left: -20px !important;
  }

  .ml-lg--20 {
    margin-right: -20px !important;
  }

  .w-lg-85-vw {
    width: 85vw !important;
  }

  .entry-content .row:first-child .row .wp-block-tfa-column {
    padding-left: 0;
    padding-right: 0;
  }
}

.woocommerce-notices-wrapper, .wp-block-navigation__container, .container-boxed, .boxed {
  margin: 0 auto;
  max-width: 1320px !important;
}

.woocommerce-notices-wrapper-in, .wp-block-navigation__container-in, .container-boxed-in, .boxed-in {
  max-width: 1400px;
  margin: 0 auto;
}

@media (width <= 1199.98px) {
  .woocommerce-notices-wrapper-in, .wp-block-navigation__container-in, .container-boxed-in, .boxed-in {
    max-width: 100%;
  }
}

.wp-block-post-content {
  min-height: calc(100vh - 445px);
}

.float-left {
  float: left !important;
}

.short-component {
  font-size: 1em;
}

img, svg {
  width: fit-content;
  height: auto;
}

a {
  -o-transition: all .3s ease-out;
  color: #171313;
  text-decoration: none;
  transition: all .3s ease-out;
}

a:hover {
  -o-transition: all .3s ease-out;
  color: #171313b3;
  transition: all .3s ease-out;
}

.border-radius-72 {
  border-radius: 0 72px;
}

.border-radius-72-bottom {
  border-radius: 0 0 72px;
}

.border-radius-72-right-bottom {
  border-radius: 0 72px 72px 0;
}

.border-radius-72-top-left {
  border-radius: 72px 0 0 72px;
}

.border-radius-72-right-left {
  border-radius: 0 72px;
}

.border-radius-72-top {
  border-radius: 72px 0 0;
}

.d-block {
  margin: auto;
}

#prod-left-col .onsale {
  display: none !important;
}

.wp-block-woocommerce-order-confirmation-status.wc-block-order-confirmation-status {
  margin-top: 110px;
}

.wc-block-order-confirmation-address-wrapper {
  margin-bottom: 30px;
}

@media (width <= 1329.98px) {
  .wp-block-woocommerce-order-confirmation-status, .wp-block-woocommerce-order-confirmation-summary, .wp-block-woocommerce-order-confirmation-totals-wrapper, .wc-block-order-confirmation-address-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page-id-498 .entry-content ul li:before {
  margin-top: -5px;
  margin-left: -50px;
}

.btn, .woocommerce-form input[type="submit"], .wc-block-components-form input[type="submit"], .woocommerce-cart input[type="submit"], .woocommerce-account input[type="submit"], .wpcf7 input[type="submit"], body .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button, body .woocommerce-button, body .woocommerce-Button {
  letter-spacing: .56px;
  border-width: 2px;
  border-radius: 35px;
  line-height: normal;
  position: relative;
}

.btn-check:focus + .btn, .woocommerce-form .btn-check:focus + input[type="submit"], .wc-block-components-form .btn-check:focus + input[type="submit"], .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-account .btn-check:focus + input[type="submit"], .wpcf7 .btn-check:focus + input[type="submit"], body .btn-check:focus + .wc-block-cart__submit-button, body .btn-check:focus + .wc-block-components-checkout-place-order-button, body .btn-check:focus + .woocommerce-button, body .btn-check:focus + .woocommerce-Button, .btn:active:focus, .btn:focus, .woocommerce-form input[type="submit"]:focus, .wc-block-components-form input[type="submit"]:focus, .woocommerce-cart input[type="submit"]:focus, .woocommerce-account input[type="submit"]:focus, .wpcf7 input[type="submit"]:focus, body .wc-block-cart__submit-button:focus, body .wc-block-components-checkout-place-order-button:focus, body .woocommerce-button:focus, body .woocommerce-Button:focus {
  box-shadow: none;
}

.btn-primary, .btn-secondary {
  font-weight: 600;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited {
  outline: none;
  box-shadow: none !important;
}

.btn-primary {
  color: #fff;
  border-color: #0000;
  border-radius: 35px;
  height: 56px;
  transition: all .3s ease-out;
  display: block;
  background: #34214b !important;
  border: 0 !important;
  padding: 15px 34px !important;
}

.btn-primary:hover, .btn-primary:active {
  opacity: .7;
  background: #34214bb3;
  border-color: #0000;
  transition: all .3s ease-out;
}

.btn-primary:hover:before, .btn-primary:active:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to right, #0000 0, #ffffff26 10%, #0000 20%) 0;
  width: 100%;
  height: 100%;
  animation: .35s linear forwards shine;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-secondary {
  color: #fff;
  background-color: #171313;
  border-color: #171313;
}

.btn-secondary:hover, .btn-secondary:active {
  background-color: #171313b3;
  border-color: #171313b3;
}

.btn--dark {
  color: #fff;
  background-color: #171313;
  border-color: #171313;
  transition: all .3s ease-out;
}

.btn--dark:hover, .btn--dark:active {
  opacity: .7;
  background-color: #171313;
  border-color: #171313;
  transition: all .3s ease-out;
}

.btn-light {
  height: unset;
  color: #d50671;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
  transition: all .3s ease-out;
  padding-top: 5px !important;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #fffffff2;
  transition: all .3s ease-out;
  box-shadow: 0 3px 20px #0000001a;
  color: #d50671 !important;
  border-color: #fffffff2 !important;
}

.btn.wpcf7-submit, .woocommerce-form input.wpcf7-submit[type="submit"], .wc-block-components-form input.wpcf7-submit[type="submit"], .woocommerce-cart input.wpcf7-submit[type="submit"], .woocommerce-account input.wpcf7-submit[type="submit"], .wpcf7 input.wpcf7-submit[type="submit"], body .wpcf7-submit.wc-block-cart__submit-button, body .wpcf7-submit.wc-block-components-checkout-place-order-button, body .wpcf7-submit.woocommerce-button, body .wpcf7-submit.woocommerce-Button {
  margin: 0 auto 80px;
  padding: 14px 84px !important;
}

@media (width <= 767.98px) {
  .btn.wpcf7-submit, .woocommerce-form input.wpcf7-submit[type="submit"], .wc-block-components-form input.wpcf7-submit[type="submit"], .woocommerce-cart input.wpcf7-submit[type="submit"], .woocommerce-account input.wpcf7-submit[type="submit"], .wpcf7 input.wpcf7-submit[type="submit"], body .wpcf7-submit.wc-block-cart__submit-button, body .wpcf7-submit.wc-block-components-checkout-place-order-button, body .wpcf7-submit.woocommerce-button, body .wpcf7-submit.woocommerce-Button {
    padding: 14px 2rem !important;
  }
}

.btn-outline-primary, .woocommerce-form input[type="submit"], .wc-block-components-form input[type="submit"], .woocommerce-cart input[type="submit"], .woocommerce-account input[type="submit"], .wpcf7 input[type="submit"], .btn-outline-secondary, .btn-outline-dark, .btn-outline-light {
  position: relative;
  border-radius: 9px !important;
}

.btn-outline-primary:hover, .woocommerce-form input[type="submit"]:hover, .wc-block-components-form input[type="submit"]:hover, .woocommerce-cart input[type="submit"]:hover, .woocommerce-account input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover, .btn-outline-primary:active, .woocommerce-form input[type="submit"]:active, .wc-block-components-form input[type="submit"]:active, .woocommerce-cart input[type="submit"]:active, .woocommerce-account input[type="submit"]:active, .wpcf7 input[type="submit"]:active, .btn-outline-primary:focus, .woocommerce-form input[type="submit"]:focus, .wc-block-components-form input[type="submit"]:focus, .woocommerce-cart input[type="submit"]:focus, .woocommerce-account input[type="submit"]:focus, .wpcf7 input[type="submit"]:focus, .btn-outline-primary:visited, .woocommerce-form input[type="submit"]:visited, .wc-block-components-form input[type="submit"]:visited, .woocommerce-cart input[type="submit"]:visited, .woocommerce-account input[type="submit"]:visited, .wpcf7 input[type="submit"]:visited, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:visited, .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:visited, .btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus, .btn-outline-light:visited {
  outline: none;
  box-shadow: none !important;
}

.btn-read-more, .btn-link, .btn-more {
  letter-spacing: .56px;
  text-transform: uppercase;
  color: #171313;
  max-width: fit-content;
  margin: 0;
  text-decoration: none;
  position: relative;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.btn-read-more:hover, .btn-read-more:active, .btn-link:hover, .btn-link:active, .btn-more:hover, .btn-more:active {
  color: #171313;
}

.btn-read-more:after, .btn-link:after, .btn-more:after {
  content: "";
  background-color: #171313;
  min-width: 15px;
  height: 1px;
  animation: 1s forwards grow-line-back;
  display: block;
  position: absolute;
}

.btn-read-more:hover:after, .btn-link:hover:after, .btn-more:hover:after {
  animation: 1s forwards grow-line;
}

.btn-lg, .btn-group-lg > .btn, .woocommerce-form .btn-group-lg > input[type="submit"], .wc-block-components-form .btn-group-lg > input[type="submit"], .woocommerce-cart .btn-group-lg > input[type="submit"], .woocommerce-account .btn-group-lg > input[type="submit"], .wpcf7 .btn-group-lg > input[type="submit"], body .btn-group-lg > .wc-block-cart__submit-button, body .btn-group-lg > .wc-block-components-checkout-place-order-button, body .btn-group-lg > .woocommerce-button, body .btn-group-lg > .woocommerce-Button {
  padding: 20px 40px;
}

.btn-sm, .btn-group-sm > .btn, .woocommerce-form .btn-group-sm > input[type="submit"], .wc-block-components-form .btn-group-sm > input[type="submit"], .woocommerce-cart .btn-group-sm > input[type="submit"], .woocommerce-account .btn-group-sm > input[type="submit"], .wpcf7 .btn-group-sm > input[type="submit"], body .btn-group-sm > .wc-block-cart__submit-button, body .btn-group-sm > .wc-block-components-checkout-place-order-button, body .btn-group-sm > .woocommerce-button, body .btn-group-sm > .woocommerce-Button {
  border-radius: 5px;
  padding: 15px 30px;
}

.btn-back {
  border: 0;
  margin-bottom: 50px;
  padding-left: 0;
  position: relative;
}

.btn-back:before {
  content: "";
  background: url("../arr-r-b.4b95c0c8.svg") 100% / auto 100% no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  animation: 2s ease-in-out infinite alternate-reverse both up-down-arr-left;
  display: block;
  position: absolute;
}

.btn-back a {
  color: #171313;
  float: left;
  margin-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.btn.loadMoreBtn, .woocommerce-form input.loadMoreBtn[type="submit"], .wc-block-components-form input.loadMoreBtn[type="submit"], .woocommerce-cart input.loadMoreBtn[type="submit"], .woocommerce-account input.loadMoreBtn[type="submit"], .wpcf7 input.loadMoreBtn[type="submit"], body .loadMoreBtn.wc-block-cart__submit-button, body .loadMoreBtn.wc-block-components-checkout-place-order-button, body .loadMoreBtn.woocommerce-button, body .loadMoreBtn.woocommerce-Button {
  background-position: 0;
  border: 0;
  border-radius: 9px;
  max-height: 48px;
  margin: 15px auto;
  padding: 7px 35px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(#f44864 0%, #d50671 100%) no-repeat padding-box padding-box !important;
}

.btn.loadMoreBtn span, .woocommerce-form input.loadMoreBtn[type="submit"] span, .wc-block-components-form input.loadMoreBtn[type="submit"] span, .woocommerce-cart input.loadMoreBtn[type="submit"] span, .woocommerce-account input.loadMoreBtn[type="submit"] span, .wpcf7 input.loadMoreBtn[type="submit"] span, body .loadMoreBtn.wc-block-cart__submit-button span, body .loadMoreBtn.wc-block-components-checkout-place-order-button span, body .loadMoreBtn.woocommerce-button span, body .loadMoreBtn.woocommerce-Button span {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #fff !important;
}

.btn.loadMoreBtn:hover, .woocommerce-form input.loadMoreBtn[type="submit"]:hover, .wc-block-components-form input.loadMoreBtn[type="submit"]:hover, .woocommerce-cart input.loadMoreBtn[type="submit"]:hover, .woocommerce-account input.loadMoreBtn[type="submit"]:hover, .wpcf7 input.loadMoreBtn[type="submit"]:hover, body .loadMoreBtn.wc-block-cart__submit-button:hover, body .loadMoreBtn.wc-block-components-checkout-place-order-button:hover, body .loadMoreBtn.woocommerce-button:hover, body .loadMoreBtn.woocommerce-Button:hover, .btn.loadMoreBtn:active, .woocommerce-form input.loadMoreBtn[type="submit"]:active, .wc-block-components-form input.loadMoreBtn[type="submit"]:active, .woocommerce-cart input.loadMoreBtn[type="submit"]:active, .woocommerce-account input.loadMoreBtn[type="submit"]:active, .wpcf7 input.loadMoreBtn[type="submit"]:active, body .loadMoreBtn.wc-block-cart__submit-button:active, body .loadMoreBtn.wc-block-components-checkout-place-order-button:active, body .loadMoreBtn.woocommerce-button:active, body .loadMoreBtn.woocommerce-Button:active {
  background-color: #171313;
  border-color: #171313;
}

.btn.loadMoreBtn:hover:before, .woocommerce-form input.loadMoreBtn[type="submit"]:hover:before, .wc-block-components-form input.loadMoreBtn[type="submit"]:hover:before, .woocommerce-cart input.loadMoreBtn[type="submit"]:hover:before, .woocommerce-account input.loadMoreBtn[type="submit"]:hover:before, .wpcf7 input.loadMoreBtn[type="submit"]:hover:before, body .loadMoreBtn.wc-block-cart__submit-button:hover:before, body .loadMoreBtn.wc-block-components-checkout-place-order-button:hover:before, body .loadMoreBtn.woocommerce-button:hover:before, body .loadMoreBtn.woocommerce-Button:hover:before, .btn.loadMoreBtn:active:before, .woocommerce-form input.loadMoreBtn[type="submit"]:active:before, .wc-block-components-form input.loadMoreBtn[type="submit"]:active:before, .woocommerce-cart input.loadMoreBtn[type="submit"]:active:before, .woocommerce-account input.loadMoreBtn[type="submit"]:active:before, .wpcf7 input.loadMoreBtn[type="submit"]:active:before, body .loadMoreBtn.wc-block-cart__submit-button:active:before, body .loadMoreBtn.wc-block-components-checkout-place-order-button:active:before, body .loadMoreBtn.woocommerce-button:active:before, body .loadMoreBtn.woocommerce-Button:active:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to right, #0000 0, #ffffff26 10%, #0000 20%) 0;
  width: 100%;
  height: 100%;
  animation: .35s linear forwards shine;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-down {
  cursor: pointer;
  z-index: 12;
  width: 30px;
  animation: 3s ease-in-out infinite alternate-reverse both up-down;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -50px !important;
}

.scroll-down img {
  width: 30px;
  height: auto;
  display: block;
}

.primary-menu .sub-menu li > a {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px 10px;
}

#site-header-wrap.header-layout1 .site-header-top .btn, #site-header-wrap.header-layout1 .site-header-top .woocommerce-form input[type="submit"], .woocommerce-form #site-header-wrap.header-layout1 .site-header-top input[type="submit"], #site-header-wrap.header-layout1 .site-header-top .wc-block-components-form input[type="submit"], .wc-block-components-form #site-header-wrap.header-layout1 .site-header-top input[type="submit"], #site-header-wrap.header-layout1 .site-header-top .woocommerce-cart input[type="submit"], .woocommerce-cart #site-header-wrap.header-layout1 .site-header-top input[type="submit"], #site-header-wrap.header-layout1 .site-header-top .woocommerce-account input[type="submit"], .woocommerce-account #site-header-wrap.header-layout1 .site-header-top input[type="submit"], #site-header-wrap.header-layout1 .site-header-top .wpcf7 input[type="submit"], .wpcf7 #site-header-wrap.header-layout1 .site-header-top input[type="submit"], #site-header-wrap.header-layout1 .site-header-top body .wc-block-cart__submit-button, body #site-header-wrap.header-layout1 .site-header-top .wc-block-cart__submit-button, #site-header-wrap.header-layout1 .site-header-top body .wc-block-components-checkout-place-order-button, body #site-header-wrap.header-layout1 .site-header-top .wc-block-components-checkout-place-order-button, #site-header-wrap.header-layout1 .site-header-top body .woocommerce-button, body #site-header-wrap.header-layout1 .site-header-top .woocommerce-button, #site-header-wrap.header-layout1 .site-header-top body .woocommerce-Button, body #site-header-wrap.header-layout1 .site-header-top .woocommerce-Button {
  width: fit-content !important;
}

.alertable {
  width: auto !important;
}

.alertable-message {
  text-align: center;
  margin-bottom: auto !important;
}

.alertable-buttons {
  max-width: fit-content;
  margin: 7px auto 0 !important;
}

.alertable-buttons button {
  color: #fff;
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-color: #0000;
  border-radius: 35px;
  height: auto;
  transition: all .3s ease-out;
  display: block;
  border: 0 !important;
  padding: 7px 24px !important;
}

.alertable-buttons button:hover, .alertable-buttons button:active {
  opacity: .7;
  background-color: #171313;
  border-color: #0000;
  transition: all .3s ease-out;
}

.alertable-buttons button:hover:before, .alertable-buttons button:active:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to right, #0000 0, #ffffff26 10%, #0000 20%) 0;
  width: 100%;
  height: 100%;
  animation: .35s linear forwards shine;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.addtoany_shortcode {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.addtoany_list a {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
  position: relative;
}

.addtoany_share {
  color: #171313;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  font-size: 20px !important;
  position: absolute !important;
}

#fancybox-title-wrap.fancybox-title-over {
  display: none !important;
}

#fancybox-outer {
  border-radius: 10px;
  border: 5px solid #171313b3 !important;
}

#fancybox-content {
  border-radius: 10px;
  position: relative;
}

#fancybox-title-over {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

#fancybox-close {
  background: #fff;
  border: 2px solid #171313b3;
  border-radius: 100%;
  padding: 5px 6px;
  top: -10px !important;
  right: -58px !important;
}

@media (width <= 1199.98px) {
  #fancybox-close {
    top: -58px !important;
    right: -10px !important;
  }
}

#fancybox-close span {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 50%;
}

#fancybox-close span:before, #fancybox-close span:after {
  background-color: #d50671 !important;
  border-radius: 50px !important;
  width: 24px !important;
  height: 3px !important;
  top: 4px !important;
  left: -8px !important;
}

#fancybox-close:hover span {
  transform: none !important;
}

#fancybox-prev {
  border: 2px solid #171313b3;
  background: #fff url("../arr-left.603e92d7.png") 16px / auto 20px no-repeat !important;
  left: -58px !important;
}

@media (width <= 1199.98px) {
  #fancybox-prev {
    left: -18px !important;
  }
}

#fancybox-prev > span {
  display: none !important;
}

#fancybox-next {
  border: 2px solid #171313b3;
  background: #fff url("../arr-right.d5f4bf6d.png") 18px / auto 20px no-repeat !important;
  right: -58px !important;
}

@media (width <= 1199.98px) {
  #fancybox-next {
    right: -18px !important;
  }
}

#fancybox-next > span {
  display: none !important;
}

.post-edit-link {
  color: #fffc;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .3;
  z-index: 999;
  background-color: #000c;
  border: 2px solid #fffc;
  border-left-width: 0;
  border-radius: 0 10px 10px 0;
  padding: 7px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  transition: all .3s ease-out;
  position: fixed;
  bottom: 5vh;
  left: 0;
}

.post-edit-link:hover {
  opacity: .7;
  padding-left: 25px;
  text-decoration: none;
}

.woocommerce__prize-details, .woocommerce__competition-details {
  transition: all .3s ease-out;
}

.woocommerce__prize-details .large-txt-wrap, .woocommerce__competition-details .large-txt-wrap {
  box-sizing: border-box;
  border-radius: 4px;
  height: 227px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block !important;
}

.woocommerce__prize-details .large-txt-wrap .btn-expand, .woocommerce__competition-details .large-txt-wrap .btn-expand {
  cursor: pointer;
  color: #fff;
  z-index: 2;
  width: 100%;
  height: 30px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}

.woocommerce__prize-details .large-txt-wrap .btn-expand:after, .woocommerce__competition-details .large-txt-wrap .btn-expand:after {
  content: "";
  border-top: 3px solid #d50671;
  border-right: 3px solid #d50671;
  width: 14px;
  height: 14px;
  margin-top: 14px;
  margin-left: -7px;
  animation: 2s ease-in-out infinite alternate-reverse both up-down-arr;
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
}

.woocommerce__prize-details .large-txt-wrap .btn-collapse, .woocommerce__competition-details .large-txt-wrap .btn-collapse {
  cursor: pointer;
  transform: unset;
  width: 100%;
  height: 30px;
  bottom: 15px;
  top: unset;
  display: none;
  position: absolute;
  left: 0;
}

.woocommerce__prize-details .large-txt-wrap .btn-collapse:before, .woocommerce__competition-details .large-txt-wrap .btn-collapse:before {
  content: "";
  border-top: 3px solid #d50671;
  border-right: 3px solid #d50671;
  width: 14px;
  height: 14px;
  margin-top: 14px;
  margin-left: -7px;
  animation: 2s ease-in-out infinite alternate-reverse both up-down-arr-up;
  display: block;
  position: absolute;
  top: 22px;
  left: 50%;
}

.woocommerce__prize-details .large-txt-wrap:after, .woocommerce__competition-details .large-txt-wrap:after {
  content: "";
  background: linear-gradient(0deg, #ebebeb 30%, #ebebeb66);
  width: 100%;
  height: 81px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.woocommerce__prize-details .large-txt-wrap.expanded .btn-expand, .woocommerce__competition-details .large-txt-wrap.expanded .btn-expand {
  display: none;
}

.woocommerce__prize-details .large-txt-wrap.expanded, .woocommerce__competition-details .large-txt-wrap.expanded {
  height: auto;
  transition: all .3s ease-out;
}

.woocommerce__prize-details .large-txt-wrap.expanded:after, .woocommerce__competition-details .large-txt-wrap.expanded:after {
  display: none;
}

.woocommerce__prize-details .large-txt-wrap.expanded .btn-collapse, .woocommerce__competition-details .large-txt-wrap.expanded .btn-collapse {
  display: block;
}

.woocommerce__prize-details ul li, .woocommerce__competition-details ul li {
  color: #171313;
}

.woocommerce__prize-details p, .woocommerce__prize-details span, .woocommerce__competition-details p, .woocommerce__competition-details span {
  white-space: normal;
}

.wc-block-mini-cart__footer-actions a, .wp-block-button a {
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-color: #0000;
  border-radius: 35px;
  max-width: fit-content;
  height: 56px;
  margin: 15px auto;
  transition: all .3s ease-out;
  display: block;
  color: #fff !important;
  border: 0 !important;
  padding: 15px 34px !important;
}

.wc-block-mini-cart__footer-actions a span, .wp-block-button a span {
  color: #fff !important;
}

.wc-block-mini-cart__footer-actions a.wp-block-woocommerce-mini-cart-cart-button-block, .wp-block-button a.wp-block-woocommerce-mini-cart-cart-button-block {
  color: #fff;
  background-color: #171313 !important;
  border-color: #171313 !important;
}

.wc-block-mini-cart__footer-actions a.wp-block-woocommerce-mini-cart-cart-button-block:hover, .wc-block-mini-cart__footer-actions a.wp-block-woocommerce-mini-cart-cart-button-block:active, .wp-block-button a.wp-block-woocommerce-mini-cart-cart-button-block:hover, .wp-block-button a.wp-block-woocommerce-mini-cart-cart-button-block:active {
  background-color: #171313b3;
  border-color: #171313b3;
}

.wc-block-mini-cart__footer-actions a.wp-block-woocommerce-mini-cart-cart-button-block span, .wp-block-button a.wp-block-woocommerce-mini-cart-cart-button-block span {
  color: #fff !important;
}

.wc-block-mini-cart__footer-actions a:hover, .wc-block-mini-cart__footer-actions a:active, .wp-block-button a:hover, .wp-block-button a:active {
  opacity: .7;
  background-color: #171313;
  border-color: #0000;
  transition: all .3s ease-out;
}

.wc-block-mini-cart__footer-actions a:hover:before, .wc-block-mini-cart__footer-actions a:active:before, .wp-block-button a:hover:before, .wp-block-button a:active:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to right, #0000 0, #ffffff26 10%, #0000 20%) 0;
  width: 100%;
  height: 100%;
  animation: .35s linear forwards shine;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.page.home h2, body.page.home .h2 {
  color: #171313;
}

@media (width <= 575.98px) {
  body.page.home h2, body.page.home .h2 {
    font-size: 2rem;
    line-height: 42px;
  }
}

body.page.home .section_quality-logos h2.hidden, body.page.home .section_quality-logos .hidden.h2 {
  display: block !important;
}

body.page.page-id-853 .monkey-tickets {
  margin-bottom: 0;
}

body.page.page-id-853 .monkey-tickets img {
  min-width: 120%;
  margin-bottom: -26vh;
  position: relative;
}

@media (width <= 991.98px) {
  body.page.page-id-853 .monkey-tickets img {
    min-width: 100%;
  }
}

@media (width <= 575.98px) {
  body.page.page-id-853 .monkey-tickets img {
    width: 100vw;
    margin-bottom: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

body.page.page-id-853 figure.wp-block-image.nothing-hidden {
  z-index: 2;
  margin-bottom: -120px;
  position: relative;
  max-width: 850px !important;
}

@media (width <= 575.98px) {
  body.page.page-id-853 figure.wp-block-image.nothing-hidden {
    margin-bottom: -70px;
  }
}

@media (width <= 991.98px) {
  body.page.page-id-845 h1.wp-block-heading.pl-15, body.page.page-id-845 .wp-block-heading.pl-15.h1 {
    padding-left: 5px !important;
  }
}

body.page .woocommerce {
  width: 100%;
}

body.page .woocommerce-MyAccount-navigation {
  padding: 0 40px 0 0;
}

@media (width <= 991.98px) {
  body.page .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 0 0 80px;
  }
}

body.page .woocommerce-MyAccount-navigation ul {
  background-color: #212529;
  border-radius: 14px;
  list-style: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 15px 30px #1a264a26;
  margin: 0 !important;
}

body.page .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  padding: 40px !important;
}

@media (width <= 991.98px) {
  body.page .woocommerce-MyAccount-navigation ul li {
    padding: 10px 30px !important;
  }
}

body.page .woocommerce-MyAccount-navigation ul li:before {
  content: unset;
}

body.page .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  font-size: 22px;
}

body.page .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #d50671;
}

body.page .woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  background: url("../arr-r-b.4b95c0c8.svg") 100% / auto 100% no-repeat;
  width: 11px;
  height: 18px;
  margin-top: 4px;
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

body.page .woocommerce-MyAccount-navigation ul li.is-active a {
  text-decoration: none !important;
}

body.page .woocommerce-MyAccount-content {
  background-color: #fff;
  border-radius: 14px;
  padding: 60px;
  box-shadow: 0 15px 30px #1a264a26;
}

@media (width <= 991.98px) {
  body.page .woocommerce-MyAccount-content {
    width: 100%;
    padding: 30px;
    overflow-x: auto;
  }
}

body.page .woocommerce-MyAccount-content table {
  margin-bottom: 0;
}

@media (width <= 575.98px) {
  body.page .woocommerce-MyAccount-content .woocommerce-button {
    margin-top: 40px;
  }
}

body.page .woocommerce-MyAccount-content .my-account-news ul {
  list-style: none;
}

body.page .woocommerce-MyAccount-content .my-account-news ul li {
  margin-right: 2rem;
  display: inline-block;
  padding: 0 !important;
}

body.page .woocommerce-MyAccount-content .my-account-news ul li:before {
  display: none;
}

body.woocommerce-shop .wp-block-navigation__container .nav-shop {
  border: 2px solid #d50671;
  border-radius: 32px;
  padding: 2px 20px;
}

body.single-post .wp-block-post-featured-image {
  border-radius: 9px;
  display: block;
  overflow: hidden;
}

body.single-post .wp-block-post-featured-image img {
  object-fit: cover;
  max-height: 598px;
}

body.single-post .wp-block-post-content-wrap {
  max-width: 813px;
  margin: 50px auto;
  position: relative;
}

body.single-post .wp-block-post-title {
  letter-spacing: .4px;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 700 !important;
}

@media (width <= 991.98px) {
  body.single-post .wp-block-post-title {
    margin-bottom: 25px;
    font-size: 3rem;
    line-height: 50px;
  }
}

@media (width <= 575.98px) {
  body.single-post .wp-block-post-title {
    letter-spacing: .32px;
    font-size: 2rem;
    line-height: 40px;
  }
}

body.single-post .wp-block-post-date {
  font-weight: 600;
}

body.single-post .post-navigation-link-previous:before, body.single-post .post-navigation-link-next:before {
  content: "";
  width: 5px;
  height: 9px;
  margin-top: 8px;
  display: block;
  position: absolute;
}

body.single-post .post-navigation-link-previous {
  float: left;
  padding-left: 20px;
  position: relative;
}

body.single-post .post-navigation-link-previous:before {
  left: 0;
}

body.single-post .post-navigation-link-next {
  float: right;
  padding-right: 20px;
}

body.single-post .post-navigation-link-next:before {
  right: 0;
  transform: rotate(180deg);
}

@media (width <= 575.98px) {
  body.single-product form.cart {
    margin-bottom: -2rem !important;
  }
}

body.terms-conditions h2, body.terms-conditions .h2, body.terms-conditions h3, body.terms-conditions .h3, body.privacy-policy h2, body.privacy-policy .h2, body.privacy-policy h3, body.privacy-policy .h3 {
  text-transform: uppercase;
}

body.terms-conditions .wpb_text_column ul, body.privacy-policy .wpb_text_column ul {
  list-style: outside;
}

body.terms-conditions .wpb_text_column ul li, body.privacy-policy .wpb_text_column ul li {
  color: #74769e;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

body.terms-conditions .wpb_text_column ul li:before, body.privacy-policy .wpb_text_column ul li:before {
  display: none;
}

body.error404 h1, body.error404 .h1, body.error404 p, body.error404 span {
  color: #171313;
}

body.error404 h1, body.error404 .h1 {
  font-weight: 700;
}

body.error404 .wp-block-search__inside-wrapper {
  border-width: 0 0 1px;
}

body.error404 .wp-block-search__button {
  background-color: #0000;
  border: 0;
}

body.error404 .wp-block-search__button svg path {
  fill: #fff;
}

body.error404 .btn, body.error404 .woocommerce-form input[type="submit"], .woocommerce-form body.error404 input[type="submit"], body.error404 .wc-block-components-form input[type="submit"], .wc-block-components-form body.error404 input[type="submit"], body.error404 .woocommerce-cart input[type="submit"], .woocommerce-cart body.error404 input[type="submit"], body.error404 .woocommerce-account input[type="submit"], .woocommerce-account body.error404 input[type="submit"], body.error404 .wpcf7 input[type="submit"], .wpcf7 body.error404 input[type="submit"], body.error404 .wc-block-cart__submit-button, body.error404 .wc-block-components-checkout-place-order-button, body.error404 .woocommerce-button, body.error404 .woocommerce-Button {
  margin-top: 40px;
  padding: 15px 40px;
}

body.search h1, body.search .h1, body.search h2, body.search .h2, body.search div, body.search p {
  color: #171313;
}

body.search h1, body.search .h1, body.search h2, body.search .h2 {
  font-weight: bold;
}

body.search .wp-block-query ul li:last-child hr {
  display: none;
}

.wp-site-blocks .accordion-button {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #0000 !important;
  border-color: #ebebeb !important;
  outline: none !important;
}

@media (width <= 575.98px) {
  .wp-site-blocks .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-site-blocks .accordion-button .content {
  color: #212529;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

@media (width <= 991.98px) {
  .wp-site-blocks .accordion-button .content {
    padding-right: 50px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media (width <= 575.98px) {
  .wp-site-blocks .accordion-button .content {
    padding-right: 90px;
  }
}

.wp-site-blocks .accordion-button .bt {
  background: url("../accordion-btn.f6017388.svg") center / cover no-repeat;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  padding: 0;
  display: block;
  position: relative;
  transform: none;
  box-shadow: 0 3px 20px #0000001a;
}

@media (width <= 575.98px) {
  .wp-site-blocks .accordion-button .bt {
    margin-left: -50px;
  }
}

.wp-site-blocks .accordion-button:after {
  display: none;
}

.wp-site-blocks .accordion-button:not(.collapsed) .bt {
  transition: all .4s ease-out;
  transform: rotate(180deg);
}

.wp-site-blocks .accordion-button:focus {
  box-shadow: none;
  border-color: #0000;
}

.wp-site-blocks .accordion-item {
  border: 0;
  border-top: 1px solid;
  border-radius: 0;
  border-color: #ebebeb !important;
}

.wp-site-blocks .accordion-item:first-child {
  border-top: 0;
}

.wp-site-blocks .accordion-item:last-child {
  border-bottom: 1px solid;
}

.wp-site-blocks .accordion-item .accordion-header {
  z-index: 2;
  position: relative;
}

.wp-site-blocks .accordion-item .accordion-collapse {
  position: relative;
}

.wp-site-blocks .accordion-body {
  z-index: 2;
  padding-top: 0;
  position: relative;
  border-top: 0 !important;
}

@media (width <= 575.98px) {
  .wp-site-blocks .accordion-body {
    padding-left: 0;
  }
}

.wp-site-blocks .accordion-body p {
  max-width: 96%;
  font-weight: 400;
}

.section__latest-competitions {
  background-repeat: no-repeat;
  background-position: 0 -20px !important;
  background-size: auto 100% !important;
}

.section__latest-competitions--title {
  position: relative;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 20px #0000001a;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product figure a img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wp-block-post-title {
  text-transform: none;
  margin-bottom: 30px;
  padding-left: 35px;
  font-size: 30px;
  display: inline-block;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price {
  flex-wrap: wrap;
  padding-left: 35px;
  display: inline-flex;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price .amount bdi, .section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price .amount bdi span.woocommerce-Price-currencySymbol {
  font-family: proxima-nova, sans-serif;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price del {
  color: #9d9c9c;
  order: 1;
  padding-top: 15px;
  padding-left: 35px;
  font-size: 24px;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price del .amount bdi {
  color: #9d9c9c;
  padding-top: 58px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price del .amount bdi:before {
  content: "Regular Price";
  color: #9d9c9c;
  width: 130px;
  height: 25px;
  margin-top: -30px;
  font-size: 21px;
  font-weight: 700;
  display: block;
  position: absolute;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price del .amount bdi span.woocommerce-Price-currencySymbol {
  color: #9d9c9c;
  font-size: 24px;
  font-weight: 600;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price ins {
  text-decoration: none;
  display: flex;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price ins bdi {
  color: #d50671;
  padding-top: 25px;
  font-size: 41px;
  font-weight: 600;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price ins bdi:before {
  content: "Launch Price";
  color: #171313;
  width: 125px;
  height: 25px;
  margin-top: -15px;
  font-size: 21px;
  font-weight: 700;
  display: block;
  position: absolute;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wc-block-components-product-price ins bdi span.woocommerce-Price-currencySymbol {
  color: #d50671;
  font-size: 41px;
  font-weight: 600;
}

.section__latest-competitions--tickets .wp-block-query ul.wp-block-post-template li.wp-block-post.product .wp-block-read-more {
  text-align: center;
  background-color: #d50671;
  width: 100%;
  margin-top: 40px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}

.section__how-to-play h3.has-text-align-center, .section__how-to-play .has-text-align-center.h3 {
  color: #d50671;
  margin-bottom: 30px;
  font-size: 30px;
}

.section__how-to-play--steps {
  margin: 40px 100px 0;
}

@media (width <= 1199.98px) {
  .section__how-to-play--steps {
    margin: 30px 0;
  }
}

.section__how-to-play--steps .row {
  height: fit-content;
  display: table;
}

@media (width <= 991.98px) {
  .section__how-to-play--steps .row {
    flex-wrap: wrap;
    display: inline-flex;
  }
}

.section__how-to-play--steps .row .col-lg-4 {
  vertical-align: middle;
  height: 100%;
  display: table-cell;
}

@media (width <= 991.98px) {
  .section__how-to-play--steps .row .col-lg-4 {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }

  .section__how-to-play--steps .row .col-lg-4:last-child {
    margin-bottom: 0;
  }
}

.section__how-to-play--steps .row .col-lg-4 .wp-block-tfa-cta-card {
  background-color: #ebebeb;
  border-radius: 20px;
  height: 100%;
  padding: 40px;
  display: block;
  box-shadow: 0 3px 20px #0000001a;
}

.section__how-to-play--steps .row .col-lg-4 .wp-block-tfa-cta-card .img-box {
  text-align: center;
  margin-bottom: 15px;
}

.section__how-to-play--steps .row .col-lg-4 .wp-block-tfa-cta-card .img-box img {
  width: auto;
  height: 46px;
}

.section__how-to-play--steps .row .col-lg-4 .wp-block-tfa-cta-card strong.h3 {
  margin: 15px auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section__how-to-play--steps .row .col-lg-4 .wp-block-tfa-cta-card p {
  margin: 0 auto;
  line-height: 23px;
}

@media (width <= 991.98px) {
  .section__how-to-play + .wp-block-spacer {
    height: 20px !important;
  }
}

.section__quote {
  padding-top: 100px;
}

@media (width <= 991.98px) {
  .section__quote {
    padding-top: 0;
  }
}

.section__quote--intro h2, .section__quote--intro .h2 {
  position: relative;
}

.section__quote--intro p {
  max-width: 594px;
  margin: 50px auto 15px;
}

.section__quote--content {
  border-radius: 14px;
}

@media (width <= 991.98px) {
  .section__quote--content:first-child figure img {
    margin: 0;
  }
}

@media (width <= 575.98px) {
  .section__quote--content.mt-100 {
    margin-top: 0 !important;
  }

  .section__quote--content.mb-100 {
    margin-bottom: 50px !important;
  }
}

@media (width <= 991.98px) {
  .section__quote--content .wp-block-tfa-column {
    padding: 15px 0 !important;
  }
}

.section__quote--content figure {
  margin: 0;
}

@media (width <= 991.98px) {
  .section__quote--content figure {
    text-align: center;
  }
}

.section__quote--content figure img {
  min-width: unset;
  max-width: 420px;
  margin: -100px 0 0;
}

.section__quote--content .wp-block-quote {
  border: 0;
  padding-left: 0;
  position: relative;
}

.section__quote--content .wp-block-quote:before, .section__quote--content .wp-block-quote:after {
  content: "";
  background: url("../noun-quote.ed50cdb8.svg") 0 / 100% no-repeat;
  border: 0;
  width: 78px;
  height: 64px;
  margin: 15px 0;
  position: relative;
}

.section__quote--content .wp-block-quote:after {
  background-image: url("../noun-quote-close.96641b27.svg");
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (width <= 575.98px) {
  .section__quote--content .wp-block-quote:after {
    bottom: 30px;
    right: -30px;
  }
}

.section__quote--content .wp-block-quote h3, .section__quote--content .wp-block-quote .h3 {
  max-width: 98%;
  font-size: 30px;
  line-height: 35px;
}

.section__quote--content .wp-block-quote cite {
  color: #fff;
  max-width: 200px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  display: block;
}

.section__quote--content .wp-block-quote cite em {
  color: #fff;
  width: 100%;
  margin-top: 9px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
}

.section__quote.switch_mobile figure {
  text-align: right;
}

@media (width <= 991.98px) {
  .section__quote.switch_mobile .two-column-layout {
    flex-direction: column-reverse;
  }
}

.section__subscribe {
  padding: 40px;
  overflow: hidden;
  background: #d50671 !important;
}

@media (width <= 1199.98px) {
  .section__subscribe {
    padding: 20px 40px;
  }
}

@media (width <= 767.98px) {
  .section__subscribe {
    padding: 20px;
  }
}

@media (width <= 991.98px) {
  .section__subscribe .wp-block-tfa-column .two-column-layout {
    flex-direction: column-reverse;
    display: flex;
  }
}

.section__subscribe .wp-block-tfa-column h2.wp-block-heading, .section__subscribe .wp-block-tfa-column .wp-block-heading.h2 {
  text-transform: uppercase;
}

.section__subscribe .wp-block-tfa-column .wp-block-image {
  width: fit-content;
}

.section__subscribe .wp-block-tfa-column .wp-block-image img {
  max-width: 362px;
  min-width: unset;
  margin-bottom: -56px;
}

@media (width <= 1199.98px) {
  .section__subscribe .wp-block-tfa-column .wp-block-image img {
    margin-bottom: -36px;
  }
}

@media (width <= 767.98px) {
  .section__subscribe .wp-block-tfa-column .wp-block-image img {
    margin-bottom: -36px;
  }
}

@media (width <= 991.98px) {
  .section__subscribe .wp-block-tfa-column .wpcf7 form.wpcf7-form {
    padding: 0 !important;
  }
}

@media (width <= 1199.98px) {
  .section__subscribe .wp-block-tfa-column.pb-160 {
    padding-bottom: 80px !important;
  }
}

@media (width >= 1200px) {
  .section__subscribe .wp-block-tfa-column.col-lg-8 {
    align-content: center;
    align-items: center;
    display: flex;
  }

  .section__subscribe .wp-block-tfa-column.col-lg-8 h2, .section__subscribe .wp-block-tfa-column.col-lg-8 .h2 {
    min-width: fit-content;
    max-width: fit-content;
    margin-right: 48px;
  }
}

.section__subscribe .wpcf7-form {
  border: 0;
  border-radius: 52px;
  display: block;
  max-width: 540px !important;
  padding-block: 0 !important;
}

.section__subscribe .wpcf7-form .form-container {
  position: relative;
}

.section__subscribe .wpcf7-form .form-container .row {
  margin: 0;
  line-height: 0;
}

.section__subscribe .wpcf7-form .form-container .row .col {
  padding: 0;
}

.section__subscribe .wpcf7-form .form-container .row .col p, .section__subscribe .wpcf7-form .form-container .row .col input {
  margin: 0;
  padding: 0;
  line-height: 0;
}

@media (width >= 768px) {
  .section__subscribe .wpcf7-form .form-container .row .col .field.text {
    padding-right: 30px;
  }
}

.section__subscribe .wpcf7-form .form-container .row .col input.wpcf7-email {
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 52px;
  height: 50px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  outline: none !important;
}

.section__subscribe .wpcf7-form .form-container .row .col input.wpcf7-email::placeholder {
  color: #ffffffbd;
  font-size: 20px;
  font-weight: 300;
}

.section__subscribe .wpcf7-form .form-container .row .col input.wpcf7-email:hover {
  opacity: .75 !important;
}

.section__subscribe .wpcf7-form .form-container .row .col input.wpcf7-submit {
  color: #d50671;
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 52px !important;
  padding: 15px !important;
}

@media (width >= 1200px) {
  .section__subscribe .wpcf7-form .form-container .row .col input.wpcf7-submit {
    margin-top: 0 !important;
    margin-left: 15px !important;
  }
}

.section__subscribe .wpcf7-form .form-container .row .col input.wpcf7-submit:hover {
  opacity: .7;
}

.section__subscribe .wpcf7-form .form-container .row .col .wpcf7-not-valid-tip {
  letter-spacing: .5px;
  color: #fff;
  font-weight: 300;
  position: relative;
}

.section__subscribe .wpcf7-form .wpcf7-response-output {
  letter-spacing: .5px;
  color: #fff;
  border: 0;
  font-weight: 300;
}

.section__so-far .count {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 40px;
  box-shadow: 0 3px 20px #0000001a;
}

.section__so-far .count strong.h3 {
  color: #171313;
  margin-bottom: 5px;
  display: block;
}

.section__so-far .count strong.h3 em {
  color: #171313;
  font-style: normal;
}

@media (width <= 991.98px) {
  .section__so-far .row .wp-block-tfa-column {
    margin-bottom: 30px;
    width: 100% !important;
  }

  .section__so-far .row .wp-block-tfa-column:last-child {
    margin-bottom: 0;
  }
}

.section__so-far .row .wp-block-tfa-column .img-box {
  min-height: 105px;
}

.section__giveways-hero .wp-block-image img {
  width: 100vw;
}

.section__giveways-hero .wp-block-image figcaption {
  text-align: right;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  bottom: 70px;
  right: calc(50vw - 685px);
}

.section__giveways-hero .wp-block-image figcaption em {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.section__dream-hero {
  background-position: right 170px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: auto 80vh !important;
}

@media (width <= 991.98px) {
  .section__dream-hero {
    background: #bbd883 url("../bg-lg-know-us.d84b2377.svg") bottom / auto 100% no-repeat !important;
    background-attachment: initial !important;
    padding-bottom: 0 !important;
  }
}

.section__dream-hero h1, .section__dream-hero .h1, .section__dream-hero h2, .section__dream-hero .h2 {
  color: #fff !important;
}

@media (width <= 575.98px) {
  .section__featured.upcoming-competitions {
    padding: 0 20px !important;
  }
}

.section__featured--slider ul.products li {
  pointer-events: none;
  padding-bottom: 50px !important;
}

.section__featured--slider ul.products li .ticket-info:after {
  content: unset !important;
}

.section__nothing-hidden {
  background-position: right 10%;
  background-repeat: no-repeat;
  border-radius: 20px;
  max-width: 90%;
  margin: 0 auto;
  background-size: auto 100% !important;
}

@media (width <= 575.98px) {
  .section__nothing-hidden.wp-block-tfa-row-section {
    margin-bottom: 50px !important;
  }
}

@media (width >= 1200px) {
  .section__nothing-hidden {
    width: 100% !important;
    max-width: 806px !important;
  }
}

.section__nothing-hidden p {
  max-width: 640px;
  margin: 0 auto 15px;
}

@media (width <= 575.98px) {
  .section__contact-us .wp-block-tfa-column:first-child h2, .section__contact-us .wp-block-tfa-column:first-child .h2 {
    line-height: 28px;
    font-size: 24px !important;
  }

  .section__contact-us .wp-block-tfa-column:first-child h2 > br, .section__contact-us .wp-block-tfa-column:first-child .h2 > br {
    display: none;
  }
}

.section__why-us {
  background-color: #a384bb;
  border-radius: 20px;
  color: #f5f5f5 !important;
}

@media (width <= 991.98px) {
  .section__why-us {
    margin-bottom: 48px;
  }
}

.section__why-us .row.three-column-layout {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}

@media (width <= 767.98px) {
  .section__why-us .row.three-column-layout {
    padding: 0 20px !important;
  }
}

.section__why-us .row.three-column-layout .wp-block-tfa-cta-card {
  margin: 30px auto 20px;
}

.section__why-us .row.three-column-layout .wp-block-tfa-cta-card .img-box img {
  width: auto;
  height: 150px;
}

.section__why-us .row.three-column-layout .wp-block-tfa-cta-card .desc .h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  color: #34214b !important;
}

.section__why-us .row.three-column-layout .wp-block-tfa-cta-card .desc p {
  max-width: 230px;
  margin: 0 auto;
  color: #f5f5f5 !important;
}

@media (width <= 991.98px) {
  .section__we-belive {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.section__we-belive .two-column-layout > .wp-block-tfa-column:first-child {
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center !important;
  background-size: auto 100% !important;
}

@media (width <= 991.98px) {
  .section__we-belive .two-column-layout > .wp-block-tfa-column:first-child {
    order: 1;
    margin-top: 50px;
  }
}

.section__we-belive figure.wp-block-image img {
  margin-bottom: -12px;
  margin-left: -30px;
}

.wp-block-navigation__submenu-icon {
  display: none !important;
}

@media (width >= 992px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}

@media (width <= 991.98px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
}

.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 991.98px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown), .wp-block-navigation__responsive-container-close:not(.always-shown) {
    display: block;
  }
}

.wp-block-navigation__responsive-container-open svg, .wp-block-navigation__responsive-container-close svg {
  width: 40px;
  height: 40px;
}

.wp-block-navigation__responsive-container-open svg rect, .wp-block-navigation__responsive-container-close svg rect, .wp-block-navigation__responsive-container-open svg path, .wp-block-navigation__responsive-container-close svg path {
  fill: #171313;
}

.wp-block-navigation__responsive-container-close {
  top: 0;
  right: 0;
}

.wp-block-navigation__responsive-container-close svg {
  width: 40px;
  height: 40px;
}

.wp-block-navigation__responsive-container-close svg rect, .wp-block-navigation__responsive-container-close svg path {
  fill: #fff;
}

.wp-block-navigation__responsive-container.is-menu-open {
  animation: .4s both slide-in-right;
  background-color: #171313 !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 84px !important;
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button {
  width: fit-content;
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button:after {
  content: "";
  float: right;
  background: url("../arr-down.5fc45ec8.svg") center / 100% no-repeat;
  width: 9px;
  height: 5px;
  margin-top: 9px;
  margin-left: 7px;
  display: block;
  position: relative;
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container {
  display: flex !important;
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.wp-block-navigation__container {
  place-content: flex-end;
  padding-top: 31px;
  padding-right: 25px;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container {
    place-content: baseline start;
    gap: .5rem;
    align-items: baseline !important;
    width: 100% !important;
  }
}

.wp-block-navigation__container li {
  margin: 0 10px;
}

@media (width <= 991.98px) {
  .wp-block-navigation__container li {
    margin-bottom: 25px;
    margin-left: 0;
  }
}

.wp-block-navigation__container li:first-child {
  margin-left: 0;
}

.wp-block-navigation__container li span {
  color: #171313;
  font-size: 20px;
  font-weight: 700;
}

.wp-block-navigation__container li.current-menu-item {
  border: 2px solid #d50671;
  border-radius: 32px;
  padding: 2px 20px;
  position: relative;
}

.wp-block-navigation__container li.current-menu-item span {
  color: #171313;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.wp-block-navigation__container li a span {
  -o-transition: all .3s ease-out;
  color: #171313;
  transition: all .3s ease-out;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li a span {
    color: #171313;
  }
}

.wp-block-navigation__container li a:hover span {
  -o-transition: all .3s ease-out;
  opacity: .7;
  transition: all .3s ease-out;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container > li:last-child:after {
    display: none;
  }
}

.wp-block-image img {
  width: 100%;
  min-width: 100%;
  max-width: fit-content;
  min-height: 100px;
}

.wp-block-image.aligncenter {
  margin: 0 auto;
  display: block;
}

.wp-block-image.img-left {
  margin-left: calc(685px - 50vw);
  position: relative;
}

.wp-block-image.img-left img {
  min-width: 100%;
  min-height: 100px;
}

@media (width >= 1921px) {
  .wp-block-image.img-left {
    margin-left: 0;
  }

  .wp-block-image.img-left img {
    border-radius: 20px;
    min-width: 100%;
    display: block;
  }
}

@media (width <= 1329.98px) {
  .wp-block-image.img-left {
    margin-left: -55px;
  }
}

@media (width <= 991.98px) {
  .wp-block-image.img-left {
    min-width: calc(100% + 75px);
    margin-left: -55px;
  }
}

@media (width <= 575.98px) {
  .wp-block-image.img-left {
    margin-left: -35px;
    margin-right: -50px;
  }
}

.wp-block-image.img-right {
  margin-right: calc(685px - 50vw);
  position: relative;
}

@media (width >= 1921px) {
  .wp-block-image.img-right {
    margin-right: 0;
  }

  .wp-block-image.img-right img {
    border-radius: 20px;
    display: block;
  }
}

@media (width <= 1199.98px) {
  .wp-block-image.img-right {
    margin-right: -15px;
  }
}

.wp-block-social-links {
  gap: 15px;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-social-links .wp-social-link {
  border: 2px solid #0000;
  border-radius: 0;
  width: fit-content;
  display: block;
  margin: 0 !important;
}

.wp-block-social-links .wp-social-link a {
  width: fit-content;
  height: auto;
}

.wp-block-social-links .wp-social-link a svg {
  min-width: 24px;
  max-width: 24px;
  width: 100% !important;
  height: auto !important;
}

.wp-block-social-links .wp-social-link a svg svg {
  width: 100% !important;
  height: auto !important;
}

.wp-block-social-links .wp-social-link a svg path {
  fill: #d50671;
  color: #d50671;
  width: 100% !important;
}

.wp-block-social-links .wp-social-link a:after {
  display: none !important;
}

.wp-block-social-links .wp-social-link:before {
  display: none;
}

.wp-block-social-links .wp-social-link:last-child {
  margin-right: -5px !important;
}

.wp-block-group {
  padding: 0 !important;
}

.wp-block-query .wp-block-post-template {
  padding-left: 0;
  list-style: none;
}

.wp-block-query .wp-block-post-template li {
  padding-left: 0;
}

.wp-block-query .wp-block-post-template li:before {
  display: none;
}

.wp-block-tfa-row-section .two-column-layout {
  flex-wrap: wrap;
  width: 100%;
  display: inline-flex;
}

@media (width <= 575.98px) {
  .wp-block-tfa-row-section .two-column-layout {
    margin: 0 auto;
  }
}

.wp-block-tfa-row-section .two-column-layout .wp-block-tfa-column {
  height: auto;
}

.wp-block-tfa-column {
  position: relative;
}

.wp-block-tfa-column.col-bg-white {
  background-color: #fff;
}

.wp-block-tfa-column.col-bg-yellow {
  background-color: #ffc107;
}

.wp-block-tfa-column.col-bg-green {
  background-color: #198754;
}

.wp-block-tfa-logoslide {
  -o-transition: all .3s ease-out;
  border-radius: 26px;
  transition: all .3s ease-out;
}

.wp-block-tfa-logoslide:hover {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: scale(1.1);
  box-shadow: 48px 60px 76px #0000001a;
}

.wp-block-tfa-button-boot .btn, .wp-block-tfa-button-boot .woocommerce-form input[type="submit"], .woocommerce-form .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .wc-block-components-form input[type="submit"], .wc-block-components-form .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .woocommerce-cart input[type="submit"], .woocommerce-cart .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .woocommerce-account input[type="submit"], .woocommerce-account .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .wpcf7 input[type="submit"], .wpcf7 .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot body .wc-block-cart__submit-button, body .wp-block-tfa-button-boot .wc-block-cart__submit-button, .wp-block-tfa-button-boot body .wc-block-components-checkout-place-order-button, body .wp-block-tfa-button-boot .wc-block-components-checkout-place-order-button, .wp-block-tfa-button-boot body .woocommerce-button, body .wp-block-tfa-button-boot .woocommerce-button, .wp-block-tfa-button-boot body .woocommerce-Button, body .wp-block-tfa-button-boot .woocommerce-Button {
  padding: 19px 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

@media (width <= 991.98px) {
  .wp-block-tfa-button-boot .btn, .wp-block-tfa-button-boot .woocommerce-form input[type="submit"], .woocommerce-form .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .wc-block-components-form input[type="submit"], .wc-block-components-form .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .woocommerce-cart input[type="submit"], .woocommerce-cart .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .woocommerce-account input[type="submit"], .woocommerce-account .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot .wpcf7 input[type="submit"], .wpcf7 .wp-block-tfa-button-boot input[type="submit"], .wp-block-tfa-button-boot body .wc-block-cart__submit-button, body .wp-block-tfa-button-boot .wc-block-cart__submit-button, .wp-block-tfa-button-boot body .wc-block-components-checkout-place-order-button, body .wp-block-tfa-button-boot .wc-block-components-checkout-place-order-button, .wp-block-tfa-button-boot body .woocommerce-button, body .wp-block-tfa-button-boot .woocommerce-button, .wp-block-tfa-button-boot body .woocommerce-Button, body .wp-block-tfa-button-boot .woocommerce-Button {
    padding: 12px 34px;
  }
}

.wp-block-tfa-button-boot .btn.btn-light:hover, .wp-block-tfa-button-boot .woocommerce-form input.btn-light[type="submit"]:hover, .woocommerce-form .wp-block-tfa-button-boot input.btn-light[type="submit"]:hover, .wp-block-tfa-button-boot .wc-block-components-form input.btn-light[type="submit"]:hover, .wc-block-components-form .wp-block-tfa-button-boot input.btn-light[type="submit"]:hover, .wp-block-tfa-button-boot .woocommerce-cart input.btn-light[type="submit"]:hover, .woocommerce-cart .wp-block-tfa-button-boot input.btn-light[type="submit"]:hover, .wp-block-tfa-button-boot .woocommerce-account input.btn-light[type="submit"]:hover, .woocommerce-account .wp-block-tfa-button-boot input.btn-light[type="submit"]:hover, .wp-block-tfa-button-boot .wpcf7 input.btn-light[type="submit"]:hover, .wpcf7 .wp-block-tfa-button-boot input.btn-light[type="submit"]:hover, .wp-block-tfa-button-boot body .btn-light.wc-block-cart__submit-button:hover, body .wp-block-tfa-button-boot .btn-light.wc-block-cart__submit-button:hover, .wp-block-tfa-button-boot body .btn-light.wc-block-components-checkout-place-order-button:hover, body .wp-block-tfa-button-boot .btn-light.wc-block-components-checkout-place-order-button:hover, .wp-block-tfa-button-boot body .btn-light.woocommerce-button:hover, body .wp-block-tfa-button-boot .btn-light.woocommerce-button:hover, .wp-block-tfa-button-boot body .btn-light.woocommerce-Button:hover, body .wp-block-tfa-button-boot .btn-light.woocommerce-Button:hover {
  color: #171313;
  background-color: #fffc;
  border-color: #fffc;
}

.wp-block-tfa-button-boot .btn.btn-dark, .wp-block-tfa-button-boot .woocommerce-form input.btn-dark[type="submit"], .woocommerce-form .wp-block-tfa-button-boot input.btn-dark[type="submit"], .wp-block-tfa-button-boot .wc-block-components-form input.btn-dark[type="submit"], .wc-block-components-form .wp-block-tfa-button-boot input.btn-dark[type="submit"], .wp-block-tfa-button-boot .woocommerce-cart input.btn-dark[type="submit"], .woocommerce-cart .wp-block-tfa-button-boot input.btn-dark[type="submit"], .wp-block-tfa-button-boot .woocommerce-account input.btn-dark[type="submit"], .woocommerce-account .wp-block-tfa-button-boot input.btn-dark[type="submit"], .wp-block-tfa-button-boot .wpcf7 input.btn-dark[type="submit"], .wpcf7 .wp-block-tfa-button-boot input.btn-dark[type="submit"], .wp-block-tfa-button-boot body .wc-block-cart__submit-button, body .wp-block-tfa-button-boot .wc-block-cart__submit-button, .wp-block-tfa-button-boot body .wc-block-components-checkout-place-order-button, body .wp-block-tfa-button-boot .wc-block-components-checkout-place-order-button, .wp-block-tfa-button-boot body .woocommerce-button, body .wp-block-tfa-button-boot .woocommerce-button, .wp-block-tfa-button-boot body .woocommerce-Button, body .wp-block-tfa-button-boot .woocommerce-Button {
  color: #fff;
  background-color: #171313;
  border-color: #171313;
}

.wp-block-tfa-button-boot .btn.btn-dark:hover, .wp-block-tfa-button-boot .woocommerce-form input.btn-dark[type="submit"]:hover, .woocommerce-form .wp-block-tfa-button-boot input.btn-dark[type="submit"]:hover, .wp-block-tfa-button-boot .wc-block-components-form input.btn-dark[type="submit"]:hover, .wc-block-components-form .wp-block-tfa-button-boot input.btn-dark[type="submit"]:hover, .wp-block-tfa-button-boot .woocommerce-cart input.btn-dark[type="submit"]:hover, .woocommerce-cart .wp-block-tfa-button-boot input.btn-dark[type="submit"]:hover, .wp-block-tfa-button-boot .woocommerce-account input.btn-dark[type="submit"]:hover, .woocommerce-account .wp-block-tfa-button-boot input.btn-dark[type="submit"]:hover, .wp-block-tfa-button-boot .wpcf7 input.btn-dark[type="submit"]:hover, .wpcf7 .wp-block-tfa-button-boot input.btn-dark[type="submit"]:hover, .wp-block-tfa-button-boot body .wc-block-cart__submit-button:hover, body .wp-block-tfa-button-boot .wc-block-cart__submit-button:hover, .wp-block-tfa-button-boot body .wc-block-components-checkout-place-order-button:hover, body .wp-block-tfa-button-boot .wc-block-components-checkout-place-order-button:hover, .wp-block-tfa-button-boot body .woocommerce-button:hover, body .wp-block-tfa-button-boot .woocommerce-button:hover, .wp-block-tfa-button-boot body .woocommerce-Button:hover, body .wp-block-tfa-button-boot .woocommerce-Button:hover {
  background-color: #171313;
  border-color: #171313;
}

.wp-block-tfa-pre-heading .pretitle {
  border: 1px solid #d50671;
  border-radius: 35px;
  width: fit-content;
  padding: 5px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.wp-block-tfa-pre-heading .h2 {
  position: relative;
}

.wp-block-tfa-pre-heading .text-white {
  color: #fff;
  border-color: #fff;
}

.wp-block-tfa-cta-card.is-style-cta-grey {
  background-color: #ebebeb;
  border-radius: 20px;
  min-height: 274px;
  padding: 30px 15px;
}

.page-template-wp-custom-template-landing-page, .page-template-landing-page {
  overflow: clip !important;
}

.page-template-wp-custom-template-landing-page header, .page-template-landing-page header {
  background: unset !important;
  position: relative !important;
}

.page-template-wp-custom-template-landing-page header .wp-block-site-logo a img, .page-template-landing-page header .wp-block-site-logo a img {
  width: 356px;
}

.page-template-wp-custom-template-landing-page .wp-block-navigation__container, .page-template-wp-custom-template-landing-page .container-boxed, .page-template-wp-custom-template-landing-page .boxed, .page-template-landing-page .wp-block-navigation__container, .page-template-landing-page .container-boxed, .page-template-landing-page .boxed {
  max-width: 1520px !important;
}

.page-template-wp-custom-template-landing-page .entry-content, .page-template-landing-page .entry-content {
  background: linear-gradient(151deg, #ab0244 9%, #d50671 66%);
  position: relative;
  min-height: calc(100vh - 65px) !important;
}

.page-template-wp-custom-template-landing-page .entry-content:before, .page-template-landing-page .entry-content:before {
  content: "";
  background-image: url("../Garilla-Towel.2bd10b41.png");
  background-position: 75% 110%;
  background-repeat: no-repeat;
  background-size: 85%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 1199.98px) {
  .page-template-wp-custom-template-landing-page .entry-content:before, .page-template-landing-page .entry-content:before {
    background-position: 75% 110%;
    background-size: 900px;
  }
}

@media (width <= 991.98px) {
  .page-template-wp-custom-template-landing-page .entry-content:before, .page-template-landing-page .entry-content:before {
    background-position: 120% 100%;
    background-size: 900px;
  }
}

@media (width <= 767.98px) {
  .page-template-wp-custom-template-landing-page .entry-content:before, .page-template-landing-page .entry-content:before {
    background-position: 90% 100%;
    background-size: 845px;
  }
}

@media (width <= 575.98px) {
  .page-template-wp-custom-template-landing-page .entry-content:before, .page-template-landing-page .entry-content:before {
    background-position: 93% 100%;
    background-size: 705px;
  }
}

.page-template-wp-custom-template-landing-page .entry-content .landing-content, .page-template-landing-page .entry-content .landing-content {
  max-width: 866px;
  position: relative;
  margin: 11rem 0 3rem !important;
  padding: 0 1rem !important;
}

@media (width <= 1199.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content, .page-template-landing-page .entry-content .landing-content {
    margin: 11rem 0 35rem !important;
  }
}

@media (width >= 992px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content, .page-template-landing-page .entry-content .landing-content {
    bottom: 2rem;
    left: 15%;
    transform: translateX(-18%);
  }
}

@media (width <= 767.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content, .page-template-landing-page .entry-content .landing-content {
    margin: 4rem 0 32rem !important;
  }
}

@media (width <= 575.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content, .page-template-landing-page .entry-content .landing-content {
    margin: 2rem 0 27rem !important;
  }
}

.page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text .h2, .page-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-landing-page .entry-content .landing-content .ld-text .h2 {
  letter-spacing: -.01em;
  color: #fff;
  font-family: Tilt Warp;
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: 7rem;
  margin-bottom: 0 !important;
}

@media (width <= 991.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text .h2, .page-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-landing-page .entry-content .landing-content .ld-text .h2 {
    font-size: 6rem;
    line-height: 1.25;
  }
}

@media (width <= 767.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text .h2, .page-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-landing-page .entry-content .landing-content .ld-text .h2 {
    font-size: 4.5rem;
  }
}

@media (width <= 575.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text .h2, .page-template-landing-page .entry-content .landing-content .ld-text h2, .page-template-landing-page .entry-content .landing-content .ld-text .h2 {
    font-size: 4rem;
  }
}

.page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text h2 p, .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text .h2 p, .page-template-landing-page .entry-content .landing-content .ld-text h2 p, .page-template-landing-page .entry-content .landing-content .ld-text .h2 p {
  font: inherit;
  color: inherit;
  font-size: 50px;
  line-height: 54px;
}

@media (width <= 991.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text h2 p, .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text .h2 p, .page-template-landing-page .entry-content .landing-content .ld-text h2 p, .page-template-landing-page .entry-content .landing-content .ld-text .h2 p {
    font-size: 2.75rem;
  }
}

@media (width <= 767.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text h2 p, .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text .h2 p, .page-template-landing-page .entry-content .landing-content .ld-text h2 p, .page-template-landing-page .entry-content .landing-content .ld-text .h2 p {
    font-size: 2.25rem;
    line-height: 38px;
  }
}

.page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text p, .page-template-landing-page .entry-content .landing-content .ld-text p {
  letter-spacing: -.01em;
  color: #fff;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media (width <= 767.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ld-text p, .page-template-landing-page .entry-content .landing-content .ld-text p {
    font-size: 20px;
    line-height: 24px;
  }
}

.page-template-wp-custom-template-landing-page .entry-content .landing-content .ea-form, .page-template-landing-page .entry-content .landing-content .ea-form {
  background: #fff;
  border-radius: 8px;
}

.page-template-wp-custom-template-landing-page .entry-content .landing-content .ea-form p, .page-template-landing-page .entry-content .landing-content .ea-form p {
  color: #000;
  padding: 30px 30px 0;
  font-family: Tilt Warp;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

@media (width <= 991.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ea-form p, .page-template-landing-page .entry-content .landing-content .ea-form p {
    font-size: 3.75rem;
  }
}

@media (width <= 767.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ea-form p, .page-template-landing-page .entry-content .landing-content .ea-form p {
    font-size: 2.25rem;
  }
}

@media (width <= 575.98px) {
  .page-template-wp-custom-template-landing-page .entry-content .landing-content .ea-form p, .page-template-landing-page .entry-content .landing-content .ea-form p {
    font-size: 1.75rem;
  }
}

.page-template-wp-custom-template-landing-page footer .footer-wrap .foo-top, .page-template-landing-page footer .footer-wrap .foo-top {
  padding: 20px 0 !important;
}

.page-template-wp-custom-template-landing-page footer .footer-wrap .wp-block-image, .page-template-landing-page footer .footer-wrap .wp-block-image {
  max-width: 145px !important;
}

.page-template-wp-custom-template-landing-page footer .footer-wrap .wp-block-image img, .page-template-landing-page footer .footer-wrap .wp-block-image img {
  object-fit: contain !important;
}

.user-registration {
  background: unset;
  box-shadow: unset;
  padding: 15px 30px 30px;
}

.user-registration #ur-submit-message-node {
  border-left: 4px solid #d50671;
  padding: 22px 22px 22px 16px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: -2rem 0 2rem !important;
}

.user-registration .ur-frontend-form {
  box-shadow: unset !important;
}

.user-registration form {
  accent-color: #d50671;
}

.user-registration form input[type="text"], .user-registration form input[type="search"], .user-registration form input[type="url"], .user-registration form input[type="tel"], .user-registration form input[type="number"], .user-registration form input[type="range"], .user-registration form input[type="date"], .user-registration form input[type="month"], .user-registration form input[type="week"], .user-registration form input[type="time"], .user-registration form input[type="datetime"], .user-registration form input[type="datetime-local"], .user-registration form input[type="password"], .user-registration form input[type="color"], .user-registration form input[type="email"], .user-registration form input[type="file"], .user-registration form input[type="submit"], .user-registration form select, .user-registration form textarea {
  letter-spacing: -.35px;
  outline: 1px solid #0000;
  border: 1px solid #17131340 !important;
  border-radius: 52px !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
}

.user-registration form input[type="text"]:hover, .user-registration form input[type="text"]:focus, .user-registration form input[type="text"]:active, .user-registration form input[type="search"]:hover, .user-registration form input[type="search"]:focus, .user-registration form input[type="search"]:active, .user-registration form input[type="url"]:hover, .user-registration form input[type="url"]:focus, .user-registration form input[type="url"]:active, .user-registration form input[type="tel"]:hover, .user-registration form input[type="tel"]:focus, .user-registration form input[type="tel"]:active, .user-registration form input[type="number"]:hover, .user-registration form input[type="number"]:focus, .user-registration form input[type="number"]:active, .user-registration form input[type="range"]:hover, .user-registration form input[type="range"]:focus, .user-registration form input[type="range"]:active, .user-registration form input[type="date"]:hover, .user-registration form input[type="date"]:focus, .user-registration form input[type="date"]:active, .user-registration form input[type="month"]:hover, .user-registration form input[type="month"]:focus, .user-registration form input[type="month"]:active, .user-registration form input[type="week"]:hover, .user-registration form input[type="week"]:focus, .user-registration form input[type="week"]:active, .user-registration form input[type="time"]:hover, .user-registration form input[type="time"]:focus, .user-registration form input[type="time"]:active, .user-registration form input[type="datetime"]:hover, .user-registration form input[type="datetime"]:focus, .user-registration form input[type="datetime"]:active, .user-registration form input[type="datetime-local"]:hover, .user-registration form input[type="datetime-local"]:focus, .user-registration form input[type="datetime-local"]:active, .user-registration form input[type="password"]:hover, .user-registration form input[type="password"]:focus, .user-registration form input[type="password"]:active, .user-registration form input[type="color"]:hover, .user-registration form input[type="color"]:focus, .user-registration form input[type="color"]:active, .user-registration form input[type="email"]:hover, .user-registration form input[type="email"]:focus, .user-registration form input[type="email"]:active, .user-registration form input[type="file"]:hover, .user-registration form input[type="file"]:focus, .user-registration form input[type="file"]:active, .user-registration form input[type="submit"]:hover, .user-registration form input[type="submit"]:focus, .user-registration form input[type="submit"]:active, .user-registration form select:hover, .user-registration form select:focus, .user-registration form select:active, .user-registration form textarea:hover, .user-registration form textarea:focus, .user-registration form textarea:active {
  outline: 1px solid #171313;
}

.user-registration form label {
  letter-spacing: -.01em;
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.user-registration form .field-privacy_policy label {
  display: inline-block;
  position: relative;
}

.user-registration form .field-privacy_policy label input {
  cursor: pointer;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: 2px;
  margin: 0 3px !important;
}

.user-registration form .field-privacy_policy label abbr {
  display: none;
}

.user-registration form .field-privacy_policy span {
  letter-spacing: .16px;
  color: #171313;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.user-registration form .field-privacy_policy span a {
  color: #d50671;
}

.user-registration form button[type="submit"], .user-registration form input[type="submit"] {
  border: none;
  border-radius: 35px;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  font-weight: 700;
  background-color: #34214b !important;
}

.user-registration form button[type="submit"]:hover, .user-registration form input[type="submit"]:hover {
  opacity: .7;
  transition: all .3s ease-out;
  background-color: #d50671 !important;
}

.user-registration form .register {
  letter-spacing: .16px;
  color: #171313;
  font-size: 1rem;
  font-weight: 600;
}

.user-registration form .register a {
  font: inherit !important;
  color: inherit !important;
}

body.post-type-archive-product .woocommerce-products-header__title, body.page-id-918 .woocommerce-products-header__title, body.home .woocommerce-products-header__title, body.page-id-10 .woocommerce-products-header__title {
  position: absolute;
}

body.post-type-archive-product .woocommerce-tabs ul li:before, body.page-id-918 .woocommerce-tabs ul li:before, body.home .woocommerce-tabs ul li:before, body.page-id-10 .woocommerce-tabs ul li:before {
  display: none;
}

body.post-type-archive-product .woocommerce-no-products-found, body.post-type-archive-product .woocommerce-result-count, body.post-type-archive-product .woocommerce-ordering, body.page-id-918 .woocommerce-no-products-found, body.page-id-918 .woocommerce-result-count, body.page-id-918 .woocommerce-ordering, body.home .woocommerce-no-products-found, body.home .woocommerce-result-count, body.home .woocommerce-ordering, body.page-id-10 .woocommerce-no-products-found, body.page-id-10 .woocommerce-result-count, body.page-id-10 .woocommerce-ordering {
  display: none !important;
}

body.post-type-archive-product .woocommerce span.onsale, body.page-id-918 .woocommerce span.onsale, body.home .woocommerce span.onsale, body.page-id-10 .woocommerce span.onsale {
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 3px 10px !important;
  font-size: 15px !important;
}

body.post-type-archive-product .woocommerce-MyAccount-navigation-link--comp-tickets, body.post-type-archive-product .woocommerce-MyAccount-navigation-link--downloads, body.page-id-918 .woocommerce-MyAccount-navigation-link--comp-tickets, body.page-id-918 .woocommerce-MyAccount-navigation-link--downloads, body.home .woocommerce-MyAccount-navigation-link--comp-tickets, body.home .woocommerce-MyAccount-navigation-link--downloads, body.page-id-10 .woocommerce-MyAccount-navigation-link--comp-tickets, body.page-id-10 .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

body.post-type-archive-product .woocommerce .checkout-button, body.page-id-918 .woocommerce .checkout-button, body.home .woocommerce .checkout-button, body.page-id-10 .woocommerce .checkout-button {
  background: linear-gradient(264deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 15px 50px #1a264a26;
  color: #fff !important;
}

body.post-type-archive-product .woocommerce .checkout-button:hover, body.page-id-918 .woocommerce .checkout-button:hover, body.home .woocommerce .checkout-button:hover, body.page-id-10 .woocommerce .checkout-button:hover {
  background: linear-gradient(264deg, #d50671 0%, #f44864 100%) no-repeat padding-box padding-box;
}

body.post-type-archive-product .d-block, body.page-id-918 .d-block, body.home .d-block, body.page-id-10 .d-block {
  padding-left: 0;
  padding-right: 0;
}

@media (width <= 991.98px) {
  body.post-type-archive-product .section__how-to-play {
    padding: 0 30px;
  }
}

body .mini-cart-holder {
  display: flex;
}

@media (width <= 991.98px) {
  body .mini-cart-holder {
    width: min-content;
    position: absolute;
    top: -.6rem;
    right: 90px;
  }
}

@media (width <= 767.98px) {
  body .mini-cart-holder {
    right: 70px;
  }
}

body .mini-cart-holder nav {
  width: min-content;
}

body .mini-cart-holder nav ul li {
  margin-bottom: 0;
}

body .mini-cart-holder.menu-is-open {
  z-index: 9999999;
  animation: .5s linear both fade-in-down;
  position: fixed;
  top: 2.5rem;
  right: 60px;
}

@media (width <= 575.98px) {
  body .mini-cart-holder.menu-is-open {
    right: 10px;
  }
}

body .wc-block-mini-cart {
  z-index: 999;
  margin: 0;
  display: flex;
  position: relative;
}

body .wc-block-mini-cart__title {
  padding: 40px 40px 5px;
  margin: 0 !important;
  font-size: 30px !important;
}

@media (width <= 575.98px) {
  body .wc-block-mini-cart__title {
    padding: 20px 20px 5px;
  }
}

body .wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-items-counter-block {
  color: #d50671 !important;
  font-size: 24px !important;
}

body .wc-block-mini-cart__items {
  padding: 10px 40px 40px;
}

@media (width <= 575.98px) {
  body .wc-block-mini-cart__items {
    padding: 10px 20px 20px;
  }
}

body .wc-block-mini-cart__button {
  padding: 0;
}

body .wc-block-mini-cart__quantity-badge {
  color: #fff;
  background-color: #d50671;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

body .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__button .wc-block-mini-cart__icon, body .wc-block-mini-cart__quantity-badge svg {
  width: 34px !important;
  height: auto !important;
  margin: 0 auto !important;
}

body .wc-block-mini-cart__amount {
  display: none !important;
}

body .wc-block-mini-cart__badge {
  transform: inherit;
  left: inherit;
  color: #fff;
  margin: 0 0 0 17px;
  font-weight: 400;
  bottom: -7px;
}

body .wc-block-mini-cart svg path, body .wc-block-mini-cart svg circle {
  fill: #fff;
}

body .wc-block-mini-cart__title span {
  font-size: 40px;
  font-weight: 700;
}

body .wc-block-mini-cart__footer-actions .components-button, body .wc-block-mini-cart__empty-cart-wrapper .components-button {
  border-width: 2px;
  border-radius: 35px;
  font-size: 20px;
}

body .wc-block-mini-cart__footer-actions .components-button.outlined:hover span.wc-block-components-button__text, body .wc-block-mini-cart__empty-cart-wrapper .components-button.outlined:hover span.wc-block-components-button__text {
  color: #fff !important;
}

body .wc-block-mini-cart__footer-actions .components-button.contained, body .wc-block-mini-cart__empty-cart-wrapper .components-button.contained {
  background: linear-gradient(242deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
}

body .wc-block-mini-cart__footer-actions .components-button.contained:hover, body .wc-block-mini-cart__empty-cart-wrapper .components-button.contained:hover {
  background: linear-gradient(242deg, #d50671 0%, #f44864 100%) no-repeat padding-box padding-box;
}

body .wc-block-mini-cart__footer-actions .components-button.contained span.wc-block-components-button__text, body .wc-block-mini-cart__empty-cart-wrapper .components-button.contained span.wc-block-components-button__text {
  color: #fff !important;
}

body .wc-block-mini-cart__products-table .wc-block-cart-items__row {
  column-gap: 10px;
}

body .wc-block-mini-cart__products-table .wc-block-components-product-name {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  font-weight: 700;
  color: #9d9c9c !important;
  font-size: 18px !important;
  line-height: 20px !important;
}

body .wc-block-mini-cart__products-table .wc-block-components-product-price__value {
  font-size: 20px;
  font-weight: 700;
}

body .wc-block-mini-cart__products-table .wc-block-components-product-metadata__description {
  display: none !important;
}

body .wc-block-mini-cart__products-table .wc-block-components-sale-badge span {
  color: #d50671;
}

body .wc-block-mini-cart__template-part .wc-block-components-drawer__close-wrapper .wc-block-components-button:focus {
  box-shadow: none !important;
}

body .wc-block-mini-cart__template-part .wc-block-components-drawer__close-wrapper svg {
  color: #000 !important;
  width: 30px !important;
}

body .wc-block-cart-items .wc-block-cart-item__quantity {
  margin-top: -10px;
  padding-top: 0 !important;
}

body .wc-block-cart-items .wc-block-cart-item__remove-link {
  transition: all .3s ease-out;
  color: #d5067180 !important;
}

body .wc-block-cart-items .wc-block-cart-item__remove-link:hover {
  transition: all .3s ease-out;
  color: #d50671 !important;
}

body.woocommerce .toast {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 6rem;
  right: 50%;
  transform: translateX(50%);
}

@media (width <= 575.98px) {
  body.woocommerce .toast {
    width: 90%;
  }
}

body.woocommerce .toast .toast-close-button {
  color: #fff;
  text-align: center;
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-color: #0000;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s ease-out;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0 !important;
}

body.woocommerce .toast .toast-close-button:hover {
  opacity: .7;
  background-color: #171313;
  border-color: #0000;
  transition: all .3s ease-out;
}

body.woocommerce .toast .wc-block-components-notice-banner {
  margin: auto;
  padding: 20px 25px !important;
}

body.woocommerce .toast .wc-block-components-notice-banner__content .button {
  margin-left: 1rem;
}

body.woocommerce-account .wp-block-post-title, body.woocommerce-account main .woocommerce, body.woocommerce-cart .wp-block-post-title, body.woocommerce-cart main .woocommerce, body.woocommerce-checkout .wp-block-post-title, body.woocommerce-checkout main .woocommerce {
  max-width: 1320px;
}

body.woocommerce-cart main .woocommerce, body.woocommerce-checkout main .woocommerce {
  background: #fafafa no-repeat padding-box padding-box;
  border-radius: 14px;
  margin: 200px auto 100px;
  padding: 80px;
  box-shadow: 0 15px 30px #1a264a26;
}

body.woocommerce-cart main .woocommerce-cart-form, body.woocommerce-checkout main .woocommerce-cart-form {
  margin-top: 0;
}

body.woocommerce-cart main .woocommerce-cart-form .quantity input, body.woocommerce-checkout main .woocommerce-cart-form .quantity input {
  text-align: center;
  width: fit-content;
  padding: 5px;
}

body.woocommerce-cart main .woocommerce .cart-collaterals, body.woocommerce-checkout main .woocommerce .cart-collaterals {
  display: inline-block;
}

body.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals, body.woocommerce-checkout main .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

body.woocommerce-cart .wp-block-woocommerce-checkout-order-summary-shipping-block, body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-shipping-block {
  display: none;
}

body.woocommerce .wc-block-mini-cart__footer-cart:focus {
  box-shadow: none;
  outline: none;
}

body.woocommerce .wc-block-mini-cart__footer-cart:focus .wc-block-components-button__text {
  color: #fff;
}

body.woocommerce .quantity {
  max-width: 680px;
  margin: 0;
  position: relative;
}

body.woocommerce .quantity i {
  font-family: #000;
  cursor: pointer;
  color: #000;
  width: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

body.woocommerce .quantity i#q-minus {
  top: 35%;
  left: 20px;
}

body.woocommerce .quantity i#q-plus {
  right: 24px;
}

body.woocommerce .quantity input[type="number"] {
  text-align: center;
  color: #000;
  background: #9d9c9c38;
  border-radius: 35px;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 55px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  border: 0 !important;
}

body.woocommerce .quantity input[type="number"]:focus {
  outline: 1px solid #d50671;
}

body.woocommerce .wc-block-components-quantity-selector {
  text-align: center;
  background: #f5f5f5 no-repeat padding-box padding-box;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 700;
  border: 0 !important;
}

body.woocommerce .wc-block-components-quantity-selector:after {
  content: unset;
}

body.woocommerce .wc-block-components-quantity-selector__button:focus {
  outline: unset;
  box-shadow: none;
}

body.single-product .single-product-layout .product-gallery {
  order: 1;
}

body.single-product .single-product-layout .ticket-info {
  order: 2;
  position: relative;
}

body.single-product .single-product-layout .prize-details {
  order: 3;
}

body.single-product .single-product-layout .competition-details {
  order: 4;
}

body.single-product main {
  padding-top: 120px;
}

@media (width <= 992px) {
  body.single-product main {
    padding-top: 75px;
  }
}

body.single-product main div.product div.images img + img {
  display: none !important;
}

body.single-product main .entry-summary {
  margin: 0 auto !important;
}

body.single-product main div.images .flex-control-thumbs {
  display: none;
}

body.single-product main .wrap-desc {
  padding-top: 30px;
}

body.single-product main .wrap-desc .prize-details {
  margin-top: 0 !important;
}

body.single-product main .woocommerce-product-gallery {
  max-width: 500px;
  width: 100% !important;
  margin: auto auto 40px !important;
}

@media (width >= 576px) and (width <= 767.98px) {
  body.single-product main .woocommerce-product-gallery {
    max-width: 450px;
    width: 100% !important;
  }
}

body.single-product main .woocommerce-product-gallery .slick-dotted.slick-slider {
  margin-bottom: 10%;
}

body.single-product main .woocommerce-product-gallery__trigger {
  display: none !important;
}

body.single-product main .woocommerce__prize-details, body.single-product main .woocommerce__competition-details {
  background-color: #ebebeb;
  border-radius: 17px;
  margin-bottom: 100px;
  padding: 60px;
  overflow: auto;
}

@media (width <= 991.98px) {
  body.single-product main .woocommerce__prize-details, body.single-product main .woocommerce__competition-details {
    margin-bottom: 30px;
    padding: 30px;
  }
}

body.single-product main .woocommerce__prize-details h2 del, body.single-product main .woocommerce__prize-details .h2 del, body.single-product main .woocommerce__prize-details h2 em, body.single-product main .woocommerce__prize-details .h2 em, body.single-product main .woocommerce__prize-details h2 s, body.single-product main .woocommerce__prize-details .h2 s, body.single-product main .woocommerce__prize-details h3 del, body.single-product main .woocommerce__prize-details .h3 del, body.single-product main .woocommerce__prize-details h3 em, body.single-product main .woocommerce__prize-details .h3 em, body.single-product main .woocommerce__prize-details h3 s, body.single-product main .woocommerce__prize-details .h3 s, body.single-product main .woocommerce__competition-details h2 del, body.single-product main .woocommerce__competition-details .h2 del, body.single-product main .woocommerce__competition-details h2 em, body.single-product main .woocommerce__competition-details .h2 em, body.single-product main .woocommerce__competition-details h2 s, body.single-product main .woocommerce__competition-details .h2 s, body.single-product main .woocommerce__competition-details h3 del, body.single-product main .woocommerce__competition-details .h3 del, body.single-product main .woocommerce__competition-details h3 em, body.single-product main .woocommerce__competition-details .h3 em, body.single-product main .woocommerce__competition-details h3 s, body.single-product main .woocommerce__competition-details .h3 s {
  color: #d50671;
  font-style: normal;
  text-decoration: none;
}

body.single-product main .woocommerce__prize-details p strong, body.single-product main .woocommerce__prize-details p b, body.single-product main .woocommerce__competition-details p strong, body.single-product main .woocommerce__competition-details p b {
  font-weight: 800;
}

body.single-product main .woocommerce__prize-details p a, body.single-product main .woocommerce__competition-details p a {
  color: #d50671;
  transition: all .3s ease-out;
}

body.single-product main .woocommerce__prize-details p a:hover, body.single-product main .woocommerce__competition-details p a:hover {
  color: #d50671b3;
  transition: all .3s ease-out;
}

body.single-product main .woocommerce__prize-details ul, body.single-product main .woocommerce__competition-details ul {
  padding-left: 20px;
}

body.single-product main .woocommerce__prize-details .large-txt-wrap, body.single-product main .woocommerce__competition-details .large-txt-wrap {
  height: 100% !important;
}

body.single-product main .woocommerce__prize-details .large-txt-wrap .btn-expand:after, body.single-product main .woocommerce__competition-details .large-txt-wrap .btn-expand:after {
  display: none !important;
}

body.single-product main .woocommerce-tabs .tabs {
  border: 0;
  margin-bottom: 0 !important;
  padding-left: 5px !important;
}

body.single-product main .woocommerce-tabs .tabs:before, body.single-product main .woocommerce-tabs .tabs:after {
  content: unset !important;
}

body.single-product main .woocommerce-tabs .tabs li {
  border: 0 !important;
  padding-left: 0 !important;
}

body.single-product main .woocommerce-tabs .tabs li:before, body.single-product main .woocommerce-tabs .tabs li:after {
  content: unset !important;
}

body.single-product main .woocommerce-tabs .tabs li a {
  color: #d50671 !important;
}

body.single-product main .woocommerce-tabs .panel {
  padding-left: 30px;
}

body.single-product main .woocommerce-tabs .panel h2, body.single-product main .woocommerce-tabs .panel .h2 {
  display: none !important;
}

body.single-product main .woocommerce-tabs .panel table thead tr th, body.single-product main .woocommerce-tabs .panel table tbody tr td {
  padding-right: 30px;
  font-size: 14px;
}

body.single-product main .rf-digitalmat-productdetails-content ul {
  padding-left: 15px;
}

body.single-product main .rf-digitalmat-productdetails-content ul li {
  margin-bottom: 15px;
}

body.single-product main .onsale {
  top: 10%;
  transform: translate(-50%);
  left: 30% !important;
}

body.single-product main .product-gallery {
  display: block;
  position: relative;
  overflow: hidden;
}

body.single-product main .product-gallery__items {
  grid-auto-flow: column;
  gap: 0;
  width: 100%;
  height: 254px;
  margin: 0 auto;
  display: grid;
}

body.single-product main .product-gallery__items--item {
  border: 1px solid #ebebeb;
  border-radius: 14px;
  width: calc(20% - 15px);
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

body.single-product main .product-gallery__items--item:before {
  display: none;
}

body.single-product main .product-gallery__items--item img {
  object-fit: cover;
  width: auto;
  height: 240px;
}

body.single-product main .wpgs-nav {
  position: relative;
}

@media (width <= 575.98px) {
  body.single-product main .wpgs-nav {
    padding: 0 55px;
  }
}

body.single-product main .wpgs-nav .slick-slide {
  background-color: #d7195e;
  border: 2px solid #fff;
  margin: 0 10px;
  padding: 0;
  overflow: hidden;
  border-radius: 15px !important;
}

body.single-product main .wpgs-nav .slick-slide img {
  opacity: 1 !important;
}

body.single-product main .wpgs-nav .slick-current {
  border-color: #882458;
}

body.single-product main .wpgs-nav .slick-arrow {
  opacity: 1;
  width: 40px;
  height: 40px;
  top: 50%;
  bottom: unset;
  z-index: 2;
  position: absolute;
  transform: translateY(-50%);
}

body.single-product main .wpgs-nav .slick-arrow:before {
  color: #0000;
  opacity: 1;
  background: url("../arr-w.5a84e844.svg") center / cover no-repeat;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 4px;
  font-size: 0;
  display: block;
  margin: 0 !important;
}

body.single-product main .wpgs-nav .slick-arrow.flaticon-back, body.single-product main .wpgs-nav .slick-arrow.slick-prev {
  opacity: 1;
  left: -45px;
  transform: translateY(-50%)rotate(180deg);
  margin: 0 !important;
}

@media (width <= 575.98px) {
  body.single-product main .wpgs-nav .slick-arrow.flaticon-back, body.single-product main .wpgs-nav .slick-arrow.slick-prev {
    left: 0;
  }
}

body.single-product main .wpgs-nav .slick-arrow.flaticon-right-arrow, body.single-product main .wpgs-nav .slick-arrow.slick-next {
  opacity: 1;
  right: -45px;
  margin: 0 !important;
}

@media (width <= 575.98px) {
  body.single-product main .wpgs-nav .slick-arrow.flaticon-right-arrow, body.single-product main .wpgs-nav .slick-arrow.slick-next {
    right: 0;
  }
}

body.single-product main .slick-dots {
  display: none !important;
}

body.single-product main .slick-dots li:hover button:before, body.single-product main .slick-dots li.slick-active button:before {
  color: #d50671;
  background-color: #d50671;
}

body.single-product main .container-boxed {
  position: relative;
}

body.single-product main .container-boxed span.onsale {
  width: 54px;
  font-size: 15px;
  position: absolute;
  left: 15px;
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box !important;
}

body.single-product main .price {
  flex-wrap: wrap;
  margin-top: 30px;
  display: inline-flex;
  position: relative;
}

body.single-product main .price > * {
  display: flex;
}

body.single-product main .price .amount {
  margin-right: 30px;
  font-family: proxima-nova, sans-serif !important;
}

body.single-product main .price .amount:after {
  content: "* Per ticket";
  white-space: nowrap;
  color: #9d9c9c;
  align-self: end;
  margin: 15px;
  font-size: 14px;
  display: flex;
}

body.single-product main .price .amount * {
  color: #d50671;
  font-size: 49px;
  font-weight: 800;
}

body.single-product main .price .woocommerce-Price-amount:before {
  content: "Launch Price";
  white-space: nowrap;
  color: #171313;
  margin-top: -20px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
}

body.single-product main .price del {
  order: 2;
  width: fit-content;
  margin-left: 15px;
  padding-top: 15px;
  text-decoration: none;
  position: relative;
}

body.single-product main .price del:before {
  content: "Regular Price";
  white-space: nowrap;
  color: #171313;
  margin-top: -35px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
}

body.single-product main .price del:after {
  content: "";
  background-color: #9d9c9c;
  width: 75%;
  height: 2px;
  display: block;
  position: absolute;
  top: 30px;
  transform: rotate(160deg);
}

body.single-product main .price del .amount:before {
  display: none;
}

body.single-product main .price del .amount:after {
  position: relative;
  top: 24px;
}

body.single-product main .price del .amount * {
  color: #9d9c9c;
  font-size: 23px !important;
}

body.single-product main .lottery-time {
  max-width: 420px;
  margin-bottom: 70px;
  font-size: 0;
}

@media (width <= 1329.98px) {
  body.single-product main .lottery-time {
    line-height: 0;
    margin-bottom: 20px !important;
  }
}

@media (width <= 575.98px) {
  body.single-product main .lottery-time {
    letter-spacing: .22px;
    min-width: 100%;
    max-width: 100%;
  }
}

body.single-product main .lottery-time-countdown {
  margin-left: -24px;
  position: relative;
}

@media (width <= 1329.98px) {
  body.single-product main .lottery-time-countdown {
    font-size: 2.5rem;
    line-height: 30px;
  }
}

@media (width >= 1330px) {
  body.single-product main .lottery-time-countdown {
    font-size: 1.875rem;
  }
}

body.single-product main .lottery-time .wc_lotery_countdown-amount {
  margin-top: 30px;
  font-size: 55px;
  font-weight: 700;
  display: inline-block;
}

@media (width <= 575.98px) {
  body.single-product main .lottery-time .wc_lotery_countdown-amount {
    letter-spacing: .22px;
    font-size: 1.875rem;
    line-height: 25px;
  }
}

body.single-product main .summary {
  width: 100% !important;
}

body.single-product main .summary .lottery-ajax-change {
  border-radius: 14px;
  max-width: 50%;
  margin: -60px 0 30px 50%;
  padding: 30px 0;
  display: grid;
}

body.single-product main .summary .lottery-ajax-change .wcl-progress-meter {
  order: 0;
  display: flex;
}

body.single-product main .summary .lottery-ajax-change p {
  order: 1;
  margin-bottom: 0;
}

body.single-product main .summary .lottery-ajax-change p.lottery-end {
  margin-top: 50px;
}

body.single-product main .tickets_numbers {
  margin-left: -6px;
}

body.single-product main .tickets_numbers li.tn {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  padding: 8px;
}

body.single-product main .tickets_numbers li.tn.in_cart {
  color: #fff;
  background: #d50671;
}

body.single-product main .tickets_numbers li.tn:before {
  display: none !important;
}

body.single-product main form.cart div.quantity {
  white-space: nowrap;
  text-align: center;
  color: #fff;
  z-index: 2;
}

body.single-product main form.cart div.quantity .qty {
  appearance: textfield;
}

body.single-product main form.cart div.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.single-product main form.cart div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.single-product main button.single_add_to_cart_button {
  color: #fff;
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-color: #0000;
  border-radius: 35px;
  height: 56px;
  margin-top: 15px;
  font-weight: 700;
  transition: all .3s ease-out;
  display: block;
  border: 0 !important;
  padding: 16px 32px !important;
}

@media (width <= 575.98px) {
  body.single-product main button.single_add_to_cart_button {
    width: 100%;
  }
}

body.single-product main button.single_add_to_cart_button:hover, body.single-product main button.single_add_to_cart_button:active {
  opacity: .7;
  background-color: #171313;
  border-color: #0000;
  transition: all .3s ease-out;
}

body.single-product main button.single_add_to_cart_button .amount, body.single-product main button.single_add_to_cart_button .amount span {
  color: #fff;
  font-weight: 700;
}

body.single-product main .pick-number h3, body.single-product main .pick-number .h3 {
  color: #d50671;
}

body.single-product main .lottery-question {
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
}

@media (pointer: none), (pointer: coarse) {
  body.single-product main .lottery-question select {
    background-color: #fff;
    margin: 15px 0;
    display: block;
    clip: unset !important;
    white-space: nowrap !important;
    width: 100% !important;
    height: 50px !important;
    clip-path: unset !important;
    border: 2px solid #171313 !important;
    padding: 0 25px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  body.single-product main .lottery-question .select2-container {
    display: none;
  }
}

body.single-product main .lottery-question select, body.single-product main .lottery-question .select2-container .selection .select2-selection {
  border: 2px solid #171313;
  border-radius: 35px;
  max-width: 540px;
  position: relative;
}

body.single-product main .lottery-question select__arrow, body.single-product main .lottery-question .select2-container .selection .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

body.single-product main .lottery-question select__arrow b, body.single-product main .lottery-question .select2-container .selection .select2-selection__arrow b {
  margin-top: -5px !important;
}

body.single-product main .lottery-question select__arrow b:before, body.single-product main .lottery-question select__arrow b:after, body.single-product main .lottery-question .select2-container .selection .select2-selection__arrow b:before, body.single-product main .lottery-question .select2-container .selection .select2-selection__arrow b:after {
  background-color: #d50671;
}

body.single-product main .lottery-question select__rendered, body.single-product main .lottery-question .select2-container .selection .select2-selection__rendered {
  padding: .2em;
}

body.single-product main .select2-container {
  margin: 15px 0;
  display: inline-block;
  position: relative;
  width: 100% !important;
}

body.single-product main .lottery-ajax-change {
  position: relative;
}

body.single-product main .lottery-ajax-change .lottery-info > div {
  padding-left: 25px;
}

body.single-product main .lottery-ajax-change .lottery-info > div:before {
  width: auto;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
  display: block;
  position: absolute;
}

body.single-product main .lottery-ajax-change .lottery-info > div + div {
  margin-bottom: 7px;
}

body.single-product main .lottery-ajax-change .pariticipants-min:before {
  content: url("../ticket.3decf560.svg");
}

body.single-product main .lottery-ajax-change .pariticipants-max:before {
  content: url("../u-max.85ef6fba.svg");
}

body.single-product main .lottery-ajax-change .pariticipants-only:before {
  content: url("../win.5817e48b.svg");
}

body.single-product main .wcl-progress-meter > span {
  margin-top: -5px;
}

body.single-product main .wcl-progress-meter > span.sold {
  transform: translateX(-50%);
  left: 50% !important;
}

body.single-product main .wcl-progress-meter > span.zero {
  margin-left: -25px;
}

body.single-product main .wcl-progress-meter progress::-webkit-progress-bar {
  background-color: #1a264a !important;
}

body.single-product .select2-container .select2-dropdown {
  border-radius: 0 0 15px 15px;
  margin-left: 35px;
  padding: 15px;
  max-width: fit-content !important;
}

body.single-product .select2-container .select2-dropdown .select2-results__option {
  padding: 0 15px;
}

body.single-product .select2-container .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #9d9c9c;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block {
  visibility: hidden;
  display: none;
}

body.woocommerce-cart .wp-block-woocommerce-cart {
  min-height: calc(100vh - 420px);
  padding: 50px 0;
}

body.woocommerce-cart table.wc-block-cart-items thead th, body.woocommerce-cart table.wc-block-cart-items thead th span {
  font-weight: 800;
}

body.woocommerce-cart table.wc-block-cart-items tbody td {
  font-weight: 500;
}

body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap a.wc-block-components-product-name {
  margin-bottom: 15px;
  font-size: 2.5rem;
  line-height: 48px;
  color: #171313b3 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 28px !important;
  text-decoration: none !important;
}

body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap a.wc-block-components-product-name em {
  color: #d50671;
  font-style: normal;
}

@media (width <= 991.98px) {
  body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap a.wc-block-components-product-name {
    font-size: 2.5rem;
  }
}

@media (width <= 767.98px) {
  body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap a.wc-block-components-product-name {
    font-size: 1.875rem;
    line-height: 35px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap a.wc-block-components-product-name {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media (width <= 767.98px) {
  body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap a.wc-block-components-product-name {
    font-size: 1.25rem !important;
    line-height: 1.3rem !important;
  }
}

body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  margin-bottom: 16px !important;
}

@media (width <= 575.98px) {
  body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    display: none;
  }
}

body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap button.wc-block-cart-item__remove-link {
  float: right;
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 0;
  display: block;
  position: relative;
  box-shadow: 0 3px 20px #0000001a;
  background: url("../x-btn.a8c9dd2d.png") center / 35px no-repeat !important;
}

body.woocommerce-cart table.wc-block-cart-items tbody td .wc-block-cart-item__wrap button.wc-block-cart-item__remove-link:hover {
  opacity: .7;
  box-shadow: 0 3px 30px #0000001a;
}

body.page-template-cart header + div.wp-block-group, body.page-template-checkout header + div.wp-block-group {
  margin-top: 150px !important;
}

body.page-template-cart header + div.wp-block-group > h1.wp-block-heading, body.page-template-cart header + div.wp-block-group > .wp-block-heading.h1, body.page-template-checkout header + div.wp-block-group > h1.wp-block-heading, body.page-template-checkout header + div.wp-block-group > .wp-block-heading.h1 {
  display: flex;
}

@media (width <= 991.98px) {
  body.page-template-cart header + div.wp-block-group > h1.wp-block-heading, body.page-template-cart header + div.wp-block-group > .wp-block-heading.h1, body.page-template-checkout header + div.wp-block-group > h1.wp-block-heading, body.page-template-checkout header + div.wp-block-group > .wp-block-heading.h1 {
    padding: 0 20px;
  }
}

body.woocommerce-account main .woocommerce, body.page-id-1122 main .woocommerce, body.page-id-2208 main .woocommerce {
  max-width: 100%;
}

body.woocommerce-account .form-row input.input-text:active, body.woocommerce-account .form-row input.input-text:hover, body.woocommerce-account .form-row textarea:active, body.woocommerce-account .form-row textarea:hover, body.page-id-1122 .form-row input.input-text:active, body.page-id-1122 .form-row input.input-text:hover, body.page-id-1122 .form-row textarea:active, body.page-id-1122 .form-row textarea:hover, body.page-id-2208 .form-row input.input-text:active, body.page-id-2208 .form-row input.input-text:hover, body.page-id-2208 .form-row textarea:active, body.page-id-2208 .form-row textarea:hover {
  outline: 1px solid #171313 !important;
}

body.woocommerce-account .wp-block-post-content, body.page-id-1122 .wp-block-post-content, body.page-id-2208 .wp-block-post-content {
  background: #d50671;
}

body.woocommerce-account .wp-block-post-content:before, body.page-id-1122 .wp-block-post-content:before, body.page-id-2208 .wp-block-post-content:before {
  content: "";
  z-index: 1;
  background: url("../login-bg-min.39c54837.png") -20px -100px / auto 100% no-repeat;
  width: 32%;
  height: 100%;
  position: absolute;
}

@media (width <= 1199.98px) {
  body.woocommerce-account .wp-block-post-content:before, body.page-id-1122 .wp-block-post-content:before, body.page-id-2208 .wp-block-post-content:before {
    width: 100%;
  }
}

body.woocommerce-account .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-1122 .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-2208 .wp-block-post-content > .wp-block-tfa-row-section {
  min-height: calc(100vh - 420px);
  position: relative;
  overflow: hidden;
  background: url("../login-g-min.77116b25.png") right 150px / auto 100% no-repeat !important;
}

@media (width <= 1329.98px) {
  body.woocommerce-account .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-1122 .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-2208 .wp-block-post-content > .wp-block-tfa-row-section {
    background-size: auto calc(100% - 150px);
  }
}

@media (width <= 1199.98px) {
  body.woocommerce-account .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-1122 .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-2208 .wp-block-post-content > .wp-block-tfa-row-section {
    background: none !important;
  }
}

body.woocommerce-account .wp-block-post-content > .wp-block-tfa-row-section .wp-block-tfa-column .woocommerce p, body.page-id-1122 .wp-block-post-content > .wp-block-tfa-row-section .wp-block-tfa-column .woocommerce p, body.page-id-2208 .wp-block-post-content > .wp-block-tfa-row-section .wp-block-tfa-column .woocommerce p {
  background: #fff;
  padding: 10px;
}

body.woocommerce-account.logged-in .wp-block-post-content:before, body.page-id-1122.logged-in .wp-block-post-content:before, body.page-id-2208.logged-in .wp-block-post-content:before {
  content: unset !important;
}

body.woocommerce-account footer, body.page-id-1122 footer, body.page-id-2208 footer {
  z-index: 1;
  position: relative;
}

body.woocommerce-account.logged-in.woocommerce-account .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-1122.logged-in.woocommerce-account .wp-block-post-content > .wp-block-tfa-row-section, body.page-id-2208.logged-in.woocommerce-account .wp-block-post-content > .wp-block-tfa-row-section {
  background: #fff !important;
}

@media (width <= 991.98px) {
  body.woocommerce-account .woocommerce .col-1, body.woocommerce-account .woocommerce .col-2, body.page-id-1122 .woocommerce .col-1, body.page-id-1122 .woocommerce .col-2, body.page-id-2208 .woocommerce .col-1, body.page-id-2208 .woocommerce .col-2 {
    width: 100% !important;
  }
}

body.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.woocommerce-account .woocommerce form.checkout_coupon, body.woocommerce-account .woocommerce form.register, body.woocommerce-account .woocommerce form.login, body.page-id-1122 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-1122 .woocommerce form.checkout_coupon, body.page-id-1122 .woocommerce form.register, body.page-id-1122 .woocommerce form.login, body.page-id-2208 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-2208 .woocommerce form.checkout_coupon, body.page-id-2208 .woocommerce form.register, body.page-id-2208 .woocommerce form.login {
  background-color: #fff;
  border: 0;
  border-radius: 14px;
  max-width: 550px;
  padding: 50px;
  box-shadow: 0 15px 30px #1a264a26;
}

@media (width <= 991.98px) {
  body.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.woocommerce-account .woocommerce form.checkout_coupon, body.woocommerce-account .woocommerce form.register, body.woocommerce-account .woocommerce form.login, body.page-id-1122 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-1122 .woocommerce form.checkout_coupon, body.page-id-1122 .woocommerce form.register, body.page-id-1122 .woocommerce form.login, body.page-id-2208 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-2208 .woocommerce form.checkout_coupon, body.page-id-2208 .woocommerce form.register, body.page-id-2208 .woocommerce form.login {
    max-width: 100% !important;
  }
}

@media (width <= 767.98px) {
  body.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.woocommerce-account .woocommerce form.checkout_coupon, body.woocommerce-account .woocommerce form.register, body.woocommerce-account .woocommerce form.login, body.page-id-1122 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-1122 .woocommerce form.checkout_coupon, body.page-id-1122 .woocommerce form.register, body.page-id-1122 .woocommerce form.login, body.page-id-2208 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-2208 .woocommerce form.checkout_coupon, body.page-id-2208 .woocommerce form.register, body.page-id-2208 .woocommerce form.login {
    padding: 30px 1.55rem;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.woocommerce-account .woocommerce form.checkout_coupon, body.woocommerce-account .woocommerce form.register, body.woocommerce-account .woocommerce form.login, body.page-id-1122 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-1122 .woocommerce form.checkout_coupon, body.page-id-1122 .woocommerce form.register, body.page-id-1122 .woocommerce form.login, body.page-id-2208 .woocommerce form.woocommerce-ResetPassword.lost_reset_password, body.page-id-2208 .woocommerce form.checkout_coupon, body.page-id-2208 .woocommerce form.register, body.page-id-2208 .woocommerce form.login {
    padding: 30px 1rem;
  }
}

body.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password .login-head, body.woocommerce-account .woocommerce form.checkout_coupon .login-head, body.woocommerce-account .woocommerce form.register .login-head, body.woocommerce-account .woocommerce form.login .login-head, body.page-id-1122 .woocommerce form.woocommerce-ResetPassword.lost_reset_password .login-head, body.page-id-1122 .woocommerce form.checkout_coupon .login-head, body.page-id-1122 .woocommerce form.register .login-head, body.page-id-1122 .woocommerce form.login .login-head, body.page-id-2208 .woocommerce form.woocommerce-ResetPassword.lost_reset_password .login-head, body.page-id-2208 .woocommerce form.checkout_coupon .login-head, body.page-id-2208 .woocommerce form.register .login-head, body.page-id-2208 .woocommerce form.login .login-head {
  z-index: 3;
  position: relative;
}

body.woocommerce-account .entry-content .row:first-child, body.page-id-1122 .entry-content .row:first-child, body.page-id-2208 .entry-content .row:first-child {
  padding: 0 !important;
}

body.page-id-2208 .wp-block-post-content {
  align-items: center;
  display: flex;
}

body.page-id-2208 .wp-block-post-content:before {
  z-index: 0;
}

body.page-id-2208 .wp-block-post-content .user-registration {
  z-index: 1;
}

body .register-wrap {
  background-color: #fff;
  border-radius: 14px;
  margin-left: 0;
  box-shadow: 0 15px 30px #1a264a26;
}

body .lottery-time {
  min-width: 400px;
  position: relative;
}

body .lottery-time .wc_lotery_countdown-row {
  width: 100%;
}

body .lottery-time .wc_lotery_countdown-section {
  text-align: center;
  margin: 0;
  display: block;
  position: relative;
}

@media (width >= 992px) and (width <= 1199.98px) {
  body .lottery-time .wc_lotery_countdown-section {
    width: 20.5%;
  }
}

body .lottery-time .wc_lotery_countdown-section:after {
  content: "";
  background-color: #d50671;
  width: 2px;
  height: calc(100% - 30px);
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
}

body .lottery-time .wc_lotery_countdown-section:last-child:after {
  display: none;
}

body .lottery-time .wc_lotery_countdown-amount {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800 !important;
}

body .lottery-time .wc_lotery_countdown-amount em {
  color: #d50671;
  font-style: normal;
}

@media (width <= 991.98px) {
  body .lottery-time .wc_lotery_countdown-amount {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}

@media (width <= 767.98px) {
  body .lottery-time .wc_lotery_countdown-amount {
    font-size: 2rem;
    line-height: 42px;
  }
}

@media (width <= 575.98px) {
  body .lottery-time .wc_lotery_countdown-amount {
    font-size: 1.5rem;
    line-height: 1;
  }
}

body .lottery-time .wc_lotery_countdown-period {
  color: #d50671;
  margin-top: -20px;
  font-weight: 700;
}

body .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button, body .woocommerce-button, body .woocommerce-Button {
  padding: 12px 32px;
}

body .wc-block-cart__submit-button span, body .wc-block-components-checkout-place-order-button span, body .woocommerce-button span, body .woocommerce-Button span {
  color: #fff;
}

body .woocommerce ul.products {
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 30px;
  display: flex;
}

body .woocommerce ul.products:after, body .woocommerce ul.products:before {
  content: unset !important;
  border: 0 !important;
  margin: 0 !important;
  display: none !important;
}

body .woocommerce ul.products li.product {
  min-width: 300px;
  max-width: 380px;
  margin: 0 0 20px;
  width: 100% !important;
}

@media (width <= 575.98px) {
  body .woocommerce ul.products li.product {
    min-width: unset;
  }
}

body .woocommerce ul.products li.product .price {
  margin-bottom: 2.5em !important;
}

body .woocommerce ul.products li.product a .wcl-progress-meter .max, body .woocommerce ul.products li.product a .wcl-progress-meter .zero {
  margin-top: 0 !important;
  top: -14px !important;
}

body .lost_reset_password input, body .lost_reset_password button, body .lost_reset_password p {
  width: 100% !important;
}

body label {
  margin-bottom: 0 !important;
}

body .wpgs-lightbox-icon:before {
  content: url("../zoom-in.3439313a.svg");
}

body label.woocommerce-form__label-for-checkbox {
  cursor: pointer;
}

body label.woocommerce-form__label-for-checkbox em {
  z-index: 1;
  border: 1px solid #d50671;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}

body label.woocommerce-form__label-for-checkbox em:before, body label.woocommerce-form__label-for-checkbox em:after {
  content: "";
  position: absolute;
  bottom: 0;
}

body label.woocommerce-form__label-for-checkbox em:before {
  left: 16px;
  transform: rotate(-135deg);
}

body label.woocommerce-form__label-for-checkbox em:after {
  left: 4px;
  transform: rotate(-45deg);
}

@media (width <= 991.98px) {
  body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    width: calc(100vw - 80px);
  }
}

@media (width <= 575.98px) {
  body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    width: calc(100vw - 40px);
  }
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main table, body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
  border-radius: 14px;
  padding: 50px;
  box-shadow: 0 15px 30px #1a264a26;
  margin-bottom: 70px !important;
}

@media (width <= 991.98px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main table, body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
    padding: 30px;
  }
}

@media (width <= 767.98px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main table, body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
    padding: 20px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main table, body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
    padding: 10px;
  }
}

@media (width <= 991.98px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__main, body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
    width: 100%;
    margin: 0 auto;
  }
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__header th {
  padding: 30px 30px 15px !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td {
  padding: 30px !important;
}

@media (width <= 991.98px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td {
    padding: 15px !important;
  }
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td input.wc-block-components-quantity-selector__input {
  border: 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td input.wc-block-components-quantity-selector__input:hover {
  outline: 0 !important;
}

@media (width <= 575.98px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td.wc-block-cart-item__image {
    grid-area: -1 / 1 / -1 / 5;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td.wc-block-cart-item__image a {
    width: 100px;
    margin: 0 auto;
    display: block;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td.wc-block-cart-item__product {
    grid-area: 2 / 1 / 2 / 4;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items__row td.wc-block-cart-item__total {
    grid-area: 2 / 4 / 2 / 4;
  }
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items:after {
  content: unset !important;
}

body.woocommerce-cart .wc-block-components-button {
  color: #fff;
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-color: #0000;
  border-radius: 35px;
  height: 56px;
  transition: all .3s ease-out;
  display: block;
  border: 0 !important;
  padding: 15px 34px !important;
}

body.woocommerce-cart .wc-block-components-button:hover, body.woocommerce-cart .wc-block-components-button:active {
  opacity: .7;
  background-color: #171313;
  border-color: #0000;
  transition: all .3s ease-out;
}

body.woocommerce-cart .wc-block-components-button:hover:before, body.woocommerce-cart .wc-block-components-button:active:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to right, #0000 0, #ffffff26 10%, #0000 20%) 0;
  width: 100%;
  height: 100%;
  animation: .35s linear forwards shine;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.woocommerce-checkout .wc-block-checkout__form, body.woocommerce-checkout .wc-block-checkout__sidebar {
  border-radius: 14px;
  padding: 50px;
  box-shadow: 0 15px 30px #1a264a26;
  margin-bottom: 70px !important;
}

@media (width <= 991.98px) {
  body.woocommerce-checkout .wc-block-checkout__form, body.woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 30px;
  }
}

@media (width <= 767.98px) {
  body.woocommerce-checkout .wc-block-checkout__form, body.woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 20px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-checkout .wc-block-checkout__form, body.woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 10px;
  }
}

body.woocommerce-checkout .wc-block-checkout__form input:not(.wc-block-components-checkbox__input), body.woocommerce-checkout .wc-block-checkout__sidebar input:not(.wc-block-components-checkbox__input) {
  border-radius: 52px;
  color: #171313 !important;
  background-color: #fff !important;
  border: 1px solid #17131340 !important;
  padding: 15px !important;
}

body.woocommerce-checkout .wc-block-checkout__form input[type="checkbox"].wc-block-components-checkbox__input, body.woocommerce-checkout .wc-block-checkout__sidebar input[type="checkbox"].wc-block-components-checkbox__input {
  background: none !important;
  border-color: #d50671 !important;
}

body.woocommerce-checkout .wc-block-checkout__form input[type="checkbox"].wc-block-components-checkbox__input + svg, body.woocommerce-checkout .wc-block-checkout__sidebar input[type="checkbox"].wc-block-components-checkbox__input + svg {
  fill: #d50671 !important;
}

body.woocommerce-checkout .wc-block-checkout__form textarea, body.woocommerce-checkout .wc-block-checkout__sidebar textarea {
  color: #171313 !important;
  background: none !important;
  border: 1px solid #17131340 !important;
  border-radius: 14px !important;
}

body.woocommerce-checkout .wc-block-checkout__form #shipping-option, body.woocommerce-checkout .wc-block-checkout__sidebar #shipping-option {
  visibility: hidden;
  display: none;
}

body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after {
  border: 1px solid #17131340 !important;
  border-radius: 14px !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input label {
  color: #121212b3;
}

body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .price {
  opacity: .6 !important;
  margin-top: 0 !important;
}

@media (width <= 575.98px) {
  body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
    flex-wrap: wrap;
  }

  body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image {
    flex: 0 0 100%;
    margin-bottom: .75rem;
  }

  body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image > img {
    width: 70px;
    max-width: 70px;
  }

  body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description {
    padding: 0;
  }
}

@media (width <= 575.98px) and (width <= 575.98px) {
  body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description h3.wc-block-components-product-name, body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .wc-block-components-product-name.h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .price {
    opacity: .8;
    margin-top: -10px;
    padding-top: 0;
  }

  body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
    display: none;
  }
}

body.woocommerce-checkout .wc-block-components-express-payment__event-buttons li:before {
  display: none !important;
}

body.woocommerce-checkout div[data-template="order-confirmation"] h1:not(.h1), body.woocommerce-checkout div[data-template="order-confirmation"] .h1:not(.h1) {
  display: none;
}

body.woocommerce-checkout .wc-block-components-button {
  color: #fff;
  background: linear-gradient(244deg, #f44864 0%, #d50671 100%) no-repeat padding-box padding-box;
  border-color: #0000;
  border-radius: 35px;
  height: 56px;
  transition: all .3s ease-out;
  display: block;
  border: 0 !important;
  padding: 15px 34px !important;
}

body.woocommerce-checkout .wc-block-components-button span {
  color: #fff;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-components-button:hover, body.woocommerce-checkout .wc-block-components-button:active {
  opacity: .7;
  background-color: #171313;
  border-color: #0000;
  transition: all .3s ease-out;
}

body.woocommerce-checkout .wc-block-components-button:hover:before, body.woocommerce-checkout .wc-block-components-button:active:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to right, #0000 0, #ffffff26 10%, #0000 20%) 0;
  width: 100%;
  height: 100%;
  animation: .35s linear forwards shine;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 991.98px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    width: calc(100vw - 80px);
  }
}

@media (width <= 575.98px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    width: calc(100vw - 40px);
  }
}

@media (width <= 991.98px) {
  body.woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    padding: 50px 15px;
  }
}

@media (width <= 767.98px) {
  body.woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    padding: 40px 15px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    padding: 30px 15px;
  }
}

body.woocommerce-account .entry-content > .wp-block-tfa-row-section {
  padding-top: 120px;
  padding-bottom: 40px;
}

body.woocommerce-account .col2-set > div {
  float: none !important;
}

@media (width <= 767.98px) {
  body.woocommerce-account .login-column p {
    float: none !important;
  }

  body.woocommerce-account .login-column p.woocommerce-LostPassword {
    text-align: right;
  }
}

body.woocommerce-account .reg-column {
  display: none;
}

body.woocommerce-dashboard.logged-in .entry-content > .wp-block-tfa-row-section {
  margin-top: 60px !important;
}

body.woocommerce-dashboard.logged-in .wp-block-tfa-column > .woocommerce {
  padding-top: 50px;
  padding-bottom: 50px;
}

.past-competitions li.product:before {
  content: "";
  z-index: 2;
  background-image: url("../past_comps.66ebda25.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 45%;
  height: 100%;
  max-height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}

footer {
  position: relative;
}

footer .footer-wrap {
  background: #171313 !important;
}

@media (width <= 991.98px) {
  footer .footer-wrap {
    background: #171313 !important;
  }
}

footer .footer-wrap .wp-block-image {
  max-width: 300px;
}

footer .footer-wrap .foo-top {
  padding: 45px 0;
}

@media (width <= 991.98px) {
  footer .footer-wrap .foo-top .row .col:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

footer .footer-wrap .foo-top .row .col p {
  font-weight: 400;
  color: #fff !important;
}

footer .footer-wrap .foo-top .row .col p.has-text-color {
  color: #fff;
  margin-bottom: 25px;
}

footer .footer-wrap .foo-top .row .col ul {
  padding-left: 0;
  list-style: none;
}

footer .footer-wrap .foo-top .row .col ul li {
  margin-bottom: 14px;
}

footer .footer-wrap .foo-top .row .col ul li strong a {
  color: #fff;
  font-weight: 700;
}

footer .footer-wrap .foo-top .row .col ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease-out;
}

footer .footer-wrap .foo-top .row .col ul li a:hover {
  color: #ffffffe6;
  text-decoration: none;
  transition: all .3s ease-out;
}

footer .footer-wrap .foo-top .row .col ul li a strong, footer .footer-wrap .foo-top .row .col ul li strong {
  color: #fff;
  font-weight: 700;
}

@media (width <= 991.98px) {
  footer .footer-wrap .foo-top .row .col.text-right {
    text-align: left;
  }

  footer .footer-wrap .foo-top .row .col .wp-block-social-links.is-content-justification-right {
    justify-content: flex-start;
  }

  footer .footer-wrap .foo-top .row .col .wp-block-social-links.is-content-justification-right .wp-social-link:first-child svg {
    margin-left: 0;
  }
}

footer .footer-wrap .foo-copy {
  border-top: 1px solid #fff6;
  width: 100%;
}

footer .footer-wrap .foo-copy .wp-block-tfa-column {
  background-position: 15px;
  background-repeat: no-repeat;
  padding: 20px;
  background-size: auto 26px !important;
}

@media (width <= 575.98px) {
  footer .footer-wrap .foo-copy .wp-block-tfa-column {
    background-position: 50% 15px;
  }
}

footer .footer-wrap .foo-copy .wp-block-tfa-column p {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffffe6 !important;
}

@media (width <= 575.98px) {
  footer .footer-wrap .foo-copy .wp-block-tfa-column p {
    text-align: center;
    margin-top: 30px;
  }
}

footer .footer-wrap .foo-copy .wp-block-tfa-column p s {
  color: #fff;
  text-decoration: none;
}

footer .footer-wrap .foo-copy .wp-block-tfa-column p a {
  color: #ffffffe6;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 700;
}

@media (width <= 575.98px) {
  footer .footer-wrap .foo-copy .wp-block-tfa-column p a {
    width: 100%;
  }
}

footer .footer-wrap .foo-copy .wp-block-tfa-column p a:hover {
  color: #ffffffb3;
}

footer .footer-wrap .foo-copy .wp-block-tfa-column p em {
  font-style: normal;
}

@media (width <= 575.98px) {
  footer .footer-wrap .foo-copy .wp-block-tfa-column p em {
    margin: 0 2px;
  }
}

.woocommerce-form, .wc-block-components-form, .woocommerce-cart, .woocommerce-account, .wpcf7 {
  z-index: 1;
  max-width: 100%;
  position: relative;
  margin: 0 auto !important;
}

.woocommerce-form .wc-blocks-components-select__container, .woocommerce-form input[type="text"], .woocommerce-form input[type="search"], .woocommerce-form input[type="url"], .woocommerce-form input[type="tel"], .woocommerce-form input[type="number"], .woocommerce-form input[type="range"], .woocommerce-form input[type="date"], .woocommerce-form input[type="month"], .woocommerce-form input[type="week"], .woocommerce-form input[type="time"], .woocommerce-form input[type="datetime"], .woocommerce-form input[type="datetime-local"], .woocommerce-form input[type="password"], .woocommerce-form input[type="color"], .woocommerce-form input[type="email"], .woocommerce-form input[type="file"], .woocommerce-form input[type="submit"], .woocommerce-form select, .woocommerce-form textarea, .wc-block-components-form .wc-blocks-components-select__container, .wc-block-components-form input[type="text"], .wc-block-components-form input[type="search"], .wc-block-components-form input[type="url"], .wc-block-components-form input[type="tel"], .wc-block-components-form input[type="number"], .wc-block-components-form input[type="range"], .wc-block-components-form input[type="date"], .wc-block-components-form input[type="month"], .wc-block-components-form input[type="week"], .wc-block-components-form input[type="time"], .wc-block-components-form input[type="datetime"], .wc-block-components-form input[type="datetime-local"], .wc-block-components-form input[type="password"], .wc-block-components-form input[type="color"], .wc-block-components-form input[type="email"], .wc-block-components-form input[type="file"], .wc-block-components-form input[type="submit"], .wc-block-components-form select, .wc-block-components-form textarea, .woocommerce-cart .wc-blocks-components-select__container, .woocommerce-cart input[type="text"], .woocommerce-cart input[type="search"], .woocommerce-cart input[type="url"], .woocommerce-cart input[type="tel"], .woocommerce-cart input[type="number"], .woocommerce-cart input[type="range"], .woocommerce-cart input[type="date"], .woocommerce-cart input[type="month"], .woocommerce-cart input[type="week"], .woocommerce-cart input[type="time"], .woocommerce-cart input[type="datetime"], .woocommerce-cart input[type="datetime-local"], .woocommerce-cart input[type="password"], .woocommerce-cart input[type="color"], .woocommerce-cart input[type="email"], .woocommerce-cart input[type="file"], .woocommerce-cart input[type="submit"], .woocommerce-cart select, .woocommerce-cart textarea, .woocommerce-account .wc-blocks-components-select__container, .woocommerce-account input[type="text"], .woocommerce-account input[type="search"], .woocommerce-account input[type="url"], .woocommerce-account input[type="tel"], .woocommerce-account input[type="number"], .woocommerce-account input[type="range"], .woocommerce-account input[type="date"], .woocommerce-account input[type="month"], .woocommerce-account input[type="week"], .woocommerce-account input[type="time"], .woocommerce-account input[type="datetime"], .woocommerce-account input[type="datetime-local"], .woocommerce-account input[type="password"], .woocommerce-account input[type="color"], .woocommerce-account input[type="email"], .woocommerce-account input[type="file"], .woocommerce-account input[type="submit"], .woocommerce-account select, .woocommerce-account textarea, .wpcf7 .wc-blocks-components-select__container, .wpcf7 input[type="text"], .wpcf7 input[type="search"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="password"], .wpcf7 input[type="color"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="submit"], .wpcf7 select, .wpcf7 textarea {
  letter-spacing: -.35px;
  border: 1px solid #17131340;
  outline: 1px solid #0000;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  border-radius: 52px !important;
}

.woocommerce-form .wc-blocks-components-select__container:hover, .woocommerce-form .wc-blocks-components-select__container:focus, .woocommerce-form .wc-blocks-components-select__container:active, .woocommerce-form input[type="text"]:hover, .woocommerce-form input[type="text"]:focus, .woocommerce-form input[type="text"]:active, .woocommerce-form input[type="search"]:hover, .woocommerce-form input[type="search"]:focus, .woocommerce-form input[type="search"]:active, .woocommerce-form input[type="url"]:hover, .woocommerce-form input[type="url"]:focus, .woocommerce-form input[type="url"]:active, .woocommerce-form input[type="tel"]:hover, .woocommerce-form input[type="tel"]:focus, .woocommerce-form input[type="tel"]:active, .woocommerce-form input[type="number"]:hover, .woocommerce-form input[type="number"]:focus, .woocommerce-form input[type="number"]:active, .woocommerce-form input[type="range"]:hover, .woocommerce-form input[type="range"]:focus, .woocommerce-form input[type="range"]:active, .woocommerce-form input[type="date"]:hover, .woocommerce-form input[type="date"]:focus, .woocommerce-form input[type="date"]:active, .woocommerce-form input[type="month"]:hover, .woocommerce-form input[type="month"]:focus, .woocommerce-form input[type="month"]:active, .woocommerce-form input[type="week"]:hover, .woocommerce-form input[type="week"]:focus, .woocommerce-form input[type="week"]:active, .woocommerce-form input[type="time"]:hover, .woocommerce-form input[type="time"]:focus, .woocommerce-form input[type="time"]:active, .woocommerce-form input[type="datetime"]:hover, .woocommerce-form input[type="datetime"]:focus, .woocommerce-form input[type="datetime"]:active, .woocommerce-form input[type="datetime-local"]:hover, .woocommerce-form input[type="datetime-local"]:focus, .woocommerce-form input[type="datetime-local"]:active, .woocommerce-form input[type="password"]:hover, .woocommerce-form input[type="password"]:focus, .woocommerce-form input[type="password"]:active, .woocommerce-form input[type="color"]:hover, .woocommerce-form input[type="color"]:focus, .woocommerce-form input[type="color"]:active, .woocommerce-form input[type="email"]:hover, .woocommerce-form input[type="email"]:focus, .woocommerce-form input[type="email"]:active, .woocommerce-form input[type="file"]:hover, .woocommerce-form input[type="file"]:focus, .woocommerce-form input[type="file"]:active, .woocommerce-form input[type="submit"]:hover, .woocommerce-form input[type="submit"]:focus, .woocommerce-form input[type="submit"]:active, .woocommerce-form select:hover, .woocommerce-form select:focus, .woocommerce-form select:active, .woocommerce-form textarea:hover, .woocommerce-form textarea:focus, .woocommerce-form textarea:active, .wc-block-components-form .wc-blocks-components-select__container:hover, .wc-block-components-form .wc-blocks-components-select__container:focus, .wc-block-components-form .wc-blocks-components-select__container:active, .wc-block-components-form input[type="text"]:hover, .wc-block-components-form input[type="text"]:focus, .wc-block-components-form input[type="text"]:active, .wc-block-components-form input[type="search"]:hover, .wc-block-components-form input[type="search"]:focus, .wc-block-components-form input[type="search"]:active, .wc-block-components-form input[type="url"]:hover, .wc-block-components-form input[type="url"]:focus, .wc-block-components-form input[type="url"]:active, .wc-block-components-form input[type="tel"]:hover, .wc-block-components-form input[type="tel"]:focus, .wc-block-components-form input[type="tel"]:active, .wc-block-components-form input[type="number"]:hover, .wc-block-components-form input[type="number"]:focus, .wc-block-components-form input[type="number"]:active, .wc-block-components-form input[type="range"]:hover, .wc-block-components-form input[type="range"]:focus, .wc-block-components-form input[type="range"]:active, .wc-block-components-form input[type="date"]:hover, .wc-block-components-form input[type="date"]:focus, .wc-block-components-form input[type="date"]:active, .wc-block-components-form input[type="month"]:hover, .wc-block-components-form input[type="month"]:focus, .wc-block-components-form input[type="month"]:active, .wc-block-components-form input[type="week"]:hover, .wc-block-components-form input[type="week"]:focus, .wc-block-components-form input[type="week"]:active, .wc-block-components-form input[type="time"]:hover, .wc-block-components-form input[type="time"]:focus, .wc-block-components-form input[type="time"]:active, .wc-block-components-form input[type="datetime"]:hover, .wc-block-components-form input[type="datetime"]:focus, .wc-block-components-form input[type="datetime"]:active, .wc-block-components-form input[type="datetime-local"]:hover, .wc-block-components-form input[type="datetime-local"]:focus, .wc-block-components-form input[type="datetime-local"]:active, .wc-block-components-form input[type="password"]:hover, .wc-block-components-form input[type="password"]:focus, .wc-block-components-form input[type="password"]:active, .wc-block-components-form input[type="color"]:hover, .wc-block-components-form input[type="color"]:focus, .wc-block-components-form input[type="color"]:active, .wc-block-components-form input[type="email"]:hover, .wc-block-components-form input[type="email"]:focus, .wc-block-components-form input[type="email"]:active, .wc-block-components-form input[type="file"]:hover, .wc-block-components-form input[type="file"]:focus, .wc-block-components-form input[type="file"]:active, .wc-block-components-form input[type="submit"]:hover, .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form input[type="submit"]:active, .wc-block-components-form select:hover, .wc-block-components-form select:focus, .wc-block-components-form select:active, .wc-block-components-form textarea:hover, .wc-block-components-form textarea:focus, .wc-block-components-form textarea:active, .woocommerce-cart .wc-blocks-components-select__container:hover, .woocommerce-cart .wc-blocks-components-select__container:focus, .woocommerce-cart .wc-blocks-components-select__container:active, .woocommerce-cart input[type="text"]:hover, .woocommerce-cart input[type="text"]:focus, .woocommerce-cart input[type="text"]:active, .woocommerce-cart input[type="search"]:hover, .woocommerce-cart input[type="search"]:focus, .woocommerce-cart input[type="search"]:active, .woocommerce-cart input[type="url"]:hover, .woocommerce-cart input[type="url"]:focus, .woocommerce-cart input[type="url"]:active, .woocommerce-cart input[type="tel"]:hover, .woocommerce-cart input[type="tel"]:focus, .woocommerce-cart input[type="tel"]:active, .woocommerce-cart input[type="number"]:hover, .woocommerce-cart input[type="number"]:focus, .woocommerce-cart input[type="number"]:active, .woocommerce-cart input[type="range"]:hover, .woocommerce-cart input[type="range"]:focus, .woocommerce-cart input[type="range"]:active, .woocommerce-cart input[type="date"]:hover, .woocommerce-cart input[type="date"]:focus, .woocommerce-cart input[type="date"]:active, .woocommerce-cart input[type="month"]:hover, .woocommerce-cart input[type="month"]:focus, .woocommerce-cart input[type="month"]:active, .woocommerce-cart input[type="week"]:hover, .woocommerce-cart input[type="week"]:focus, .woocommerce-cart input[type="week"]:active, .woocommerce-cart input[type="time"]:hover, .woocommerce-cart input[type="time"]:focus, .woocommerce-cart input[type="time"]:active, .woocommerce-cart input[type="datetime"]:hover, .woocommerce-cart input[type="datetime"]:focus, .woocommerce-cart input[type="datetime"]:active, .woocommerce-cart input[type="datetime-local"]:hover, .woocommerce-cart input[type="datetime-local"]:focus, .woocommerce-cart input[type="datetime-local"]:active, .woocommerce-cart input[type="password"]:hover, .woocommerce-cart input[type="password"]:focus, .woocommerce-cart input[type="password"]:active, .woocommerce-cart input[type="color"]:hover, .woocommerce-cart input[type="color"]:focus, .woocommerce-cart input[type="color"]:active, .woocommerce-cart input[type="email"]:hover, .woocommerce-cart input[type="email"]:focus, .woocommerce-cart input[type="email"]:active, .woocommerce-cart input[type="file"]:hover, .woocommerce-cart input[type="file"]:focus, .woocommerce-cart input[type="file"]:active, .woocommerce-cart input[type="submit"]:hover, .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart input[type="submit"]:active, .woocommerce-cart select:hover, .woocommerce-cart select:focus, .woocommerce-cart select:active, .woocommerce-cart textarea:hover, .woocommerce-cart textarea:focus, .woocommerce-cart textarea:active, .woocommerce-account .wc-blocks-components-select__container:hover, .woocommerce-account .wc-blocks-components-select__container:focus, .woocommerce-account .wc-blocks-components-select__container:active, .woocommerce-account input[type="text"]:hover, .woocommerce-account input[type="text"]:focus, .woocommerce-account input[type="text"]:active, .woocommerce-account input[type="search"]:hover, .woocommerce-account input[type="search"]:focus, .woocommerce-account input[type="search"]:active, .woocommerce-account input[type="url"]:hover, .woocommerce-account input[type="url"]:focus, .woocommerce-account input[type="url"]:active, .woocommerce-account input[type="tel"]:hover, .woocommerce-account input[type="tel"]:focus, .woocommerce-account input[type="tel"]:active, .woocommerce-account input[type="number"]:hover, .woocommerce-account input[type="number"]:focus, .woocommerce-account input[type="number"]:active, .woocommerce-account input[type="range"]:hover, .woocommerce-account input[type="range"]:focus, .woocommerce-account input[type="range"]:active, .woocommerce-account input[type="date"]:hover, .woocommerce-account input[type="date"]:focus, .woocommerce-account input[type="date"]:active, .woocommerce-account input[type="month"]:hover, .woocommerce-account input[type="month"]:focus, .woocommerce-account input[type="month"]:active, .woocommerce-account input[type="week"]:hover, .woocommerce-account input[type="week"]:focus, .woocommerce-account input[type="week"]:active, .woocommerce-account input[type="time"]:hover, .woocommerce-account input[type="time"]:focus, .woocommerce-account input[type="time"]:active, .woocommerce-account input[type="datetime"]:hover, .woocommerce-account input[type="datetime"]:focus, .woocommerce-account input[type="datetime"]:active, .woocommerce-account input[type="datetime-local"]:hover, .woocommerce-account input[type="datetime-local"]:focus, .woocommerce-account input[type="datetime-local"]:active, .woocommerce-account input[type="password"]:hover, .woocommerce-account input[type="password"]:focus, .woocommerce-account input[type="password"]:active, .woocommerce-account input[type="color"]:hover, .woocommerce-account input[type="color"]:focus, .woocommerce-account input[type="color"]:active, .woocommerce-account input[type="email"]:hover, .woocommerce-account input[type="email"]:focus, .woocommerce-account input[type="email"]:active, .woocommerce-account input[type="file"]:hover, .woocommerce-account input[type="file"]:focus, .woocommerce-account input[type="file"]:active, .woocommerce-account input[type="submit"]:hover, .woocommerce-account input[type="submit"]:focus, .woocommerce-account input[type="submit"]:active, .woocommerce-account select:hover, .woocommerce-account select:focus, .woocommerce-account select:active, .woocommerce-account textarea:hover, .woocommerce-account textarea:focus, .woocommerce-account textarea:active, .wpcf7 .wc-blocks-components-select__container:hover, .wpcf7 .wc-blocks-components-select__container:focus, .wpcf7 .wc-blocks-components-select__container:active, .wpcf7 input[type="text"]:hover, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="text"]:active, .wpcf7 input[type="search"]:hover, .wpcf7 input[type="search"]:focus, .wpcf7 input[type="search"]:active, .wpcf7 input[type="url"]:hover, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="url"]:active, .wpcf7 input[type="tel"]:hover, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="tel"]:active, .wpcf7 input[type="number"]:hover, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="number"]:active, .wpcf7 input[type="range"]:hover, .wpcf7 input[type="range"]:focus, .wpcf7 input[type="range"]:active, .wpcf7 input[type="date"]:hover, .wpcf7 input[type="date"]:focus, .wpcf7 input[type="date"]:active, .wpcf7 input[type="month"]:hover, .wpcf7 input[type="month"]:focus, .wpcf7 input[type="month"]:active, .wpcf7 input[type="week"]:hover, .wpcf7 input[type="week"]:focus, .wpcf7 input[type="week"]:active, .wpcf7 input[type="time"]:hover, .wpcf7 input[type="time"]:focus, .wpcf7 input[type="time"]:active, .wpcf7 input[type="datetime"]:hover, .wpcf7 input[type="datetime"]:focus, .wpcf7 input[type="datetime"]:active, .wpcf7 input[type="datetime-local"]:hover, .wpcf7 input[type="datetime-local"]:focus, .wpcf7 input[type="datetime-local"]:active, .wpcf7 input[type="password"]:hover, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="password"]:active, .wpcf7 input[type="color"]:hover, .wpcf7 input[type="color"]:focus, .wpcf7 input[type="color"]:active, .wpcf7 input[type="email"]:hover, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="email"]:active, .wpcf7 input[type="file"]:hover, .wpcf7 input[type="file"]:focus, .wpcf7 input[type="file"]:active, .wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:active, .wpcf7 select:hover, .wpcf7 select:focus, .wpcf7 select:active, .wpcf7 textarea:hover, .wpcf7 textarea:focus, .wpcf7 textarea:active {
  outline: 1px solid #171313;
}

.woocommerce-form input[type="number"], .wc-block-components-form input[type="number"], .woocommerce-cart input[type="number"], .woocommerce-account input[type="number"], .wpcf7 input[type="number"] {
  border: 0;
}

.woocommerce-form .wc-block-components-text-input:not(.is-active, .has-error) label, .wc-block-components-form .wc-block-components-text-input:not(.is-active, .has-error) label, .woocommerce-cart .wc-block-components-text-input:not(.is-active, .has-error) label, .woocommerce-account .wc-block-components-text-input:not(.is-active, .has-error) label, .wpcf7 .wc-block-components-text-input:not(.is-active, .has-error) label {
  color: #171313;
}

.woocommerce-form .wc-block-components-text-input:has(.has-error) label, .wc-block-components-form .wc-block-components-text-input:has(.has-error) label, .woocommerce-cart .wc-block-components-text-input:has(.has-error) label, .woocommerce-account .wc-block-components-text-input:has(.has-error) label, .wpcf7 .wc-block-components-text-input:has(.has-error) label {
  color: #d50671 !important;
}

.woocommerce-form-col, .wc-block-components-form-col, .woocommerce-cart-col, .woocommerce-account-col, .wpcf7-col {
  border-radius: 14px;
  box-shadow: 0 15px 30px #1a264a26;
}

.woocommerce-form-form p, .wc-block-components-form-form p, .woocommerce-cart-form p, .woocommerce-account-form p, .wpcf7-form p {
  border-bottom: 0;
}

.woocommerce-form-form label, .wc-block-components-form-form label, .woocommerce-cart-form label, .woocommerce-account-form label, .wpcf7-form label {
  letter-spacing: .14px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.woocommerce-form-form label .wpcf7-form-control-wrap:focus-visible, .wc-block-components-form-form label .wpcf7-form-control-wrap:focus-visible, .woocommerce-cart-form label .wpcf7-form-control-wrap:focus-visible, .woocommerce-account-form label .wpcf7-form-control-wrap:focus-visible, .wpcf7-form label .wpcf7-form-control-wrap:focus-visible {
  outline: 1px solid #171313;
}

.woocommerce-form-form label .wpcf7-form-control-wrap input, .woocommerce-form-form label .wpcf7-form-control-wrap textarea, .wc-block-components-form-form label .wpcf7-form-control-wrap input, .wc-block-components-form-form label .wpcf7-form-control-wrap textarea, .woocommerce-cart-form label .wpcf7-form-control-wrap input, .woocommerce-cart-form label .wpcf7-form-control-wrap textarea, .woocommerce-account-form label .wpcf7-form-control-wrap input, .woocommerce-account-form label .wpcf7-form-control-wrap textarea, .wpcf7-form label .wpcf7-form-control-wrap input, .wpcf7-form label .wpcf7-form-control-wrap textarea {
  margin-top: 12px;
}

.woocommerce-form .invalid .wpcf7-response-output, .woocommerce-form .unaccepted .wpcf7-response-output, .woocommerce-form .payment-required .wpcf7-response-output, .wc-block-components-form .invalid .wpcf7-response-output, .wc-block-components-form .unaccepted .wpcf7-response-output, .wc-block-components-form .payment-required .wpcf7-response-output, .woocommerce-cart .invalid .wpcf7-response-output, .woocommerce-cart .unaccepted .wpcf7-response-output, .woocommerce-cart .payment-required .wpcf7-response-output, .woocommerce-account .invalid .wpcf7-response-output, .woocommerce-account .unaccepted .wpcf7-response-output, .woocommerce-account .payment-required .wpcf7-response-output, .wpcf7 .invalid .wpcf7-response-output, .wpcf7 .unaccepted .wpcf7-response-output, .wpcf7 .payment-required .wpcf7-response-output {
  font-weight: 300;
  border-color: #0000 !important;
  margin: 0 !important;
  padding-bottom: 30px !important;
}

.woocommerce-form-not-valid-tip, .wc-block-components-form-not-valid-tip, .woocommerce-cart-not-valid-tip, .woocommerce-account-not-valid-tip, .wpcf7-not-valid-tip {
  color: #d50671;
  font-size: 11px;
  position: absolute;
  bottom: -35px;
  right: 5px;
}

.woocommerce-form textarea + .wpcf7-not-valid-tip, .wc-block-components-form textarea + .wpcf7-not-valid-tip, .woocommerce-cart textarea + .wpcf7-not-valid-tip, .woocommerce-account textarea + .wpcf7-not-valid-tip, .wpcf7 textarea + .wpcf7-not-valid-tip {
  bottom: 0;
}

.woocommerce-form-validation-errors, .wc-block-components-form-validation-errors, .woocommerce-cart-validation-errors, .woocommerce-account-validation-errors, .wpcf7-validation-errors {
  border: 1px solid #212529;
}

.woocommerce-form-response-output, .wc-block-components-form-response-output, .woocommerce-cart-response-output, .woocommerce-account-response-output, .wpcf7-response-output {
  letter-spacing: -.35px;
  color: #171313;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  border-width: 0 0 0 2px !important;
  margin: 15px !important;
  padding-top: 0 !important;
}

.woocommerce-form p.info-tip, .wc-block-components-form p.info-tip, .woocommerce-cart p.info-tip, .woocommerce-account p.info-tip, .wpcf7 p.info-tip {
  display: none !important;
}

.woocommerce-form .btn-check:focus + .btn-outline-primary, .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .btn-outline-primary:focus, .woocommerce-form input[type="submit"]:focus, .woocommerce-form .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .woocommerce-form input[type="submit"]:focus, .woocommerce-form .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .woocommerce-form input[type="submit"]:focus, .woocommerce-form .woocommerce-account input[type="submit"]:focus, .woocommerce-account .woocommerce-form input[type="submit"]:focus, .woocommerce-form .wpcf7 input[type="submit"]:focus, .wpcf7 .woocommerce-form input[type="submit"]:focus, .woocommerce-form input:focus[type="submit"], .wc-block-components-form .btn-check:focus + .btn-outline-primary, .wc-block-components-form .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .btn-outline-primary:focus, .wc-block-components-form .woocommerce-form input[type="submit"]:focus, .woocommerce-form .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .woocommerce-account input[type="submit"]:focus, .woocommerce-account .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .wpcf7 input[type="submit"]:focus, .wpcf7 .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form input:focus[type="submit"], .woocommerce-cart .btn-check:focus + .btn-outline-primary, .woocommerce-cart .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .btn-outline-primary:focus, .woocommerce-cart .woocommerce-form input[type="submit"]:focus, .woocommerce-form .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .woocommerce-account input[type="submit"]:focus, .woocommerce-account .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .wpcf7 input[type="submit"]:focus, .wpcf7 .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart input:focus[type="submit"], .woocommerce-account .btn-check:focus + .btn-outline-primary, .woocommerce-account .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .btn-outline-primary:focus, .woocommerce-account .woocommerce-form input[type="submit"]:focus, .woocommerce-form .woocommerce-account input[type="submit"]:focus, .woocommerce-account .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .woocommerce-account input[type="submit"]:focus, .woocommerce-account .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .woocommerce-account input[type="submit"]:focus, .woocommerce-account input[type="submit"]:focus, .woocommerce-account .wpcf7 input[type="submit"]:focus, .wpcf7 .woocommerce-account input[type="submit"]:focus, .woocommerce-account input:focus[type="submit"], .wpcf7 .btn-check:focus + .btn-outline-primary, .wpcf7 .woocommerce-form .btn-check:focus + input[type="submit"], .woocommerce-form .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .wc-block-components-form .btn-check:focus + input[type="submit"], .wc-block-components-form .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .woocommerce-cart .btn-check:focus + input[type="submit"], .woocommerce-cart .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .woocommerce-account .btn-check:focus + input[type="submit"], .woocommerce-account .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .btn-outline-primary:focus, .wpcf7 .woocommerce-form input[type="submit"]:focus, .woocommerce-form .wpcf7 input[type="submit"]:focus, .wpcf7 .wc-block-components-form input[type="submit"]:focus, .wc-block-components-form .wpcf7 input[type="submit"]:focus, .wpcf7 .woocommerce-cart input[type="submit"]:focus, .woocommerce-cart .wpcf7 input[type="submit"]:focus, .wpcf7 .woocommerce-account input[type="submit"]:focus, .woocommerce-account .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:focus, .wpcf7 input:focus[type="submit"] {
  box-shadow: none !important;
}

.woocommerce-form .screen-reader-response, .wc-block-components-form .screen-reader-response, .woocommerce-cart .screen-reader-response, .woocommerce-account .screen-reader-response, .wpcf7 .screen-reader-response {
  width: 100%;
  position: absolute;
}

.woocommerce-form form.wpcf7-form, .wc-block-components-form form.wpcf7-form, .woocommerce-cart form.wpcf7-form, .woocommerce-account form.wpcf7-form, .wpcf7 form.wpcf7-form {
  margin: 0;
  padding-block: 40px;
  position: relative;
}

@media (width <= 991.98px) {
  .woocommerce-form form.wpcf7-form, .wc-block-components-form form.wpcf7-form, .woocommerce-cart form.wpcf7-form, .woocommerce-account form.wpcf7-form, .wpcf7 form.wpcf7-form {
    padding: 40px;
  }

  .woocommerce-form form.wpcf7-form .col-12, .wc-block-components-form form.wpcf7-form .col-12, .woocommerce-cart form.wpcf7-form .col-12, .woocommerce-account form.wpcf7-form .col-12, .wpcf7 form.wpcf7-form .col-12 {
    padding: 0;
  }
}

@media (width <= 575.98px) {
  .woocommerce-form form.wpcf7-form, .wc-block-components-form form.wpcf7-form, .woocommerce-cart form.wpcf7-form, .woocommerce-account form.wpcf7-form, .wpcf7 form.wpcf7-form {
    padding: 20px;
  }
}

.woocommerce-form form.wpcf7-form input, .wc-block-components-form form.wpcf7-form input, .woocommerce-cart form.wpcf7-form input, .woocommerce-account form.wpcf7-form input, .wpcf7 form.wpcf7-form input {
  box-shadow: none;
  border-radius: 52px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  transition: all .3s ease-out;
}

.woocommerce-form form.wpcf7-form input:active, .woocommerce-form form.wpcf7-form input:hover, .wc-block-components-form form.wpcf7-form input:active, .wc-block-components-form form.wpcf7-form input:hover, .woocommerce-cart form.wpcf7-form input:active, .woocommerce-cart form.wpcf7-form input:hover, .woocommerce-account form.wpcf7-form input:active, .woocommerce-account form.wpcf7-form input:hover, .wpcf7 form.wpcf7-form input:active, .wpcf7 form.wpcf7-form input:hover {
  transition: all .3s ease-out;
}

.woocommerce-form form.wpcf7-form-control, .wc-block-components-form form.wpcf7-form-control, .woocommerce-cart form.wpcf7-form-control, .woocommerce-account form.wpcf7-form-control, .wpcf7 form.wpcf7-form-control {
  float: left;
}

.woocommerce-form form.wpcf7-form textarea.wpcf7-textarea, .wc-block-components-form form.wpcf7-form textarea.wpcf7-textarea, .woocommerce-cart form.wpcf7-form textarea.wpcf7-textarea, .woocommerce-account form.wpcf7-form textarea.wpcf7-textarea, .wpcf7 form.wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 28px;
  padding: 15px 20px;
  transition: all .3s ease-out;
  border-radius: 20px !important;
}

@media (width <= 575.98px) {
  .woocommerce-form form.wpcf7-form textarea.wpcf7-textarea, .wc-block-components-form form.wpcf7-form textarea.wpcf7-textarea, .woocommerce-cart form.wpcf7-form textarea.wpcf7-textarea, .woocommerce-account form.wpcf7-form textarea.wpcf7-textarea, .wpcf7 form.wpcf7-form textarea.wpcf7-textarea {
    margin-top: 5px;
  }
}

.woocommerce-form form.wpcf7-form textarea.wpcf7-textarea:active, .woocommerce-form form.wpcf7-form textarea.wpcf7-textarea:hover, .wc-block-components-form form.wpcf7-form textarea.wpcf7-textarea:active, .wc-block-components-form form.wpcf7-form textarea.wpcf7-textarea:hover, .woocommerce-cart form.wpcf7-form textarea.wpcf7-textarea:active, .woocommerce-cart form.wpcf7-form textarea.wpcf7-textarea:hover, .woocommerce-account form.wpcf7-form textarea.wpcf7-textarea:active, .woocommerce-account form.wpcf7-form textarea.wpcf7-textarea:hover, .wpcf7 form.wpcf7-form textarea.wpcf7-textarea:active, .wpcf7 form.wpcf7-form textarea.wpcf7-textarea:hover {
  transition: all .3s ease-out;
}

.woocommerce-form .wpcf7-submit, .wc-block-components-form .wpcf7-submit, .woocommerce-cart .wpcf7-submit, .woocommerce-account .wpcf7-submit, .wpcf7 .wpcf7-submit {
  background-color: #d50671;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}

.woocommerce-form .acceptance, .wc-block-components-form .acceptance, .woocommerce-cart .acceptance, .woocommerce-account .acceptance, .wpcf7 .acceptance {
  margin-bottom: 40px;
  padding-left: 5px;
  display: inline-block;
}

.woocommerce-form .acceptance p, .wc-block-components-form .acceptance p, .woocommerce-cart .acceptance p, .woocommerce-account .acceptance p, .wpcf7 .acceptance p {
  margin: 0;
}

.woocommerce-form .acceptance label, .wc-block-components-form .acceptance label, .woocommerce-cart .acceptance label, .woocommerce-account .acceptance label, .wpcf7 .acceptance label {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: 400;
  display: block;
  position: relative;
}

.woocommerce-form .acceptance label .wpcf7-form-control, .wc-block-components-form .acceptance label .wpcf7-form-control, .woocommerce-cart .acceptance label .wpcf7-form-control, .woocommerce-account .acceptance label .wpcf7-form-control, .wpcf7 .acceptance label .wpcf7-form-control {
  font-size: 0;
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap, .woocommerce-account .acceptance label .wpcf7-form-control-wrap, .wpcf7 .acceptance label .wpcf7-form-control-wrap {
  float: left;
  margin-top: 2px;
  margin-left: -30px;
  font-size: 0;
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2px;
  margin: 0 3px !important;
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label {
  z-index: 1;
  border: 1px solid #d50671;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after {
  position: absolute;
  bottom: 0;
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:before {
  left: 15px;
  transform: rotate(-135deg);
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input + .wpcf7-list-item-label:after {
  left: 4px;
  transform: rotate(-45deg);
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
  background-color: #d50671;
  width: 3px;
  animation: .2s forwards dothatopcheck;
  top: -4px;
}

.woocommerce-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after, .wc-block-components-form .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after, .woocommerce-cart .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after, .woocommerce-account .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after, .wpcf7 .acceptance label .wpcf7-form-control-wrap .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  background-color: #d50671;
  width: 3px;
  animation: .2s forwards dothabottomcheck;
  top: 5px;
}

.woocommerce-form .acceptance em, .wc-block-components-form .acceptance em, .woocommerce-cart .acceptance em, .woocommerce-account .acceptance em, .wpcf7 .acceptance em {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.woocommerce-form .acceptance em a, .wc-block-components-form .acceptance em a, .woocommerce-cart .acceptance em a, .woocommerce-account .acceptance em a, .wpcf7 .acceptance em a {
  color: #d50671;
}

.woocommerce-form .codedropz-upload-wrapper, .wc-block-components-form .codedropz-upload-wrapper, .woocommerce-cart .codedropz-upload-wrapper, .woocommerce-account .codedropz-upload-wrapper, .wpcf7 .codedropz-upload-wrapper {
  margin-bottom: 20px;
}

.woocommerce-form .codedropz-upload-wrapper h3, .woocommerce-form .codedropz-upload-wrapper .h3, .woocommerce-form .codedropz-upload-wrapper span, .woocommerce-form .codedropz-upload-wrapper a, .wc-block-components-form .codedropz-upload-wrapper h3, .wc-block-components-form .codedropz-upload-wrapper .h3, .wc-block-components-form .codedropz-upload-wrapper span, .wc-block-components-form .codedropz-upload-wrapper a, .woocommerce-cart .codedropz-upload-wrapper h3, .woocommerce-cart .codedropz-upload-wrapper .h3, .woocommerce-cart .codedropz-upload-wrapper span, .woocommerce-cart .codedropz-upload-wrapper a, .woocommerce-account .codedropz-upload-wrapper h3, .woocommerce-account .codedropz-upload-wrapper .h3, .woocommerce-account .codedropz-upload-wrapper span, .woocommerce-account .codedropz-upload-wrapper a, .wpcf7 .codedropz-upload-wrapper h3, .wpcf7 .codedropz-upload-wrapper .h3, .wpcf7 .codedropz-upload-wrapper span, .wpcf7 .codedropz-upload-wrapper a {
  color: #fff;
}

.woocommerce-form .codedropz-upload-wrapper .dnd-upload-image, .woocommerce-form .codedropz-upload-wrapper .dnd-icon-remove, .wc-block-components-form .codedropz-upload-wrapper .dnd-upload-image, .wc-block-components-form .codedropz-upload-wrapper .dnd-icon-remove, .woocommerce-cart .codedropz-upload-wrapper .dnd-upload-image, .woocommerce-cart .codedropz-upload-wrapper .dnd-icon-remove, .woocommerce-account .codedropz-upload-wrapper .dnd-upload-image, .woocommerce-account .codedropz-upload-wrapper .dnd-icon-remove, .wpcf7 .codedropz-upload-wrapper .dnd-upload-image, .wpcf7 .codedropz-upload-wrapper .dnd-icon-remove {
  background-color: #fff;
  border-color: #fff;
  border-radius: 100%;
  display: block;
}

.woocommerce-form .codedropz-upload-wrapper .dnd-icon-remove, .wc-block-components-form .codedropz-upload-wrapper .dnd-icon-remove, .woocommerce-cart .codedropz-upload-wrapper .dnd-icon-remove, .woocommerce-account .codedropz-upload-wrapper .dnd-icon-remove, .wpcf7 .codedropz-upload-wrapper .dnd-icon-remove {
  max-width: 15px;
  max-height: 15px;
  overflow: hidden;
}

.woocommerce-form .codedropz-upload-wrapper .dnd-upload-details span, .woocommerce-form .codedropz-upload-wrapper .dnd-upload-details em, .woocommerce-form .codedropz-upload-wrapper .dnd-upload-details a, .wc-block-components-form .codedropz-upload-wrapper .dnd-upload-details span, .wc-block-components-form .codedropz-upload-wrapper .dnd-upload-details em, .wc-block-components-form .codedropz-upload-wrapper .dnd-upload-details a, .woocommerce-cart .codedropz-upload-wrapper .dnd-upload-details span, .woocommerce-cart .codedropz-upload-wrapper .dnd-upload-details em, .woocommerce-cart .codedropz-upload-wrapper .dnd-upload-details a, .woocommerce-account .codedropz-upload-wrapper .dnd-upload-details span, .woocommerce-account .codedropz-upload-wrapper .dnd-upload-details em, .woocommerce-account .codedropz-upload-wrapper .dnd-upload-details a, .wpcf7 .codedropz-upload-wrapper .dnd-upload-details span, .wpcf7 .codedropz-upload-wrapper .dnd-upload-details em, .wpcf7 .codedropz-upload-wrapper .dnd-upload-details a {
  color: #fff;
  font-size: 14px;
}

.woocommerce-form .row, .wc-block-components-form .row, .woocommerce-cart .row, .woocommerce-account .row, .wpcf7 .row {
  margin: 0;
}

.woocommerce-form .row > .col, .wc-block-components-form .row > .col, .woocommerce-cart .row > .col, .woocommerce-account .row > .col, .wpcf7 .row > .col {
  padding: 0;
}

@media (width <= 991.98px) {
  .woocommerce-form .row > .col, .wc-block-components-form .row > .col, .woocommerce-cart .row > .col, .woocommerce-account .row > .col, .wpcf7 .row > .col {
    padding: 50px 35px;
  }
}

@media (width <= 575.98px) {
  .woocommerce-form .row > .col, .wc-block-components-form .row > .col, .woocommerce-cart .row > .col, .woocommerce-account .row > .col, .wpcf7 .row > .col {
    padding: 25px 20px;
  }
}

.woocommerce-form .row > .col h2, .woocommerce-form .row > .col .h2, .woocommerce-form .row > .col p, .wc-block-components-form .row > .col h2, .wc-block-components-form .row > .col .h2, .wc-block-components-form .row > .col p, .woocommerce-cart .row > .col h2, .woocommerce-cart .row > .col .h2, .woocommerce-cart .row > .col p, .woocommerce-account .row > .col h2, .woocommerce-account .row > .col .h2, .woocommerce-account .row > .col p, .wpcf7 .row > .col h2, .wpcf7 .row > .col .h2, .wpcf7 .row > .col p {
  padding: 10px;
}

.woocommerce-form .row > .col h2, .woocommerce-form .row > .col .h2, .wc-block-components-form .row > .col h2, .wc-block-components-form .row > .col .h2, .woocommerce-cart .row > .col h2, .woocommerce-cart .row > .col .h2, .woocommerce-account .row > .col h2, .woocommerce-account .row > .col .h2, .wpcf7 .row > .col h2, .wpcf7 .row > .col .h2 {
  height: 49px;
  font-size: 43px;
  font-weight: 700;
}

@media (width <= 575.98px) {
  .woocommerce-form .row > .col h2, .woocommerce-form .row > .col .h2, .wc-block-components-form .row > .col h2, .wc-block-components-form .row > .col .h2, .woocommerce-cart .row > .col h2, .woocommerce-cart .row > .col .h2, .woocommerce-account .row > .col h2, .woocommerce-account .row > .col .h2, .wpcf7 .row > .col h2, .wpcf7 .row > .col .h2 {
    height: 34px;
    font-size: 30px;
  }
}

.woocommerce-form .row > .col p, .wc-block-components-form .row > .col p, .woocommerce-cart .row > .col p, .woocommerce-account .row > .col p, .wpcf7 .row > .col p {
  font-size: 14px;
}

.woocommerce-form .row > .col form, .wc-block-components-form .row > .col form, .woocommerce-cart .row > .col form, .woocommerce-account .row > .col form, .wpcf7 .row > .col form {
  padding: 0;
}

.woocommerce-form .row .col-sm-6, .wc-block-components-form .row .col-sm-6, .woocommerce-cart .row .col-sm-6, .woocommerce-account .row .col-sm-6, .wpcf7 .row .col-sm-6 {
  padding-right: 0;
}

@media (width <= 991.98px) {
  .woocommerce-form, .wc-block-components-form, .woocommerce-cart, .woocommerce-account, .wpcf7 {
    padding: 0;
  }

  .woocommerce-form .wpcf7, .wc-block-components-form .wpcf7, .woocommerce-cart .wpcf7, .woocommerce-account .wpcf7, .wpcf7 .wpcf7 {
    width: 100%;
    max-width: none;
  }
}

.select2-container {
  border: 0;
  max-width: 100%;
  margin-top: 0;
  display: inline-block;
  width: 100% !important;
}

@media (width <= 991.98px) {
  .select2-container {
    margin-bottom: 20px;
    width: 100% !important;
  }
}

@media (width <= 575.98px) {
  .select2-container {
    margin-bottom: 15px;
    display: block;
    width: initial !important;
  }
}

.select2-container .select2-selection {
  box-shadow: none;
  border: 0;
  border-radius: 52px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 32px;
}

.select2-container .select2-selection__clear {
  margin-top: -1px;
  margin-right: 35px !important;
}

.select2-container .select2-selection--single, .select2-container .select2-selection__placeholder {
  letter-spacing: -.35px;
  color: #171313;
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}

.select2-container .select2-selection__arrow b {
  border: 0;
  border-width: 5px 4px 0 !important;
  border-color: #0000 !important;
  margin-top: 5px !important;
  margin-left: -15px !important;
}

.select2-container .select2-selection__arrow b:before, .select2-container .select2-selection__arrow b:after {
  content: "";
  background: #ebebeb;
  width: 7px;
  height: 2px;
  display: block;
  position: relative;
}

.select2-container .select2-selection__arrow b:before {
  transform: rotate(45deg);
}

.select2-container .select2-selection__arrow b:after {
  margin-top: -2px;
  left: 4px;
  transform: rotate(-45deg);
}

.select2-container .select2-selection__rendered {
  letter-spacing: -.35px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  opacity: 1 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
}

.select2-results__options {
  letter-spacing: -.35px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.select2-results__option {
  padding-left: 27px;
}

.winners h2, .winners .h2 {
  color: #d50671;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.winners h3, .winners .h3 {
  color: #d50671;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.winners p {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.winners figure {
  aspect-ratio: 4 / 4;
  background-color: #d50671;
  border-radius: 10px;
  max-height: 310px;
  overflow: hidden;
  box-shadow: 3px 2px 10px #6e6e6e;
}

.winners figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.blog-list ul {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  display: grid;
}

.blog-list ul li {
  text-align: center;
  margin-block-start: 0;
}

.blog-list ul li figure {
  border-radius: 10px;
  overflow: hidden;
}

.blog-list ul li h2, .blog-list ul li .h2, .blog-list ul li h3, .blog-list ul li .h3 {
  color: #d50671;
  margin-bottom: 7px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.blog-list ul li h2 a, .blog-list ul li .h2 a, .blog-list ul li h3 a, .blog-list ul li .h3 a {
  color: #d50671;
}

.blog-list ul li .wp-block-post-date {
  margin-bottom: 3px;
}

.blog-list ul li .wp-block-post-excerpt {
  margin: 0;
}

.blog-list ul li .wp-block-post-excerpt p {
  margin-top: 0;
}

.blog-list ul li .wp-block-post-excerpt p.wp-block-post-excerpt__excerpt {
  max-width: 0;
  display: none;
}

.blog-list ul li .wp-block-post-excerpt p a {
  text-decoration: none;
}

.blog-list ul li hr {
  display: none;
}

.blog-list ul li + li {
  margin-top: 0;
}
/*# sourceMappingURL=tfa-theme-main.css.map */
