@charset "UTF-8";
/*
Theme Name: Beerdome
Theme URI: https://weareon-it.nl/
Author: ON. IT
Author URI: https://weareon-it.nl/
Description: Beerdome
Version: 1.0.3
Text Domain: onwebsite
Last Updated: 2025-12-04 15:35
*/
@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow-x: hidden;
  text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=search] {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

select {
  width: 100%;
}

img,
iframe,
fieldset {
  border: 0;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
  outline: none;
}

svg {
  vertical-align: middle;
}

p {
  color: #6B706A;
  line-height: 32px;
  font-size: 15px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Questrial", sans-serif;
  color: #222222;
}

h2 {
  color: #222222;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  h2 {
    line-height: 3.3125rem;
    font-size: 2.375rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #222222;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1.25rem;
  }
}

.h-100 {
  height: 100%;
}

@media (min-width: 768px) {
  body .outer-container {
    width: 90%;
    margin: 0 auto;
  }
}
body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 5px;
}
.arrows button {
  padding: 7px 20px;
  border-radius: 50px;
  background-color: #222222;
}
.arrows button i {
  color: #fff;
  font-size: 16px;
}

.slick-dots {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 30px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.slick-dots li.slick-active button {
  background-color: #48C291;
  border-color: #48C291;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1.5px solid #ffffff;
  font-size: 0;
}

/*!
 * Bootstrap Grid v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.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) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    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;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

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

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

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

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

.g-2,
.gy-2 {
  --bs-gutter-y: 0.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 (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.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 (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.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 (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.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 (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.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 (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.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;
  }
}
.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;
}

.flex-fill {
  flex: 1 1 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: 0.25rem !important;
}

.m-2 {
  margin: 0.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-right: 0 !important;
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.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: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.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: 0.25rem !important;
}

.me-2 {
  margin-right: 0.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: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.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: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.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: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.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: 0.25rem !important;
}

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

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

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

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

@media (min-width: 576px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !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;
  }
}
.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;
}

.flex-fill {
  flex: 1 1 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: 0.25rem !important;
}

.m-2 {
  margin: 0.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-right: 0 !important;
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.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: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.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: 0.25rem !important;
}

.me-2 {
  margin-right: 0.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: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.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: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.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: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.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: 0.25rem !important;
}

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

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

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

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

@media (min-width: 576px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .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: 1 1 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: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !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;
  }
}
.heading {
  color: #212529;
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.heading--inverted {
  color: white;
}

@media (min-width: 768px) {
  .content--md-right {
    text-align: right;
  }
}
.content p, .content ul {
  font-size: 15px;
  line-height: 2rem;
  color: #6B706A;
}
.content p {
  margin-bottom: 20px;
}
.content ul li {
  list-style: disc;
  margin-left: 18px;
}
.content ul {
  margin-bottom: 20px;
}
.content--barlow {
  font-family: "Questrial", sans-serif;
}
.content--inverted p, .content--inverted ul {
  color: #fff;
}
.content h2 {
  margin-bottom: 12px;
  font-size: 2.625rem;
  line-height: 3.3125rem;
  color: #231F20;
}
@media (max-width: 767.98px) {
  .content h2 {
    font-size: 1.25rem;
  }
}

.btn {
  transition: all 0.2s ease-in-out;
  background: #222222;
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 0.5s ease;
  padding: 14px 40px;
  font-size: 15px;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn--round {
  padding: unset;
  height: 49px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--round svg {
  height: 20px;
}
.btn--round svg * {
  fill: white;
}
.btn-primary {
  background-color: #48C291;
}
.btn-primary:hover {
  background-position: #5CD6A5;
}
.btn--link {
  color: #212529;
  background: none;
}
.btn--link svg {
  width: 13px;
  height: 13px;
}
.btn--link svg * {
  fill: #212529;
}
.btn-white {
  color: #222222;
  background: #fff;
  font-weight: 500;
}
.btn-white:hover {
  background-color: #023D32;
  color: #fff;
}
.btn-white i {
  font-weight: 500;
}
.btn-outline {
  background: transparent;
  border: 1px solid #6B706A;
  color: #6B706A;
}
.btn-outline:hover {
  background: #6B706A;
  color: #fff;
}
.btn-red {
  background: #E40053;
  color: #fff;
}
.btn-red:hover {
  background: #222222;
  color: #fff;
}
.btn--call-link {
  background: none;
}
.btn--call-link svg {
  width: 1rem;
}
.btn--call-link svg * {
  fill: white;
}
.btn--brown {
  background: #A8806C;
  color: white;
}
.btn--brown:hover {
  background: rgb(157.3653846154, 114.5448717949, 93.1346153846);
  color: white;
}
.btn--brown svg {
  height: 12px;
}
.btn--brown svg * {
  fill: white;
}
.btn--full {
  width: 100%;
}

.bg--brown {
  background: #83574D;
}
.bg--light-brown {
  background: #FCF6F3;
}

.link {
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  .link {
    transition: none;
  }
}

.label {
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 1rem;
}
.label--xs {
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
}
.label--orange {
  background: rgba(255, 94, 13, 0.7);
  color: #B65B2D;
}
.label--yellow {
  background: rgba(255, 199, 89, 0.7);
  color: #B18B3F;
}

.breadcrumbs {
  margin-bottom: 3px;
}
.breadcrumbs--mb {
  margin-bottom: 40px;
}
.breadcrumbs--inverted a, .breadcrumbs--inverted strong {
  color: white;
  font-weight: 600;
}
.breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.breadcrumbs strong {
  font-weight: 700;
}
.breadcrumbs__chevron {
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath d='M3.639 9.875a.688.688 0 0 1 0-.972L7.042 5.5 3.64 2.097a.687.687 0 0 1 .972-.972l3.89 3.89a.688.688 0 0 1 0 .971l-3.89 3.89a.687.687 0 0 1-.972 0Z' fill='%23231F20'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  height: 10px;
  width: 9px;
  display: inline-block;
}
.breadcrumbs--inverted .breadcrumbs__chevron {
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath d='M3.639 9.875a.688.688 0 0 1 0-.972L7.042 5.5 3.64 2.097a.687.687 0 0 1 .972-.972l3.89 3.89a.688.688 0 0 1 0 .971l-3.89 3.89a.687.687 0 0 1-.972 0Z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat center center;
}

.buttons-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .buttons-row {
    gap: 4px;
    justify-content: center;
  }
}

.wpgb-main .product-card {
  padding: 25px 20px !important;
  margin-bottom: 16px !important;
}

.wp-grid-builder .wpgb-card [class*=wpgb-block-] {
  white-space: unset !important;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}

.product-card {
  padding: 15px 20px !important;
  border-radius: 10px !important;
  background: #FFF !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
}
.product-card:hover img {
  transform: scale(1.02);
  transition: ease-in-out 0.3s;
}
.product-card h3 {
  color: var(--222222, #222) !important;
  font-family: "Work Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.product-card .cat {
  color: var(--6-b-706-a, #6B706A) !important;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  margin-bottom: 3px;
  display: block;
}
.product-card .product-image {
  text-align: center !important;
  position: relative;
}
.product-card .product-image .onsale {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  border: 2px solid #48C291;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  color: #48C291;
  background-color: transparent !important;
  line-height: 1 !important;
  min-height: unset !important;
  min-width: unset !important;
  font-size: 15px !important;
}
.product-card .product-image .low-stock {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 10px;
  background-color: #E40053;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
}
.product-card .product-image img {
  width: 100% !important;
  height: 280px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin-bottom: 20px !important;
}
.product-card .product-info {
  margin-top: 3px !important;
}
.product-card .product-info p {
  color: #222222;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.product-card .product-price {
  margin-top: 5px !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}
.product-card .product-price ins {
  text-decoration: none !important;
  color: #222222;
  font-family: "Work Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card .product-price del {
  color: #AAA;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card .d-flex {
  padding-top: 8px !important;
  margin-top: 10px !important;
}
.product-card .product-cart {
  margin-top: 10px !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}
.product-card .product-cart form {
  margin-bottom: 0 !important;
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-card .product-cart input[type=number] {
  width: 40px !important;
  text-align: center !important;
  padding: 12px 5px !important;
  border-radius: 10px !important;
  border: 1px solid #E2E2E2 !important;
  position: relative !important;
  margin-right: 3px !important;
}
.product-card .product-cart button {
  background: #48C291 !important;
  border: none !important;
  padding: 10px 15px !important;
  border-radius: 50px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  position: relative !important;
  transition: all 0.3s ease !important;
}
.product-card .product-cart button i {
  font-weight: 400 !important;
  margin-right: 3px !important;
  font-size: 15px !important;
  transition: opacity 0.2s ease !important;
}
.product-card .product-cart button:hover {
  background: #48C291 !important;
}
.product-card .product-cart button.loading {
  pointer-events: none !important;
  opacity: 0.7 !important;
}
.product-card .product-cart button.loading i {
  opacity: 0 !important;
}
.product-card .product-cart button.loading::after {
  content: "" !important;
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -8px !important;
  margin-top: -8px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  border-top-color: transparent !important;
  animation: spinner 0.6s linear infinite !important;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.ajax_add_to_cart.success-added {
  background-color: #4caf50;
  border-color: #4caf50;
}
.ajax_add_to_cart.success-added i {
  color: white;
}

.added_to_cart {
  display: none !important;
}

.ajax_add_to_cart.added::after {
  display: none !important;
}

.wpgb-card-2 .wpgb-card-media.wpgb-scheme-light {
  height: 300px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.wpgb-card-2 .wpgb-card-media-thumbnail {
  border-radius: 10px;
}
.wpgb-card-2 .wpgb-card-media-content > div {
  position: relative !important;
}
.wpgb-card-2 .wpgb-card-content {
  padding: 10px !important;
}

.blog .blog-top {
  padding: 40px 0;
}
.blog .blog-top .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  border-radius: 50px;
  padding: 5px;
  margin-bottom: 12px;
}
.blog .blog-top .icon i {
  font-size: 15px;
  color: #48C291;
}
.blog .blog-top h1 {
  font-size: 35px;
}
.blog .blog-top .filter .title {
  font-weight: 600;
  display: block;
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}
.blog .blog-top .filter .wpgb-facet .wpgb-button[aria-pressed=true] {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.blog .blog-container {
  margin-top: 40px;
}

.infinite-scroll-loader {
  display: none;
  text-align: center;
  padding: 3rem 1rem;
  margin: 2rem 0;
}
.infinite-scroll-loader.is-active {
  display: block;
}
.infinite-scroll-loader.is-end, .infinite-scroll-loader.is-error {
  display: block;
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.spinner .bounce1,
.spinner .bounce2,
.spinner .bounce3 {
  width: 12px;
  height: 12px;
  background-color: #0073aa;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.loader-text {
  color: #444;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.infinite-scroll-end {
  padding: 2rem;
  background: #f0ffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.infinite-scroll-end p {
  margin: 0;
  color: #444;
  font-size: 1.1rem;
  font-weight: 500;
}

.infinite-scroll-error {
  padding: 2rem;
  background: #fff5f5;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #feb2b2;
}
.infinite-scroll-error p {
  margin: 0;
  color: #c53030;
  font-size: 1rem;
}

.post-card {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.wpgb-card-wrapper-2 {
  position: relative;
  min-height: 200px;
}

.post-card {
  border-radius: 12px;
  overflow: hidden;
  background: #f0ffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.post-card-thumb {
  position: relative;
}
.post-card-thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
  border-radius: 12px 12px 0 0;
}
.post-card-thumb .thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 12px 12px 0 0;
}
.post-card-thumb .post-card-category {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #f39c12;
  color: #fff;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  font-size: 0.9rem;
}
.post-card-body {
  padding: 1.5rem;
}
.post-card-body .post-card-date {
  color: #0073aa;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.post-card-body .post-card-title {
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
  font-weight: 700;
}
.post-card-body .post-card-title a {
  color: #222;
  text-decoration: none;
}
.post-card-body .post-card-title a:hover {
  color: #0073aa;
}
.post-card-body .post-card-excerpt {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}

.category-intro {
  background: linear-gradient(90deg, #EDEDED 0%, #F7F7F7 100%);
  padding: 32px 0;
}
@media (min-width: 992px) {
  .category-intro {
    padding: 60px 0;
  }
}
.category-intro h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.category-intro .readmore {
  color: #222222;
  gap: 5px;
  display: inline-flex;
  align-items: center;
}

.category-content {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .category-content {
    margin-top: 50px;
  }
}
.category-content .filter-toggle {
  display: none;
  cursor: pointer;
  background: #48C291;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .category-content .filter-toggle {
    display: inline-block;
  }
}
.category-content .filters {
  width: 100%;
}
@media (max-width: 991.98px) {
  .category-content .filters {
    display: none;
    max-width: 100%;
    margin: 0;
  }
  .category-content .filters.active {
    display: block;
  }
}
.category-content .filters .product-category-filter li {
  list-style-type: none;
  margin-left: 0;
}
.category-content .filters .product-category-filter .subcategories {
  border-left: 1px solid #48C291;
  margin-bottom: 8px;
}
.category-content .filters .product-category-filter .subcategories li {
  padding-left: 15px;
}
.category-content .filters__items div {
  margin-bottom: 20px;
}
.category-content .filters__items input {
  border: 1px solid #E2E9F0;
  background: #FFF;
  font-size: 14px;
}
.category-content .filters__items .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  color: #222222;
}
.category-content .filters__items .title:hover {
  opacity: 0.8;
}
.category-content .filters__items .title i {
  transition: transform 0.3s ease;
}
.category-content .filters__items .title.expanded i {
  transform: rotate(180deg);
}
.category-content .filter-content {
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.category-content .filter-content.collapsed {
  max-height: 0;
  padding: 0;
}
.category-content .category__text {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .category-content .category__text {
    display: none;
  }
}
.category-content .category__text .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
}
.category-content .seo-content {
  margin-top: 60px;
}
.category-content .seo-content h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 50px;
  line-height: 1.3;
}
.category-content .seo-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.category-content .seo-content ul li {
  margin-bottom: 14px;
  list-style: disc;
}

.product__top {
  padding: 10px 0;
}
.product__content {
  padding-top: 20px;
  padding-bottom: 50px;
}
.product__content h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 5px;
}
.product__content .productinfo-container {
  margin-top: 20px;
}
.product__content .product-stock-info {
  margin-bottom: 22px;
  margin-left: 15px;
}
.product__content .related-products strong {
  color: #222222;
}
.product__content .specs-anchor {
  display: block;
  width: 100%;
  text-align: right;
  color: #E40053;
  font-weight: 600;
  text-decoration: underline;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.product__content .variations-roof {
  margin-bottom: 30px;
}
.product__content .variations-roof select {
  padding: 8px;
  margin-top: 5px;
}
.product__content .variations-roof label {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.product__images-container {
  position: relative;
}
.product__images {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 10px;
}
.product__images::before {
  background-image: url(./assets/beerdome-plant-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  right: -20px;
  top: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0.3;
}
.product__images::after {
  background-image: url(./assets/beerdome-plant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  left: -20px;
  bottom: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0.3;
}
.product__images img {
  height: 530px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.product__images .product__label {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 8px 20px;
  background-color: #E40053;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
.product__images-nav {
  /* the slides */
  /* the parent */
}
.product__images-nav .slick-slide {
  margin: 0 5px;
}
.product__images-nav .slick-list {
  margin: 0 -5px;
}
.product__images-nav img {
  height: 80px;
  width: 100px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  border: 1px solid #D6E1ED;
  background: #FFF;
  border-radius: 5px;
}
.product__images-nav .slick-current img {
  border: 1px solid #48C291;
}
.product__images-nav .slick-track {
  margin-left: 0;
}
.product__details {
  gap: 10px;
  align-items: center;
  display: flex;
  color: #222222;
}
.product__details strong {
  margin-bottom: 5px;
  display: inline-block;
}
.product__price {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  margin-bottom: 20px;
}
.product__price .product__price-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 15px;
  text-decoration: none;
}
.product__price .product__price-inner bdi {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #222222;
}
.product__price .product__price-inner .incl-btw {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #222222;
}
.product__price .product__price-inner del {
  font-size: 20px;
  color: #AAA;
}
.product__price .product__price-inner del bdi {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #AAA;
}
.product__price .product__price-text {
  font-weight: 500;
}
.product__add-to-cart form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product__add-to-cart input {
  height: 35px;
  border-radius: 3px;
  border: 1px solid #D6E1ED;
  background: #FFF;
}
.product__add-to-cart button.single_add_to_cart_button {
  padding: 15px 70px;
  background-color: #48C291 !important;
  font-size: 16px;
  border-radius: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__add-to-cart button.single_add_to_cart_button:hover {
  background-color: #181818 !important;
}
.product__add-to-cart button.single_add_to_cart_button::before {
  content: "";
  background-image: url(./assets/crate.svg);
  height: 22px;
  width: 22px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -1px;
  margin-right: 12px;
  filter: invert(1);
}
.product__anchors {
  margin-top: 40px;
}
.product__anchors .outer-container {
  background: #E7EBFA;
  margin-bottom: 20px;
  display: flex;
}
.product__anchors .outer-container a {
  padding: 15px 20px;
  display: block;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #222222;
}
.product__usp {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.product__usp .d-flex {
  gap: 15px;
}
.product__usp .d-flex i {
  font-size: 30px;
  color: #222222;
}
.product__usp .d-flex .usp-title {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.49px;
  color: #222222;
  margin-bottom: 5px;
}
.product__usp .d-flex p {
  line-height: 1;
  font-size: 14px;
}
.product__usp .divider {
  height: 100%;
  min-height: 40px;
  position: relative;
  border-right: 1px solid #C3C3C3;
  border-radius: 3px;
}
.product .product-accordion {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  margin-top: 32px;
}
.product .product-accordion span {
  font-size: 15px;
  color: #222222;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product .product-accordion .accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1rem;
  cursor: pointer;
}
.product .product-accordion .accordion-toggle p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
  letter-spacing: 0.455px;
}
.product .product-accordion .accordion-toggle svg {
  transition: transform 0.3s;
}
.product .product-accordion .accordion-toggle.active svg {
  transform: rotate(180deg);
}
.product .product-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.product__block {
  padding-bottom: 40px;
}
.product__block h2 {
  font-size: 30px;
}
.product__block .outer-container {
  background-color: #fff;
  padding: 35px 15px;
}
.product__specs-upsell ul.specs {
  list-style: none;
}
.product__specs-upsell ul.specs li {
  padding: 12px 15px;
  display: flex;
  align-items: center;
}
.product__specs-upsell ul.specs li strong {
  flex: 1 0 50%;
  color: #222222;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 200% */
  letter-spacing: 0.45px;
}
.product__specs-upsell ul.specs li span {
  flex: 1 0 50%;
}
.product__specs-upsell ul.specs li:nth-child(odd) {
  background: #f5f5f5;
}
.product__specs-upsell button.load-more-button {
  width: 100%;
  border: 1px solid #222222;
  color: #222222;
  background: transparent;
  padding: 14px 30px;
  text-align: center;
  border-radius: 0;
}
.product__specs-upsell .product-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.product__specs-upsell .product-block__image img {
  width: 100px;
  height: 100%;
  object-fit: contain;
}
.product__specs-upsell .product-block__title a {
  color: #222222;
  font-family: "Questrial", sans-serif;
  max-width: 250px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 112.5% */
  margin-bottom: 5px;
  display: block;
}
.product__specs-upsell .product-block__title span {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #222222;
}
.product__specs-upsell .product-block__footer .product-price bdi {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #222222;
}
.product__specs-upsell .product-block__footer .product-price .vat {
  display: block;
}
.product__specs-upsell .product-block__footer .product-price .vat bdi {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #6B706A;
}
.product__specs-upsell .product-block__footer .product-cart form {
  margin-top: 10px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
.product__specs-upsell .product-block__footer .product-cart input[type=number] {
  width: 65px;
  text-align: center;
  padding: 12px 5px;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  position: relative;
  margin-right: 3px;
}
.product__specs-upsell .product-block__footer .product-cart button {
  background: #48C291;
  border: none;
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.product__specs-upsell .product-block__footer .product-cart button i {
  font-weight: 400;
  margin-right: 3px;
  font-size: 20px;
}
.product__specs-upsell .product-block__footer .product-cart button:hover {
  background: #059629;
}
.product__upsell {
  padding-top: 80px;
  padding-bottom: 20px;
  margin-top: 40px;
  position: relative;
  /* the slides */
  /* the parent */
}
.product__upsell::after {
  content: "";
  position: absolute;
  background: #F2F2F2;
  left: 0;
  top: 0;
  height: 80%;
  width: 100%;
  z-index: -1;
}
.product__upsell h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
}
.product__upsell .slick-slide {
  margin: 10px 15px;
}
.product__upsell .slick-list {
  margin: 0 -15px;
}

.woocommerce-notices-wrapper {
  margin-bottom: 2rem;
}
.woocommerce-notices-wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .woocommerce-notices-wrapper .container {
    width: 90%;
  }
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  padding: 1rem 1rem 1rem 3.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border-left: 4px solid;
  background-color: #f8f9fa;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  font-size: 1.25rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-notices-wrapper .woocommerce-message > *:not(.button):not(.wc-forward),
.woocommerce-notices-wrapper .woocommerce-info > *:not(.button):not(.wc-forward),
.woocommerce-notices-wrapper .woocommerce-error > *:not(.button):not(.wc-forward) {
  flex: 1;
  order: 1;
  min-width: 0;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-error a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-notices-wrapper .woocommerce-error a:hover {
  text-decoration: none;
}
.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message .wc-forward,
.woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-notices-wrapper .woocommerce-info .wc-forward,
.woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-notices-wrapper .woocommerce-error .wc-forward {
  order: 2;
  margin-left: auto;
  padding: 0.5rem 1rem;
  background-color: #48C291;
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-notices-wrapper .woocommerce-message .wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce-notices-wrapper .woocommerce-info .wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce-notices-wrapper .woocommerce-error .wc-forward:hover {
  background-color: rgb(53.75, 161.25, 118.0737704918);
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-left-color: #4caf50;
  background-color: #e8f5e9;
  color: #2e7d32;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  content: "\f058";
  color: #4caf50;
}
.woocommerce-notices-wrapper .woocommerce-info {
  border-left-color: #2196f3;
  background-color: #e3f2fd;
  color: #1565c0;
}
.woocommerce-notices-wrapper .woocommerce-info::before {
  content: "\f05a";
  color: #2196f3;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-left-color: #f44336;
  background-color: #ffebee;
  color: #c62828;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  content: "\f071";
  color: #f44336;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-error li::before {
  content: "• ";
  margin-right: 0.5rem;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  position: sticky;
  top: 250px;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    position: relative;
    top: 0;
  }
}

.topbar {
  position: relative;
  color: #6B706A;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  padding: 12px 0;
}
.topbar__green {
  color: #fff;
}
.topbar__green::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #023D32;
  border-radius: 0 0 100px 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .topbar__green::after {
    width: 100%;
    border-radius: 0;
  }
}
.topbar__green img {
  width: 205px;
  height: 25px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .topbar__green img {
    display: none;
  }
}
.topbar__green ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .topbar__green ul li {
    display: none;
  }
  .topbar__green ul li:first-child {
    display: block;
  }
}
.topbar__green ul li {
  font-size: 14px;
  position: relative;
}
.topbar__green ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}
.topbar__green ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.topbar__green ul li a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.topbar__green ul li a:hover::after {
  width: 100%;
}
.topbar__green ul li i {
  transition: transform 0.3s ease;
}
.topbar__green ul li a:hover i {
  transform: scale(1.15);
}
.topbar__nav img {
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .topbar__nav #menu-topbar li {
    display: none;
  }
  .topbar__nav #menu-topbar li:last-child {
    display: block;
  }
  .topbar__nav #menu-topbar .gt_switcher-popup span {
    display: none;
  }
}
.topbar__primary {
  display: flex;
  align-items: center;
  gap: 30px;
}
.topbar__primary a {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}
.topbar__primary a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #48C291;
  transition: width 0.3s ease;
}
.topbar__primary a:hover {
  color: #48C291;
  transform: translateY(-2px);
}
.topbar__primary a:hover::after {
  width: 100%;
}
.topbar__primary img {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.topbar__primary a:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.header {
  z-index: 14;
  padding: 25px 0;
  background: white;
}
@media (max-width: 991.98px) {
  .header {
    border-bottom: 1px solid #efefef;
  }
}
.header__site-logo img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  max-width: unset;
}
@media (max-width: 991.98px) {
  .header .dgwt-wcas-search-wrapp {
    display: none;
  }
}
.header__static-nav {
  display: flex;
  gap: 1.5rem;
}
.header__account {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  color: #6B706A;
  transition: color 0.3s ease, transform 0.3s ease;
}
.header__account svg {
  width: 19px;
  transition: transform 0.3s ease;
}
.header__account:hover {
  color: #48C291;
  transform: translateY(-2px);
}
.header__account:hover svg {
  transform: scale(1.1);
}
.header__btns {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header__btns a {
  transition: transform 0.3s ease;
}
.header__btns a:hover {
  transform: scale(1.1);
}
.header__btns i {
  font-size: 20px;
  color: #6B706A;
}
.header__hamburger {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header__hamburger .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.header__hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.header__hamburger .hamburger-inner,
.header__hamburger .hamburger-inner::before,
.header__hamburger .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #6B706A;
  border-radius: 4px;
  position: absolute;
  transition: transform 0.15s ease;
}
.header__hamburger .hamburger-inner::before,
.header__hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.header__hamburger .hamburger-inner::before {
  top: -8px;
}
.header__hamburger .hamburger-inner::after {
  bottom: -8px;
}
.header__hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.header__hamburger.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
}
.header__hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  opacity: 0;
}
.header__cart {
  position: relative;
}
.header__cart svg {
  width: 40px;
  height: 32px;
  transition: transform 0.3s ease;
}
.header__cart svg * {
  stroke: #6B706A;
  transition: stroke 0.3s ease;
}
.header__cart:hover svg {
  transform: scale(1.05);
}
.header__cart:hover svg * {
  stroke: #48C291;
}
.header__cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #48C291;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .header__static-nav:hover .header__cart-dropdown {
    display: block;
  }
}
.header__cart-dropdown.show-cart {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  display: block !important;
}
.header__search-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header__search-toggle i {
  font-size: 20px;
  color: #6B706A;
}
.header__mobile-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
@media (max-width: 991.98px) {
  .header__mobile-search {
    display: block;
  }
}
.header__mobile-search.is-active {
  max-height: 200px;
  opacity: 1;
}
.header__mobile-search .dgwt-wcas-search-wrapp {
  display: block !important;
}
@media (max-width: 991.98px) {
  .header__cart-dropdown {
    display: none !important;
  }
  .header__cart-dropdown.show-cart {
    display: block !important;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
}

.header__mobile-search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
.header__mobile-search-close i {
  font-size: 20px;
  color: #6B706A;
  transition: color 0.3s ease;
}
.header__mobile-search-close:hover i {
  color: #48C291;
}

@media (max-width: 991.98px) {
  .header__site-logo img {
    transition: height 0.3s ease, width 0.3s ease;
    transform-origin: left center;
  }
  .header {
    transition: padding 0.3s ease;
  }
  .topbar {
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .header-wrapper.scrolled .header__site-logo img {
    height: 40px !important;
    width: auto !important;
  }
  .header-wrapper.scrolled .header {
    padding: 10px 0;
  }
  .header-wrapper.scrolled .topbar {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
}
.nav {
  padding-top: 32px;
}
.nav__list {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .nav.is-active {
    transform: translateX(0);
  }
  .nav.is-active::before {
    opacity: 1;
    visibility: visible;
  }
  .nav #menu-primary {
    flex-direction: column;
    align-items: start;
    padding: 0 15px 40px 15px;
  }
}
.nav .extra-nav {
  display: none;
}
@media (max-width: 1199.98px) {
  .nav .extra-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    gap: 40px;
    border-top: 1px solid #DFDFDF;
  }
}
.nav .menu-item-sale {
  padding: 5px 14px;
  border-radius: 3px;
  border: 2px solid #48C291;
  color: #48C291;
  font-weight: 600;
}
.nav .menu-item-sale:hover {
  color: #fff;
  background-color: #48C291;
}
.nav .menu-item-sale i {
  font-size: 14px;
  font-weight: 600;
}
.nav__link {
  position: relative;
  color: #222222;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #48C291;
  transition: width 0.3s ease;
}
.nav__link:hover {
  color: #48C291;
}
.nav__link:hover::after {
  width: 100%;
}
.nav__item {
  color: #222222;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.nav__item--active .nav__link {
  color: #48C291;
  font-weight: 600;
}
.nav__item--active .nav__link::after {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav__item--has-dropdown {
    position: static;
  }
}
.nav__item--has-dropdown > .nav__link {
  display: flex;
  gap: 12px;
  position: relative;
}
.nav__item--has-dropdown > .nav__link svg {
  transition: all 0.2s ease-in-out;
  width: 8px;
}
@media (prefers-reduced-motion: reduce) {
  .nav__item--has-dropdown > .nav__link svg {
    transition: none;
  }
}
.nav__item--has-dropdown > .nav__link .nav__chevron {
  cursor: pointer;
  padding: 5px;
  margin: -5px;
}
@media (min-width: 1200px) {
  .nav__item--has-dropdown > .nav__link .nav__chevron {
    cursor: default;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .nav__item--has-dropdown > .nav__link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    height: 20px;
    background: transparent;
    z-index: 999;
  }
}
.nav__item--has-dropdown .nav__dropdown-container {
  position: absolute;
  display: none;
}
@media (max-width: 1199.98px) {
  .nav__item--has-dropdown .nav__dropdown-container {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    border: none;
    box-shadow: none;
  }
}
.nav__item--has-dropdown:hover svg, .nav__item--has-dropdown[data-active] svg {
  transform: rotate(180deg);
}
.nav__item--has-dropdown:hover .nav__dropdown-container, .nav__item--has-dropdown[data-active] .nav__dropdown-container {
  display: block;
}
@media (min-width: 1200px) {
  .nav__item--has-dropdown:hover .nav__dropdown-container, .nav__item--has-dropdown[data-active] .nav__dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 30px 0;
    margin: 0;
    list-style: none;
  }
}
@media (max-width: 1199.98px) {
  .nav__item--has-dropdown:hover .nav__dropdown-container, .nav__item--has-dropdown[data-active] .nav__dropdown-container {
    position: static;
    transform: none;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 15px 0;
    background: #f9f9f9;
    margin: 10px 0 0 0;
    list-style: none;
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .nav__item--has-dropdown:hover .nav__dropdown-container::before, .nav__item--has-dropdown[data-active] .nav__dropdown-container::before {
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    left: 0;
    z-index: 999;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .nav__item--has-dropdown:hover .nav__dropdown-container ul, .nav__item--has-dropdown[data-active] .nav__dropdown-container ul {
    width: 90%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
}
@media (max-width: 1199.98px) {
  .nav__item--has-dropdown:hover .nav__dropdown-container ul, .nav__item--has-dropdown[data-active] .nav__dropdown-container ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.nav__item--has-dropdown:hover .nav__dropdown-container ul .nav__item .nav__link, .nav__item--has-dropdown[data-active] .nav__dropdown-container ul .nav__item .nav__link {
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .nav__item--has-dropdown:hover .nav__dropdown-container ul .nav__item .nav__link, .nav__item--has-dropdown[data-active] .nav__dropdown-container ul .nav__item .nav__link {
    padding: 14px 20px;
    border-radius: 6px;
    margin: 2px 10px;
    border-bottom: none;
    background: white;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
}
.nav__item--has-dropdown:hover .nav__dropdown-container ul .nav__item .nav__link::after, .nav__item--has-dropdown[data-active] .nav__dropdown-container ul .nav__item .nav__link::after {
  display: none;
}
.nav__item--has-dropdown:hover .nav__dropdown-container ul .nav__item .nav__link:hover, .nav__item--has-dropdown[data-active] .nav__dropdown-container ul .nav__item .nav__link:hover {
  background-color: rgba(72, 194, 145, 0.1);
  color: #48C291;
  transform: translateX(5px);
}
@media (max-width: 1199.98px) {
  .nav__item--has-dropdown:hover .nav__dropdown-container ul .nav__item .nav__link:hover, .nav__item--has-dropdown[data-active] .nav__dropdown-container ul .nav__item .nav__link:hover {
    transform: none;
    background-color: #48C291;
    color: white;
  }
}

.footer {
  background: #141414;
  color: white;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.footer__top {
  padding: 60px 0;
  background-color: #023D32;
  margin-bottom: 50px;
}
.footer__top .title {
  display: block;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
}
@media (max-width: 991.98px) {
  .footer__top .title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.footer__top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
@media (max-width: 991.98px) {
  .footer__top p {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer__top .frm_fields_container {
    flex-direction: row;
  }
}
.footer__top fieldset, .footer__top .form-field {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.footer__top input {
  border-radius: 50px !important;
}
.footer__top .frm_forms button {
  margin: 4px 0 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  border-radius: 50px !important;
}
.footer__top .frm_forms button::before {
  content: "\f061";
  font-family: "Fontawesome";
  font-size: 18px;
}
.footer::before {
  content: "";
  bottom: -40px;
  left: -30px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/08/footer-img-1.png);
  height: 180px;
  width: 210px;
  background-size: contain;
  transform: rotate(28deg);
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .footer::before {
    height: 30px;
    width: 30px;
    bottom: -2px;
    left: -2px;
  }
}
.footer::after {
  content: "";
  bottom: -10px;
  right: -20px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/08/footer-img-2.png);
  height: 195px;
  width: 165px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .footer::after {
    height: 30px;
    width: 30px;
    bottom: -2px;
    right: -2px;
  }
}
.footer h3 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  margin-bottom: 12px;
}
.footer__copyright {
  margin: 20px 0;
  padding-top: 45px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.35px;
}
@media (min-width: 992px) {
  .footer__copyright .row {
    gap: 12px;
  }
}
.footer__copyright img {
  height: 35px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.footer__copyright .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__copyright .socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background-color: #fff;
  border-radius: 50px;
}
.footer__copyright .socials a i {
  color: #222222;
  font-size: 18px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 991.98px) {
  .footer__nav {
    margin-bottom: 30px;
  }
}
.footer__nav a {
  color: #F8F8F8;
}
.footer .last {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .last p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F8F8F8;
  line-height: 1;
}
.footer .last a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .last a i {
  color: #48C291;
}
.footer__trustpilot {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}
.footer__trustpilot img {
  width: 100px;
  height: 25px;
  object-position: left;
  object-fit: contain;
}
.footer__trustpilot a {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__under {
  background-color: #202020;
  padding: 18px 0;
  margin-top: 50px;
}
.footer__under ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__under ul li {
    display: none;
  }
  .footer__under ul li:first-of-type() {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer__under ul {
    width: 80%;
    margin: 0 auto;
  }
}

.multiple-columns {
  margin-top: 100px;
}
.multiple-columns h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .multiple-columns.left .multiple-columns__wysiwyg {
    padding-left: 40px;
  }
  .multiple-columns.right .multiple-columns__wysiwyg {
    padding-left: 40px;
  }
}
.multiple-columns.bg .outer-container {
  background: #F2F2F2;
  border-radius: 20px;
  padding: 80px 0;
}
.multiple-columns img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 20px;
}

.block-hero-home {
  margin-bottom: 45px;
}
.block-hero-home__beerdome {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 600px;
  border-radius: 10px 0 0 10px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .block-hero-home__beerdome {
    height: 500px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.block-hero-home__beerdome h1 {
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
}
.block-hero-home__beerdome .img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.block-hero-home__beerdome .img-container div {
  z-index: 1;
  text-align: center;
}
.block-hero-home__beerdome .img-container::after {
  border-radius: 10px 0 0 10px;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(2, 61, 50, 0.8) 0%, rgba(27, 52, 47, 0.8) 100%);
}
.block-hero-home__beerdome .img-container .alert {
  position: absolute;
  width: auto;
  border-radius: 8px 0 0 0;
  color: #fff;
  height: auto;
  padding: 12px 40px;
  text-align: center;
  background-color: #E40053;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .block-hero-home__beerdome .img-container .alert {
    padding: 12px 25px;
  }
}
.block-hero-home__beerdome .img-container .alert b {
  font-weight: 600;
}
.block-hero-home__beerdome img {
  height: 525px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 0 0 10px;
}
.block-hero-home__beerdome::before {
  background-image: url(./assets/beerdome-plant-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  right: -20px;
  top: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .block-hero-home__beerdome::before {
    width: 150px;
    height: 150px;
  }
}
.block-hero-home__beerdome::after {
  background-image: url(./assets/beerdome-plant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  left: -20px;
  bottom: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .block-hero-home__beerdome::after {
    z-index: auto;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .block-hero-home .arrows {
    display: none;
  }
}
.block-hero-home .nav-blocks {
  height: 600px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .block-hero-home .nav-blocks {
    display: block;
    height: 97%;
  }
}
@media (max-width: 991.98px) {
  .block-hero-home .nav-blocks {
    /* the slides */
  }
  .block-hero-home .nav-blocks .slick-slide .block {
    width: 82vw;
    height: 300px;
    border-radius: 10px;
  }
  .block-hero-home .nav-blocks .slick-slide {
    margin: 0 10px;
  }
}
.block-hero-home__beerpackage {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 5px;
  padding: 20px 15px;
}
.block-hero-home__beerpackage .title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.block-hero-home__beerpackage .title b {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .block-hero-home__beerpackage .title b {
    display: block;
    font-size: 24px;
    margin-top: 10px;
  }
}
.block-hero-home__beerpackage a {
  color: #fff;
  padding: 10px 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #48C291;
  border-radius: 50px;
  margin-top: 10px;
}
.block-hero-home__loyalty {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  padding: 20px 15px;
  border-radius: 0 10px 0 0;
  z-index: 1;
  position: relative;
  color: #222222;
}
.block-hero-home__loyalty p {
  color: #222222;
  line-height: 1.5;
  margin-bottom: 10px;
}
.block-hero-home__loyalty::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 0;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(148, 125, 178) 0%, rgba(194, 169, 225, 0.99) 100%);
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .block-hero-home__loyalty::after {
    border-radius: 10px;
  }
}
.block-hero-home__loyalty * {
  z-index: 2;
}
.block-hero-home__loyalty .title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #222222;
  margin-bottom: 10px;
}
.block-hero-home__gift {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 5px;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 0 10px 0 0;
}
@media (max-width: 991.98px) {
  .block-hero-home__gift {
    margin-bottom: 0;
  }
}
.block-hero-home__gift .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.block-hero-home__gift a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.block-hero-home__gift a i {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: 1px;
}
.block-hero-home__sale {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 5px;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 0 0 10px 0;
}
@media (max-width: 991.98px) {
  .block-hero-home__sale {
    margin-bottom: 0;
  }
}
.block-hero-home__sale a {
  display: block;
  text-align: center;
}
.block-hero-home__sale .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  line-height: 1.5;
}
.block-hero-home__sale .title b {
  font-size: 40px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.block-hero-page {
  margin-bottom: 45px;
  margin-top: 10px;
}
.block-hero-page img {
  height: 375px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.block-hero-page h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1;
}
.block-hero-page #breadcrumbs {
  margin-top: 6px;
}
.block-hero-page p {
  margin-top: 20px;
}

.block-hero-landing {
  margin-bottom: 30px;
}
.block-hero-landing .hero-bg {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.block-hero-landing .hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(34, 34, 34, 0.8) 100%), url(<path-to-image>) lightgray -194.927px 0px/116.366% 120.882% no-repeat;
}
.block-hero-landing .content-container {
  padding: 30px 0;
}
.block-hero-landing .content-container h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.block-hero-landing .content-container #breadcrumbs {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #fff;
}
.block-hero-landing .content-container p {
  color: #fff;
}
.block-hero-landing .content-container .btn {
  margin-top: 20px;
}
.block-hero-landing .img-container {
  width: 100%;
  position: relative;
  bottom: -50px;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .block-hero-landing .img-container {
    bottom: 0;
    margin-bottom: 20px;
    padding: 30px;
  }
}
.block-hero-landing .img-container img {
  width: 100%;
  object-fit: contain;
  height: 400px;
}
@media (max-width: 991.98px) {
  .block-hero-landing .img-container img {
    height: 300px;
  }
}
.block-hero-landing ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .block-hero-landing ul {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.block-hero-landing ul li {
  font-weight: 500;
  color: #222222;
}
.block-hero-landing ul i {
  margin-right: 8px;
  color: #48C291;
}

.block-new-products {
  margin-top: 100px;
  /* the slides */
  /* the parent */
}
@media (max-width: 991.98px) {
  .block-new-products {
    background: #F5F5F5;
    padding: 40px 0;
  }
}
.block-new-products h2 {
  text-align: center;
  margin-bottom: 30px;
}
.block-new-products h2 b {
  border: 2px solid #222222;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 500;
  margin: 0 4px;
}
.block-new-products .btn-black {
  text-align: center;
  margin-top: 35px;
}
.block-new-products .js-newproducts {
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .block-new-products .js-newproducts {
    padding: 0 25px;
    width: 100%;
  }
}
.block-new-products .slick-slide {
  margin: 10px 15px;
}
.block-new-products .slick-list {
  margin: 0 -15px;
}

.block-brands {
  margin-top: 100px;
  overflow: hidden;
  /* the slides */
  /* the parent */
}
.block-brands .slick-slide {
  margin: 10px 15px;
}
.block-brands .slick-list {
  margin: 0 -15px;
  overflow: visible;
}
.block-brands .brand-slide {
  border-radius: 10px;
  border: 1px solid #DDD;
}
.block-brands .brand-slide .brand-image {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-brands .brand-slide .brand-image:hover img {
  filter: unset;
}
.block-brands .brand-slide .brand-image img {
  width: 120px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}
.block-brands .d-flex {
  margin-bottom: 10px;
}
.block-brands .arrow-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-brands .arrow-container a {
  text-decoration: underline;
  font-weight: 600;
  color: #222222;
}
@media (max-width: 991.98px) {
  .block-brands .arrow-container a {
    display: none;
  }
}

.block-cato-btns {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .block-cato-btns .row {
    gap: 30px;
  }
}
.block-cato-btns .cta-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-cato-btns .cta-block img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 10px;
}
.block-cato-btns .cta-block .subtitle {
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 1px;
}
.block-cato-btns .cta-block .title {
  color: #222222;
  display: block;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .block-cato-btns .cta-block .title {
    font-size: 23px;
  }
}
.block-cato-btns .cta-block .title::after {
  content: "\f061";
  position: relative;
  top: 2px;
  font-size: 16px;
  font-family: "Fontawesome";
}

.block-about-untappd {
  margin-top: 100px;
}
.block-about-untappd img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 991.98px) {
  .block-about-untappd img {
    height: 390px;
  }
}
.block-about-untappd .content-container {
  position: relative;
  background-color: #023D32;
  border-radius: 20px;
  overflow: hidden;
}
.block-about-untappd .content-container::after {
  background-image: url(./assets/beerdome-plant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 200px;
  height: 200px;
  transform: rotateY(180deg);
  opacity: 0.3;
}
@media (max-width: 991.98px) {
  .block-about-untappd .content-container::after {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991.98px) {
  .block-about-untappd .inner {
    padding: 35px 20px;
  }
}
.block-about-untappd .inner p {
  color: #e8e8e8;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.block-about-untappd .inner h2 {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
}
.block-about-untappd .inner h2 img {
  display: none;
}
.block-about-untappd .inner img {
  content: "";
  background-image: url(./assets/beerdome-plant-2.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  position: relative;
}

.home .block-about-untappd h2 {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .home .block-about-untappd h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.home .block-about-untappd h2 img {
  display: block;
}

.block-contact {
  margin-top: 100px;
  background-color: #F2F2F2;
}
.block-contact .d-flex {
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .block-contact .d-flex {
    flex-direction: column;
  }
}
.block-contact img {
  width: 40%;
  height: 100%;
  object-fit: cover;
  height: -webkit-fill-available;
}
@media (max-width: 991.98px) {
  .block-contact img {
    height: 400px;
    width: 100%;
  }
}
.block-contact .content {
  width: 60%;
  position: relative;
  overflow: hidden;
  height: -webkit-fill-available;
}
@media (max-width: 991.98px) {
  .block-contact .content {
    width: 100%;
  }
}
.block-contact .content::before {
  background-image: url(./assets/beerdome-plant-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  left: -30px;
  bottom: -50px;
  width: 200px;
  height: 200px;
  opacity: 0.6;
  position: absolute;
  transform: rotateY(180deg);
  transform: rotate(161deg);
}
.block-contact .content .inner {
  width: 60%;
  padding: 30px 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-subscription {
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .block-subscription {
    padding: 40px 10px;
  }
}
.block-subscription::after {
  content: "";
  background-color: #FACCDD;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  z-index: -1;
}
.block-subscription ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.block-subscription ul li {
  color: #222222;
  display: flex;
  align-items: center;
}
.block-subscription ul li::before {
  content: "\f058";
  font-family: "Fontawesome";
  margin-right: 5px;
  position: relative;
}
.block-subscription p {
  color: #222222;
  line-height: 1.6;
}
.block-subscription .img-container {
  position: relative;
  text-align: center;
}
.block-subscription .img-container .label {
  position: absolute;
  z-index: 1;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  background-color: #E40053;
  border-radius: 5px;
  color: #fff;
  width: auto;
  height: auto;
  right: 30px;
  bottom: 26%;
}
.block-subscription .img-container img {
  height: auto;
  width: 100%;
  max-width: 400px;
  object-fit: contain;
  object-position: center;
}
.block-subscription .btn-red {
  margin-bottom: 60px;
  margin-top: 20px;
}

.single-post__featured-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .single-post__featured-image {
    height: 300px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.single-post__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.single-post__article {
  padding: 0 0 80px 0;
}
@media (max-width: 767.98px) {
  .single-post__article {
    padding: 0 0 60px 0;
  }
}
.single-post__header {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.single-post__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .single-post__title {
    font-size: 32px;
  }
}
.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  color: #6B706A;
}
.single-post__meta span {
  display: flex;
  align-items: center;
}
.single-post__meta span::before {
  content: "•";
  margin-right: 8px;
  color: #48C291;
}
.single-post__meta span:first-child::before {
  display: none;
}
.single-post__categories a {
  color: #48C291;
  text-decoration: none;
  font-weight: 600;
}
.single-post__categories a:hover {
  text-decoration: underline;
}
.single-post__content {
  font-size: 17px;
  line-height: 1.8;
  color: #6B706A;
}
.single-post__content h1, .single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6 {
  color: #222222;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.single-post__content h1 {
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .single-post__content h1 {
    font-size: 32px;
  }
}
.single-post__content h2 {
  font-size: 32px;
}
@media (max-width: 767.98px) {
  .single-post__content h2 {
    font-size: 28px;
  }
}
.single-post__content h3 {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .single-post__content h3 {
    font-size: 24px;
  }
}
.single-post__content h4 {
  font-size: 22px;
}
.single-post__content h5 {
  font-size: 19px;
}
.single-post__content h6 {
  font-size: 17px;
}
.single-post__content p {
  margin-bottom: 24px;
}
.single-post__content p:last-child {
  margin-bottom: 0;
}
.single-post__content a {
  color: #48C291;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s ease;
}
.single-post__content a:hover {
  color: rgb(53.75, 161.25, 118.0737704918);
  text-decoration: none;
}
.single-post__content ul, .single-post__content ol {
  margin-bottom: 24px;
  padding-left: 30px;
}
.single-post__content ul li, .single-post__content ol li {
  margin-bottom: 12px;
  line-height: 1.8;
}
.single-post__content ul {
  list-style-type: disc;
}
.single-post__content ul li::marker {
  color: #48C291;
}
.single-post__content ol {
  list-style-type: decimal;
}
.single-post__content ol li::marker {
  color: #48C291;
  font-weight: 600;
}
.single-post__content blockquote {
  margin: 40px 0;
  padding: 25px 30px;
  background: #f9f9f9;
  border-left: 4px solid #48C291;
  font-style: italic;
  color: #222222;
}
@media (max-width: 767.98px) {
  .single-post__content blockquote {
    margin: 30px 0;
    padding: 20px;
  }
}
.single-post__content blockquote p {
  margin-bottom: 0;
}
.single-post__content blockquote cite {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-style: normal;
  color: #6B706A;
}
.single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
}
.single-post__content figure {
  margin: 30px 0;
}
.single-post__content figure img {
  margin: 0;
}
.single-post__content figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: #6B706A;
  text-align: center;
  font-style: italic;
}
.single-post__content table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .single-post__content table {
    display: block;
    overflow-x: auto;
  }
}
.single-post__content table thead {
  background: #f5f5f5;
}
.single-post__content table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #222222;
  border-bottom: 2px solid #48C291;
}
.single-post__content table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.single-post__content table tbody tr:hover {
  background: #f9f9f9;
}
.single-post__content table tbody td {
  padding: 15px;
}
.single-post__content code {
  padding: 3px 8px;
  background: #f5f5f5;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #e74c3c;
}
.single-post__content pre {
  margin: 30px 0;
  padding: 20px;
  background: #2c3e50;
  border-radius: 8px;
  overflow-x: auto;
}
.single-post__content pre code {
  padding: 0;
  background: transparent;
  color: #ecf0f1;
  font-size: 14px;
}
.single-post__content hr {
  margin: 40px 0;
  border: none;
  border-top: 2px solid #e0e0e0;
}
.single-post__footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.single-post__tags {
  font-size: 15px;
}
.single-post__tags-label {
  font-weight: 600;
  color: #222222;
  margin-right: 10px;
}
.single-post__tags a {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px 5px 5px 0;
  background: #f5f5f5;
  color: #6B706A;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.single-post__tags a:hover {
  background: #48C291;
  color: white;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Work Sans", sans-serif;
  overscroll-behavior-y: none;
  color: #6B706A;
}

.heading {
  color: #212529;
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.heading--inverted {
  color: white;
}

@media (min-width: 768px) {
  .content--md-right {
    text-align: right;
  }
}
.content p, .content ul {
  font-size: 15px;
  line-height: 2rem;
  color: #6B706A;
}

.content p {
  margin-bottom: 20px;
}

.content ul li {
  list-style: disc;
  margin-left: 18px;
}

.content ul {
  margin-bottom: 20px;
}

.content--barlow {
  font-family: "Questrial", sans-serif;
}

.content--inverted p, .content--inverted ul {
  color: #fff;
}

.content h2 {
  margin-bottom: 12px;
  font-size: 2.625rem;
  line-height: 3.3125rem;
  color: #231F20;
}

@media (max-width: 767.98px) {
  .content h2 {
    font-size: 1.25rem;
  }
}
.btn {
  transition: all 0.2s ease-in-out;
  background: #222222;
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 0.5s ease;
  padding: 14px 40px;
  font-size: 15px;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn--round {
  padding: unset;
  height: 49px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--round svg {
  height: 20px;
}

.btn--round svg * {
  fill: white;
}

.btn-primary {
  background-color: #48C291;
}

.btn-primary:hover {
  background-position: #5CD6A5;
}

.btn--link {
  color: #212529;
  background: none;
}

.btn--link svg {
  width: 13px;
  height: 13px;
}

.btn--link svg * {
  fill: #212529;
}

.btn-white {
  color: #222222;
  background: #fff;
  font-weight: 500;
}

.btn-white:hover {
  background-color: #023D32;
  color: #fff;
}

.btn-white i {
  font-weight: 500;
}

.btn-outline {
  background: transparent;
  border: 1px solid #6B706A;
  color: #6B706A;
}

.btn-outline:hover {
  background: #6B706A;
  color: #fff;
}

.btn-red {
  background: #E40053;
  color: #fff;
}

.btn-red:hover {
  background: #222222;
  color: #fff;
}

.btn--call-link {
  background: none;
}

.btn--call-link svg {
  width: 1rem;
}

.btn--call-link svg * {
  fill: white;
}

.btn--brown {
  background: #A8806C;
  color: white;
}

.btn--brown:hover {
  background: rgb(157.3653846154, 114.5448717949, 93.1346153846);
  color: white;
}

.btn--brown svg {
  height: 12px;
}

.btn--brown svg * {
  fill: white;
}

.btn--full {
  width: 100%;
}

.bg--brown {
  background: #83574D;
}

.bg--light-brown {
  background: #FCF6F3;
}

.link {
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .link {
    transition: none;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .page-id-93 .woocommerce {
  width: 90%;
  margin: 0 auto !important;
  padding-top: 30px;
}

.page-id-93 .woocommerce .woocommerce-MyAccount-navigation {
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 30px 20px;
}

.page-id-93 .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-block-cart__submit-button, .wp-element-button {
  background: #48C291;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
}

.label {
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 1rem;
}

.label--xs {
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
}

.label--orange {
  background: rgba(255, 94, 13, 0.7);
  color: #B65B2D;
}

.label--yellow {
  background: rgba(255, 199, 89, 0.7);
  color: #B18B3F;
}

.breadcrumbs {
  margin-bottom: 3px;
}

.breadcrumbs--mb {
  margin-bottom: 40px;
}

.breadcrumbs--inverted a, .breadcrumbs--inverted strong {
  color: white;
  font-weight: 600;
}

.breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 500;
}

.breadcrumbs strong {
  font-weight: 700;
}

.breadcrumbs__chevron {
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath d='M3.639 9.875a.688.688 0 0 1 0-.972L7.042 5.5 3.64 2.097a.687.687 0 0 1 .972-.972l3.89 3.89a.688.688 0 0 1 0 .971l-3.89 3.89a.687.687 0 0 1-.972 0Z' fill='%23231F20'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  height: 10px;
  width: 9px;
  display: inline-block;
}

.breadcrumbs--inverted .breadcrumbs__chevron {
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath d='M3.639 9.875a.688.688 0 0 1 0-.972L7.042 5.5 3.64 2.097a.687.687 0 0 1 .972-.972l3.89 3.89a.688.688 0 0 1 0 .971l-3.89 3.89a.687.687 0 0 1-.972 0Z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat center center;
}

.buttons-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .buttons-row {
    gap: 4px;
    justify-content: center;
  }
}
.wpgb-main .product-card {
  padding: 25px 20px !important;
  margin-bottom: 16px !important;
}

.wp-grid-builder .wpgb-card [class*=wpgb-block-] {
  white-space: unset !important;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}

.product-card {
  padding: 15px 20px !important;
  border-radius: 10px !important;
  background: #FFF !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
}

.product-card:hover img {
  transform: scale(1.02);
  transition: ease-in-out 0.3s;
}

.product-card h3 {
  color: var(--222222, #222) !important;
  font-family: "Work Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.product-card .cat {
  color: var(--6-b-706-a, #6B706A) !important;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  margin-bottom: 3px;
  display: block;
}

.product-card .product-image {
  text-align: center !important;
  position: relative;
}

.product-card .product-image .onsale {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  border: 2px solid #48C291;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  color: #48C291;
  background-color: transparent !important;
  line-height: 1 !important;
  min-height: unset !important;
  min-width: unset !important;
  font-size: 15px !important;
}

.product-card .product-image .low-stock {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 10px;
  background-color: #E40053;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
}

.product-card .product-image img {
  width: 100% !important;
  height: 280px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin-bottom: 20px !important;
}

.product-card .product-info {
  margin-top: 3px !important;
}

.product-card .product-info p {
  color: #222222;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.product-card .product-price {
  margin-top: 5px !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}

.product-card .product-price ins {
  text-decoration: none !important;
  color: #222222;
  font-family: "Work Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-card .product-price del {
  color: #AAA;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-card .d-flex {
  padding-top: 8px !important;
  margin-top: 10px !important;
}

.product-card .product-cart {
  margin-top: 10px !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

.product-card .product-cart form {
  margin-bottom: 0 !important;
  display: flex;
  gap: 5px;
  align-items: center;
}

.header__static-nav {
  position: relative;
}

.header__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.header__cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
}

.header__cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 380px;
  max-width: 420px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.header__static-nav:hover .header__cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__cart-dropdown.show-cart {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  display: block !important;
}

.cart-dropdown__items {
  max-height: 400px;
  overflow-y: auto;
}

.cart-dropdown__items::-webkit-scrollbar {
  width: 6px;
}

.cart-dropdown__items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.cart-dropdown__items::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.cart-dropdown__items::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cart-dropdown__item {
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.cart-dropdown__item:last-child {
  border-bottom: none;
}

.cart-item__image {
  flex-shrink: 0;
  border: 1px solid #DDDDDD;
  padding: 3px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item__image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.cart-item__details {
  flex: 1;
  min-width: 0;
  padding-left: 12px;
}

.cart-item__title {
  margin: 0 0 6px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}

.cart-item__meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 6px;
}

.cart-item__quantity,
.cart-item__attribute {
  font-size: 13px;
  color: #666;
}

.cart-item__price {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-item__remove i {
  font-size: 15px !important;
}

.cart-item__remove {
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.cart-item__remove:hover {
  opacity: 1;
}

.cart-dropdown__footer {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
}

.cart-dropdown__shipping {
  font-size: 13px;
  color: #666;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-dropdown__shipping--free i {
  font-size: 18px !important;
  color: #48C291 !important;
}

.cart-dropdown__totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.cart-dropdown__totals strong {
  font-size: 16px;
  color: #141414;
}

.header__cart-dropdown .container-popup {
  padding: 15px 15px 0 15px;
}

.header__cart-dropdown .title {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #141414;
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
  max-width: 100% !important;
}

.cart-dropdown__btn {
  display: block;
  padding: 12px;
  background: #5EDEA8;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: background 0.3s;
}

.cart-dropdown__btn:hover {
  background: #48C291;
}

.cart-dropdown__empty {
  padding: 40px 20px;
  text-align: center;
  color: #999;
}

.product-card .product-cart input[type=number] {
  width: 40px !important;
  text-align: center !important;
  padding: 12px 5px !important;
  border-radius: 10px !important;
  border: 1px solid #E2E2E2 !important;
  position: relative !important;
  margin-right: 3px !important;
}

.product-card .product-cart button {
  background: #48C291 !important;
  border: none !important;
  padding: 10px 15px !important;
  border-radius: 50px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

.product-card .product-cart button i {
  font-weight: 400 !important;
  margin-right: 3px !important;
  font-size: 15px !important;
}

.product-card .product-cart button:hover {
  background: #48C291 !important;
}

.wpgb-card-2 .wpgb-card-media.wpgb-scheme-light {
  height: 300px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.wpgb-card-2 .wpgb-card-media-thumbnail {
  border-radius: 10px;
}

.wpgb-card-2 .wpgb-card-media-content > div {
  position: relative !important;
}

.wpgb-card-2 .wpgb-card-content {
  padding: 10px !important;
}

.blog .blog-top {
  padding: 40px 0;
}

.blog .blog-top .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  border-radius: 50px;
  padding: 5px;
  margin-bottom: 12px;
}

.blog .blog-top .icon i {
  font-size: 15px;
  color: #48C291;
}

.blog .blog-top h1 {
  font-size: 35px;
}

.blog .blog-top .filter .title {
  font-weight: 600;
  display: block;
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}

.blog .blog-top .filter .wpgb-facet .wpgb-button[aria-pressed=true] {
  background-color: #222222 !important;
  border-color: #222222 !important;
}

.blog .blog-container {
  margin-top: 40px;
}

.product__top {
  padding: 10px 0;
}

.product__content {
  padding-top: 20px;
  padding-bottom: 50px;
}

.product__content h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 5px;
}

.product__content .productinfo-container {
  margin-top: 20px;
}

.product__content .product-stock-info {
  margin-bottom: 22px;
  margin-left: 15px;
}

.product__content .related-products strong {
  color: #222222;
}

.product__content .specs-anchor {
  display: block;
  width: 100%;
  text-align: right;
  color: #E40053;
  font-weight: 600;
  text-decoration: underline;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  margin-bottom: 25px;
}

.product__content .variations-roof {
  margin-bottom: 30px;
}

.product__content .variations-roof select {
  padding: 8px;
  margin-top: 5px;
}

.product__content .variations-roof label {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.product__images-container {
  position: relative;
}

.product__images {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 10px;
}

.product__images::before {
  background-image: url(./assets/beerdome-plant-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  right: -20px;
  top: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0.3;
}

.product__images::after {
  background-image: url(./assets/beerdome-plant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  left: -20px;
  bottom: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0.3;
}

.product__images img {
  height: 530px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}

.product__images .product__label {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 8px 20px;
  background-color: #E40053;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.product__images-nav {
  /* the slides */
  /* the parent */
}

.product__images-nav .slick-slide {
  margin: 0 5px;
}

.product__images-nav .slick-list {
  margin: 0 -5px;
}

.product__images-nav img {
  height: 80px;
  width: 100px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  border: 1px solid #D6E1ED;
  background: #FFF;
  border-radius: 5px;
}

.product__images-nav .slick-current img {
  border: 1px solid #48C291;
}

.product__images-nav .slick-track {
  margin-left: 0;
}

.product__details {
  gap: 10px;
  align-items: center;
  display: flex;
  color: #222222;
}

.product__details strong {
  margin-bottom: 5px;
  display: inline-block;
}

.product__price {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__price .product__price-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 15px;
  text-decoration: none;
}

.product__price .product__price-inner bdi {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #222222;
}

.product__price .product__price-inner .incl-btw {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #222222;
}

.product__price .product__price-inner del {
  font-size: 20px;
  color: #AAA;
}

.product__price .product__price-inner del bdi {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #AAA;
}

.product__price .product__price-text {
  font-weight: 500;
}

.product__add-to-cart form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product__add-to-cart input {
  height: 35px;
  border-radius: 3px;
  border: 1px solid #D6E1ED;
  background: #FFF;
}

.product__add-to-cart button.single_add_to_cart_button {
  padding: 15px 70px;
  background-color: #48C291 !important;
  font-size: 16px;
  border-radius: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__add-to-cart button.single_add_to_cart_button:hover {
  background-color: #181818 !important;
}

.product__add-to-cart button.single_add_to_cart_button::before {
  content: "";
  background-image: url(./assets/crate.svg);
  height: 22px;
  width: 22px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -1px;
  margin-right: 12px;
  filter: invert(1);
}

.product__anchors {
  margin-top: 40px;
}

.product__anchors .outer-container {
  background: #E7EBFA;
  margin-bottom: 20px;
  display: flex;
}

.product__anchors .outer-container a {
  padding: 15px 20px;
  display: block;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #222222;
}

.product__usp {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.product__usp .d-flex {
  gap: 15px;
}

.product__usp .d-flex i {
  font-size: 30px;
  color: #222222;
}

.product__usp .d-flex .usp-title {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.49px;
  color: #222222;
  margin-bottom: 5px;
}

.product__usp .d-flex p {
  line-height: 1;
  font-size: 14px;
}

.product__usp .divider {
  height: 100%;
  min-height: 40px;
  position: relative;
  border-right: 1px solid #C3C3C3;
  border-radius: 3px;
}

.product .product-accordion {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  margin-top: 32px;
}

.product .product-accordion span {
  font-size: 15px;
  color: #222222;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product .product-accordion .accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1rem;
  cursor: pointer;
}

.product .product-accordion .accordion-toggle p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
  letter-spacing: 0.455px;
}

.product .product-accordion .accordion-toggle svg {
  transition: transform 0.3s;
}

.product .product-accordion .accordion-toggle.active svg {
  transform: rotate(180deg);
}

.product .product-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.product__block {
  padding-bottom: 40px;
}

.product__block h2 {
  font-size: 30px;
}

.product__block .outer-container {
  background-color: #fff;
  padding: 35px 15px;
}

.product__specs-upsell ul.specs {
  list-style: none;
}

.product__specs-upsell ul.specs li {
  padding: 12px 15px;
  display: flex;
  align-items: center;
}

.product__specs-upsell ul.specs li strong {
  flex: 1 0 50%;
  color: #222222;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 200% */
  letter-spacing: 0.45px;
}

.product__specs-upsell ul.specs li span {
  flex: 1 0 50%;
}

.product__specs-upsell ul.specs li:nth-child(odd) {
  background: #f5f5f5;
}

.product__specs-upsell button.load-more-button {
  width: 100%;
  border: 1px solid #222222;
  color: #222222;
  background: transparent;
  padding: 14px 30px;
  text-align: center;
  border-radius: 0;
}

.product__specs-upsell .product-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.product__specs-upsell .product-block__image img {
  width: 100px;
  height: 100%;
  object-fit: contain;
}

.product__specs-upsell .product-block__title a {
  color: #222222;
  font-family: "Questrial", sans-serif;
  max-width: 250px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 112.5% */
  margin-bottom: 5px;
  display: block;
}

.product__specs-upsell .product-block__title span {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #222222;
}

.product__specs-upsell .product-block__footer .product-price bdi {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #222222;
}

.product__specs-upsell .product-block__footer .product-price .vat {
  display: block;
}

.product__specs-upsell .product-block__footer .product-price .vat bdi {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #6B706A;
}

.product__specs-upsell .product-block__footer .product-cart form {
  margin-top: 10px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}

.product__specs-upsell .product-block__footer .product-cart input[type=number] {
  width: 65px;
  text-align: center;
  padding: 12px 5px;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  position: relative;
  margin-right: 3px;
}

.product__specs-upsell .product-block__footer .product-cart button {
  background: #48C291;
  border: none;
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}

.product__specs-upsell .product-block__footer .product-cart button i {
  font-weight: 400;
  margin-right: 3px;
  font-size: 20px;
}

.product__specs-upsell .product-block__footer .product-cart button:hover {
  background: #059629;
}

.product__upsell {
  padding-top: 80px;
  padding-bottom: 20px;
  margin-top: 40px;
  position: relative;
  /* the slides */
  /* the parent */
}

.product__upsell::after {
  content: "";
  position: absolute;
  background: #F2F2F2;
  left: 0;
  top: 0;
  height: 80%;
  width: 100%;
  z-index: -1;
}

.product__upsell h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
}

.product__upsell .slick-slide {
  margin: 10px 15px;
}

.product__upsell .slick-list {
  margin: 0 -15px;
}

.topbar {
  position: relative;
  color: #6B706A;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  padding: 12px 0;
}

.topbar__green {
  color: #fff;
}

.topbar__green::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #023D32;
  border-radius: 0 0 100px 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .topbar__green::after {
    width: 100%;
    border-radius: 0;
  }
}
.topbar__green img {
  width: 205px;
  height: 25px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .topbar__green img {
    display: none;
  }
}
.topbar__green ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

@media (max-width: 767.98px) {
  .topbar__green ul li {
    display: none;
  }
  .topbar__green ul li:first-child {
    display: block;
  }
}
.topbar__green ul li {
  font-size: 14px;
}

.topbar__nav img {
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .topbar__nav #menu-topbar li {
    display: none;
  }
  .topbar__nav #menu-topbar li:last-child {
    display: block;
  }
  .topbar__nav #menu-topbar .gt_switcher-popup span {
    display: none;
  }
}
.topbar__primary {
  display: flex;
  align-items: center;
  gap: 30px;
}

.topbar__primary a {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
}

.header {
  z-index: 14;
  padding: 25px 0;
  position: relative;
  background: white;
}

@media (max-width: 767.98px) {
  .header {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .header {
    border-bottom: 1px solid #efefef;
  }
}
.header__site-logo img {
  width: 190px;
  height: 100%;
  object-fit: contain;
  max-width: unset;
}

@media (max-width: 767.98px) {
  .header .dgwt-wcas-search-wrapp {
    display: none;
  }
}
.header__static-nav {
  display: flex;
  gap: 1.5rem;
}

.header__account {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  color: #6B706A;
}

.header__account svg {
  width: 19px;
}

.header__cart {
  position: relative;
}

.header__cart svg {
  height: 30px;
}

.header__cart svg * {
  fill: white;
}

.header__btns {
  display: flex;
  gap: 35px;
  justify-content: end;
}

@media (max-width: 991.98px) {
  .header__btns {
    gap: 23px;
  }
}
.header__btns i {
  font-size: 25px;
  color: #222222;
}

.header__btns .untappd {
  gap: 10px;
  font-size: 15px;
  color: #222222;
  font-style: italic;
}

@media (max-width: 767.98px) {
  .header__btns .untappd {
    display: none !important;
  }
}
.header__cart-count {
  position: absolute;
  background: #48C291;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -8px;
}

.header .header__hamburger {
  cursor: pointer;
  padding: 10px;
  background-color: #48C291;
  border-radius: 3px;
  transition: transform 0.3s ease;
  z-index: 1001;
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header__hamburger:hover {
  transform: scale(1.1);
}

.header .header__hamburger .hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.header .header__hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.header .header__hamburger .hamburger-inner, .header .header__hamburger .hamburger-inner::before, .header .header__hamburger .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.header .header__hamburger .hamburger-inner::before, .header .header__hamburger .hamburger-inner::after {
  content: "";
  display: block;
}

.header .header__hamburger .hamburger-inner::before {
  top: -8px;
}

.header .header__hamburger .hamburger-inner::after {
  bottom: -8px;
}

.header .header__hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  background-color: #fff;
}

.header .header__hamburger.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  background-color: #fff;
}

.header .header__hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  background-color: #fff;
}

.header .header__hamburger svg {
  width: 2rem;
  opacity: 0;
  position: absolute;
}

.header .header__hamburger svg * {
  stroke: #FB9B08;
  transition: stroke 0.3s ease;
}

.header .header__hamburger.is-active svg * {
  stroke: #fff;
}

.nav {
  padding-top: 32px;
}

.nav__list {
  display: flex;
  gap: 40px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .nav {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .nav.is-active {
    transform: translateX(0);
  }
  .nav.is-active::before {
    opacity: 1;
    visibility: visible;
  }
  .nav #menu-primary {
    flex-direction: column;
    align-items: start;
    padding: 0 15px;
  }
}
.nav .extra-nav {
  display: none;
}

@media (max-width: 1199.98px) {
  .nav .extra-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    gap: 40px;
    border-top: 1px solid #DFDFDF;
  }
}
.nav .menu-item-sale {
  padding: 5px 14px;
  border-radius: 3px;
  border: 2px solid #48C291;
  color: #48C291;
  font-weight: 600;
}

.nav .menu-item-sale:hover {
  color: #fff;
  background-color: #48C291;
}

.nav .menu-item-sale i {
  font-size: 14px;
  font-weight: 600;
}

.nav__item {
  color: #222222;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.nav__item--has-dropdown > .nav__link {
  display: flex;
  gap: 12px;
}

.nav__item--has-dropdown > .nav__link svg {
  transition: all 0.2s ease-in-out;
  width: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .nav__item--has-dropdown > .nav__link svg {
    transition: none;
  }
}
.footer {
  background: #141414;
  color: white;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.footer__top {
  padding: 60px 0;
  background-color: #023D32;
  margin-bottom: 50px;
}

.footer__top .title {
  display: block;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
}

@media (max-width: 991.98px) {
  .footer__top .title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.footer__top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 991.98px) {
  .footer__top p {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer__top .frm_fields_container {
    flex-direction: row;
  }
}
.footer__top fieldset, .footer__top .form-field {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.footer__top input {
  border-radius: 50px !important;
}

.footer__top .frm_forms button {
  margin: 4px 0 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  border-radius: 50px !important;
}

.footer__top .frm_forms button::before {
  content: "\f061";
  font-family: "Fontawesome";
  font-size: 18px;
}

.footer::before {
  content: "";
  bottom: -40px;
  left: -30px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/08/footer-img-1.png);
  height: 180px;
  width: 210px;
  background-size: contain;
  transform: rotate(28deg);
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .footer::before {
    height: 30px;
    width: 30px;
    bottom: -2px;
    left: -2px;
  }
}
.footer::after {
  content: "";
  bottom: -10px;
  right: -20px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/08/footer-img-2.png);
  height: 195px;
  width: 165px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .footer::after {
    height: 30px;
    width: 30px;
    bottom: -2px;
    right: -2px;
  }
}
.footer h3 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  margin-bottom: 12px;
}

.footer__copyright {
  margin: 20px 0;
  padding-top: 45px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.35px;
}

@media (min-width: 992px) {
  .footer__copyright .row {
    gap: 12px;
  }
}
.footer__copyright img {
  height: 35px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.footer__copyright .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__copyright .socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background-color: #fff;
  border-radius: 50px;
}

.footer__copyright .socials a i {
  color: #222222;
  font-size: 18px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 991.98px) {
  .footer__nav {
    margin-bottom: 30px;
  }
}
.footer__nav a {
  color: #F8F8F8;
}

.footer .last {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer .last p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F8F8F8;
  line-height: 1;
}

.footer .last a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .last a i {
  color: #48C291;
}

.footer__trustpilot {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.footer__trustpilot img {
  width: 100px;
  height: 25px;
  object-position: left;
  object-fit: contain;
}

.footer__trustpilot a {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__under {
  background-color: #202020;
  padding: 18px 0;
  margin-top: 50px;
}

.footer__under ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .footer__under ul li {
    display: none;
  }
  .footer__under ul li:first-of-type() {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer__under ul {
    width: 80%;
    margin: 0 auto;
  }
}
table {
  width: 100%;
  margin-bottom: 20px;
}

.multiple-columns {
  margin-top: 100px;
}

.multiple-columns a {
  text-decoration: underline;
  color: #181818;
}

.multiple-columns h4 {
  margin-top: 20px;
  font-size: 17px;
}

.multiple-columns strong {
  margin-top: 35px;
  display: inline-block;
}

.multiple-columns ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}

.multiple-columns ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.multiple-columns li {
  margin-bottom: 12px;
  list-style: unset;
}

.multiple-columns h2 {
  font-size: 26px;
}

@media (min-width: 768px) {
  .multiple-columns.left .multiple-columns__wysiwyg {
    padding-left: 40px;
  }
  .multiple-columns.right .multiple-columns__wysiwyg {
    padding-left: 40px;
  }
}
.multiple-columns.bg .outer-container {
  background: #F2F2F2;
  border-radius: 20px;
  padding: 80px 0;
}

.multiple-columns img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 20px;
}

.block-hero-home {
  margin-bottom: 45px;
}

.block-hero-home__beerdome {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 600px;
  border-radius: 10px 0 0 10px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .block-hero-home__beerdome {
    height: 500px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.block-hero-home__beerdome h1 {
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
}

.block-hero-home__beerdome .img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.block-hero-home__beerdome .img-container div {
  z-index: 1;
  text-align: center;
}

.block-hero-home__beerdome .img-container::after {
  border-radius: 10px 0 0 10px;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(2, 61, 50, 0.8) 0%, rgba(27, 52, 47, 0.8) 100%);
}

.block-hero-home__beerdome .img-container .alert {
  position: absolute;
  width: auto;
  border-radius: 8px 0 0 0;
  color: #fff;
  height: auto;
  padding: 12px 40px;
  text-align: center;
  background-color: #E40053;
  bottom: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .block-hero-home__beerdome .img-container .alert {
    padding: 12px 25px;
  }
}
.block-hero-home__beerdome .img-container .alert b {
  font-weight: 600;
}

.block-hero-home__beerdome img {
  height: 525px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 0 0 10px;
}

.block-hero-home__beerdome::before {
  background-image: url(./assets/beerdome-plant-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  right: -20px;
  top: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .block-hero-home__beerdome::before {
    width: 150px;
    height: 150px;
  }
}
.block-hero-home__beerdome::after {
  background-image: url(./assets/beerdome-plant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  left: -20px;
  bottom: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .block-hero-home__beerdome::after {
    z-index: auto;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .block-hero-home .arrows {
    display: none;
  }
}
.block-hero-home .nav-blocks {
  height: 600px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

@media (max-width: 991.98px) {
  .block-hero-home .nav-blocks {
    display: block;
    height: 97%;
  }
}
@media (max-width: 991.98px) {
  .block-hero-home .nav-blocks {
    /* the slides */
  }
  .block-hero-home .nav-blocks .slick-slide .block {
    width: 82vw;
    height: 300px;
    border-radius: 10px;
  }
  .block-hero-home .nav-blocks .slick-slide {
    margin: 0 10px;
  }
}
.block-hero-home__beerpackage {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 5px;
  padding: 20px 15px;
}

.block-hero-home__beerpackage .title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.block-hero-home__beerpackage .title b {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .block-hero-home__beerpackage .title b {
    display: block;
    font-size: 24px;
    margin-top: 10px;
  }
}
.block-hero-home__beerpackage a {
  color: #fff;
  padding: 10px 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #48C291;
  border-radius: 50px;
  margin-top: 10px;
}

.block-hero-home__loyalty {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  padding: 20px 15px;
  border-radius: 0 10px 0 0;
  z-index: 1;
  position: relative;
  color: #222222;
}

.block-hero-home__loyalty p {
  color: #222222;
  line-height: 1.5;
  margin-bottom: 10px;
}

.block-hero-home__loyalty .title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #222222;
  margin-bottom: 10px;
}

.block-hero-home__gift {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 5px;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 0 10px 0 0;
}

@media (max-width: 991.98px) {
  .block-hero-home__gift {
    margin-bottom: 0;
  }
}
.block-hero-home__gift .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.block-hero-home__gift a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.block-hero-home__gift a i {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: 1px;
}

.block-hero-home__sale {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 5px;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 0 0 10px 0;
}

@media (max-width: 991.98px) {
  .block-hero-home__sale {
    margin-bottom: 0;
  }
}
.block-hero-home__sale a {
  display: block;
  text-align: center;
}

.block-hero-home__sale .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  line-height: 1.5;
}

.block-hero-home__sale .title b {
  font-size: 40px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.block-hero-page {
  margin-bottom: 45px;
  margin-top: 10px;
}

.block-hero-page img {
  height: 375px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.block-hero-page h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1;
}

.block-hero-page #breadcrumbs {
  margin-top: 6px;
}

.block-hero-page p {
  margin-top: 20px;
}

.block-hero-landing {
  margin-bottom: 30px;
}

.block-hero-landing .hero-bg {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.block-hero-landing .hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(34, 34, 34, 0.8) 100%), url(<path-to-image>) lightgray -194.927px 0px/116.366% 120.882% no-repeat;
}

.block-hero-landing .content-container {
  padding: 30px 0;
}

.block-hero-landing .content-container h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.block-hero-landing .content-container #breadcrumbs {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #fff;
}

.block-hero-landing .content-container p {
  color: #fff;
}

.block-hero-landing .content-container .btn {
  margin-top: 20px;
}

.block-hero-landing .img-container {
  width: 100%;
  position: relative;
  bottom: -50px;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .block-hero-landing .img-container {
    bottom: 0;
    margin-bottom: 20px;
    padding: 30px;
  }
}
.block-hero-landing .img-container img {
  width: 100%;
  object-fit: contain;
  height: 400px;
}

@media (max-width: 991.98px) {
  .block-hero-landing .img-container img {
    height: 300px;
  }
}
.block-hero-landing ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}

@media (max-width: 991.98px) {
  .block-hero-landing ul {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.block-hero-landing ul li {
  font-weight: 500;
  color: #222222;
}

.block-hero-landing ul i {
  margin-right: 8px;
  color: #48C291;
}

.block-new-products {
  margin-top: 100px;
  /* the slides */
  /* the parent */
}

@media (max-width: 991.98px) {
  .block-new-products {
    background: #F5F5F5;
    padding: 40px 0;
  }
}
.block-new-products h2 {
  text-align: center;
  margin-bottom: 30px;
}

.block-new-products h2 b {
  border: 2px solid #222222;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 500;
  margin: 0 4px;
}

.block-new-products .btn-black {
  text-align: center;
  margin-top: 35px;
}

.block-new-products .js-newproducts {
  width: 100vw;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .block-new-products .js-newproducts {
    padding: 0 25px;
    width: 100%;
  }
}
.block-new-products .slick-slide {
  margin: 10px 15px;
}

.block-new-products .slick-list {
  margin: 0 -15px;
}

.block-brands {
  margin-top: 100px;
  /* the slides */
  /* the parent */
}

.block-brands .slick-slide {
  margin: 10px 15px;
}

.block-brands .slick-list {
  margin: 0 -15px;
}

.block-brands .brand-slide {
  border-radius: 10px;
  border: 1px solid #DDD;
}

.block-brands .brand-slide .brand-image {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-brands .brand-slide .brand-image:hover img {
  filter: unset;
}

.block-brands .brand-slide .brand-image img {
  width: 120px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}

.block-brands .d-flex {
  margin-bottom: 10px;
}

.block-brands .arrow-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.block-brands .arrow-container a {
  text-decoration: underline;
  font-weight: 600;
  color: #222222;
}

@media (max-width: 991.98px) {
  .block-brands .arrow-container a {
    display: none;
  }
}
.block-cato-btns {
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .block-cato-btns .row {
    gap: 30px;
  }
}
.block-cato-btns .cta-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.block-cato-btns .cta-block img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.block-cato-btns .cta-block .subtitle {
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 1px;
}

.block-cato-btns .cta-block .title {
  color: #222222;
  display: block;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .block-cato-btns .cta-block .title {
    font-size: 23px;
  }
}
.block-cato-btns .cta-block .title::after {
  content: "\f061";
  position: relative;
  top: 2px;
  font-size: 16px;
  font-family: "Fontawesome";
}

.block-about-untappd {
  margin-top: 100px;
}

.block-about-untappd img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 991.98px) {
  .block-about-untappd img {
    height: 390px;
  }
}
.block-about-untappd .content-container {
  position: relative;
  background-color: #023D32;
  border-radius: 20px;
  overflow: hidden;
}

.block-about-untappd .content-container::after {
  background-image: url(./assets/beerdome-plant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 200px;
  height: 200px;
  transform: rotateY(180deg);
  opacity: 0.3;
}

@media (max-width: 991.98px) {
  .block-about-untappd .content-container::after {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991.98px) {
  .block-about-untappd .inner {
    padding: 35px 20px;
  }
}
.block-about-untappd .inner p {
  color: #e8e8e8;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}

.block-about-untappd .inner h2 {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
}

.block-about-untappd .inner h2 img {
  display: none;
}

.block-about-untappd .inner img {
  content: "";
  background-image: url(./assets/beerdome-plant-2.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  position: relative;
}

.home .block-about-untappd h2 {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .home .block-about-untappd h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.home .block-about-untappd h2 img {
  display: block;
}

.block-contact {
  margin-top: 100px;
  background-color: #F2F2F2;
}

.block-contact .d-flex {
  align-items: center;
}

@media (max-width: 991.98px) {
  .block-contact .d-flex {
    flex-direction: column;
    gap: 40px;
  }
}
.block-contact img {
  width: 40%;
  height: 100%;
  object-fit: cover;
  height: -webkit-fill-available;
}

@media (max-width: 991.98px) {
  .block-contact img {
    height: 400px;
    width: 100%;
  }
}
.block-contact .content {
  width: 60%;
  position: relative;
  overflow: hidden;
  height: -webkit-fill-available;
}

@media (max-width: 991.98px) {
  .block-contact .content {
    width: 100%;
  }
}
.block-contact .content::before {
  background-image: url(./assets/beerdome-plant-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  left: -30px;
  bottom: -50px;
  width: 200px;
  height: 200px;
  opacity: 0.6;
  position: absolute;
  transform: rotateY(180deg);
  transform: rotate(161deg);
}

.block-contact .content .inner {
  width: 60%;
  padding: 30px 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-subscription {
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  padding: 30px 0;
}

@media (max-width: 991.98px) {
  .block-subscription {
    padding: 40px 10px;
  }
}
.block-subscription::after {
  content: "";
  background-color: #FACCDD;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  z-index: -1;
}

.block-subscription ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.block-subscription ul li {
  color: #222222;
  display: flex;
  align-items: center;
}

.block-subscription ul li::before {
  content: "\f058";
  font-family: "Fontawesome";
  margin-right: 5px;
  position: relative;
}

.block-subscription p {
  color: #222222;
  line-height: 1.6;
}

.block-subscription .img-container {
  position: relative;
  text-align: center;
}

.block-subscription .img-container .label {
  position: absolute;
  z-index: 1;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  background-color: #E40053;
  border-radius: 5px;
  color: #fff;
  width: auto;
  height: auto;
  right: 30px;
  bottom: 26%;
}

.block-subscription .img-container img {
  height: auto;
  width: 100%;
  max-width: 400px;
  object-fit: contain;
  object-position: center;
}

.block-subscription .btn-red {
  margin-bottom: 60px;
  margin-top: 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Work Sans", sans-serif;
  overscroll-behavior-y: none;
  color: #6B706A;
}

.wpgb-block-1, .product-card {
  height: 100% !important;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wpgb-sort-facet, .wpgb-facet, .wpgb-sort, .wpgb-select {
  font-family: "Work Sans", sans-serif !important;
}

#frm_form_2_container .frm_fields_container {
  position: relative;
}
#frm_form_2_container .frm_fields_container input {
  width: 100%;
  height: 40px;
  padding: 12px 22px;
}
#frm_form_2_container .frm_fields_container button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  right: 11px;
  color: white;
  border-radius: 50px;
  background: #48C291;
  padding: 3px 18px;
}

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