[icon] {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

[icon='user'] {
    background-image: url('/assets/icons/ic-user.svg');
}

[icon='search'] {
    -webkit-mask: url('/assets/icons/ic-search.svg');
            mask: url('/assets/icons/ic-search.svg');
    background-color: currentColor;
}

[icon='cross'] {
    background-image: url('/assets/icons/ic-cross.svg');
}

[icon='hamburger-menu'] {
    -webkit-mask: url('/assets/icons/ic-hamburger-menu.svg');
            mask: url('/assets/icons/ic-hamburger-menu.svg');
    background-color: currentColor;
}

[icon='arrow-right'] {
    background-image: url('/assets/icons/ic-arrow-right.svg');
}

[icon='chevron-right'] {
    background-image: url('/assets/icons/ic-chevron-right.svg');
}

[icon='chevron-down'] {
    background-image: url('/assets/icons/ic-chevron-down.svg');
}

[icon='blank-arrow'] {
    background-image: url('/assets/icons/ic-blank-arrow.svg');
}

[icon='thin-arrow-up'] {
    background-image: url('/assets/icons/ic-thin-arrow-up.svg');
}

[icon='slider-arrow-left'] {
    background-image: url('/assets/icons/ic-slider-arrow-left.svg');
}

[icon='facebook'] {
    background-image: url('/assets/icons/ic-facebook.svg');
}

[icon='instagram'] {
    background-image: url('/assets/icons/ic-instagram.svg');
}

[icon='youtube'] {
    background-image: url('/assets/icons/youtube.svg');
}

/* WHITE */

[icon='user-white'] {
    background-image: url('/assets/icons/ic-user-white.svg');
}

[icon='search-white'] {
    background-image: url('/assets/icons/ic-search-white.svg');
}

[icon='cross-white'] {
    background-image: url('/assets/icons/ic-cross-white.svg');
}

[icon='hamburger-menu-white'] {
    background-image: url('/assets/icons/ic-hamburger-menu-white.svg');
}

[icon='chevron-right-white'] {
    background-image: url('/assets/icons/ic-chevron-right-white.svg');
}

[icon='chevron-down-white'] {
    background-image: url('/assets/icons/ic-chevron-down-white.svg');
}

[icon='thin-arrow-up-white'] {
    background-image: url('/assets/icons/ic-thin-arrow-up-white.svg');
}

[icon='facebook-white'] {
    background-image: url('/assets/icons/ic-facebook-white.svg');
}

[icon='instagram-white'] {
    background-image: url('/assets/icons/ic-instagram-white.svg');
}

[icon='youtube-white'] {
    background-image: url('/assets/icons/ic-youtube-white.svg');
}

.btn,
.btn-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-weight: 500;
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn > img, .btn-big > img {
    height: 1.5rem;
    aspect-ratio: 1 / 1;
    -o-object-fit: contain;
       object-fit: contain;
}

.btn:hover,
    .btn:focus,
    .btn-big:hover,
    .btn-big:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
}

.btn-big {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    border-radius: 0.75rem;
}

.btn-standard {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-standard:hover,
    .btn-standard:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-black:hover,
    .btn-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.btn-green {
    --tw-bg-opacity: 1;
    background-color: rgb(118 124 59 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-green:hover,
    .btn-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-red {
    --tw-bg-opacity: 1;
    background-color: rgb(143 29 54 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-red:hover,
    .btn-red:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btn-cream {
    --tw-bg-opacity: 1;
    background-color: rgb(168 147 138 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(44 44 46 / var(--tw-text-opacity, 1));
}

.btn-cream:hover,
    .btn-cream:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(253 246 231 / var(--tw-bg-opacity, 1));
}

.btn-circle {
    padding: 0px;
    width: 2.5rem;
    aspect-ratio: 1 / 1;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    border-width: 2px;
    align-items: center;
    justify-content: center;
}

.btn-circle img {
    max-height: 1rem;
}

.btn-circle:hover, .btn-circle:focus {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.2;
}

.label__value {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.label__value > span {
    color: #A8938A;
    font-size: 0.75rem;
    text-transform: uppercase;
  }

.label__value > span + * {
      font-size: 1.125rem;
    }

.link__underline {
  display: inline;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  border-color: inherit;
  padding: 0.125rem 0;
  line-height: 1;
}

.link__underline img {
    display: inline-block;
  }

.link__underline:hover {
    color: #8F1D36;
  }

.heading {
  font-family: Winefood, Georgia, serif;
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 400;
}

@media (min-width: calc(992px)) {

  }

.nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav > ul {
    display: none;
    padding: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(44 44 46 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {

    .nav > ul {
        display: flex;
    }
}

@media (min-width: 1400px) {

    .nav > ul {
        gap: 1.5rem;
    }
}

.nav > ul > li > a {
    position: relative;
    display: inline-flex;
    height: 2.5rem;
    align-items: center;
    gap: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav > ul > li > a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -0.3rem;
    width: 0.25rem;
    height: 0.25rem;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.nav a:hover::before,
.nav a.selected::before {
    opacity: 1;
}

.fslightbox-container {
  background: rgba(0, 0, 0, 0.92) !important;
}

.fslightbox-toolbar-button:first-child {
  display: none;
}

.fslightbox-toolbar-button:nth-child(2) {
  position: fixed;
  top: 2.5rem;
  right: 4rem;
  padding: 1rem;
  height: auto;
  background-color: transparent !important;
}

.fslightbox-toolbar-button:nth-child(2) > svg {
    flex-shrink: 0;
  }

.fslightbox-toolbar-button:nth-child(2) .fslightbox-svg-path {
    fill: #FFFFFF;
  }

.fslightbox-toolbar {
  background-color: transparent !important;
}

.fslightbox-slide-btn-container > .fslightbox-slide-btn {
  position: relative;
  background-color: #000000;
  border-radius: 9999px;
  display: none;
}

@media (min-width: calc(748px)) {

.fslightbox-slide-btn-container > .fslightbox-slide-btn {
    display: block;
    width: 7.5rem;
    height: 7.5rem
}
  }

.fslightbox-slide-btn-container > .fslightbox-slide-btn > svg {
    display: none;
  }

.fslightbox-slide-btn-container > .fslightbox-slide-btn::after {
    content: '';
    background-image: url('../../img/icons/ic-slider-arrow-left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    inset: 0;
  }

.fslightbox-slide-btn-container-next > .fslightbox-slide-btn::after {
  transform: rotate(180deg);
}

.breadcrumbs {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    overflow: auto;
    flex-wrap: wrap;
}

@media (min-width: calc(576px)) {

.breadcrumbs {
        max-width: calc(100vw - 3rem)
}
    }

@media (max-width: calc(576px - 1px)) {

.breadcrumbs {
        margin-left: -1.5rem;
        padding-left: 1.5rem;
        max-width: calc(100vw);
        padding-right: 1.5rem
}
    }

.breadcrumbs > li {
        transition: opacity .3s;
    }

.breadcrumbs > li:hover {
            opacity: 1 !important;
        }

.breadcrumbs > li:not(:last-child) {
            opacity: 0.6;
        }

.breadcrumbs > li:not(:last-child):after {
                content: '•';
                margin-left: 0.5rem;
            }

.breadcrumbs > li a:hover {
                text-decoration: underline;
            }

.academy-menu {
  color: #A8938A;
}

.academy-menu--top {
    color: #2C2C2E;
  }

.academy-menu--active {
    color: #2C2C2E;
    font-weight: 700;
  }

.academy-menu a {
    display: block;
  }

.academy-menu > li {
    border: 1px solid #A8938A;
    border-width: 1px 0;
    margin-top: -1px;
    transition: color .3s;
  }

.academy-menu > li:hover {
      color: #2C2C2E;
    }

.academy-menu > li > a {
    padding: 1rem 0;
    font-weight: 700;
   }

.academy-menu > li > ul {
    padding-top: 0;
    padding-bottom: 1rem;
  }

.academy-menu ul li {
    cursor: pointer;
  }

.academy-menu ul li:not(:last-child) {
      margin-bottom: 0.75rem;
    }

.academy-menu ul {
    padding-left: 2rem;
    font-weight: 400;
    padding-top: 1rem;
  }

.academy-menu__scroll-button {
  display: none;
}

@media (max-width: calc(992px - 1px)) {

.academy-menu__scroll-button {
    display: inline-block;
}
  }

.academy-menu__scroll-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.875rem;
  background-color: #767C3B;
  color: #FFFFFF;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.horizontal-gallery {
    width: 100%;
    overflow-x: hidden;
    text-align: start;
}

.horizontal-gallery figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.horizontal-gallery figure a {
    display: block;
    height: 100%;
}

.horizontal-gallery figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
            transition: transform .5s;
            transform-origin: center;
}

.horizontal-gallery figure figcaption {
    left: 1rem;
    bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    z-index: 10;
    position: absolute;
    font-size: 0.875rem;
    --tw-bg-opacity: 1;
    background-color: rgb(118 124 59 / var(--tw-bg-opacity, 1));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.5;
    border-radius: 9999px;
}

.horizontal-gallery_container {
    height: 370px;
}

@media (min-width: 748px) {

    .horizontal-gallery_container {
        height: 480px;
    }
}

@media (min-width: 1100px) {

    .horizontal-gallery_container {
        height: 580px;
    }
}

.horizontal-gallery_container {

        font-size: 0;
        perspective: 1px;
        writing-mode: vertical-lr;
    }

.horizontal-gallery_container > figure, .horizontal-gallery_container > img, .horizontal-gallery_container > video, .horizontal-gallery_container > a {
    width: 10rem;
}

@media (min-width: 748px) {

    .horizontal-gallery_container > figure, .horizontal-gallery_container > img, .horizontal-gallery_container > video, .horizontal-gallery_container > a {
        width: 13rem;
    }
}

@media (min-width: 1100px) {

    .horizontal-gallery_container > figure, .horizontal-gallery_container > img, .horizontal-gallery_container > video, .horizontal-gallery_container > a {
        width: 16rem;
    }
}

.horizontal-gallery_container > figure, .horizontal-gallery_container > img, .horizontal-gallery_container > video, .horizontal-gallery_container > a {
    display: inline-block;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
            writing-mode: horizontal-tb;
            aspect-ratio: 256 / 322;
            -webkit-transform: translateZ(0);
}

.horizontal-gallery_container > figure.tall, .horizontal-gallery_container > img.tall, .horizontal-gallery_container > video.tall, .horizontal-gallery_container > a.tall {
                aspect-ratio: 256 / 380;
            }

.horizontal-gallery_container > figure.wide, .horizontal-gallery_container > img.wide, .horizontal-gallery_container > video.wide, .horizontal-gallery_container > a.wide {
                aspect-ratio: 256 / 206;
            }

.horizontal-gallery.initialized .horizontal-gallery_container {
            animation: horizontal-gallery-animation 20s infinite linear;
        }

.horizontal-gallery.initialized .horizontal-gallery_container:hover {
                animation-play-state: paused;
            }

@media (min-width: calc(748px)) {

.horizontal-gallery.initialized .horizontal-gallery_container {
                animation: horizontal-gallery-animation 40s infinite linear
        }
            }

@keyframes horizontal-gallery-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*.bg-white{*/

/*    background-color: theme('colors.white');*/

/*}*/

/*.bg-green{*/

/*    background-color: theme('colors.green');*/

/*}*/

/*.bg-black{*/

/*    background-color: theme('colors.black');*/

/*}*/

/*.bg-red{*/

/*    background-color: theme('colors.red');*/

/*}*/

/*.bg-cream{*/

/*    background-color: theme('colors.cream');*/

/*}*/

.bg-black-semi-transparent {
    background-color: rgb(0 0 0 / 0.8);
}

.text-block.text-block-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-block.text-block-white .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-white .btn:hover,.text-block.text-block-white .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-semi-transparent-white {
    background-color: rgb(255 255 255 / 0.8);
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-white .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-white .btn:hover,.text-block.text-block-semi-transparent-white .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-green {
    --tw-bg-opacity: 1;
    background-color: rgb(118 124 59 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(253 246 231 / var(--tw-text-opacity, 1));
}

.text-block.text-block-green .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-green .btn:hover,.text-block.text-block-green .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-semi-transparent-green {
    background-color: rgb(118 124 59 / 0.8);
    --tw-text-opacity: 1;
    color: rgb(253 246 231 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-green .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-green .btn:hover,.text-block.text-block-semi-transparent-green .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-black .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(143 29 54 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-black .btn:hover,.text-block.text-block-black .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-semi-transparent-black {
    background-color: rgb(0 0 0 / 0.8);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-black .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(143 29 54 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-black .btn:hover,.text-block.text-block-semi-transparent-black .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-red {
    --tw-bg-opacity: 1;
    background-color: rgb(143 29 54 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-red .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-red .btn:hover,.text-block.text-block-red .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-semi-transparent-red {
    background-color: rgb(143 29 54 / 0.8);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-red .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-red .btn:hover,.text-block.text-block-semi-transparent-red .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-cream {
    --tw-bg-opacity: 1;
    background-color: rgb(168 147 138 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-block.text-block-cream .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-cream .btn:hover,.text-block.text-block-cream .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-semi-transparent-cream {
    background-color: rgb(168 147 138 / 0.8);
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-cream .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-semi-transparent-cream .btn:hover,.text-block.text-block-semi-transparent-cream .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-paper {
    --tw-bg-opacity: 1;
    background-color: rgb(253 246 231 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-block.text-block-paper .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block.text-block-paper .btn:hover,.text-block.text-block-paper .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.text-block.text-block-semi-transparent-paper {
    background-color: rgb(253 246 231 / 0.8);
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-block .btn {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block .btn:hover,.text-block .btn:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.gallery__slider .swiper-slide {
        flex: 0 0 auto;
        width: auto;
    }

.gallery__slider .swiper-slide img {
            -o-object-fit: cover;
               object-fit: cover;
        }

@media (width >= 1315px) {
            .gallery__slider .swiper-slide img {
                height: 811px
            }
    }

.products__slider.swiper {
    overflow: visible
}

.simple__slider {
    position: relative;
    margin-bottom: 2.5rem;
}

@media (min-width: 748px) {

    .simple__slider {
        margin-bottom: 4rem;
    }
}

.simple__slider img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
        margin-block: 0;
}

.simple__slider .simple__slider__button {
    position: absolute;
    top: 50%;
    z-index: 10;
    aspect-ratio: 1 / 1;
    width: 3rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
        background-image: url("/assets/img/icons/ic-chevron-right-white.svg");
}

.simple__slider .simple__slider__button.prev {
    left: 0.5rem;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.simple__slider .simple__slider__button.next {
    right: 0.5rem;
}

.simple__slider .simple__slider__pagination {
    position: absolute;
    left: 50% !important;
    bottom: 1rem !important;
    top: auto !important;
    z-index: 10;
    display: flex;
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    justify-content: center;
    gap: 0.25rem;
}

.simple__slider .simple__slider__pagination .swiper-pagination-bullet {
            --swiper-pagination-bullet-size: 12px;
            --swiper-pagination-bullet-border-radius: 0;
            --swiper-pagination-bullet-inactive-opacity: 1;
            aspect-ratio: 1 / 1;
            width: 0.75rem;
            cursor: pointer;
            background-color: rgb(255 255 255 / 0.5);
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 300ms;
        }

.simple__slider .simple__slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: rgb(255 255 255 / 0.75);
}

.simple__slider .simple__slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(118 124 59 / var(--tw-bg-opacity, 1));
}

.tns-outer{padding:0 !important}

.tns-outer [hidden]{display:none !important}

.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}

.tns-slider{transition:all 0s}

.tns-slider>.tns-item{box-sizing:border-box}

.tns-horizontal.tns-subpixel{white-space:nowrap}

.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}

.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}

.tns-horizontal.tns-no-subpixel>.tns-item{float:left}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}

.tns-no-calc{position:relative;left:0}

.tns-gallery{position:relative;left:0;min-height:1px}

.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}

.tns-gallery>.tns-slide-active{position:relative;left:auto !important}

.tns-gallery>.tns-moving{transition:all 0.25s}

.tns-autowidth{display:inline-block}

.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}

.tns-lazy-img.tns-complete{opacity:1}

.tns-ah{transition:height 0s}

.tns-ovh{overflow:hidden}

.tns-visually-hidden{position:absolute;left:-10000em}

.tns-transparent{opacity:0;visibility:hidden}

.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}

.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}

.tns-vpfix{white-space:nowrap}

.tns-vpfix>div,.tns-vpfix>li{display:inline-block}

.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}

.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}

.tns-t-ct:after{content:'';display:table;clear:both}

.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Grey, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
        --section-spacing: 6rem;
        --section-spacing__small: 4rem;
    }

@media (min-width: calc(576px)) {
    :root {
            --section-spacing: 9rem;
            --section-spacing__small: 6rem
    }
        }

html {
    scroll-behavior: smooth;
}

body {
    font-family: Grey, Arial, sans-serif;
    font-size: 1rem;
        overflow-x: clip;
        color: #2C2C2E;
        /*background-color: theme('colors.paper');*/
        text-underline-offset: 5px;
}

a {
        cursor: pointer;
    }

p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
}

h1,
    h2,
    h3 {
    font-family: Winefood, Georgia, serif;
    font-weight: 400;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.25;
}

input,
    textarea,
    select {
        font-size: 1.25rem;
        background-color: transparent;
        border-bottom: 1px solid #2C2C2E;
        outline: none;
        padding: 1.25rem 0;
        line-height: 1.1;
    }

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
            color: #A8938A;
        }

input::placeholder, textarea::placeholder, select::placeholder {
            color: #A8938A;
        }

input:focus, textarea:focus, select:focus {
            border-bottom-color: #767C3B;
        }

input.error, input:user-invalid, textarea.error, textarea:user-invalid, select.error, select:user-invalid {
            color: #8F1D36;
            border-bottom: 1px solid #8F1D36;
        }

input.error::-moz-placeholder, input:user-invalid::-moz-placeholder, textarea.error::-moz-placeholder, textarea:user-invalid::-moz-placeholder, select.error::-moz-placeholder, select:user-invalid::-moz-placeholder {
                color: #8F1D36
            }

input.error::placeholder, input:user-invalid::placeholder, textarea.error::placeholder, textarea:user-invalid::placeholder, select.error::placeholder, select:user-invalid::placeholder {
                color: #8F1D36
            }

input + span.error, textarea + span.error, select + span.error {
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(143 29 54 / var(--tw-text-opacity, 1));
}

span.error {
        color: #8F1D36;
    }

select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-image: url('../img/icons/ic-chevron-down-large.svg');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 2rem;
    }

select option {
            color: #2C2C2E;
        }

select:invalid {
            color: #A8938A;
        }

label:has(span.error) {
    position: relative;
    display: block;
}

label:has(span.error) input.error + span.error {
    position: absolute;
    left: 0px;
    bottom: 0px;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@font-face {
        font-family: 'Winefood';
        font-style: normal;
        font-weight: 400;
        src: local(''), url('/assets/fonts/Winefood-Regular.otf') format('opentype');
    }

/*@font-face {*/

/*    font-family: 'Sanomat Sans Text';*/

/*    font-style: normal;*/

/*    font-weight: 400;*/

/*    src: local(''), url('/front/assets/SanomatSansText-Regular.otf') format('opentype');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Sanomat Sans Text';*/

/*    font-style: italic;*/

/*    font-weight: 400;*/

/*    src: local(''), url('/front/assets/SanomatSansText-RegularItalic.otf') format('opentype');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Sanomat Sans Text';*/

/*    font-style: normal;*/

/*    font-weight: 500;*/

/*    src: local(''), url('/front/assets/SanomatSansText-Medium.otf') format('opentype');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Sanomat Sans Text';*/

/*    font-style: italic;*/

/*    font-weight: 500;*/

/*    src: local(''), url('/front/assets/SanomatSansText-MediumItalic.otf') format('opentype');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Sanomat Sans Text';*/

/*    font-style: normal;*/

/*    font-weight: 700;*/

/*    src: local(''), url('/front/assets/SanomatSansText-Bold.otf') format('opentype');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Sanomat Sans Text';*/

/*    font-style: italic;*/

/*    font-weight: 700;*/

/*    src: local(''), url('/front/assets/SanomatSansText-BoldItalic.otf') format('opentype');*/

/*}*/

@font-face {
        font-family: 'Grey';
        font-style: normal;
        font-weight: 400;
        src: url('/assets/fonts/GreyLL-Book.otf') format('opentype');
    }

@font-face {
        font-family: 'Grey';
        font-style: italic;
        font-weight: 400;
        src: url('/assets/fonts/GreyLL-BookItalic.otf') format('opentype');
    }

@font-face {
        font-family: 'Grey';
        font-style: normal;
        font-weight: 500;
        src: url('/assets/fonts/GreyLL-Medium.otf') format('opentype');
    }

@font-face {
        font-family: 'Grey';
        font-style: italic;
        font-weight: 500;
        src: url('/assets/fonts/GreyLL-MediumItalic.otf') format('opentype');
    }

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}

@media (min-width: 540px) {

    .container {
        max-width: 540px;
    }
}

@media (min-width: 704px) {

    .container {
        max-width: 704px;
    }
}

@media (min-width: 960px) {

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1066px) {

    .container {
        max-width: 1066px;
    }
}

@media (min-width: 1368px) {

    .container {
        max-width: 1368px;
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

.prose :where(iframe):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 1.3333333em;
}

.spacer {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 748px) {

    .spacer {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

@media (min-width: 1100px) {

    .spacer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.visible {
    visibility: visible;
}

.collapse {
    visibility: collapse;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.-right-12 {
    right: -3rem;
}

.-top-12 {
    top: -3rem;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-12 {
    bottom: 3rem;
}

.bottom-4 {
    bottom: 1rem;
}

.bottom-full {
    bottom: 100%;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-3 {
    left: 0.75rem;
}

.left-6 {
    left: 1.5rem;
}

.right-0 {
    right: 0px;
}

.right-3 {
    right: 0.75rem;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.top-24 {
    top: 6rem;
}

.top-4 {
    top: 1rem;
}

.top-44 {
    top: 11rem;
}

.top-\[50\%\] {
    top: 50%;
}

.top-full {
    top: 100%;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.order-1 {
    order: 1;
}

.order-3 {
    order: 3;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-2 {
    grid-column-start: 2;
}

.row-start-1 {
    grid-row-start: 1;
}

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

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

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.-ml-8 {
    margin-left: -2rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-9 {
    margin-bottom: 2.25rem;
}

.mb-section {
    margin-bottom: var(--section-spacing);
}

.mb-section-small {
    margin-bottom: var(--section-spacing__small);
}

.ml-4 {
    margin-left: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-section-small {
    margin-top: var(--section-spacing__small);
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-\[0\.77\] {
    aspect-ratio: 0.77;
}

.aspect-\[1\.5\] {
    aspect-ratio: 1.5;
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-2 {
    height: 0.5rem;
}

.h-24 {
    height: 6rem;
}

.h-3 {
    height: 0.75rem;
}

.h-44 {
    height: 11rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-\[100svh\] {
    height: 100svh;
}

.h-\[430px\] {
    height: 430px;
}

.h-\[500px\] {
    height: 500px;
}

.h-\[52px\] {
    height: 52px;
}

.h-\[73px\] {
    height: 73px;
}

.h-\[calc\(100\%-25vw\)\] {
    height: calc(100% - 25vw);
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.h-\[350px\] {
    height: 350px;
}

.\!h-\[310px\] {
    height: 310px !important;
}

.\!h-\[430px\] {
    height: 430px !important;
}

.\!h-\[380px\] {
    height: 380px !important;
}

.\!h-\[520px\] {
    height: 520px !important;
}

.max-h-52 {
    max-height: 13rem;
}

.max-h-\[500px\] {
    max-height: 500px;
}

.min-h-0 {
    min-height: 0px;
}

.min-h-\[320px\] {
    min-height: 320px;
}

.min-h-\[400px\] {
    min-height: 400px;
}

.min-h-\[420px\] {
    min-height: 420px;
}

.min-h-\[500px\] {
    min-height: 500px;
}

.min-h-\[58px\] {
    min-height: 58px;
}

.min-h-screen {
    min-height: 100vh;
}

.w-1\/4 {
    width: 25%;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-2 {
    width: 0.5rem;
}

.w-3 {
    width: 0.75rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-80 {
    width: 20rem;
}

.w-\[250px\] {
    width: 250px;
}

.w-\[40\%\] {
    width: 40%;
}

.w-full {
    width: 100%;
}

.w-px {
    width: 1px;
}

.w-screen {
    width: 100vw;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-\[82vw\] {
    width: 82vw;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-\[1390px\] {
    min-width: 1390px;
}

.\!max-w-4xl {
    max-width: 56rem !important;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-\[250px\] {
    max-width: 250px;
}

.max-w-\[260px\] {
    max-width: 260px;
}

.max-w-\[350px\] {
    max-width: 350px;
}

.max-w-\[380px\] {
    max-width: 380px;
}

.max-w-\[440px\] {
    max-width: 440px;
}

.max-w-\[85vw\] {
    max-width: 85vw;
}

.max-w-full {
    max-width: 100%;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-prose {
    max-width: 65ch;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-xl {
    max-width: 36rem;
}

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

.flex-\[4\] {
    flex: 4;
}

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

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

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.basis-0 {
    flex-basis: 0px;
}

.border-collapse {
    border-collapse: collapse;
}

.border-separate {
    border-collapse: separate;
}

.border-spacing-y-4 {
    --tw-border-spacing-y: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes marquee {

    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animate-marquee {
    animation: marquee 30s linear infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-start {
    scroll-snap-align: start;
}

.scroll-m-16 {
    scroll-margin: 4rem;
}

.scroll-m-24 {
    scroll-margin: 6rem;
}

.list-inside {
    list-style-position: inside;
}

.list-disc {
    list-style-type: disc;
}

.columns-2 {
    -moz-columns: 2;
         columns: 2;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[1fr_625px_1fr\] {
    grid-template-columns: 1fr 625px 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-24 {
    gap: 6rem;
}

.gap-28 {
    gap: 7rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-section-small {
    gap: var(--section-spacing__small);
}

.gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
}

.gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
}

.gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}

.gap-x-section {
    -moz-column-gap: var(--section-spacing);
         column-gap: var(--section-spacing);
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-\[2px\] {
    border-radius: 2px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-e-md {
    border-start-end-radius: 0.375rem;
    border-end-end-radius: 0.375rem;
}

.rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-\[1px\] {
    border-width: 1px;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-none {
    border-style: none;
}

.border-standard {
    --tw-border-opacity: 1;
    border-color: rgb(44 44 46 / var(--tw-border-opacity, 1));
}

.border-standard\/15 {
    border-color: rgb(44 44 46 / 0.15);
}

.border-standard\/50 {
    border-color: rgb(44 44 46 / 0.5);
}

.border-transparent {
    border-color: transparent;
}

.border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
}

.border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
}

.border-b-standard {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(44 44 46 / var(--tw-border-opacity, 1));
}

.border-t-standard {
    --tw-border-opacity: 1;
    border-top-color: rgb(44 44 46 / var(--tw-border-opacity, 1));
}

.bg-\[\#c2c3c3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(194 195 195 / var(--tw-bg-opacity, 1));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
}

.bg-cream {
    --tw-bg-opacity: 1;
    background-color: rgb(168 147 138 / var(--tw-bg-opacity, 1));
}

.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(118 124 59 / var(--tw-bg-opacity, 1));
}

.bg-paper {
    --tw-bg-opacity: 1;
    background-color: rgb(253 246 231 / var(--tw-bg-opacity, 1));
}

.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(143 29 54 / var(--tw-bg-opacity, 1));
}

.bg-standard {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
}

.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-\[url\(\'\/assets\/img\/blob\/blob-1\.svg\'\)\] {
    background-image: url('/assets/img/blob/blob-1.svg');
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/35 {
    --tw-gradient-from: rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/60 {
    --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-paper\/0 {
    --tw-gradient-from: rgb(253 246 231 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(253 246 231 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-standard {
    --tw-gradient-from: #2C2C2E var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(44 44 46 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/0 {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.to-paper {
    --tw-gradient-to: #FDF6E7 var(--tw-gradient-to-position);
}

.to-standard\/0 {
    --tw-gradient-to: rgb(44 44 46 / 0) var(--tw-gradient-to-position);
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-\[length\:20px_20px\] {
    background-size: 20px 20px;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.object-center {
    -o-object-position: center;
       object-position: center;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

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

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

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

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

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-section {
    padding-top: var(--section-spacing);
    padding-bottom: var(--section-spacing);
}

.py-section-small {
    padding-top: var(--section-spacing__small);
    padding-bottom: var(--section-spacing__small);
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-section {
    padding-bottom: var(--section-spacing);
}

.pb-section-small {
    padding-bottom: var(--section-spacing__small);
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-section {
    padding-top: var(--section-spacing);
}

.pt-section-small {
    padding-top: var(--section-spacing__small);
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.font-sans {
    font-family: Grey, Arial, sans-serif;
}

.font-winefood {
    font-family: Winefood, Georgia, serif;
}

.\!text-2xl {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
}

.text-2xl {
    font-size: 1.25rem;
    line-height: 1.25;
}

.text-3xl {
    font-size: 1.5rem;
    line-height: 1.25;
}

.text-4xl {
    font-size: 1.875rem;
    line-height: 1.25;
}

.text-\[1rem\] {
    font-size: 1rem;
}

.text-\[2\.5rem\] {
    font-size: 2.5rem;
}

.text-\[30px\] {
    font-size: 30px;
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-xl {
    font-size: 1.125rem;
}

.text-xs {
    font-size: 0.75rem;
}

.font-400 {
    font-weight: 400;
}

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

.font-700 {
    font-weight: 700;
}

.font-\[500\] {
    font-weight: 500;
}

.font-\[700\] {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.leading-none {
    line-height: 1;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-tight {
    line-height: 1.25;
}

.leading-tiny {
    line-height: 1.125;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-cream {
    --tw-text-opacity: 1;
    color: rgb(168 147 138 / var(--tw-text-opacity, 1));
}

.text-green {
    --tw-text-opacity: 1;
    color: rgb(118 124 59 / var(--tw-text-opacity, 1));
}

.text-paper {
    --tw-text-opacity: 1;
    color: rgb(253 246 231 / var(--tw-text-opacity, 1));
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(143 29 54 / var(--tw-text-opacity, 1));
}

.text-standard {
    --tw-text-opacity: 1;
    color: rgb(44 44 46 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}

.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

.underline {
    text-decoration-line: underline;
}

.no-underline {
    text-decoration-line: none;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.accent-black {
    accent-color: #000000;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-\[right\] {
    transition-property: right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-vh {
    height: calc(var(--vh, 1vh) * 100);
}

@media (min-width: 576px) {

    .sm\:prose-lg {
        font-size: 1.125rem;
        line-height: 1.7777778;
    }

    .sm\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .sm\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }

    .sm\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-left: 1em;
    }

    .sm\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }

    .sm\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }

    .sm\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
    }

    .sm\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
    }

    .sm\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .sm\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .sm\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sm\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .sm\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        padding-right: 0.4444444em;
        padding-bottom: 0.2222222em;
        padding-left: 0.4444444em;
    }

    .sm\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
    }

    .sm\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8666667em;
    }

    .sm\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.875em;
    }

    .sm\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-right: 1.5em;
        padding-bottom: 1em;
        padding-left: 1.5em;
    }

    .sm\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
    }

    .sm\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
    }

    .sm\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }

    .sm\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0.4444444em;
    }

    .sm\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0.4444444em;
    }

    .sm\:prose-lg :where(.sm\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .sm\:prose-lg :where(.sm\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }

    .sm\:prose-lg :where(.sm\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }

    .sm\:prose-lg :where(.sm\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }

    .sm\:prose-lg :where(.sm\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }

    .sm\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .sm\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .sm\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }

    .sm\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        padding-left: 1.5555556em;
    }

    .sm\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }

    .sm\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .sm\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .sm\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .sm\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .sm\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
    }

    .sm\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
    }

    .sm\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0;
    }

    .sm\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-right: 0;
    }

    .sm\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.75em;
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
    }

    .sm\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0;
    }

    .sm\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-right: 0;
    }

    .sm\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .sm\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sm\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }

    .sm\:prose-lg :where(.sm\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .sm\:prose-lg :where(.sm\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {

    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 12px;
        padding-left: 12px;
    }

    @media (min-width: 540px) {

        .lg\:container {
            max-width: 540px;
        }
    }

    @media (min-width: 704px) {

        .lg\:container {
            max-width: 704px;
        }
    }

    @media (min-width: 960px) {

        .lg\:container {
            max-width: 960px;
        }
    }

    @media (min-width: 1066px) {

        .lg\:container {
            max-width: 1066px;
        }
    }

    @media (min-width: 1368px) {

        .lg\:container {
            max-width: 1368px;
        }
    }
}

@media (min-width: 1100px) {

    .xl\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 12px;
        padding-left: 12px;
    }

    @media (min-width: 540px) {

        .xl\:container {
            max-width: 540px;
        }
    }

    @media (min-width: 704px) {

        .xl\:container {
            max-width: 704px;
        }
    }

    @media (min-width: 960px) {

        .xl\:container {
            max-width: 960px;
        }
    }

    @media (min-width: 1066px) {

        .xl\:container {
            max-width: 1066px;
        }
    }

    @media (min-width: 1368px) {

        .xl\:container {
            max-width: 1368px;
        }
    }
}

.hover\:border-standard:hover {
    --tw-border-opacity: 1;
    border-color: rgb(44 44 46 / var(--tw-border-opacity, 1));
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/5:hover {
    background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(118 124 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-paper:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 246 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-standard:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/30:hover {
    background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-black\/70:hover {
    background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgb(143 29 54 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.hover\:no-underline:hover {
    text-decoration-line: none;
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-standard:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(44 44 46 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #FFFFFF;
}

.group:hover .group-hover\:block {
    display: block;
}

.group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-red {
    --tw-text-opacity: 1;
    color: rgb(143 29 54 / var(--tw-text-opacity, 1));
}

.peer\/mobile-nav:checked ~ .peer-checked\/mobile-nav\:block {
    display: block;
}

.peer\/search:checked ~ .peer-checked\/search\:block {
    display: block;
}

.peer\/submenu:checked ~ .peer-checked\/submenu\:block {
    display: block;
}

.peer\/mobile-nav:checked ~ .peer-checked\/mobile-nav\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer\/search:checked ~ .peer-checked\/search\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 480px) {

    .xs\:w-96 {
        width: 24rem;
    }

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

@media (min-width: 576px) {

    .sm\:left-8 {
        left: 2rem;
    }

    .sm\:order-1 {
        order: 1;
    }

    .sm\:order-none {
        order: 0;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:mb-16 {
        margin-bottom: 4rem;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

    .sm\:mt-16 {
        margin-top: 4rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:min-h-\[500px\] {
        min-height: 500px;
    }

    .sm\:w-\[28rem\] {
        width: 28rem;
    }

    .sm\:w-\[45vw\] {
        width: 45vw;
    }

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

    .sm\:columns-2 {
        -moz-columns: 2;
             columns: 2;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .sm\:gap-12 {
        gap: 3rem;
    }

    .sm\:gap-16 {
        gap: 4rem;
    }

    .sm\:gap-y-24 {
        row-gap: 6rem;
    }

    .sm\:p-1 {
        padding: 0.25rem;
    }

    .sm\:p-14 {
        padding: 3.5rem;
    }

    .sm\:p-24 {
        padding: 6rem;
    }

    .sm\:p-8 {
        padding: 2rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .sm\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .sm\:pt-14 {
        padding-top: 3.5rem;
    }

    .sm\:pt-28 {
        padding-top: 7rem;
    }

    .sm\:text-3xl {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .sm\:text-\[2\.5rem\] {
        font-size: 2.5rem;
    }

    .sm\:text-base {
        font-size: 1rem;
    }

    .sm\:text-lg {
        font-size: 1rem;
    }

    .sm\:text-xl {
        font-size: 1.125rem;
    }

    .sm\:leading-16 {
        line-height: 4rem;
    }
}

@media (min-width: 748px) {

    .md\:order-1 {
        order: 1;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:order-3 {
        order: 3;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:mb-24 {
        margin-bottom: 6rem;
    }

    .md\:mt-32 {
        margin-top: 8rem;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-24 {
        height: 6rem;
    }

    .md\:w-96 {
        width: 24rem;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

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

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

    .md\:gap-y-16 {
        row-gap: 4rem;
    }

    .md\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .md\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:text-4xl {
        font-size: 1.875rem;
        line-height: 1.25;
    }

    .md\:text-xl {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {

    .lg\:top-\[55\%\] {
        top: 55%;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:order-3 {
        order: 3;
    }

    .lg\:order-none {
        order: 0;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mt-14 {
        margin-top: 3.5rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:max-h-none {
        max-height: none;
    }

    .lg\:min-h-\[580px\] {
        min-height: 580px;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-\[30\%\] {
        width: 30%;
    }

    .lg\:w-\[370px\] {
        width: 370px;
    }

    .lg\:w-\[33vw\] {
        width: 33vw;
    }

    .lg\:max-w-md {
        max-width: 28rem;
    }

    .lg\:animate-none {
        animation: none;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-\[1fr_625px_1fr\] {
        grid-template-columns: 1fr 625px 1fr;
    }

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

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

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

    .lg\:gap-20 {
        gap: 5rem;
    }

    .lg\:gap-36 {
        gap: 9rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:gap-x-24 {
        -moz-column-gap: 6rem;
             column-gap: 6rem;
    }

    .lg\:gap-x-48 {
        -moz-column-gap: 12rem;
             column-gap: 12rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem;
    }

    .lg\:pl-0 {
        padding-left: 0px;
    }

    .lg\:text-5xl {
        font-size: 2.25rem;
        line-height: 1.333333;
    }

    .lg\:text-\[3rem\] {
        font-size: 3rem;
    }
}

@media (min-width: 1100px) {

    .xl\:top-\[50\%\] {
        top: 50%;
    }

    .xl\:h-\[575px\] {
        height: 575px;
    }

    .xl\:h-\[430px\] {
        height: 430px;
    }

    .xl\:w-\[440px\] {
        width: 440px;
    }

    .xl\:max-w-md {
        max-width: 28rem;
    }

    .xl\:-translate-x-12 {
        --tw-translate-x: -3rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .xl\:grid-cols-\[1fr_840px_1fr\] {
        grid-template-columns: 1fr 840px 1fr;
    }

    .xl\:grid-cols-\[1fr_625px_1fr\] {
        grid-template-columns: 1fr 625px 1fr;
    }

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

    .xl\:gap-16 {
        gap: 4rem;
    }

    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .xl\:pb-36 {
        padding-bottom: 9rem;
    }

    .xl\:text-\[96px\] {
        font-size: 96px;
    }
}

@media (min-width: 1400px) {

    .\32xl\:mr-20 {
        margin-right: 5rem;
    }

    .\32xl\:h-\[575px\] {
        height: 575px;
    }

    .\32xl\:grid-cols-\[1fr_840px_1fr\] {
        grid-template-columns: 1fr 840px 1fr;
    }

    .\32xl\:gap-20 {
        gap: 5rem;
    }

    .\32xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

.\[\&\.is-scrolled\]\:right-16.is-scrolled {
    right: 4rem;
}

.\[\&\>a\]\:max-w-\[150px\]>a {
    max-width: 150px;
}

@media (min-width: 748px) {

    .md\:\[\&\>a\]\:max-w-none>a {
        max-width: none;
    }
}

.\[\&\>div\]\:-mt-px>div {
    margin-top: -1px;
}

.\[\&\>li\]\:-mt-px>li {
    margin-top: -1px;
}

.\[\&_h3\]\:mb-8 h3 {
    margin-bottom: 2rem;
}

.\[\&_h3\]\:font-sans h3 {
    font-family: Grey, Arial, sans-serif;
}

.\[\&_h3\]\:text-2xl h3 {
    font-size: 1.25rem;
    line-height: 1.25;
}

@media (min-width: 576px) {

    .\[\&_h3\]\:sm\:text-3xl h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.\[\&_img\]\:h-full img {
    height: 100%;
}

.\[\&_img\]\:w-full img {
    width: 100%;
}

.\[\&_img\]\:object-cover img {
    -o-object-fit: cover;
       object-fit: cover;
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
    margin-bottom: 0px;
}

.\[\&_p\]\:max-w-lg p {
    max-width: 32rem;
}

.\[\&_svg\]\:h-5 svg {
    height: 1.25rem;
}

.\[\&_svg\]\:w-auto svg {
    width: auto;
}

.peer\/submenu:checked ~ .peer-checked\/submenu\:\[\&_svg\]\:rotate-180 svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_td\]\:pl-12 td {
    padding-left: 3rem;
}

.first\:\[\&_td\]\:pl-0 td:first-child {
    padding-left: 0px;
}

.\[\&_ul\]\:list-outside ul {
    list-style-position: outside;
}

.\[\&_ul\]\:list-disc ul {
    list-style-type: disc;
}

.\[\&_ul\]\:pl-6 ul {
    padding-left: 1.5rem;
}

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