.container {
  width: 100%;
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.has-primary-background-color {
  color: #fff;
}
.has-beige-background-color,
.has-secondary-background-color {
  color: #454545;
}
.has-black-background-color,
.has-darkred-background-color,
.has-pitchblack-background-color {
  color: #fff;
}
.has-white-background-color {
  color: #454545;
}
.has-green-background-color {
  color: #fff;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-primary {
  background-color: #e01020 !important;
}
.bg-secondary {
  background-color: #fbf6e9 !important;
}
.bg-beige {
  background-color: #f7eccf !important;
}
.bg-black {
  background-color: #454545 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray-light {
  background-color: #e6e6e6 !important;
}
.bg-bottom {
  background-position: bottom !important;
}
.bg-center {
  background-position: 50% !important;
}
.bg-left {
  background-position: 0 !important;
}
.bg-left-bottom {
  background-position: 0 100% !important;
}
.bg-left-top {
  background-position: 0 0 !important;
}
.bg-right {
  background-position: 100% !important;
}
.bg-right-bottom {
  background-position: 100% 100% !important;
}
.bg-right-top {
  background-position: 100% 0 !important;
}
.bg-top {
  background-position: top !important;
}
.bg-cover {
  background-size: cover !important;
}
.border-primary {
  border-color: #e01020 !important;
}
.border-secondary {
  border-color: #fbf6e9 !important;
}
.border-beige {
  border-color: #f7eccf !important;
}
.border-black {
  border-color: #454545 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-t-0 {
  border-top-width: 0 !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-r-2 {
  border-right-width: 2px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.active\:cursor-grabbing:active {
  cursor: grabbing !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.hidden {
  display: none !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.self-start {
  align-self: flex-start !important;
}
.self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.content-center {
  align-content: center !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.order-first {
  order: -9999 !important;
}
.order-last {
  order: 9999 !important;
}
.float-right {
  float: right !important;
}
.font-heavy {
  font-family: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.leading-extratight {
  line-height: 0.75 !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.list-none {
  list-style-type: none !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.m-20 {
  margin: 5rem !important;
}
.m-21 {
  margin: 5.25rem !important;
}
.m-22 {
  margin: 5.5rem !important;
}
.m-24 {
  margin: 6rem !important;
}
.m-32 {
  margin: 8rem !important;
}
.m-40 {
  margin: 10rem !important;
}
.m-48 {
  margin: 12rem !important;
}
.m-56 {
  margin: 14rem !important;
}
.m-64 {
  margin: 16rem !important;
}
.m-72 {
  margin: 18rem !important;
}
.m-84 {
  margin: 21rem !important;
}
.m-96 {
  margin: 24rem !important;
}
.-m-1 {
  margin: -0.25rem !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.-m-3 {
  margin: -0.75rem !important;
}
.-m-4 {
  margin: -1rem !important;
}
.-m-5 {
  margin: -1.25rem !important;
}
.-m-6 {
  margin: -1.5rem !important;
}
.-m-8 {
  margin: -2rem !important;
}
.-m-10 {
  margin: -2.5rem !important;
}
.-m-12 {
  margin: -3rem !important;
}
.-m-16 {
  margin: -4rem !important;
}
.-m-20 {
  margin: -5rem !important;
}
.-m-21 {
  margin: -5.25rem !important;
}
.-m-22 {
  margin: -5.5rem !important;
}
.-m-24 {
  margin: -6rem !important;
}
.-m-32 {
  margin: -8rem !important;
}
.-m-40 {
  margin: -10rem !important;
}
.-m-48 {
  margin: -12rem !important;
}
.-m-56 {
  margin: -14rem !important;
}
.-m-64 {
  margin: -16rem !important;
}
.-m-72 {
  margin: -18rem !important;
}
.-m-84 {
  margin: -21rem !important;
}
.-m-96 {
  margin: -24rem !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-3 {
  margin-bottom: 0.75rem !important;
  margin-top: 0.75rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.my-4 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-5 {
  margin-bottom: 1.25rem !important;
  margin-top: 1.25rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.my-6 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.my-8 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-10 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.my-12 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-16 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.my-20 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.my-21 {
  margin-bottom: 5.25rem !important;
  margin-top: 5.25rem !important;
}
.mx-21 {
  margin-left: 5.25rem !important;
  margin-right: 5.25rem !important;
}
.my-22 {
  margin-bottom: 5.5rem !important;
  margin-top: 5.5rem !important;
}
.mx-22 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}
.my-24 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}
.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.my-32 {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}
.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.my-40 {
  margin-bottom: 10rem !important;
  margin-top: 10rem !important;
}
.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.my-48 {
  margin-bottom: 12rem !important;
  margin-top: 12rem !important;
}
.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}
.my-56 {
  margin-bottom: 14rem !important;
  margin-top: 14rem !important;
}
.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}
.my-64 {
  margin-bottom: 16rem !important;
  margin-top: 16rem !important;
}
.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}
.my-72 {
  margin-bottom: 18rem !important;
  margin-top: 18rem !important;
}
.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}
.my-84 {
  margin-bottom: 21rem !important;
  margin-top: 21rem !important;
}
.mx-84 {
  margin-left: 21rem !important;
  margin-right: 21rem !important;
}
.my-96 {
  margin-bottom: 24rem !important;
  margin-top: 24rem !important;
}
.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.-my-1 {
  margin-bottom: -0.25rem !important;
  margin-top: -0.25rem !important;
}
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.-my-2 {
  margin-bottom: -0.5rem !important;
  margin-top: -0.5rem !important;
}
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-my-3 {
  margin-bottom: -0.75rem !important;
  margin-top: -0.75rem !important;
}
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.-my-4 {
  margin-bottom: -1rem !important;
  margin-top: -1rem !important;
}
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-my-5 {
  margin-bottom: -1.25rem !important;
  margin-top: -1.25rem !important;
}
.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}
.-my-6 {
  margin-bottom: -1.5rem !important;
  margin-top: -1.5rem !important;
}
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-my-8 {
  margin-bottom: -2rem !important;
  margin-top: -2rem !important;
}
.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.-my-10 {
  margin-bottom: -2.5rem !important;
  margin-top: -2.5rem !important;
}
.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}
.-my-12 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important;
}
.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.-my-16 {
  margin-bottom: -4rem !important;
  margin-top: -4rem !important;
}
.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.-my-20 {
  margin-bottom: -5rem !important;
  margin-top: -5rem !important;
}
.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.-my-21 {
  margin-bottom: -5.25rem !important;
  margin-top: -5.25rem !important;
}
.-mx-21 {
  margin-left: -5.25rem !important;
  margin-right: -5.25rem !important;
}
.-my-22 {
  margin-bottom: -5.5rem !important;
  margin-top: -5.5rem !important;
}
.-mx-22 {
  margin-left: -5.5rem !important;
  margin-right: -5.5rem !important;
}
.-my-24 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important;
}
.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}
.-my-32 {
  margin-bottom: -8rem !important;
  margin-top: -8rem !important;
}
.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}
.-my-40 {
  margin-bottom: -10rem !important;
  margin-top: -10rem !important;
}
.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}
.-my-48 {
  margin-bottom: -12rem !important;
  margin-top: -12rem !important;
}
.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}
.-my-56 {
  margin-bottom: -14rem !important;
  margin-top: -14rem !important;
}
.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}
.-my-64 {
  margin-bottom: -16rem !important;
  margin-top: -16rem !important;
}
.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}
.-my-72 {
  margin-bottom: -18rem !important;
  margin-top: -18rem !important;
}
.-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}
.-my-84 {
  margin-bottom: -21rem !important;
  margin-top: -21rem !important;
}
.-mx-84 {
  margin-left: -21rem !important;
  margin-right: -21rem !important;
}
.-my-96 {
  margin-bottom: -24rem !important;
  margin-top: -24rem !important;
}
.-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mr-12 {
  margin-right: 3rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mr-16 {
  margin-right: 4rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.ml-16 {
  margin-left: 4rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mr-20 {
  margin-right: 5rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.mt-21 {
  margin-top: 5.25rem !important;
}
.mr-21 {
  margin-right: 5.25rem !important;
}
.mb-21 {
  margin-bottom: 5.25rem !important;
}
.ml-21 {
  margin-left: 5.25rem !important;
}
.mt-22 {
  margin-top: 5.5rem !important;
}
.mr-22 {
  margin-right: 5.5rem !important;
}
.mb-22 {
  margin-bottom: 5.5rem !important;
}
.ml-22 {
  margin-left: 5.5rem !important;
}
.mt-24 {
  margin-top: 6rem !important;
}
.mr-24 {
  margin-right: 6rem !important;
}
.mb-24 {
  margin-bottom: 6rem !important;
}
.ml-24 {
  margin-left: 6rem !important;
}
.mt-32 {
  margin-top: 8rem !important;
}
.mr-32 {
  margin-right: 8rem !important;
}
.mb-32 {
  margin-bottom: 8rem !important;
}
.ml-32 {
  margin-left: 8rem !important;
}
.mt-40 {
  margin-top: 10rem !important;
}
.mr-40 {
  margin-right: 10rem !important;
}
.mb-40 {
  margin-bottom: 10rem !important;
}
.ml-40 {
  margin-left: 10rem !important;
}
.mt-48 {
  margin-top: 12rem !important;
}
.mr-48 {
  margin-right: 12rem !important;
}
.mb-48 {
  margin-bottom: 12rem !important;
}
.ml-48 {
  margin-left: 12rem !important;
}
.mt-56 {
  margin-top: 14rem !important;
}
.mr-56 {
  margin-right: 14rem !important;
}
.mb-56 {
  margin-bottom: 14rem !important;
}
.ml-56 {
  margin-left: 14rem !important;
}
.mt-64 {
  margin-top: 16rem !important;
}
.mr-64 {
  margin-right: 16rem !important;
}
.mb-64 {
  margin-bottom: 16rem !important;
}
.ml-64 {
  margin-left: 16rem !important;
}
.mt-72 {
  margin-top: 18rem !important;
}
.mr-72 {
  margin-right: 18rem !important;
}
.mb-72 {
  margin-bottom: 18rem !important;
}
.ml-72 {
  margin-left: 18rem !important;
}
.mt-84 {
  margin-top: 21rem !important;
}
.mr-84 {
  margin-right: 21rem !important;
}
.mb-84 {
  margin-bottom: 21rem !important;
}
.ml-84 {
  margin-left: 21rem !important;
}
.mt-96 {
  margin-top: 24rem !important;
}
.mr-96 {
  margin-right: 24rem !important;
}
.mb-96 {
  margin-bottom: 24rem !important;
}
.ml-96 {
  margin-left: 24rem !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.-mr-1 {
  margin-right: -0.25rem !important;
}
.-mb-1 {
  margin-bottom: -0.25rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.-mr-2 {
  margin-right: -0.5rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.-mt-3 {
  margin-top: -0.75rem !important;
}
.-mr-3 {
  margin-right: -0.75rem !important;
}
.-mb-3 {
  margin-bottom: -0.75rem !important;
}
.-ml-3 {
  margin-left: -0.75rem !important;
}
.-mt-4 {
  margin-top: -1rem !important;
}
.-mr-4 {
  margin-right: -1rem !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.-ml-4 {
  margin-left: -1rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.-mr-5 {
  margin-right: -1.25rem !important;
}
.-mb-5 {
  margin-bottom: -1.25rem !important;
}
.-ml-5 {
  margin-left: -1.25rem !important;
}
.-mt-6 {
  margin-top: -1.5rem !important;
}
.-mr-6 {
  margin-right: -1.5rem !important;
}
.-mb-6 {
  margin-bottom: -1.5rem !important;
}
.-ml-6 {
  margin-left: -1.5rem !important;
}
.-mt-8 {
  margin-top: -2rem !important;
}
.-mr-8 {
  margin-right: -2rem !important;
}
.-mb-8 {
  margin-bottom: -2rem !important;
}
.-ml-8 {
  margin-left: -2rem !important;
}
.-mt-10 {
  margin-top: -2.5rem !important;
}
.-mr-10 {
  margin-right: -2.5rem !important;
}
.-mb-10 {
  margin-bottom: -2.5rem !important;
}
.-ml-10 {
  margin-left: -2.5rem !important;
}
.-mt-12 {
  margin-top: -3rem !important;
}
.-mr-12 {
  margin-right: -3rem !important;
}
.-mb-12 {
  margin-bottom: -3rem !important;
}
.-ml-12 {
  margin-left: -3rem !important;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.-mr-16 {
  margin-right: -4rem !important;
}
.-mb-16 {
  margin-bottom: -4rem !important;
}
.-ml-16 {
  margin-left: -4rem !important;
}
.-mt-20 {
  margin-top: -5rem !important;
}
.-mr-20 {
  margin-right: -5rem !important;
}
.-mb-20 {
  margin-bottom: -5rem !important;
}
.-ml-20 {
  margin-left: -5rem !important;
}
.-mt-21 {
  margin-top: -5.25rem !important;
}
.-mr-21 {
  margin-right: -5.25rem !important;
}
.-mb-21 {
  margin-bottom: -5.25rem !important;
}
.-ml-21 {
  margin-left: -5.25rem !important;
}
.-mt-22 {
  margin-top: -5.5rem !important;
}
.-mr-22 {
  margin-right: -5.5rem !important;
}
.-mb-22 {
  margin-bottom: -5.5rem !important;
}
.-ml-22 {
  margin-left: -5.5rem !important;
}
.-mt-24 {
  margin-top: -6rem !important;
}
.-mr-24 {
  margin-right: -6rem !important;
}
.-mb-24 {
  margin-bottom: -6rem !important;
}
.-ml-24 {
  margin-left: -6rem !important;
}
.-mt-32 {
  margin-top: -8rem !important;
}
.-mr-32 {
  margin-right: -8rem !important;
}
.-mb-32 {
  margin-bottom: -8rem !important;
}
.-ml-32 {
  margin-left: -8rem !important;
}
.-mt-40 {
  margin-top: -10rem !important;
}
.-mr-40 {
  margin-right: -10rem !important;
}
.-mb-40 {
  margin-bottom: -10rem !important;
}
.-ml-40 {
  margin-left: -10rem !important;
}
.-mt-48 {
  margin-top: -12rem !important;
}
.-mr-48 {
  margin-right: -12rem !important;
}
.-mb-48 {
  margin-bottom: -12rem !important;
}
.-ml-48 {
  margin-left: -12rem !important;
}
.-mt-56 {
  margin-top: -14rem !important;
}
.-mr-56 {
  margin-right: -14rem !important;
}
.-mb-56 {
  margin-bottom: -14rem !important;
}
.-ml-56 {
  margin-left: -14rem !important;
}
.-mt-64 {
  margin-top: -16rem !important;
}
.-mr-64 {
  margin-right: -16rem !important;
}
.-mb-64 {
  margin-bottom: -16rem !important;
}
.-ml-64 {
  margin-left: -16rem !important;
}
.-mt-72 {
  margin-top: -18rem !important;
}
.-mr-72 {
  margin-right: -18rem !important;
}
.-mb-72 {
  margin-bottom: -18rem !important;
}
.-ml-72 {
  margin-left: -18rem !important;
}
.-mt-84 {
  margin-top: -21rem !important;
}
.-mr-84 {
  margin-right: -21rem !important;
}
.-mb-84 {
  margin-bottom: -21rem !important;
}
.-ml-84 {
  margin-left: -21rem !important;
}
.-mt-96 {
  margin-top: -24rem !important;
}
.-mr-96 {
  margin-right: -24rem !important;
}
.-mb-96 {
  margin-bottom: -24rem !important;
}
.-ml-96 {
  margin-left: -24rem !important;
}
.max-h-0 {
  max-height: 0 !important;
}
.max-h-6 {
  max-height: 1.5rem !important;
}
.max-h-10 {
  max-height: 2.5rem !important;
}
.max-h-32 {
  max-height: 8rem !important;
}
.max-h-64 {
  max-height: 16rem !important;
}
.max-h-96 {
  max-height: 24rem !important;
}
.max-h-none {
  max-height: none !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-w-10 {
  max-width: 2.5rem !important;
}
.max-w-28 {
  max-width: 7rem !important;
}
.max-w-32 {
  max-width: 8rem !important;
}
.max-w-48 {
  max-width: 12rem !important;
}
.max-w-64 {
  max-width: 16rem !important;
}
.max-w-96 {
  max-width: 24rem !important;
}
.max-w-content {
  max-width: 672px !important;
}
.max-w-container {
  max-width: 1200px !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-full {
  max-width: 100% !important;
}
.min-h-96 {
  min-height: 24rem !important;
}
.min-h-128 {
  min-height: 32rem !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.min-w-16 {
  min-width: 4rem !important;
}
.min-w-20 {
  min-width: 5rem !important;
}
.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.outline-none {
  outline: 0 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-5 {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important;
}
.py-6 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-8 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-12 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pr-24 {
  padding-right: 6rem !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.inset-0 {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.inset-y-0 {
  bottom: 0 !important;
  top: 0 !important;
}
.inset-x-0 {
  left: 0 !important;
  right: 0 !important;
}
.top-0 {
  top: 0 !important;
}
.right-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.top-4 {
  top: 1rem !important;
}
.right-4 {
  right: 1rem !important;
}
.bottom-4 {
  bottom: 1rem !important;
}
.top-auto {
  top: auto !important;
}
.left-1\/2 {
  left: 50% !important;
}
.-bottom-2 {
  bottom: -0.5rem !important;
}
.-top-3 {
  top: -0.75rem !important;
}
.resize {
  resize: both !important;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
}
.fill-current {
  fill: currentColor !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-transparent {
  color: transparent !important;
}
.text-inherit {
  color: inherit !important;
}
.text-primary {
  color: #e01020 !important;
}
.text-mustard {
  color: #d39c0b !important;
}
.text-black {
  color: #454545 !important;
}
.text-white {
  color: #fff !important;
}
.text-gray-medium {
  color: #8e8e8e !important;
}
.hover\:text-black:hover {
  color: #454545 !important;
}
.text-xs {
  font-size: 13px !important;
}
.text-sm {
  font-size: 15px !important;
}
.text-md {
  font-size: 17px !important;
}
.text-base {
  font-size: 18px !important;
}
.text-xl {
  font-size: 20px !important;
}
.text-2xl {
  font-size: 24px !important;
}
.text-3xl {
  font-size: 30px !important;
}
.text-4xl {
  font-size: 38px !important;
}
.text-5xl {
  font-size: 42px !important;
}
.text-6xl {
  font-size: 64px !important;
}
.italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.normal-case {
  text-transform: none !important;
}
.underline {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: none !important;
}
.hover\:underline:hover {
  text-decoration: underline !important;
}
.hover\:no-underline:hover {
  text-decoration: none !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-no-wrap {
  white-space: nowrap !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-auto {
  width: auto !important;
}
.w-1\/1 {
  width: 100% !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-full {
  width: 100% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-2\/4 {
  width: 50% !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-2\/6 {
  width: 33.333333% !important;
}
.w-3\/6 {
  width: 50% !important;
}
.w-4\/6 {
  width: 66.666667% !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-11\/12 {
  width: 91.666667% !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-100 {
  z-index: 100 !important;
}
.has-primary-background-color {
  background-color: #e01020 !important;
}
.has-primary-color {
  color: #e01020 !important;
}
.has-secondary-background-color {
  background-color: #fbf6e9 !important;
}
.has-secondary-color {
  color: #fbf6e9 !important;
}
.has-beige-background-color {
  background-color: #f7eccf !important;
}
.has-beige-color {
  color: #f7eccf !important;
}
.has-black-background-color {
  background-color: #454545 !important;
}
.has-black-color {
  color: #454545 !important;
}
.has-pitchblack-background-color {
  background-color: #000 !important;
}
.has-pitchblack-color {
  color: #000 !important;
}
.has-darkred-background-color {
  background-color: #961a1b !important;
}
.has-darkred-color {
  color: #961a1b !important;
}
.has-white-background-color {
  background-color: #fff !important;
}
.has-white-color {
  color: #fff !important;
}
.has-green-background-color {
  background-color: #009036 !important;
}
.has-green-color {
  color: #009036 !important;
}
.has-xs-font-size {
  font-size: 13px !important;
}
.has-sm-font-size {
  font-size: 15px !important;
}
.has-base-font-size {
  font-size: 18px !important;
}
.has-xl-font-size {
  font-size: 24px !important;
}
.has-xxl-font-size {
  font-size: 42px !important;
}
@media (min-width: 600px) {
  .sm\:border-dotted {
    border-style: dotted !important;
  }
  .sm\:border-2 {
    border-width: 2px !important;
  }
  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:order-first {
    order: -9999 !important;
  }
  .sm\:order-last {
    order: 9999 !important;
  }
  .sm\:h-auto {
    height: auto !important;
  }
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:m-3 {
    margin: 0.75rem !important;
  }
  .sm\:m-4 {
    margin: 1rem !important;
  }
  .sm\:m-5 {
    margin: 1.25rem !important;
  }
  .sm\:m-6 {
    margin: 1.5rem !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:m-10 {
    margin: 2.5rem !important;
  }
  .sm\:m-12 {
    margin: 3rem !important;
  }
  .sm\:m-16 {
    margin: 4rem !important;
  }
  .sm\:m-20 {
    margin: 5rem !important;
  }
  .sm\:m-21 {
    margin: 5.25rem !important;
  }
  .sm\:m-22 {
    margin: 5.5rem !important;
  }
  .sm\:m-24 {
    margin: 6rem !important;
  }
  .sm\:m-32 {
    margin: 8rem !important;
  }
  .sm\:m-40 {
    margin: 10rem !important;
  }
  .sm\:m-48 {
    margin: 12rem !important;
  }
  .sm\:m-56 {
    margin: 14rem !important;
  }
  .sm\:m-64 {
    margin: 16rem !important;
  }
  .sm\:m-72 {
    margin: 18rem !important;
  }
  .sm\:m-84 {
    margin: 21rem !important;
  }
  .sm\:m-96 {
    margin: 24rem !important;
  }
  .sm\:-m-1 {
    margin: -0.25rem !important;
  }
  .sm\:-m-2 {
    margin: -0.5rem !important;
  }
  .sm\:-m-3 {
    margin: -0.75rem !important;
  }
  .sm\:-m-4 {
    margin: -1rem !important;
  }
  .sm\:-m-5 {
    margin: -1.25rem !important;
  }
  .sm\:-m-6 {
    margin: -1.5rem !important;
  }
  .sm\:-m-8 {
    margin: -2rem !important;
  }
  .sm\:-m-10 {
    margin: -2.5rem !important;
  }
  .sm\:-m-12 {
    margin: -3rem !important;
  }
  .sm\:-m-16 {
    margin: -4rem !important;
  }
  .sm\:-m-20 {
    margin: -5rem !important;
  }
  .sm\:-m-21 {
    margin: -5.25rem !important;
  }
  .sm\:-m-22 {
    margin: -5.5rem !important;
  }
  .sm\:-m-24 {
    margin: -6rem !important;
  }
  .sm\:-m-32 {
    margin: -8rem !important;
  }
  .sm\:-m-40 {
    margin: -10rem !important;
  }
  .sm\:-m-48 {
    margin: -12rem !important;
  }
  .sm\:-m-56 {
    margin: -14rem !important;
  }
  .sm\:-m-64 {
    margin: -16rem !important;
  }
  .sm\:-m-72 {
    margin: -18rem !important;
  }
  .sm\:-m-84 {
    margin: -21rem !important;
  }
  .sm\:-m-96 {
    margin: -24rem !important;
  }
  .sm\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm\:my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:my-3 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .sm\:my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm\:my-5 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .sm\:my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:my-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:my-10 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .sm\:my-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm\:my-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm\:my-20 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm\:my-21 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important;
  }
  .sm\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .sm\:my-22 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .sm\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .sm\:my-24 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .sm\:my-32 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .sm\:my-40 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .sm\:my-48 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .sm\:my-56 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .sm\:my-64 {
    margin-bottom: 16rem !important;
    margin-top: 16rem !important;
  }
  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .sm\:my-72 {
    margin-bottom: 18rem !important;
    margin-top: 18rem !important;
  }
  .sm\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .sm\:my-84 {
    margin-bottom: 21rem !important;
    margin-top: 21rem !important;
  }
  .sm\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .sm\:my-96 {
    margin-bottom: 24rem !important;
    margin-top: 24rem !important;
  }
  .sm\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .sm\:-my-1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .sm\:-my-2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .sm\:-my-3 {
    margin-bottom: -0.75rem !important;
    margin-top: -0.75rem !important;
  }
  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .sm\:-my-4 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .sm\:-my-5 {
    margin-bottom: -1.25rem !important;
    margin-top: -1.25rem !important;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .sm\:-my-6 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .sm\:-my-8 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .sm\:-my-10 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .sm\:-my-12 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .sm\:-my-16 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .sm\:-my-20 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .sm\:-my-21 {
    margin-bottom: -5.25rem !important;
    margin-top: -5.25rem !important;
  }
  .sm\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .sm\:-my-22 {
    margin-bottom: -5.5rem !important;
    margin-top: -5.5rem !important;
  }
  .sm\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .sm\:-my-24 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .sm\:-my-32 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .sm\:-my-40 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .sm\:-my-48 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important;
  }
  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .sm\:-my-56 {
    margin-bottom: -14rem !important;
    margin-top: -14rem !important;
  }
  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .sm\:-my-64 {
    margin-bottom: -16rem !important;
    margin-top: -16rem !important;
  }
  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .sm\:-my-72 {
    margin-bottom: -18rem !important;
    margin-top: -18rem !important;
  }
  .sm\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .sm\:-my-84 {
    margin-bottom: -21rem !important;
    margin-top: -21rem !important;
  }
  .sm\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }
  .sm\:-my-96 {
    margin-bottom: -24rem !important;
    margin-top: -24rem !important;
  }
  .sm\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .sm\:mt-8 {
    margin-top: 2rem !important;
  }
  .sm\:mr-8 {
    margin-right: 2rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  .sm\:mr-12 {
    margin-right: 3rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .sm\:ml-12 {
    margin-left: 3rem !important;
  }
  .sm\:mt-16 {
    margin-top: 4rem !important;
  }
  .sm\:mr-16 {
    margin-right: 4rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .sm\:ml-16 {
    margin-left: 4rem !important;
  }
  .sm\:mt-20 {
    margin-top: 5rem !important;
  }
  .sm\:mr-20 {
    margin-right: 5rem !important;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .sm\:ml-20 {
    margin-left: 5rem !important;
  }
  .sm\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .sm\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .sm\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .sm\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .sm\:mt-22 {
    margin-top: 5.5rem !important;
  }
  .sm\:mr-22 {
    margin-right: 5.5rem !important;
  }
  .sm\:mb-22 {
    margin-bottom: 5.5rem !important;
  }
  .sm\:ml-22 {
    margin-left: 5.5rem !important;
  }
  .sm\:mt-24 {
    margin-top: 6rem !important;
  }
  .sm\:mr-24 {
    margin-right: 6rem !important;
  }
  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .sm\:ml-24 {
    margin-left: 6rem !important;
  }
  .sm\:mt-32 {
    margin-top: 8rem !important;
  }
  .sm\:mr-32 {
    margin-right: 8rem !important;
  }
  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .sm\:ml-32 {
    margin-left: 8rem !important;
  }
  .sm\:mt-40 {
    margin-top: 10rem !important;
  }
  .sm\:mr-40 {
    margin-right: 10rem !important;
  }
  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .sm\:ml-40 {
    margin-left: 10rem !important;
  }
  .sm\:mt-48 {
    margin-top: 12rem !important;
  }
  .sm\:mr-48 {
    margin-right: 12rem !important;
  }
  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .sm\:ml-48 {
    margin-left: 12rem !important;
  }
  .sm\:mt-56 {
    margin-top: 14rem !important;
  }
  .sm\:mr-56 {
    margin-right: 14rem !important;
  }
  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .sm\:ml-56 {
    margin-left: 14rem !important;
  }
  .sm\:mt-64 {
    margin-top: 16rem !important;
  }
  .sm\:mr-64 {
    margin-right: 16rem !important;
  }
  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .sm\:ml-64 {
    margin-left: 16rem !important;
  }
  .sm\:mt-72 {
    margin-top: 18rem !important;
  }
  .sm\:mr-72 {
    margin-right: 18rem !important;
  }
  .sm\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .sm\:ml-72 {
    margin-left: 18rem !important;
  }
  .sm\:mt-84 {
    margin-top: 21rem !important;
  }
  .sm\:mr-84 {
    margin-right: 21rem !important;
  }
  .sm\:mb-84 {
    margin-bottom: 21rem !important;
  }
  .sm\:ml-84 {
    margin-left: 21rem !important;
  }
  .sm\:mt-96 {
    margin-top: 24rem !important;
  }
  .sm\:mr-96 {
    margin-right: 24rem !important;
  }
  .sm\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .sm\:ml-96 {
    margin-left: 24rem !important;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }
  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }
  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }
  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }
  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }
  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }
  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }
  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }
  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }
  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }
  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }
  .sm\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .sm\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .sm\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .sm\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .sm\:-mt-22 {
    margin-top: -5.5rem !important;
  }
  .sm\:-mr-22 {
    margin-right: -5.5rem !important;
  }
  .sm\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }
  .sm\:-ml-22 {
    margin-left: -5.5rem !important;
  }
  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }
  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }
  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }
  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }
  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }
  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }
  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }
  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }
  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }
  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }
  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }
  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }
  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }
  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }
  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }
  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }
  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }
  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }
  .sm\:-mt-72 {
    margin-top: -18rem !important;
  }
  .sm\:-mr-72 {
    margin-right: -18rem !important;
  }
  .sm\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .sm\:-ml-72 {
    margin-left: -18rem !important;
  }
  .sm\:-mt-84 {
    margin-top: -21rem !important;
  }
  .sm\:-mr-84 {
    margin-right: -21rem !important;
  }
  .sm\:-mb-84 {
    margin-bottom: -21rem !important;
  }
  .sm\:-ml-84 {
    margin-left: -21rem !important;
  }
  .sm\:-mt-96 {
    margin-top: -24rem !important;
  }
  .sm\:-mr-96 {
    margin-right: -24rem !important;
  }
  .sm\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .sm\:-ml-96 {
    margin-left: -24rem !important;
  }
  .sm\:max-w-48 {
    max-width: 12rem !important;
  }
  .sm\:max-w-none {
    max-width: none !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:min-h-64 {
    min-height: 16rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-xl {
    font-size: 20px !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-1\/1 {
    width: 100% !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }
  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }
}
@media (min-width: 768px) {
  .md\:border-0 {
    border-width: 0 !important;
  }
  .md\:border-2 {
    border-width: 2px !important;
  }
  .md\:border-t-0 {
    border-top-width: 0 !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:order-first {
    order: -9999 !important;
  }
  .md\:order-last {
    order: 9999 !important;
  }
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:m-3 {
    margin: 0.75rem !important;
  }
  .md\:m-4 {
    margin: 1rem !important;
  }
  .md\:m-5 {
    margin: 1.25rem !important;
  }
  .md\:m-6 {
    margin: 1.5rem !important;
  }
  .md\:m-8 {
    margin: 2rem !important;
  }
  .md\:m-10 {
    margin: 2.5rem !important;
  }
  .md\:m-12 {
    margin: 3rem !important;
  }
  .md\:m-16 {
    margin: 4rem !important;
  }
  .md\:m-20 {
    margin: 5rem !important;
  }
  .md\:m-21 {
    margin: 5.25rem !important;
  }
  .md\:m-22 {
    margin: 5.5rem !important;
  }
  .md\:m-24 {
    margin: 6rem !important;
  }
  .md\:m-32 {
    margin: 8rem !important;
  }
  .md\:m-40 {
    margin: 10rem !important;
  }
  .md\:m-48 {
    margin: 12rem !important;
  }
  .md\:m-56 {
    margin: 14rem !important;
  }
  .md\:m-64 {
    margin: 16rem !important;
  }
  .md\:m-72 {
    margin: 18rem !important;
  }
  .md\:m-84 {
    margin: 21rem !important;
  }
  .md\:m-96 {
    margin: 24rem !important;
  }
  .md\:-m-1 {
    margin: -0.25rem !important;
  }
  .md\:-m-2 {
    margin: -0.5rem !important;
  }
  .md\:-m-3 {
    margin: -0.75rem !important;
  }
  .md\:-m-4 {
    margin: -1rem !important;
  }
  .md\:-m-5 {
    margin: -1.25rem !important;
  }
  .md\:-m-6 {
    margin: -1.5rem !important;
  }
  .md\:-m-8 {
    margin: -2rem !important;
  }
  .md\:-m-10 {
    margin: -2.5rem !important;
  }
  .md\:-m-12 {
    margin: -3rem !important;
  }
  .md\:-m-16 {
    margin: -4rem !important;
  }
  .md\:-m-20 {
    margin: -5rem !important;
  }
  .md\:-m-21 {
    margin: -5.25rem !important;
  }
  .md\:-m-22 {
    margin: -5.5rem !important;
  }
  .md\:-m-24 {
    margin: -6rem !important;
  }
  .md\:-m-32 {
    margin: -8rem !important;
  }
  .md\:-m-40 {
    margin: -10rem !important;
  }
  .md\:-m-48 {
    margin: -12rem !important;
  }
  .md\:-m-56 {
    margin: -14rem !important;
  }
  .md\:-m-64 {
    margin: -16rem !important;
  }
  .md\:-m-72 {
    margin: -18rem !important;
  }
  .md\:-m-84 {
    margin: -21rem !important;
  }
  .md\:-m-96 {
    margin: -24rem !important;
  }
  .md\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md\:my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:my-3 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .md\:my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:my-5 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .md\:my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md\:my-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:my-10 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .md\:my-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md\:my-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md\:my-20 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md\:my-21 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important;
  }
  .md\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .md\:my-22 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .md\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .md\:my-24 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .md\:my-32 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .md\:my-40 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .md\:my-48 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .md\:my-56 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .md\:my-64 {
    margin-bottom: 16rem !important;
    margin-top: 16rem !important;
  }
  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .md\:my-72 {
    margin-bottom: 18rem !important;
    margin-top: 18rem !important;
  }
  .md\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .md\:my-84 {
    margin-bottom: 21rem !important;
    margin-top: 21rem !important;
  }
  .md\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .md\:my-96 {
    margin-bottom: 24rem !important;
    margin-top: 24rem !important;
  }
  .md\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:-my-1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .md\:-my-2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .md\:-my-3 {
    margin-bottom: -0.75rem !important;
    margin-top: -0.75rem !important;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .md\:-my-4 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .md\:-my-5 {
    margin-bottom: -1.25rem !important;
    margin-top: -1.25rem !important;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .md\:-my-6 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .md\:-my-8 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .md\:-my-10 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important;
  }
  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .md\:-my-12 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .md\:-my-16 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .md\:-my-20 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .md\:-my-21 {
    margin-bottom: -5.25rem !important;
    margin-top: -5.25rem !important;
  }
  .md\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .md\:-my-22 {
    margin-bottom: -5.5rem !important;
    margin-top: -5.5rem !important;
  }
  .md\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .md\:-my-24 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .md\:-my-32 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .md\:-my-40 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .md\:-my-48 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important;
  }
  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .md\:-my-56 {
    margin-bottom: -14rem !important;
    margin-top: -14rem !important;
  }
  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .md\:-my-64 {
    margin-bottom: -16rem !important;
    margin-top: -16rem !important;
  }
  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .md\:-my-72 {
    margin-bottom: -18rem !important;
    margin-top: -18rem !important;
  }
  .md\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .md\:-my-84 {
    margin-bottom: -21rem !important;
    margin-top: -21rem !important;
  }
  .md\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }
  .md\:-my-96 {
    margin-bottom: -24rem !important;
    margin-top: -24rem !important;
  }
  .md\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .md\:mt-4 {
    margin-top: 1rem !important;
  }
  .md\:mr-4 {
    margin-right: 1rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .md\:ml-4 {
    margin-left: 1rem !important;
  }
  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .md\:mt-8 {
    margin-top: 2rem !important;
  }
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .md\:ml-8 {
    margin-left: 2rem !important;
  }
  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:mr-12 {
    margin-right: 3rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .md\:ml-12 {
    margin-left: 3rem !important;
  }
  .md\:mt-16 {
    margin-top: 4rem !important;
  }
  .md\:mr-16 {
    margin-right: 4rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .md\:ml-16 {
    margin-left: 4rem !important;
  }
  .md\:mt-20 {
    margin-top: 5rem !important;
  }
  .md\:mr-20 {
    margin-right: 5rem !important;
  }
  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .md\:ml-20 {
    margin-left: 5rem !important;
  }
  .md\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .md\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .md\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .md\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .md\:mt-22 {
    margin-top: 5.5rem !important;
  }
  .md\:mr-22 {
    margin-right: 5.5rem !important;
  }
  .md\:mb-22 {
    margin-bottom: 5.5rem !important;
  }
  .md\:ml-22 {
    margin-left: 5.5rem !important;
  }
  .md\:mt-24 {
    margin-top: 6rem !important;
  }
  .md\:mr-24 {
    margin-right: 6rem !important;
  }
  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .md\:ml-24 {
    margin-left: 6rem !important;
  }
  .md\:mt-32 {
    margin-top: 8rem !important;
  }
  .md\:mr-32 {
    margin-right: 8rem !important;
  }
  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .md\:ml-32 {
    margin-left: 8rem !important;
  }
  .md\:mt-40 {
    margin-top: 10rem !important;
  }
  .md\:mr-40 {
    margin-right: 10rem !important;
  }
  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .md\:ml-40 {
    margin-left: 10rem !important;
  }
  .md\:mt-48 {
    margin-top: 12rem !important;
  }
  .md\:mr-48 {
    margin-right: 12rem !important;
  }
  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .md\:ml-48 {
    margin-left: 12rem !important;
  }
  .md\:mt-56 {
    margin-top: 14rem !important;
  }
  .md\:mr-56 {
    margin-right: 14rem !important;
  }
  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .md\:ml-56 {
    margin-left: 14rem !important;
  }
  .md\:mt-64 {
    margin-top: 16rem !important;
  }
  .md\:mr-64 {
    margin-right: 16rem !important;
  }
  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .md\:ml-64 {
    margin-left: 16rem !important;
  }
  .md\:mt-72 {
    margin-top: 18rem !important;
  }
  .md\:mr-72 {
    margin-right: 18rem !important;
  }
  .md\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .md\:ml-72 {
    margin-left: 18rem !important;
  }
  .md\:mt-84 {
    margin-top: 21rem !important;
  }
  .md\:mr-84 {
    margin-right: 21rem !important;
  }
  .md\:mb-84 {
    margin-bottom: 21rem !important;
  }
  .md\:ml-84 {
    margin-left: 21rem !important;
  }
  .md\:mt-96 {
    margin-top: 24rem !important;
  }
  .md\:mr-96 {
    margin-right: 24rem !important;
  }
  .md\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .md\:ml-96 {
    margin-left: 24rem !important;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .md\:-mt-4 {
    margin-top: -1rem !important;
  }
  .md\:-mr-4 {
    margin-right: -1rem !important;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .md\:-ml-4 {
    margin-left: -1rem !important;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .md\:-mt-8 {
    margin-top: -2rem !important;
  }
  .md\:-mr-8 {
    margin-right: -2rem !important;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .md\:-ml-8 {
    margin-left: -2rem !important;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .md\:-mt-12 {
    margin-top: -3rem !important;
  }
  .md\:-mr-12 {
    margin-right: -3rem !important;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .md\:-ml-12 {
    margin-left: -3rem !important;
  }
  .md\:-mt-16 {
    margin-top: -4rem !important;
  }
  .md\:-mr-16 {
    margin-right: -4rem !important;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .md\:-ml-16 {
    margin-left: -4rem !important;
  }
  .md\:-mt-20 {
    margin-top: -5rem !important;
  }
  .md\:-mr-20 {
    margin-right: -5rem !important;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .md\:-ml-20 {
    margin-left: -5rem !important;
  }
  .md\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .md\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .md\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .md\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .md\:-mt-22 {
    margin-top: -5.5rem !important;
  }
  .md\:-mr-22 {
    margin-right: -5.5rem !important;
  }
  .md\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }
  .md\:-ml-22 {
    margin-left: -5.5rem !important;
  }
  .md\:-mt-24 {
    margin-top: -6rem !important;
  }
  .md\:-mr-24 {
    margin-right: -6rem !important;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .md\:-ml-24 {
    margin-left: -6rem !important;
  }
  .md\:-mt-32 {
    margin-top: -8rem !important;
  }
  .md\:-mr-32 {
    margin-right: -8rem !important;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .md\:-ml-32 {
    margin-left: -8rem !important;
  }
  .md\:-mt-40 {
    margin-top: -10rem !important;
  }
  .md\:-mr-40 {
    margin-right: -10rem !important;
  }
  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .md\:-ml-40 {
    margin-left: -10rem !important;
  }
  .md\:-mt-48 {
    margin-top: -12rem !important;
  }
  .md\:-mr-48 {
    margin-right: -12rem !important;
  }
  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .md\:-ml-48 {
    margin-left: -12rem !important;
  }
  .md\:-mt-56 {
    margin-top: -14rem !important;
  }
  .md\:-mr-56 {
    margin-right: -14rem !important;
  }
  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .md\:-ml-56 {
    margin-left: -14rem !important;
  }
  .md\:-mt-64 {
    margin-top: -16rem !important;
  }
  .md\:-mr-64 {
    margin-right: -16rem !important;
  }
  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .md\:-ml-64 {
    margin-left: -16rem !important;
  }
  .md\:-mt-72 {
    margin-top: -18rem !important;
  }
  .md\:-mr-72 {
    margin-right: -18rem !important;
  }
  .md\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .md\:-ml-72 {
    margin-left: -18rem !important;
  }
  .md\:-mt-84 {
    margin-top: -21rem !important;
  }
  .md\:-mr-84 {
    margin-right: -21rem !important;
  }
  .md\:-mb-84 {
    margin-bottom: -21rem !important;
  }
  .md\:-ml-84 {
    margin-left: -21rem !important;
  }
  .md\:-mt-96 {
    margin-top: -24rem !important;
  }
  .md\:-mr-96 {
    margin-right: -24rem !important;
  }
  .md\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .md\:-ml-96 {
    margin-left: -24rem !important;
  }
  .md\:max-h-84 {
    max-height: 21rem !important;
  }
  .md\:max-h-128 {
    max-height: 32rem !important;
  }
  .md\:max-h-none {
    max-height: none !important;
  }
  .md\:max-h-full {
    max-height: 100% !important;
  }
  .md\:max-w-48 {
    max-width: 12rem !important;
  }
  .md\:max-w-64 {
    max-width: 16rem !important;
  }
  .md\:max-w-none {
    max-width: none !important;
  }
  .md\:max-w-lg {
    max-width: 32rem !important;
  }
  .md\:max-w-2xl {
    max-width: 42rem !important;
  }
  .md\:max-w-6xl {
    max-width: 72rem !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:min-h-96 {
    min-height: 24rem !important;
  }
  .md\:p-0 {
    padding: 0 !important;
  }
  .md\:p-6 {
    padding: 1.5rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:p-10 {
    padding: 2.5rem !important;
  }
  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md\:py-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .md\:py-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:py-32 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pr-4 {
    padding-right: 1rem !important;
  }
  .md\:pl-4 {
    padding-left: 1rem !important;
  }
  .md\:pt-8 {
    padding-top: 2rem !important;
  }
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .md\:pl-8 {
    padding-left: 2rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .md\:pt-16 {
    padding-top: 4rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .md\:pl-16 {
    padding-left: 4rem !important;
  }
  .md\:pr-24 {
    padding-right: 6rem !important;
  }
  .md\:pl-24 {
    padding-left: 6rem !important;
  }
  .md\:pl-32 {
    padding-left: 8rem !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-primary {
    color: #e01020 !important;
  }
  .md\:text-sm {
    font-size: 15px !important;
  }
  .md\:text-2xl {
    font-size: 24px !important;
  }
  .md\:text-3xl {
    font-size: 30px !important;
  }
  .md\:text-4xl {
    font-size: 38px !important;
  }
  .md\:text-5xl {
    font-size: 42px !important;
  }
  .md\:w-12 {
    width: 3rem !important;
  }
  .md\:w-24 {
    width: 6rem !important;
  }
  .md\:w-48 {
    width: 12rem !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-1\/1 {
    width: 100% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-1\/6 {
    width: 16.666667% !important;
  }
  .md\:w-2\/6 {
    width: 33.333333% !important;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:content-start {
    align-content: flex-start !important;
  }
  .lg\:order-first {
    order: -9999 !important;
  }
  .lg\:order-last {
    order: 9999 !important;
  }
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:m-3 {
    margin: 0.75rem !important;
  }
  .lg\:m-4 {
    margin: 1rem !important;
  }
  .lg\:m-5 {
    margin: 1.25rem !important;
  }
  .lg\:m-6 {
    margin: 1.5rem !important;
  }
  .lg\:m-8 {
    margin: 2rem !important;
  }
  .lg\:m-10 {
    margin: 2.5rem !important;
  }
  .lg\:m-12 {
    margin: 3rem !important;
  }
  .lg\:m-16 {
    margin: 4rem !important;
  }
  .lg\:m-20 {
    margin: 5rem !important;
  }
  .lg\:m-21 {
    margin: 5.25rem !important;
  }
  .lg\:m-22 {
    margin: 5.5rem !important;
  }
  .lg\:m-24 {
    margin: 6rem !important;
  }
  .lg\:m-32 {
    margin: 8rem !important;
  }
  .lg\:m-40 {
    margin: 10rem !important;
  }
  .lg\:m-48 {
    margin: 12rem !important;
  }
  .lg\:m-56 {
    margin: 14rem !important;
  }
  .lg\:m-64 {
    margin: 16rem !important;
  }
  .lg\:m-72 {
    margin: 18rem !important;
  }
  .lg\:m-84 {
    margin: 21rem !important;
  }
  .lg\:m-96 {
    margin: 24rem !important;
  }
  .lg\:-m-1 {
    margin: -0.25rem !important;
  }
  .lg\:-m-2 {
    margin: -0.5rem !important;
  }
  .lg\:-m-3 {
    margin: -0.75rem !important;
  }
  .lg\:-m-4 {
    margin: -1rem !important;
  }
  .lg\:-m-5 {
    margin: -1.25rem !important;
  }
  .lg\:-m-6 {
    margin: -1.5rem !important;
  }
  .lg\:-m-8 {
    margin: -2rem !important;
  }
  .lg\:-m-10 {
    margin: -2.5rem !important;
  }
  .lg\:-m-12 {
    margin: -3rem !important;
  }
  .lg\:-m-16 {
    margin: -4rem !important;
  }
  .lg\:-m-20 {
    margin: -5rem !important;
  }
  .lg\:-m-21 {
    margin: -5.25rem !important;
  }
  .lg\:-m-22 {
    margin: -5.5rem !important;
  }
  .lg\:-m-24 {
    margin: -6rem !important;
  }
  .lg\:-m-32 {
    margin: -8rem !important;
  }
  .lg\:-m-40 {
    margin: -10rem !important;
  }
  .lg\:-m-48 {
    margin: -12rem !important;
  }
  .lg\:-m-56 {
    margin: -14rem !important;
  }
  .lg\:-m-64 {
    margin: -16rem !important;
  }
  .lg\:-m-72 {
    margin: -18rem !important;
  }
  .lg\:-m-84 {
    margin: -21rem !important;
  }
  .lg\:-m-96 {
    margin: -24rem !important;
  }
  .lg\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg\:my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:my-3 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .lg\:my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:my-5 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .lg\:my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg\:my-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:my-10 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .lg\:my-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg\:my-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg\:my-20 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg\:my-21 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important;
  }
  .lg\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .lg\:my-22 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .lg\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .lg\:my-24 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .lg\:my-32 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .lg\:my-40 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .lg\:my-48 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .lg\:my-56 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .lg\:my-64 {
    margin-bottom: 16rem !important;
    margin-top: 16rem !important;
  }
  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .lg\:my-72 {
    margin-bottom: 18rem !important;
    margin-top: 18rem !important;
  }
  .lg\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .lg\:my-84 {
    margin-bottom: 21rem !important;
    margin-top: 21rem !important;
  }
  .lg\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .lg\:my-96 {
    margin-bottom: 24rem !important;
    margin-top: 24rem !important;
  }
  .lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .lg\:-my-1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .lg\:-my-2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .lg\:-my-3 {
    margin-bottom: -0.75rem !important;
    margin-top: -0.75rem !important;
  }
  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .lg\:-my-4 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .lg\:-my-5 {
    margin-bottom: -1.25rem !important;
    margin-top: -1.25rem !important;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .lg\:-my-6 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .lg\:-my-8 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .lg\:-my-10 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important;
  }
  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .lg\:-my-12 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .lg\:-my-16 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .lg\:-my-20 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .lg\:-my-21 {
    margin-bottom: -5.25rem !important;
    margin-top: -5.25rem !important;
  }
  .lg\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .lg\:-my-22 {
    margin-bottom: -5.5rem !important;
    margin-top: -5.5rem !important;
  }
  .lg\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .lg\:-my-24 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .lg\:-my-32 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .lg\:-my-40 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .lg\:-my-48 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important;
  }
  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .lg\:-my-56 {
    margin-bottom: -14rem !important;
    margin-top: -14rem !important;
  }
  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .lg\:-my-64 {
    margin-bottom: -16rem !important;
    margin-top: -16rem !important;
  }
  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .lg\:-my-72 {
    margin-bottom: -18rem !important;
    margin-top: -18rem !important;
  }
  .lg\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .lg\:-my-84 {
    margin-bottom: -21rem !important;
    margin-top: -21rem !important;
  }
  .lg\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }
  .lg\:-my-96 {
    margin-bottom: -24rem !important;
    margin-top: -24rem !important;
  }
  .lg\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1rem !important;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .lg\:ml-8 {
    margin-left: 2rem !important;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .lg\:mt-12 {
    margin-top: 3rem !important;
  }
  .lg\:mr-12 {
    margin-right: 3rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .lg\:ml-12 {
    margin-left: 3rem !important;
  }
  .lg\:mt-16 {
    margin-top: 4rem !important;
  }
  .lg\:mr-16 {
    margin-right: 4rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .lg\:ml-16 {
    margin-left: 4rem !important;
  }
  .lg\:mt-20 {
    margin-top: 5rem !important;
  }
  .lg\:mr-20 {
    margin-right: 5rem !important;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .lg\:ml-20 {
    margin-left: 5rem !important;
  }
  .lg\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .lg\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .lg\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .lg\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .lg\:mt-22 {
    margin-top: 5.5rem !important;
  }
  .lg\:mr-22 {
    margin-right: 5.5rem !important;
  }
  .lg\:mb-22 {
    margin-bottom: 5.5rem !important;
  }
  .lg\:ml-22 {
    margin-left: 5.5rem !important;
  }
  .lg\:mt-24 {
    margin-top: 6rem !important;
  }
  .lg\:mr-24 {
    margin-right: 6rem !important;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .lg\:ml-24 {
    margin-left: 6rem !important;
  }
  .lg\:mt-32 {
    margin-top: 8rem !important;
  }
  .lg\:mr-32 {
    margin-right: 8rem !important;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .lg\:ml-32 {
    margin-left: 8rem !important;
  }
  .lg\:mt-40 {
    margin-top: 10rem !important;
  }
  .lg\:mr-40 {
    margin-right: 10rem !important;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .lg\:ml-40 {
    margin-left: 10rem !important;
  }
  .lg\:mt-48 {
    margin-top: 12rem !important;
  }
  .lg\:mr-48 {
    margin-right: 12rem !important;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .lg\:ml-48 {
    margin-left: 12rem !important;
  }
  .lg\:mt-56 {
    margin-top: 14rem !important;
  }
  .lg\:mr-56 {
    margin-right: 14rem !important;
  }
  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .lg\:ml-56 {
    margin-left: 14rem !important;
  }
  .lg\:mt-64 {
    margin-top: 16rem !important;
  }
  .lg\:mr-64 {
    margin-right: 16rem !important;
  }
  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .lg\:ml-64 {
    margin-left: 16rem !important;
  }
  .lg\:mt-72 {
    margin-top: 18rem !important;
  }
  .lg\:mr-72 {
    margin-right: 18rem !important;
  }
  .lg\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .lg\:ml-72 {
    margin-left: 18rem !important;
  }
  .lg\:mt-84 {
    margin-top: 21rem !important;
  }
  .lg\:mr-84 {
    margin-right: 21rem !important;
  }
  .lg\:mb-84 {
    margin-bottom: 21rem !important;
  }
  .lg\:ml-84 {
    margin-left: 21rem !important;
  }
  .lg\:mt-96 {
    margin-top: 24rem !important;
  }
  .lg\:mr-96 {
    margin-right: 24rem !important;
  }
  .lg\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .lg\:ml-96 {
    margin-left: 24rem !important;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }
  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }
  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }
  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }
  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }
  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }
  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }
  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }
  .lg\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .lg\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .lg\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .lg\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .lg\:-mt-22 {
    margin-top: -5.5rem !important;
  }
  .lg\:-mr-22 {
    margin-right: -5.5rem !important;
  }
  .lg\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }
  .lg\:-ml-22 {
    margin-left: -5.5rem !important;
  }
  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }
  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }
  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }
  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }
  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }
  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }
  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }
  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }
  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }
  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }
  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }
  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }
  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }
  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }
  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }
  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }
  .lg\:-mt-72 {
    margin-top: -18rem !important;
  }
  .lg\:-mr-72 {
    margin-right: -18rem !important;
  }
  .lg\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .lg\:-ml-72 {
    margin-left: -18rem !important;
  }
  .lg\:-mt-84 {
    margin-top: -21rem !important;
  }
  .lg\:-mr-84 {
    margin-right: -21rem !important;
  }
  .lg\:-mb-84 {
    margin-bottom: -21rem !important;
  }
  .lg\:-ml-84 {
    margin-left: -21rem !important;
  }
  .lg\:-mt-96 {
    margin-top: -24rem !important;
  }
  .lg\:-mr-96 {
    margin-right: -24rem !important;
  }
  .lg\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .lg\:-ml-96 {
    margin-left: -24rem !important;
  }
  .lg\:max-h-none {
    max-height: none !important;
  }
  .lg\:max-w-none {
    max-width: none !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  .lg\:min-w-32 {
    min-width: 8rem !important;
  }
  .lg\:p-10 {
    padding: 2.5rem !important;
  }
  .lg\:p-16 {
    padding: 4rem !important;
  }
  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .lg\:pl-16 {
    padding-left: 4rem !important;
  }
  .lg\:pl-32 {
    padding-left: 8rem !important;
  }
  .lg\:bottom-0 {
    bottom: 0 !important;
  }
  .lg\:top-auto {
    top: auto !important;
  }
  .lg\:text-xl {
    font-size: 20px !important;
  }
  .lg\:text-2xl {
    font-size: 24px !important;
  }
  .lg\:text-4xl {
    font-size: 38px !important;
  }
  .lg\:w-22 {
    width: 5.5rem !important;
  }
  .lg\:w-1\/1 {
    width: 100% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-3\/5 {
    width: 60% !important;
  }
  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }
  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }
}
@media (min-width: 1200px) {
  .menu\:bg-secondary {
    background-color: #fbf6e9 !important;
  }
  .menu\:bg-white {
    background-color: #fff !important;
  }
  .menu\:flex {
    display: flex !important;
  }
  .menu\:hidden {
    display: none !important;
  }
  .menu\:h-40 {
    height: 10rem !important;
  }
  .menu\:h-1\/2 {
    height: 50% !important;
  }
  .menu\:ml-0 {
    margin-left: 0 !important;
  }
  .menu\:mt-40 {
    margin-top: 10rem !important;
  }
  .menu\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .menu\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .menu\:absolute {
    position: absolute !important;
  }
  .menu\:left-auto {
    left: auto !important;
  }
  .menu\:-right-2 {
    right: -0.5rem !important;
  }
  .menu\:w-32 {
    width: 8rem !important;
  }
  .menu\:w-48 {
    width: 12rem !important;
  }
  .menu\:w-full {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1 !important;
  }
  .xl\:order-first {
    order: -9999 !important;
  }
  .xl\:order-last {
    order: 9999 !important;
  }
  .xl\:m-0 {
    margin: 0 !important;
  }
  .xl\:m-1 {
    margin: 0.25rem !important;
  }
  .xl\:m-2 {
    margin: 0.5rem !important;
  }
  .xl\:m-3 {
    margin: 0.75rem !important;
  }
  .xl\:m-4 {
    margin: 1rem !important;
  }
  .xl\:m-5 {
    margin: 1.25rem !important;
  }
  .xl\:m-6 {
    margin: 1.5rem !important;
  }
  .xl\:m-8 {
    margin: 2rem !important;
  }
  .xl\:m-10 {
    margin: 2.5rem !important;
  }
  .xl\:m-12 {
    margin: 3rem !important;
  }
  .xl\:m-16 {
    margin: 4rem !important;
  }
  .xl\:m-20 {
    margin: 5rem !important;
  }
  .xl\:m-21 {
    margin: 5.25rem !important;
  }
  .xl\:m-22 {
    margin: 5.5rem !important;
  }
  .xl\:m-24 {
    margin: 6rem !important;
  }
  .xl\:m-32 {
    margin: 8rem !important;
  }
  .xl\:m-40 {
    margin: 10rem !important;
  }
  .xl\:m-48 {
    margin: 12rem !important;
  }
  .xl\:m-56 {
    margin: 14rem !important;
  }
  .xl\:m-64 {
    margin: 16rem !important;
  }
  .xl\:m-72 {
    margin: 18rem !important;
  }
  .xl\:m-84 {
    margin: 21rem !important;
  }
  .xl\:m-96 {
    margin: 24rem !important;
  }
  .xl\:-m-1 {
    margin: -0.25rem !important;
  }
  .xl\:-m-2 {
    margin: -0.5rem !important;
  }
  .xl\:-m-3 {
    margin: -0.75rem !important;
  }
  .xl\:-m-4 {
    margin: -1rem !important;
  }
  .xl\:-m-5 {
    margin: -1.25rem !important;
  }
  .xl\:-m-6 {
    margin: -1.5rem !important;
  }
  .xl\:-m-8 {
    margin: -2rem !important;
  }
  .xl\:-m-10 {
    margin: -2.5rem !important;
  }
  .xl\:-m-12 {
    margin: -3rem !important;
  }
  .xl\:-m-16 {
    margin: -4rem !important;
  }
  .xl\:-m-20 {
    margin: -5rem !important;
  }
  .xl\:-m-21 {
    margin: -5.25rem !important;
  }
  .xl\:-m-22 {
    margin: -5.5rem !important;
  }
  .xl\:-m-24 {
    margin: -6rem !important;
  }
  .xl\:-m-32 {
    margin: -8rem !important;
  }
  .xl\:-m-40 {
    margin: -10rem !important;
  }
  .xl\:-m-48 {
    margin: -12rem !important;
  }
  .xl\:-m-56 {
    margin: -14rem !important;
  }
  .xl\:-m-64 {
    margin: -16rem !important;
  }
  .xl\:-m-72 {
    margin: -18rem !important;
  }
  .xl\:-m-84 {
    margin: -21rem !important;
  }
  .xl\:-m-96 {
    margin: -24rem !important;
  }
  .xl\:my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xl\:my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xl\:my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xl\:my-3 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .xl\:my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xl\:my-5 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .xl\:my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xl\:my-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xl\:my-10 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .xl\:my-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xl\:my-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xl\:my-20 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xl\:my-21 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important;
  }
  .xl\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .xl\:my-22 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .xl\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .xl\:my-24 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .xl\:my-32 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .xl\:my-40 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .xl\:my-48 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .xl\:my-56 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .xl\:my-64 {
    margin-bottom: 16rem !important;
    margin-top: 16rem !important;
  }
  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .xl\:my-72 {
    margin-bottom: 18rem !important;
    margin-top: 18rem !important;
  }
  .xl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .xl\:my-84 {
    margin-bottom: 21rem !important;
    margin-top: 21rem !important;
  }
  .xl\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .xl\:my-96 {
    margin-bottom: 24rem !important;
    margin-top: 24rem !important;
  }
  .xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .xl\:-my-1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .xl\:-my-2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .xl\:-my-3 {
    margin-bottom: -0.75rem !important;
    margin-top: -0.75rem !important;
  }
  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .xl\:-my-4 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .xl\:-my-5 {
    margin-bottom: -1.25rem !important;
    margin-top: -1.25rem !important;
  }
  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .xl\:-my-6 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .xl\:-my-8 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .xl\:-my-10 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important;
  }
  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .xl\:-my-12 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .xl\:-my-16 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .xl\:-my-20 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .xl\:-my-21 {
    margin-bottom: -5.25rem !important;
    margin-top: -5.25rem !important;
  }
  .xl\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .xl\:-my-22 {
    margin-bottom: -5.5rem !important;
    margin-top: -5.5rem !important;
  }
  .xl\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .xl\:-my-24 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .xl\:-my-32 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .xl\:-my-40 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .xl\:-my-48 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important;
  }
  .xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .xl\:-my-56 {
    margin-bottom: -14rem !important;
    margin-top: -14rem !important;
  }
  .xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .xl\:-my-64 {
    margin-bottom: -16rem !important;
    margin-top: -16rem !important;
  }
  .xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .xl\:-my-72 {
    margin-bottom: -18rem !important;
    margin-top: -18rem !important;
  }
  .xl\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .xl\:-my-84 {
    margin-bottom: -21rem !important;
    margin-top: -21rem !important;
  }
  .xl\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }
  .xl\:-my-96 {
    margin-bottom: -24rem !important;
    margin-top: -24rem !important;
  }
  .xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .xl\:mt-0 {
    margin-top: 0 !important;
  }
  .xl\:mr-0 {
    margin-right: 0 !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:ml-0 {
    margin-left: 0 !important;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .xl\:mt-4 {
    margin-top: 1rem !important;
  }
  .xl\:mr-4 {
    margin-right: 1rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .xl\:ml-4 {
    margin-left: 1rem !important;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .xl\:mt-8 {
    margin-top: 2rem !important;
  }
  .xl\:mr-8 {
    margin-right: 2rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .xl\:ml-8 {
    margin-left: 2rem !important;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .xl\:mt-12 {
    margin-top: 3rem !important;
  }
  .xl\:mr-12 {
    margin-right: 3rem !important;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .xl\:ml-12 {
    margin-left: 3rem !important;
  }
  .xl\:mt-16 {
    margin-top: 4rem !important;
  }
  .xl\:mr-16 {
    margin-right: 4rem !important;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .xl\:ml-16 {
    margin-left: 4rem !important;
  }
  .xl\:mt-20 {
    margin-top: 5rem !important;
  }
  .xl\:mr-20 {
    margin-right: 5rem !important;
  }
  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .xl\:ml-20 {
    margin-left: 5rem !important;
  }
  .xl\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .xl\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .xl\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .xl\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .xl\:mt-22 {
    margin-top: 5.5rem !important;
  }
  .xl\:mr-22 {
    margin-right: 5.5rem !important;
  }
  .xl\:mb-22 {
    margin-bottom: 5.5rem !important;
  }
  .xl\:ml-22 {
    margin-left: 5.5rem !important;
  }
  .xl\:mt-24 {
    margin-top: 6rem !important;
  }
  .xl\:mr-24 {
    margin-right: 6rem !important;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .xl\:ml-24 {
    margin-left: 6rem !important;
  }
  .xl\:mt-32 {
    margin-top: 8rem !important;
  }
  .xl\:mr-32 {
    margin-right: 8rem !important;
  }
  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .xl\:ml-32 {
    margin-left: 8rem !important;
  }
  .xl\:mt-40 {
    margin-top: 10rem !important;
  }
  .xl\:mr-40 {
    margin-right: 10rem !important;
  }
  .xl\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .xl\:ml-40 {
    margin-left: 10rem !important;
  }
  .xl\:mt-48 {
    margin-top: 12rem !important;
  }
  .xl\:mr-48 {
    margin-right: 12rem !important;
  }
  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .xl\:ml-48 {
    margin-left: 12rem !important;
  }
  .xl\:mt-56 {
    margin-top: 14rem !important;
  }
  .xl\:mr-56 {
    margin-right: 14rem !important;
  }
  .xl\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .xl\:ml-56 {
    margin-left: 14rem !important;
  }
  .xl\:mt-64 {
    margin-top: 16rem !important;
  }
  .xl\:mr-64 {
    margin-right: 16rem !important;
  }
  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .xl\:ml-64 {
    margin-left: 16rem !important;
  }
  .xl\:mt-72 {
    margin-top: 18rem !important;
  }
  .xl\:mr-72 {
    margin-right: 18rem !important;
  }
  .xl\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .xl\:ml-72 {
    margin-left: 18rem !important;
  }
  .xl\:mt-84 {
    margin-top: 21rem !important;
  }
  .xl\:mr-84 {
    margin-right: 21rem !important;
  }
  .xl\:mb-84 {
    margin-bottom: 21rem !important;
  }
  .xl\:ml-84 {
    margin-left: 21rem !important;
  }
  .xl\:mt-96 {
    margin-top: 24rem !important;
  }
  .xl\:mr-96 {
    margin-right: 24rem !important;
  }
  .xl\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .xl\:ml-96 {
    margin-left: 24rem !important;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }
  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }
  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }
  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }
  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }
  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }
  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }
  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }
  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }
  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }
  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }
  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }
  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }
  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }
  .xl\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .xl\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .xl\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .xl\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .xl\:-mt-22 {
    margin-top: -5.5rem !important;
  }
  .xl\:-mr-22 {
    margin-right: -5.5rem !important;
  }
  .xl\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }
  .xl\:-ml-22 {
    margin-left: -5.5rem !important;
  }
  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }
  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }
  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }
  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }
  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }
  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }
  .xl\:-mt-40 {
    margin-top: -10rem !important;
  }
  .xl\:-mr-40 {
    margin-right: -10rem !important;
  }
  .xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .xl\:-ml-40 {
    margin-left: -10rem !important;
  }
  .xl\:-mt-48 {
    margin-top: -12rem !important;
  }
  .xl\:-mr-48 {
    margin-right: -12rem !important;
  }
  .xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .xl\:-ml-48 {
    margin-left: -12rem !important;
  }
  .xl\:-mt-56 {
    margin-top: -14rem !important;
  }
  .xl\:-mr-56 {
    margin-right: -14rem !important;
  }
  .xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .xl\:-ml-56 {
    margin-left: -14rem !important;
  }
  .xl\:-mt-64 {
    margin-top: -16rem !important;
  }
  .xl\:-mr-64 {
    margin-right: -16rem !important;
  }
  .xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .xl\:-ml-64 {
    margin-left: -16rem !important;
  }
  .xl\:-mt-72 {
    margin-top: -18rem !important;
  }
  .xl\:-mr-72 {
    margin-right: -18rem !important;
  }
  .xl\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .xl\:-ml-72 {
    margin-left: -18rem !important;
  }
  .xl\:-mt-84 {
    margin-top: -21rem !important;
  }
  .xl\:-mr-84 {
    margin-right: -21rem !important;
  }
  .xl\:-mb-84 {
    margin-bottom: -21rem !important;
  }
  .xl\:-ml-84 {
    margin-left: -21rem !important;
  }
  .xl\:-mt-96 {
    margin-top: -24rem !important;
  }
  .xl\:-mr-96 {
    margin-right: -24rem !important;
  }
  .xl\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .xl\:-ml-96 {
    margin-left: -24rem !important;
  }
  .xl\:max-w-none {
    max-width: none !important;
  }
  .xl\:max-w-full {
    max-width: 100% !important;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xl\:pr-4 {
    padding-right: 1rem !important;
  }
  .xl\:pl-4 {
    padding-left: 1rem !important;
  }
  .xl\:text-md {
    font-size: 17px !important;
  }
  .xl\:whitespace-normal {
    white-space: normal !important;
  }
  .xl\:w-1\/1 {
    width: 100% !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  .xl\:w-1\/4 {
    width: 25% !important;
  }
  .xl\:w-1\/5 {
    width: 20% !important;
  }
  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 15px;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #000;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 40px;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  opacity: 0;
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
@charset "UTF-8";
:root {
  --color-primary: #e01020;
  --color-darkred: #961a1b;
  --color-secondary: #fbf6e9;
  --color-beige: #f7eccf;
  --color-green: #009036;
  --color-black: #454545;
  --color-pitchblack: #000;
  --color-white: #fff;
  --color-orange: #d39c0b;
  --color-darkorange: #c89100;
  --viewport-gutter: 10px;
  --alignment-gutter: 14px;
  --content-width: 672px;
  --alignfull-width: 100vw;
  --alignwide-width: min(
    1440px,
    calc(var(--alignfull-width) - var(--viewport-gutter) * 2)
  );
  --r-spacing: 0.75rem;
}
@media (min-width: 1024px) {
  :root {
    --r--spacing: 1.25rem;
  }
}
@media (max-width: 600px) {
  .sm-only\:alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
  }
}
.svg-shadow {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.transition-opacity {
  transition: opacity 0.2s ease-out;
}
.hover\:zoom-img {
  overflow: hidden;
}
.hover\:zoom-img img,
.hover\:zoom-img video {
  transition: transform 0.5s ease-out;
}
.hover\:zoom-img:focus img,
.hover\:zoom-img:focus video,
.hover\:zoom-img:hover img,
.hover\:zoom-img:hover video {
  transform: scale(1.02) translate(-1%, 1%);
}
.hover\:brighten-img img,
.hover\:brighten-img video {
  filter: brightness(0.8);
  transition: filter 0.2s ease-out;
}
@media (min-width: 1024px) {
  .hover\:brighten-img img,
  .hover\:brighten-img video {
    filter: brightness(0.65);
  }
}
.hover\:brighten-img:focus-within img,
.hover\:brighten-img:focus-within video,
.hover\:brighten-img:focus img,
.hover\:brighten-img:focus video,
.hover\:brighten-img:hover img,
.hover\:brighten-img:hover video {
  filter: brightness(1);
}
.hover\:lift-img img,
.hover\:lift-img video {
  transform: translateX(0);
  transition: transform 0.2s ease-out;
}
.hover\:lift-img:focus img,
.hover\:lift-img:focus video,
.hover\:lift-img:hover img,
.hover\:lift-img:hover video {
  transform: translateY(-3%);
}
@keyframes background-zoom-sm {
  0% {
    transform: scale(1) translate(0);
  }
  to {
    transform: scale(1.05) translate(-2%, 2%);
  }
}
.gradient-radial-primary {
  background-image: radial-gradient(circle, #c61f1e 50%, #961a1b);
}
.gradient-radial-secondary {
  background-image: radial-gradient(circle, #fbf6e9 20%, #f7eccf);
}
.filter-none {
  filter: none !important;
}
.text {
  font-weight: 400;
  margin-bottom: 1rem;
}
.text:last-child {
  margin-bottom: 0;
}
:root {
  --heading-mt: 0.75rem;
  --heading-mb: 0.75rem;
}
@media (min-width: 768px) {
  :root {
    --heading-mb: 1rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --heading-mt: 1.25rem;
  }
}
.heading {
  text-rendering: optimizeLegibility;
  color: #e01020;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-transform: uppercase;
}
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .heading,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .heading {
  color: inherit;
}
.heading:first-child {
  margin-top: 0;
}
.heading:last-child {
  margin-bottom: 0;
}
.heading > a {
  color: inherit;
  text-decoration: underline;
}

.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h1,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h1 {
  color: inherit;
}
.h1:first-child {
  margin-top: 0;
}
.h1:last-child {
  margin-bottom: 0;
}
.h1 > a {
  color: inherit;
  text-decoration: underline;
}

.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h2,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h2 {
  color: inherit;
}
.h2:first-child {
  margin-top: 0;
}
.h2:last-child {
  margin-bottom: 0;
}
.h2 > a {
  color: inherit;
  text-decoration: underline;
}

.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h3,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h3 {
  color: inherit;
}
.h3:first-child {
  margin-top: 0;
}
.h3:last-child {
  margin-bottom: 0;
}
.h3 > a {
  color: inherit;
  text-decoration: underline;
}

.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h4,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h4 {
  color: inherit;
}
.h4:first-child {
  margin-top: 0;
}
.h4:last-child {
  margin-bottom: 0;
}
.h4 > a {
  color: inherit;
  text-decoration: underline;
}

.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h5,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h5 {
  color: inherit;
}
.h5:first-child {
  margin-top: 0;
}
.h5:last-child {
  margin-bottom: 0;
}
.h5 > a {
  color: inherit;
  text-decoration: underline;
}

.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h6,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .h6 {
  color: inherit;
}
.h6:first-child {
  margin-top: 0;
}
.h6:last-child {
  margin-bottom: 0;
}
.h6 > a {
  color: inherit;
  text-decoration: underline;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-size: var(--h5-font-size);
  padding: 0;
  text-decoration: underline;
}
.btn,
.btn.large {
  text-rendering: optimizeLegibility;
  color: #e01020;

  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-transform: uppercase;
}
.btn.large {
  font-size: var(--h3-font-size);
}
.btn-outline {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border: 2px solid #e01020;
  border-radius: 0;
  color: #e01020;
  cursor: pointer;
  display: inline-block;

  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 0.5rem;
  text-decoration: underline;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-solid {
  padding: 0.5rem;
}
.btn-solid {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  background-color: #e01020;
  border-radius: 0;
  border-width: 0;
  color: #e01020;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-decoration: underline;
  text-decoration: none;
  text-transform: uppercase;
}
html {
  font-size: 18px;
}
body {
  color: #454545;
  font-familys: TradeGothic LT CondEighteen, myriad-pro-condensed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 16px;
  line-height: 1.375;
}
html[lang="cs-CZ"] body,
html[lang="hr-HR"] body,
html[lang="pl-PL"] body,
html[lang="ro-RO"] body,
html[lang="ru-RU"] body,
html[lang="sl-SI"] body {
  font-familys: myriad-pro-condensed, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
.is-style-cursive {
  text-rendering: optimizeLegibility;
  color: #e01020;


  font-size: 30px;
  font-weight: 700;
  font-weight: 400;
  line-height: 1;
  line-height: 0.75;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-transform: uppercase;
  text-transform: none;
}
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .is-style-cursive,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .is-style-cursive {
  color: inherit;
}
html[lang="cs-CZ"] .is-style-cursive,
html[lang="hr-HR"] .is-style-cursive,
html[lang="pl-PL"] .is-style-cursive,
html[lang="ro-RO"] .is-style-cursive,
html[lang="sl-SI"] .is-style-cursive {
  font-familys: gautreaux, Georgia, Cambria, Times New Roman, Times, serif;
}
html[lang="ru-RU"] .is-style-cursive {
  font-familys: adventure, Georgia, Cambria, Times New Roman, Times, serif;
}
@media (min-width: 768px) {
  .is-style-cursive {
    font-size: 35px;
  }
}
.is-style-cursive h1.is-style-cursive,
.is-style-cursive h2.is-style-cursive {
  font-size: 30px;
}
@media (min-width: 768px) {
  .is-style-cursive h1.is-style-cursive,
  .is-style-cursive h2.is-style-cursive {
    font-size: 42px;
  }
}
.is-style-cursive:not(:first-child) {
  margin-top: 0;
}
p + .is-style-cursive:not(:first-child) {
  margin-top: var(--r-spacing);
}
.is-style-cursive:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .is-style-cursive:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.is-style-cursive + h1,
.is-style-cursive + h2,
.is-style-cursive + h3,
h1 + .is-style-cursive,
h2 + .is-style-cursive,
h3 + .is-style-cursive {
  margin-top: 0 !important;
}
:root {
  --xl-heading-font-size: 40px;
  --xxl-heading-font-size: 40px;
  --h1-font-size: 32px;
  --h2-font-size: 26px;
  --h3-font-size: 22px;
  --h4-font-size: 18px;
  --h5-font-size: 15px;
  --h6-font-size: 15px;
  --text-size-xs: 13px;
  --text-size-sm: 15px;
  --text-size-base: 18px;
  --text-size-xl: 24px;
  --text-size-xxl: 42px;
}
@media (min-width: 768px) {
  :root {
    --xl-heading-font-size: 60px;
    --xxl-heading-font-size: 90px;
    --h1-font-size: 42px;
    --h2-font-size: 42px;
    --h3-font-size: 30px;
    --h4-font-size: 20px;
    --h5-font-size: 18px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  color: #e01020;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-transform: uppercase;
}
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h1,
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h2,
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h3,
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h4,
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h5,
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h6,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h1,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h2,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h3,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h4,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h5,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  h6 {
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
  text-decoration: underline;
}
@media screen {
  h1 + h1:not(:first-child),
  h1 + h2:not(:first-child),
  h1 + h3:not(:first-child),
  h1 + h4:not(:first-child),
  h1 + h5:not(:first-child),
  h1 + h6:not(:first-child),
  h2 + h1:not(:first-child),
  h2 + h2:not(:first-child),
  h2 + h3:not(:first-child),
  h2 + h4:not(:first-child),
  h2 + h5:not(:first-child),
  h2 + h6:not(:first-child),
  h3 + h1:not(:first-child),
  h3 + h2:not(:first-child),
  h3 + h3:not(:first-child),
  h3 + h4:not(:first-child),
  h3 + h5:not(:first-child),
  h3 + h6:not(:first-child),
  h4 + h1:not(:first-child),
  h4 + h2:not(:first-child),
  h4 + h3:not(:first-child),
  h4 + h4:not(:first-child),
  h4 + h5:not(:first-child),
  h4 + h6:not(:first-child),
  h5 + h1:not(:first-child),
  h5 + h2:not(:first-child),
  h5 + h3:not(:first-child),
  h5 + h4:not(:first-child),
  h5 + h5:not(:first-child),
  h5 + h6:not(:first-child),
  h6 + h1:not(:first-child),
  h6 + h2:not(:first-child),
  h6 + h3:not(:first-child),
  h6 + h4:not(:first-child),
  h6 + h5:not(:first-child),
  h6 + h6:not(:first-child) {
    margin-top: 0;
  }
}

p {
  font-weight: 400;
  margin-bottom: 1rem;
}
.mce-content-body p {
  font-size: 15px;
}
p:last-child {
  margin-bottom: 0;
}
p b,

[class*="-font-size"] > p {
  font-size: inherit;
}
@media (max-width: 600px) {
  p > img {
    margin-left: auto;
    margin-right: auto;
  }
}
p > img {
  display: inline-block;
}
ol,
ul {
  font-weight: 400;
  margin-bottom: 1rem;
  margin-left: 0.75rem;
  padding-left: 1.3em;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol li > b,
ol li > strong,
ul li > b,
ul li > strong {
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
ol.list-none,
ul.list-none {
  margin-left: 0;
  padding-left: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
a {
  -webkit-tap-highlight-color: transparent;
  color: #e01020;
}
a:focus,
a:hover {
  text-decoration: underline;
}
table thead th {
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
button {
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .has-xxl-font-size {
    font-size: 30px !important;
  }
}
@media (min-width: 768px) {
  .has-xxl-heading-font-size.is-style-cursive:not(:last-child) {
    margin-bottom: 0.6em;
  }
}
.form-select,
.form-text,
.v-select.form-select {
  text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  border-color: #454545;
  border-radius: 0;
  border-width: 2px;
  color: #e01020;
  color: #454545;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
  line-height: 1;
  line-height: 1.4;
  margin-bottom: var(--heading-mb);
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  margin-top: var(--heading-mt);
  max-height: 2.5rem;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: none;
}
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .form-select,
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .form-text,
.has-background:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .v-select.form-select,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .form-select,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .form-text,
[class*="-background-color"]:not(.has-white-background-color):not(
    .has-secondary-background-color
  ):not(.has-beige-background-color)
  .v-select.form-select {
  color: inherit;
}
.form-select:first-child,
.form-text:first-child,
.v-select.form-select:first-child {
  margin-top: 0;
}
.form-select:last-child,
.form-text:last-child,
.v-select.form-select:last-child {
  margin-bottom: 0;
}
.form-select > a,
.form-text > a,
.v-select.form-select > a {
  color: inherit;
  text-decoration: underline;
}
.has-background.has-background.has-background .form-select,
.has-background.has-background.has-background .form-text,
.has-background.has-background.has-background .v-select.form-select {
  color: #454545;
}
.form-text {
  display: block;
  width: 100%;
}
.form-text:focus {
  outline: none;
}
.form-select,
.v-select.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971 91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 0.6em;
  color: #8e8e8e;
  padding-right: 1.5em;
}
.form-select option,
.v-select.form-select option {
  color: #454545;
}
.form-select option[disabled],
.v-select.form-select option[disabled] {
  color: #8e8e8e;
}
.form-select::-ms-expand,
.v-select.form-select::-ms-expand {
  display: none;
}
.form-select[multiple],
.v-select.form-select[multiple] {
  background-image: none;
  height: auto;
}
.form-select:focus,
.v-select.form-select:focus {
  outline: none;
}
::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8e8e8e;
  line-height: 1.5;
  opacity: 1;
}
::placeholder,
input::placeholder,
textarea::placeholder {
  color: #8e8e8e;
  line-height: 1.5;
  opacity: 1;
}
.alignwide,
.block-editor-block-list__layout.is-root-container > .alignwide.alignwide,
.edit-post-visual-editor__post-title-wrapper > .alignwide.alignwide {
  margin-left: calc(50% - 50vw + var(--alignment-gutter));
  margin-right: calc(50% - 50vw + var(--alignment-gutter));
  max-width: calc(var(--alignfull-width) - (var(--alignment-gutter) * 2));
  width: var(--alignfull-width);
}
@media (max-width: 1024px) {
  .acf-recipe-listing > .alignwide,
  .acf-recipe-listing
    > .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide,
  .acf-recipe-listing
    > .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide,
  .alignwide.acf-custom-slideshow,
  .alignwide.acf-how-is-it-made,
  .alignwide.acf-product-category-listing,
  .alignwide.acf-product-comparison,
  .alignwide.acf-product-comparison-single,
  .alignwide.acf-recipe-listing,
  .alignwide.acf-related-recipes,
  .alignwide.acf-store-locator,
  .alignwide.related-posts,
  .alignwide.wp-block-cover,
  .alignwide.wp-block-group,
  .alignwide.wp-block-image,
  .alignwide.wp-block-media-text,
  .alignwide.wp-block-video,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-custom-slideshow,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-how-is-it-made,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-product-category-listing,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-product-comparison,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-product-comparison-single,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-recipe-listing,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-related-recipes,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.acf-store-locator,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.related-posts,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.wp-block-cover,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.wp-block-group,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.wp-block-image,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.wp-block-media-text,
  .block-editor-block-list__layout.is-root-container
    > .alignwide.alignwide.wp-block-video,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-custom-slideshow,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-how-is-it-made,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-product-category-listing,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-product-comparison,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-product-comparison-single,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-recipe-listing,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-related-recipes,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.acf-store-locator,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.related-posts,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.wp-block-cover,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.wp-block-group,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.wp-block-image,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.wp-block-media-text,
  .edit-post-visual-editor__post-title-wrapper
    > .alignwide.alignwide.wp-block-video {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: var(--alignfull-width);
  }
}
@media (min-width: 1024px) {
  .alignwide,
  .block-editor-block-list__layout.is-root-container > .alignwide.alignwide,
  .edit-post-visual-editor__post-title-wrapper > .alignwide.alignwide {
    margin-left: calc(
      50% - (50vw - ((var(--alignfull-width) - var(--content-width)) / 2) * 0.2) +
        var(--alignment-gutter)
    );
    margin-right: calc(
      50% - (50vw - ((var(--alignfull-width) - var(--content-width)) / 2) * 0.2) +
        var(--alignment-gutter)
    );
    max-width: calc(
      var(--alignfull-width) -
        ((var(--alignfull-width) - var(--content-width)) * 0.2) -
        (var(--alignment-gutter) * 2)
    );
  }
}
@media (min-width: 1729px) {
  .alignwide,
  .block-editor-block-list__layout.is-root-container > .alignwide.alignwide,
  .edit-post-visual-editor__post-title-wrapper > .alignwide.alignwide {
    margin-left: calc((100% - var(--alignwide-width)) / 2);
    margin-right: calc((100% - var(--alignwide-width)) / 2);
    max-width: var(--alignwide-width);
  }
}
.alignfull,
.block-editor-block-list__layout.is-root-container > .alignfull.alignfull,
.edit-post-visual-editor__post-title-wrapper > .alignfull.alignfull {
  margin-left: calc(50% - var(--alignfull-width) / 2);
  margin-right: calc(50% - var(--alignfull-width) / 2);
  max-width: var(--alignfull-width);
  width: var(--alignfull-width);
}
@media (min-width: 1441px) {
  .alignfull,
  .block-editor-block-list__layout.is-root-container > .alignfull.alignfull,
  .edit-post-visual-editor__post-title-wrapper > .alignfull.alignfull {
    margin-left: calc((100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
    max-width: 1440px;
  }
}
.alignfull .alignfull,
.alignwide .alignfull,
.alignwide .alignwide,
.alignwide.is-layout-constrained > .alignwide,
.wp-block-column .alignfull,
.wp-block-column .alignwide,
.wp-block-group:not(.alignwide):not(.alignfull) .alignfull,
.wp-block-group:not(.alignwide):not(.alignfull) .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.wp-block-group.has-background {
  padding-left: 30px;
  padding-right: 30px;
}
.wp-block-group.has-background .alignfull {
  margin-left: -30px;
  margin-right: -30px;
  max-width: calc(100% + (30px * 2));
}
.alignleft,
.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .alignleft,
  .wp-block-image .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright,
  .wp-block-image .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
[data-align="full"] .alignfull,
[data-align="wide"] .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto;
}
[data-align="left"] .wp-block-pullquote,
[data-align="right"] .wp-block-pullquote {
  max-width: 305px;
}
.wp-block-cover .block-editor-block-list__block {
  color: inherit;
}
@media (max-width: 600px) {
  .alignwide .acf-recipe-listing.is-style-slideshow {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
    max-width: none !important;
  }
}
p:empty:last-child {
  display: none;
}
@media (max-width: 768px) {
  .entry-content > .acf-breadcrumb:first-child,
  .entry-content
    > .wp-block-cover:first-child
    > .wp-block-cover__inner-container {
    margin-top: 4rem !important;
  }
}
.is-style-secondary {
  background-color: #fbf6e9;
  padding: 2rem;
}
.has-background .wp-block-button__link,
.has-background a:not(.btn):not(button):not(.wp-block-file__button),
.has-primary-background-color .wp-block-button__link,
.has-primary-background-color
  a:not(.btn):not(button):not(.wp-block-file__button) {
  color: inherit;
}
.has-background .wp-block-separator,
.has-primary-background-color .wp-block-separator {
  border-color: inherit;
}
.has-xl-font-size {
  font-size: var(--wp-preset--font-size--xl) !important;
}
.acf-about-land:not(:first-child, .alignleft, .alignright),
.acf-about-tomatoes:not(:first-child, .alignleft, .alignright),
.acf-content-listing:not(:first-child, .alignleft, .alignright),
.acf-how-is-it-made:not(:first-child, .alignleft, .alignright),
.acf-image-grid:not(:first-child, .alignleft, .alignright),
.acf-product-category-listing:not(:first-child, .alignleft, .alignright),
.acf-product-comparison:not(:first-child, .alignleft, .alignright),
.acf-product-listing:not(:first-child, .alignleft, .alignright),
.acf-recipe-listing:not(:first-child, .alignleft, .alignright),
.acf-related-products:not(:first-child, .alignleft, .alignright),
.acf-related-recipes:not(:first-child, .alignleft, .alignright),
.acf-sidebar:not(:first-child, .alignleft, .alignright),
.acf-timeline:not(:first-child, .alignleft, .alignright),
.mutti-slideshow:not(:first-child, .alignleft, .alignright),
.wp-block-audio:not(:first-child, .alignleft, .alignright),
.wp-block-code:not(:first-child, .alignleft, .alignright),
.wp-block-columns:not(:first-child, .alignleft, .alignright),
.wp-block-cover:not(:first-child, .alignleft, .alignright),
.wp-block-gallery:not(:first-child, .alignleft, .alignright),
.wp-block-group:not(:first-child, .alignleft, .alignright),
.wp-block-media-text:not(:first-child, .alignleft, .alignright),
.wp-block-preformatted:not(:first-child, .alignleft, .alignright),
.wp-block-table:not(:first-child, .alignleft, .alignright),
.wp-block-verse:not(:first-child, .alignleft, .alignright),
[data-type="mutti/slideshow"]:not(:first-child, .alignleft, .alignright) {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-about-land:not(:first-child, .alignleft, .alignright),
  .acf-about-tomatoes:not(:first-child, .alignleft, .alignright),
  .acf-content-listing:not(:first-child, .alignleft, .alignright),
  .acf-how-is-it-made:not(:first-child, .alignleft, .alignright),
  .acf-image-grid:not(:first-child, .alignleft, .alignright),
  .acf-product-category-listing:not(:first-child, .alignleft, .alignright),
  .acf-product-comparison:not(:first-child, .alignleft, .alignright),
  .acf-product-listing:not(:first-child, .alignleft, .alignright),
  .acf-recipe-listing:not(:first-child, .alignleft, .alignright),
  .acf-related-products:not(:first-child, .alignleft, .alignright),
  .acf-related-recipes:not(:first-child, .alignleft, .alignright),
  .acf-sidebar:not(:first-child, .alignleft, .alignright),
  .acf-timeline:not(:first-child, .alignleft, .alignright),
  .mutti-slideshow:not(:first-child, .alignleft, .alignright),
  .wp-block-audio:not(:first-child, .alignleft, .alignright),
  .wp-block-code:not(:first-child, .alignleft, .alignright),
  .wp-block-columns:not(:first-child, .alignleft, .alignright),
  .wp-block-cover:not(:first-child, .alignleft, .alignright),
  .wp-block-gallery:not(:first-child, .alignleft, .alignright),
  .wp-block-group:not(:first-child, .alignleft, .alignright),
  .wp-block-media-text:not(:first-child, .alignleft, .alignright),
  .wp-block-preformatted:not(:first-child, .alignleft, .alignright),
  .wp-block-table:not(:first-child, .alignleft, .alignright),
  .wp-block-verse:not(:first-child, .alignleft, .alignright),
  [data-type="mutti/slideshow"]:not(:first-child, .alignleft, .alignright) {
    margin-top: 4rem;
  }
}
.acf-breadcrumb + .acf-about-land:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-about-tomatoes:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-content-listing:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-how-is-it-made:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .acf-image-grid:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-product-category-listing:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-product-comparison:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-product-listing:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-recipe-listing:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-related-products:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .acf-related-recipes:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .acf-sidebar:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .acf-timeline:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .mutti-slideshow:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-audio:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-code:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-columns:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-cover:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-gallery:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-group:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .wp-block-media-text:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + .wp-block-preformatted:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-table:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb + .wp-block-verse:not(:first-child, .alignleft, .alignright),
.acf-breadcrumb
  + [data-type="mutti/slideshow"]:not(:first-child, .alignleft, .alignright) {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .acf-breadcrumb + .acf-about-land:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-about-tomatoes:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-content-listing:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-how-is-it-made:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .acf-image-grid:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-product-category-listing:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-product-comparison:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-product-listing:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-recipe-listing:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-related-products:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .acf-related-recipes:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .acf-sidebar:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .acf-timeline:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .mutti-slideshow:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .wp-block-audio:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .wp-block-code:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .wp-block-columns:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .wp-block-cover:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .wp-block-gallery:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .wp-block-group:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .wp-block-media-text:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + .wp-block-preformatted:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .wp-block-table:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb + .wp-block-verse:not(:first-child, .alignleft, .alignright),
  .acf-breadcrumb
    + [data-type="mutti/slideshow"]:not(:first-child, .alignleft, .alignright) {
    margin-top: 2rem;
  }
}
.acf-about-land:not(:last-child, .alignleft, .alignright),
.acf-about-tomatoes:not(:last-child, .alignleft, .alignright),
.acf-content-listing:not(:last-child, .alignleft, .alignright),
.acf-how-is-it-made:not(:last-child, .alignleft, .alignright),
.acf-image-grid:not(:last-child, .alignleft, .alignright),
.acf-product-category-listing:not(:last-child, .alignleft, .alignright),
.acf-product-comparison:not(:last-child, .alignleft, .alignright),
.acf-product-listing:not(:last-child, .alignleft, .alignright),
.acf-recipe-listing:not(:last-child, .alignleft, .alignright),
.acf-related-products:not(:last-child, .alignleft, .alignright),
.acf-related-recipes:not(:last-child, .alignleft, .alignright),
.acf-sidebar:not(:last-child, .alignleft, .alignright),
.acf-timeline:not(:last-child, .alignleft, .alignright),
.mutti-slideshow:not(:last-child, .alignleft, .alignright),
.wp-block-audio:not(:last-child, .alignleft, .alignright),
.wp-block-code:not(:last-child, .alignleft, .alignright),
.wp-block-columns:not(:last-child, .alignleft, .alignright),
.wp-block-cover:not(:last-child, .alignleft, .alignright),
.wp-block-gallery:not(:last-child, .alignleft, .alignright),
.wp-block-group:not(:last-child, .alignleft, .alignright),
.wp-block-media-text:not(:last-child, .alignleft, .alignright),
.wp-block-preformatted:not(:last-child, .alignleft, .alignright),
.wp-block-table:not(:last-child, .alignleft, .alignright),
.wp-block-verse:not(:last-child, .alignleft, .alignright),
[data-type="mutti/slideshow"]:not(:last-child, .alignleft, .alignright) {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-about-land:not(:last-child, .alignleft, .alignright),
  .acf-about-tomatoes:not(:last-child, .alignleft, .alignright),
  .acf-content-listing:not(:last-child, .alignleft, .alignright),
  .acf-how-is-it-made:not(:last-child, .alignleft, .alignright),
  .acf-image-grid:not(:last-child, .alignleft, .alignright),
  .acf-product-category-listing:not(:last-child, .alignleft, .alignright),
  .acf-product-comparison:not(:last-child, .alignleft, .alignright),
  .acf-product-listing:not(:last-child, .alignleft, .alignright),
  .acf-recipe-listing:not(:last-child, .alignleft, .alignright),
  .acf-related-products:not(:last-child, .alignleft, .alignright),
  .acf-related-recipes:not(:last-child, .alignleft, .alignright),
  .acf-sidebar:not(:last-child, .alignleft, .alignright),
  .acf-timeline:not(:last-child, .alignleft, .alignright),
  .mutti-slideshow:not(:last-child, .alignleft, .alignright),
  .wp-block-audio:not(:last-child, .alignleft, .alignright),
  .wp-block-code:not(:last-child, .alignleft, .alignright),
  .wp-block-columns:not(:last-child, .alignleft, .alignright),
  .wp-block-cover:not(:last-child, .alignleft, .alignright),
  .wp-block-gallery:not(:last-child, .alignleft, .alignright),
  .wp-block-group:not(:last-child, .alignleft, .alignright),
  .wp-block-media-text:not(:last-child, .alignleft, .alignright),
  .wp-block-preformatted:not(:last-child, .alignleft, .alignright),
  .wp-block-table:not(:last-child, .alignleft, .alignright),
  .wp-block-verse:not(:last-child, .alignleft, .alignright),
  [data-type="mutti/slideshow"]:not(:last-child, .alignleft, .alignright) {
    margin-bottom: 4rem;
  }
}
.wp-block-embed,
.wp-block-image {
  margin-bottom: 0;
}
.wp-block-embed:not(:first-child, .alignleft, .alignright),
.wp-block-image:not(:first-child, .alignleft, .alignright) {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .wp-block-embed:not(:first-child, .alignleft, .alignright),
  .wp-block-image:not(:first-child, .alignleft, .alignright) {
    margin-top: 1.5rem;
  }
}
.wp-block-embed:not(:last-child, .alignleft, .alignright),
.wp-block-image:not(:last-child, .alignleft, .alignright) {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .wp-block-embed:not(:last-child, .alignleft, .alignright),
  .wp-block-image:not(:last-child, .alignleft, .alignright) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 600px) {
  .alignleft,
  .wp-block-image .alignleft {
    margin-bottom: var(--r-spacing);
    margin-right: 1.25rem;
    margin-top: 0.25rem;
  }
  .alignright,
  .wp-block-image .alignright {
    margin-bottom: var(--r-spacing);
    margin-left: 1.25rem;
    margin-top: 0.25rem;
  }
}
.alignleft:only-child,
.alignright:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
.alignfull > figcaption {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}
.has-text-align-left {
  text-align: left !important;
}
.has-text-align-right {
  text-align: right !important;
}
.has-text-align-center {
  text-align: center !important;
}
[data-has-submenu]:focus > [data-submenu],
[data-has-submenu]:hover > [data-submenu] {
  display: flex !important;
}
.list-bullet-primary {
  list-style-type: none;
  padding-left: 0.25rem;
}
.list-bullet-primary > li:before {
  color: #e01020;
  content: "•";
  margin-left: -1rem;
  position: absolute;
}
.list-circled {
  counter-reset: circled-list-counter;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list-circled > li {
  align-items: center;
  counter-increment: circled-list-counter;
  display: flex;
  line-height: 1.375;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-top: 1rem;
  min-height: 2rem;
  padding-left: 2.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .list-circled > li {
    min-height: 2.5rem;
    padding-left: 3.5rem;
  }
}
.list-circled > li:before {
  text-rendering: optimizeLegibility;
  align-items: center;
  background-color: #e01020;
  border-radius: 9999px;
  color: #e01020;
  color: #fff;
  content: counter(circled-list-counter);
  display: inline-flex;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 20px;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  left: 0;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0.25rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 2rem;
}
@media (min-width: 1024px) {
  .list-circled > li:before {
    font-size: 24px;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.list-circled > li:only-child {
  padding-left: 0;
}
.list-circled > li:only-child:before {
  display: none;
}
body {
  counter-reset: page-list-counter;
}
.is-style-numbered {
  counter-increment: page-list-counter;
  display: flex;
}
@media (max-width: 600px) {
  .is-style-numbered {
    justify-content: center;
  }
}
.is-style-numbered:before {
  align-items: center;
  border: 3px solid;
  border-radius: 50%;
  content: counter(page-list-counter);
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.75em;
  height: 1.4em;
  justify-content: center;
  margin-right: 0.4em;
  position: relative;
  width: 1.4em;
}
.responsive-embed {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.responsive-embed .responsive-embed-item,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed img,
.responsive-embed object,
.responsive-embed video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.responsive-embed img,
.responsive-embed video {
  -o-object-fit: cover;
  object-fit: cover;
}
.responsive-embed.is-contain img,
.responsive-embed.is-contain video {
  -o-object-fit: contain;
  object-fit: contain;
}
.aspect-ratio-16-9 {
  padding-bottom: calc(9 / 16 * 100%);
}
.aspect-ratio-4-3 {
  padding-bottom: calc(3 / 4 * 100%);
}
.aspect-ratio-1-1 {
  padding-bottom: calc(1 / 1 * 100%);
}
.aspect-ratio-product-comparison {
  padding-bottom: 40%;
}
@media (min-width: 1024px) {
  .aspect-ratio-product-comparison {
    padding-bottom: 120%;
  }
}
.aspect-ratio-product-comparison-single {
  padding-bottom: 100%;
}
@media (min-width: 1024px) {
  .aspect-ratio-product-comparison-single {
    padding-bottom: 70%;
  }
}
[v-cloak] {
  display: none;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 0.3s;
}
.fade-leave-active {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.is-style-gradient.has-primary-background-color {
  background-image: radial-gradient(circle, #c61f1e 50%, #961a1b);
}
.is-style-gradient.has-secondary-background-color {
  background-image: radial-gradient(circle, #fbf6e9 20%, #f7eccf);
}
.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield input[type="email"],
.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield select {
  color: #454545;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  border: 2px solid #e6e6e6;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  border: 2px solid #454545;
  outline: none !important;
}
.gradient-radial-primary .gform_wrapper.gravity-theme .gfield label {
  color: inherit;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 16px;
}
.gform_wrapper.gravity-theme .gform_validation_errors .validation_error {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  padding: 8px !important;
}
.gradient-radial-primary
  .gform_wrapper.gravity-theme
  .gfield_validation_message,
.gradient-radial-primary .gform_wrapper.gravity-theme .validation_message {
  border: 0;
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_previous_button {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  background-color: #e01020;
  border-radius: 0;
  border-radius: 0.5rem;
  border-width: 0;
  color: #e01020;
  color: #fff;
  cursor: pointer;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  line-height: 1 !important;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  margin-top: 24px;
  padding: 11px 20px;
  text-decoration: underline;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: none;
}
.gform_wrapper.gravity-theme .gform_button:hover,
.gform_wrapper.gravity-theme .gform_next_button:hover,
.gform_wrapper.gravity-theme .gform_previous_button:hover {
  background-color: var(--color-darkred);
}
.gradient-radial-primary .gform_wrapper.gravity-theme .gform_button,
.gradient-radial-primary .gform_wrapper.gravity-theme .gform_next_button,
.gradient-radial-primary .gform_wrapper.gravity-theme .gform_previous_button {
  background-color: var(--color-orange);
}
.gradient-radial-primary .gform_wrapper.gravity-theme .gform_button:hover,
.gradient-radial-primary .gform_wrapper.gravity-theme .gform_next_button:hover,
.gradient-radial-primary
  .gform_wrapper.gravity-theme
  .gform_previous_button:hover {
  background-color: var(--color-darkorange);
}
.gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  margin-top: 1rem;
}
.gform_wrapper.gravity-theme .gform_page_footer > .button:not(:first-child) {
  margin-left: 0.5rem;
}
.gform_wrapper.gravity-theme .gform_page_footer > .button:not(:last-child) {
  margin-right: 0.5rem;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice,
.gform_wrapper.gravity-theme .ginput_container_consent {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
.gform_wrapper.gravity-theme
  .ginput_container_checkbox
  .gchoice
  input[type="checkbox"],
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"] {
  cursor: pointer;
  flex: 0 0 auto;
  margin-top: 0.25em;
  outline: none;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice label a,
.gform_wrapper.gravity-theme .ginput_container_consent label a {
  text-decoration: underline;
}
.gform_wrapper.gravity-theme
  .ginput_container_checkbox
  .gchoice
  .gfield_required,
.gform_wrapper.gravity-theme .ginput_container_consent .gfield_required {
  font-size: 12px;
}
.text-white
  .gform_wrapper.gravity-theme
  .gfield_required.gfield_required_custom,
.text-white .gform_wrapper.gravity-theme .gfield_required.gfield_required_text {
  color: #e6e6e6;
}
.gform_wrapper.gravity-theme label {
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield-choice-input ~ input[name$="_other"] {
  width: 100%;
}
.gfield-choice-input ~ input[name$="_other"][disabled] {
  display: none;
}
.gform_anchor {
  margin-top: calc(-1 * var(--page-top-offset));
  padding-top: var(--page-top-offset);
}
slideshow:not([\:slides-per-view]) > .swiper-slide:not(:first-child) {
  display: none;
}
slideshow[\:slides-per-view] {
  display: grid;
  grid-template-columns: repeat(var(--slides-per-view, 1), 1fr);
  grid-template-rows: auto repeat(20, 0);
}
@media (min-width: 1024px) {
  slideshow[\:slides-per-view] {
    justify-content: center;
    overflow: hidden;
  }
  slideshow[\:slides-per-view] > .swiper-slide,
  slideshow[\:slides-per-view] > slideshow-slide {
    padding-left: 40px;
    padding-right: 40px;
  }
  slideshow[\:slides-per-view="2"] {
    --slides-per-view: 2;
  }
  slideshow[\:slides-per-view="3"] {
    --slides-per-view: 3;
  }
  slideshow[\:slides-per-view="4"] {
    --slides-per-view: 4;
  }
  slideshow[\:slides-per-view="5"] {
    --slides-per-view: 5;
  }
}
[data-modal] [data-slideshow],
[data-modal] [data-slideshow] .swiper-container,
[data-modal] [data-slideshow] .swiper-slide,
[data-modal] [data-slideshow] .swiper-wrapper,
[data-modal] [data-slideshow] > div {
  height: 100%;
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-prev {
  width: 50px;
}
.swiper-button-next.swiper-button-next:focus,
.swiper-button-prev.swiper-button-prev:focus {
  outline: none;
}
@media (min-width: 600px) {
  .swiper-button-next.swiper-button-next,
  .swiper-button-prev.swiper-button-prev {
    width: 100px;
  }
}
.swiper-button-next.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.swiper-button-next.swiper-button-next:after,
.swiper-button-prev.swiper-button-prev:after {
  display: none;
}
.swiper-slide.swiper-slide {
  overflow: visible;
}
.swiper-slide.swiper-slide .attachment-thumbnail {
  height: 100%;
}
.swiper-pagination.swiper-pagination {
  margin-top: 0.5rem;
  position: static;
}
.swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
@media (min-width: 1024px) {
  .has-background .swiper-pagination.swiper-pagination,
  .wp-block-cover .swiper-pagination.swiper-pagination {
    margin-top: 4rem;
  }
}
.has-background .swiper-pagination.swiper-pagination .swiper-pagination-bullet,
.wp-block-cover .swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
  .swiper-container-horizontal
    > .swiper-pagination.swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
.swiper-slide > .alignwide {
  width: auto;
}
#wp-comment-cookies-consent,
.comment-form label {
  margin-bottom: 0.5rem;
  margin-right: 0.75rem;
}
.comment-form p {
  margin-bottom: 0.5rem;
}
.comment-form input,
.comment-form textarea {
  padding: 0.5rem;
}
.comment-form-comment {
  display: flex;
  flex-direction: column;
}
.comment-meta {
  display: flex;
  flex-direction: column-reverse;
}
.comment-meta .avatar {
  display: none;
}
.comment-metadata {
  display: flex;
}
.depth-2 {
  margin-left: 1rem;
}
.edit-link {
  text-rendering: optimizeLegibility;
  align-self: center;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: #e01020;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-left: 0.75rem;
  margin-top: var(--heading-mt);
  margin-top: 0 !important;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.comments .form-submit .submit {
  background: #e01020;
  color: #fff;
  cursor: pointer;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
}
.comments .form-submit .submit:hover {
  background: #961a1b;
}
.comment-content {
  margin-bottom: 1rem;
}
.user-star-rating {
  margin-top: -0.5rem;
}
.comment-form-author,
.comment-form-email {
  display: flex;
  flex-direction: column;
  width: 49.5%;
}
.comment-form-email {
  float: right;
}
.comment-form-author {
  float: left;
}
.facetwp-search-wrap {
  position: relative;
}
.facetwp-search-wrap .facetwp-search.facetwp-search {
  min-width: auto;
  padding-right: 28px;
}
.facetwp-btn {
  cursor: pointer;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  right: 5px;
  top: 0;
}
.facetwp-facet.facetwp-facet {
  margin-bottom: 0;
}
.fwp-load-more {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: #e01020;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.facetwp-page.facetwp-page {
  margin: 0;
  padding: 0;
}
.facetwp-type-radio {
  display: flex;
  gap: 1rem;
}
.facetwp-radio.facetwp-radio {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  background-color: #e01020;
  background-color: #c9bcad;
  background-image: none !important;
  border-radius: 0;
  border-radius: 0.5rem;
  border-width: 0;
  color: #e01020;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-bottom: 0;
  margin-top: var(--heading-mt);
  margin-top: 0;
  padding: 11px 20px;
  text-decoration: underline;
  text-decoration: none;
  text-transform: uppercase;
}
.facetwp-radio.facetwp-radio:focus,
.facetwp-radio.facetwp-radio:hover {
  background-color: #961a1b;
}
.facetwp-radio.facetwp-radio.checked {
  background-color: #e01020;
}
.facetwp-radio.facetwp-radio[data-value="all"] {
  order: -1;
}
.facetwp-type-radio:not(:has(.checked))
  .facetwp-radio.facetwp-radio[data-value="all"] {
  background-color: #e01020;
}
.facetwp-radio.facetwp-radio .facetwp-counter {
  display: none;
}
@media (max-width: 767px) {
  .facetwp-facet-project_category {
    display: inline-block;
  }
  .facetwp-facet-project_category .facetwp-radio {
    margin: 0 10px 10px 0;
  }
  .facetwp-facet-project_category .facetwp-radio:last-child {
    margin-right: 0;
  }
}
.pager ul {
  text-rendering: optimizeLegibility;
  align-items: center;
  color: #e01020;
  display: flex;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  list-style-type: none;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-transform: uppercase;
}
.pager ul a {
  padding: 0.5rem;
}
.pager ul li > i {
  margin: 0.5rem;
}
.pager ul li > span {
  color: #454545;
}
.headroom {
  transition: height 0.2s ease-out;
}
.headroom [data-logo] {
  transition: max-width 0.1s ease-out;
}
@media (min-width: 1200px) {
  #headroom-waypoint.headroom--not-top + div .headroom {
    height: 8rem !important;
  }
}
#headroom-waypoint.headroom--not-top + div .headroom [data-logo] {
  max-width: 150px !important;
}
.is-loading {
  opacity: 0.5;
}
.is-loading,
.is-loading a {
  cursor: wait;
}
.hamburger:not(.is-active) .hamburger-inner,
.hamburger:not(.is-active) .hamburger-inner:after,
.hamburger:not(.is-active) .hamburger-inner:before {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
video[data-play-hover]::-webkit-media-controls {
  display: none !important;
}
.wpurp-star {
  transition: color 0.5s linear;
}
.wpurp-star.text-transparent {
  color: #fff !important;
}
.shariff.shariff ul {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.shariff.shariff li:not(:last-child) {
  margin-right: 5px;
}
.shariff.shariff li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease-out;
  width: 20px;
}
.shariff.shariff li a:hover {
  transform: translateY(-3px);
}
.shariff.shariff .facebook a {
  background-color: #3b5998;
}
.shariff.shariff .twitter a {
  background-color: #55acee;
}
.shariff.shariff .whatsapp a {
  background-color: #5cbe4a;
}
.shariff.shariff .whatsapp a svg {
  font-size: 0.9375em;
}
.shariff.shariff .pinterest a {
  background-color: #bd081c;
}
.shariff.shariff .mail a {
  background-color: #999;
}
.shariff.shariff.shariff--lg li:not(:last-child) {
  margin-right: 8px;
}
.shariff.shariff.shariff--lg li a {
  font-size: 23px;
  height: 32px;
  width: 32px;
}
.cc-window {
  transition: none !important;
}
.cc-window.cc-invisible {
  pointer-events: none;
}
#CybotCookiebotDialog#CybotCookiebotDialog {
  font-familys: inherit;
  font-size: inherit;
}
#CybotCookiebotDialog#CybotCookiebotDialog h2 {
  text-rendering: optimizeLegibility;
  color: #e01020;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h3-font-size);
  font-size: var(--h3-font-size) !important;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: 0;
  text-transform: uppercase;
}
#CybotCookiebotDialog#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  letter-spacing: inherit;
  line-height: inherit;
}
#CybotCookiebotDialog#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
  background-color: #e01020;
  border-radius: 0.5rem;
  color: #fff;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
#CybotCookiebotDialog#CybotCookiebotDialog
  #CybotCookiebotDialogTabContent
  .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #8e8e8e;
}
#CybotCookiebotDialog#CybotCookiebotDialog
  #CybotCookiebotDialogTabContent
  input:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #e01020;
}
#CybotCookiebotDialog#CybotCookiebotDialog
  #CybotCookiebotDialogTabContent
  input[type="checkbox"][disabled]:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  opacity: 0.5;
}
#CybotCookiebotDialog#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CybotCookiebotDialog#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentIABv2Tab {
  text-rendering: optimizeLegibility;
  color: #e01020;
  color: #454545;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h4-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
#CybotCookiebotDialog#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,
#CybotCookiebotDialog#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentIABv2Tab:before {
  margin-right: 1em;
}
@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog#CybotCookiebotDialog
    .CookieCard
    .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
    padding-left: 1.5em;
  }
}
#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
  font-size: inherit !important;
}
#app .CookieDeclarationType {
  border: 0;
  margin-top: 2rem;
  padding: 0;
}
#app .CookieDeclarationType .CookieDeclarationTypeHeader {
  text-rendering: optimizeLegibility;
  color: #e01020;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #app .CookieDeclarationType .CookieDeclarationTypeHeader {
    font-size: 30px;
  }
}
#app .CookieDeclarationType .CookieDeclarationTable {
  font-size: 15px;
}
#app .CookieDeclarationType .CookieDeclarationTable td,
#app .CookieDeclarationType .CookieDeclarationTable th {
  border: 1px solid #8e8e8e;
  padding-left: 4px;
  text-align: left;
  vertical-align: top;
}
[data-type="mutti/cookie-declartion"] {
  background-color: #e6e6e6;
}
[data-type="mutti/cookie-declartion"]:before {
  content: "Cookie declaration placeholder";
  display: block;
  line-height: 50px;
  text-align: center;
}
.cookieconsent-embed-approval {
  align-items: center;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cookieconsent-embed-approval:before {
  background-image: url(../images/bg-newsletter.jpg);
  bottom: 0;
  content: "";
  display: block;
  filter: blur(10px) brightness(1.5);
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
iframe:not([src]) + .cookieconsent-embed-approval {
  display: flex;
}
.truncated-readmore__content {
  position: relative;
}
.truncated-readmore__content:not(.is-active) {
  -webkit-mask-image: linear-gradient(0deg, transparent, #000 50%);
  mask-image: linear-gradient(0deg, transparent, #000 50%);
  max-height: 9rem;
  overflow-y: hidden;
}
.truncated-readmore__button.truncated-readmore__button.truncated-readmore__button.truncated-readmore__button {
  margin-top: 0;
}
.teaser--recipe {
  color: var(--color-primary);
}
.wp-block-button {
  color: #e01020;
}
.has-background:not(
    .has-white-background-color,
    .has-secondary-background-color
  )
  .wp-block-button,
[class*="-background-color"]:not(
    .has-white-background-color,
    .has-secondary-background-color
  )
  .wp-block-button {
  color: inherit;
}
.wp-block-button__link {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: #e01020;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.wp-block-button__link:active,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: inherit;
}
.wp-block-button.is-style-large .wp-block-button__link {
  font-size: var(--h3-font-size);
}
.wp-block-button.is-style-button .wp-block-button__link,
.wp-block-button.is-style-large-button .wp-block-button__link,
.wp-block-button.is-style-large .wp-block-button__link {
  text-rendering: optimizeLegibility;
  color: #e01020;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  text-transform: uppercase;
}
.wp-block-button.is-style-button .wp-block-button__link,
.wp-block-button.is-style-large-button .wp-block-button__link {
  background-color: transparent;
  background-color: #e01020;
  border-radius: 0;
  border-radius: 0.5rem;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: var(--h5-font-size);
  font-size: 18px;
  padding: 11px 20px;
  text-decoration: underline;
  text-decoration: none;
}
.wp-block-button.is-style-button .wp-block-button__link:hover,
.wp-block-button.is-style-large-button .wp-block-button__link:hover {
  background-color: #961a1b;
}
.wp-block-button.is-style-large-button .wp-block-button__link {
  padding: 1rem 2rem;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-buttons.is-vertical {
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
}
.wp-block-buttons.is-vertical .wp-block-button__link {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-buttons.is-horizontal .wp-block-button {
  gap: 0.75rem;
}
.wp-block-details.is-style-button.aligncenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-details.is-style-button.aligncenter > summary {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: fit-content;
}
.wp-block-details.is-style-button summary {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  background-color: #e01020;
  border-radius: 0;
  border-radius: 0.5rem;
  border-width: 0;
  color: #e01020;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 11px 20px;
  text-decoration: underline;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-details.is-style-button summary:hover {
  background-color: #961a1b;
}
.wp-block-details.is-style-button summary::-webkit-details-marker {
  display: none;
}
.wp-block-file {
  margin-bottom: 0;
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: #e01020;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  color: #e01020;
}
.wp-block-file .wp-block-file__button:not(:only-child),
.wp-block-file a.wp-block-file__button:not(:only-child) {
  padding: 0.5em 0.75em;
}
.wp-block-file:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-file + .wp-block-file {
  margin-top: -0.5rem;
}
.wp-block-separator {
  border-color: #e01020;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  opacity: 0.4;
}
.alignwide .wp-block-separator.alignwide {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .wp-block-separator {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: none;
  width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots).alignwide {
  max-width: calc(100vw - (1rem * 2));
  width: 100vw;
}
@media (min-width: 672px) {
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots).alignwide {
    max-width: calc(100vw - ((100vw - 672px) * 0.25) - (0.25rem * 2));
  }
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 2px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.wp-block-group + .wp-block-group:not(:first-child, .alignleft, .alignright) {
  margin-top: -2rem;
}
@media (min-width: 1024px) {
  .wp-block-group + .wp-block-group:not(:first-child, .alignleft, .alignright) {
    margin-top: -4rem;
  }
}
.wp-block-group:not(.has-background, .is-style-small) {
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .wp-block-group:not(.has-background, .is-style-small) {
    padding-top: 2rem;
  }
}
.alignfull + .wp-block-group.alignfull {
  margin-top: 0 !important;
}
.wp-block-group.has-background,
.wp-block-group.is-style-small {
  padding: 2rem;
}
@media (min-width: 1024px) {
  .wp-block-group.has-background {
    padding: 4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .wp-block-column > .wp-block-group.has-background {
    padding: 2rem;
  }
}
.wp-block-group.has-background > .alignfull {
  margin-left: -2rem;
  margin-right: -2rem;
  max-width: calc(100% + (2rem * 2));
}
.wp-block-group.has-background > .alignfull:first-child {
  margin-top: -2rem;
}
@media (min-width: 1024px) {
  .wp-block-group.has-background > .alignfull:first-child {
    margin-top: -4rem;
  }
  .wp-block-group.has-background > .alignfull {
    margin-left: -4rem;
    margin-right: -4rem;
    max-width: calc(100% + (4rem * 2));
  }
}
.wp-block-group.has-background > .alignfull .alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .wp-block-group.has-background.is-style-small {
    padding: 2rem;
  }
}
.entry-content > .wp-block-group.has-background.alignfull:last-child {
  margin-bottom: -3rem;
  margin-left: calc(-50vw + 50%);
  max-width: none;
}
.wp-block-group.alignfull > h1,
.wp-block-group.alignfull > h2,
.wp-block-group.alignfull > h3,
.wp-block-group.alignfull > h4,
.wp-block-group.alignfull > h5,
.wp-block-group.alignfull > h6,
.wp-block-group.alignfull > ol,
.wp-block-group.alignfull > p,
.wp-block-group.alignfull > ul,
.wp-block-group.alignwide > h1,
.wp-block-group.alignwide > h2,
.wp-block-group.alignwide > h3,
.wp-block-group.alignwide > h4,
.wp-block-group.alignwide > h5,
.wp-block-group.alignwide > h6,
.wp-block-group.alignwide > ol,
.wp-block-group.alignwide > p,
.wp-block-group.alignwide > ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 672px;
}
.is-style-ribbon-bottom {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='10000'%3E%3Cpath style='fill:%23000' d='M0 0h400v9900H0z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1154' height='1092' viewBox='0 0 577 546'%3E%3Cpath fill='%23fbf6e9' d='M.018.014H576.99v486.31c-96.163 0-143.772 59.676-287.986 59.676C144.789 546 94.086 486.324.018 486.324V.014z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='10000'%3E%3Cpath style='fill:%23000' d='M0 0h400v9900H0z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1154' height='1092' viewBox='0 0 577 546'%3E%3Cpath fill='%23fbf6e9' d='M.018.014H576.99v486.31c-96.163 0-143.772 59.676-287.986 59.676C144.789 546 94.086 486.324.018 486.324V.014z'/%3E%3C/svg%3E");
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.has-background > .wp-block-column > .is-style-ribbon-bottom {
  height: auto !important;
  margin: 2rem;
  width: auto;
}
.has-background > .wp-block-column > .is-style-ribbon-bottom > :last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .has-background > .wp-block-column > .is-style-ribbon-bottom {
    margin: 4rem;
  }
}
.is-style-ribbon-top {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1154' height='1092' viewBox='0 0 577 546'%3E%3Cpath fill='%23fbf6e9' d='M576.99 546H.018V59.69C96.181 59.69 143.79.014 288.004.014 432.219.014 482.922 59.69 576.99 59.69z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='10000'%3E%3Cpath d='M0 100h400v9900H0z' style='fill:%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1154' height='1092' viewBox='0 0 577 546'%3E%3Cpath fill='%23fbf6e9' d='M576.99 546H.018V59.69C96.181 59.69 143.79.014 288.004.014 432.219.014 482.922 59.69 576.99 59.69z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='10000'%3E%3Cpath d='M0 100h400v9900H0z' style='fill:%23000'/%3E%3C/svg%3E");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.wp-block-cover {
  color: #fff;
  min-height: auto;
  padding: 2rem 0.5rem;
}
.wp-block-cover.alignfull {
  min-height: 300px;
}
.wp-block-cover.has-background-dim:not([class*="-background-color"]),
.wp-block-cover > .has-background-dim:not([class*="-background-color"]) {
  background-color: #454545;
}
@media (min-width: 768px) {
  .wp-block-cover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-cover {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 600px) {
  .hentry > .wp-block-cover.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
  }
}
.wp-block-cover.alignfull
  > .wp-block-cover__inner-container
  > .mutti-slideshow
  .wp-block-mutti-slide
  > :not(.alignwide, .alignfull, .wp-block-media-text),
.wp-block-cover.alignfull
  > .wp-block-cover__inner-container
  > :not(.alignwide, .alignfull, .wp-block-media-text),
.wp-block-cover.alignwide
  > .wp-block-cover__inner-container
  > .mutti-slideshow
  .wp-block-mutti-slide
  > :not(.alignwide, .alignfull, .wp-block-media-text),
.wp-block-cover.alignwide
  > .wp-block-cover__inner-container
  > :not(.alignwide, .alignfull, .wp-block-media-text) {
  margin-left: auto;
  margin-right: auto;
  max-width: 672px;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.wp-block-cover a,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6 {
  color: inherit;
}
.wp-block-cover h2 {
  text-rendering: optimizeLegibility;
  color: #e01020;
  color: inherit;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h2-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.wp-block-cover .is-style-cursive,
.wp-block-cover .wp-block-button,
.wp-block-cover .wp-block-button__link {
  color: inherit;
}
.wp-block-cover .wp-block-columns h2,
.wp-block-cover .wp-block-media-text h2 {
  text-align: unset;
}
.wp-block-cover__inner-container > .wp-block-media-text {
  margin-bottom: -1rem;
  margin-top: -1rem;
}
@media (min-width: 1024px) {
  .wp-block-cover__inner-container > .wp-block-media-text {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
}
.wp-block-cover.has-white-background-color .is-style-cursive,
.wp-block-cover.has-white-background-color .wp-block-button,
.wp-block-cover.has-white-background-color .wp-block-button__link {
  color: #e01020;
}
.wp-block-cover.is-light .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  color: inherit;
}
.wp-block-cover
  .wp-block-cover__inner-container
  > [style*="text-align:center"] {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.is-style-boxed {
  color: #e01020;
  padding: 4rem 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .wp-block-cover.is-style-boxed {
    padding: 8rem;
  }
}
.wp-block-cover.is-style-boxed:before,
.wp-block-cover.is-style-boxed > .wp-block-cover__background {
  display: none;
}
.wp-block-cover.is-style-boxed .wp-block-cover__inner-container {
  padding: 4rem 2rem;
  position: relative;
  width: auto;
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-boxed .wp-block-cover__inner-container {
    padding: 2rem 4rem;
  }
}
.wp-block-cover.is-style-boxed .wp-block-cover__inner-container:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.wp-block-cover.is-style-boxed.has-primary-background-color
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed.has-secondary-background-color
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-primary-background-color
  ~ .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-secondary-background-color
  ~ .wp-block-cover__inner-container:before {
  background-color: #e01020;
  background-image: radial-gradient(circle, #c61f1e 50%, #961a1b);
}
.wp-block-cover.is-style-boxed.has-white-background-color
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-white-background-color
  ~ .wp-block-cover__inner-container:before {
  background-color: #fff;
}
.wp-block-cover.is-style-boxed.has-black-background-color
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-black-background-color
  ~ .wp-block-cover__inner-container:before {
  background-color: #454545;
}
.wp-block-cover.is-style-boxed.has-pitchblack-background-color
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-pitchblack-background-color
  ~ .wp-block-cover__inner-container:before {
  background-color: #000;
}
.wp-block-cover.is-style-boxed.has-green-background-color
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-green-background-color
  ~ .wp-block-cover__inner-container:before {
  background-color: #009036;
}
.wp-block-cover.is-style-boxed.has-background-dim-0
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-0
  ~ .wp-block-cover__inner-container:before {
  opacity: 0;
}
.wp-block-cover.is-style-boxed.has-background-dim-10
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-10
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.1;
}
.wp-block-cover.is-style-boxed.has-background-dim-20
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-20
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.2;
}
.wp-block-cover.is-style-boxed.has-background-dim-30
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-30
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.3;
}
.wp-block-cover.is-style-boxed.has-background-dim-40
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-40
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.4;
}
.wp-block-cover.is-style-boxed.has-background-dim-50
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-50
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.5;
}
.wp-block-cover.is-style-boxed.has-background-dim-60
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-60
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.6;
}
.wp-block-cover.is-style-boxed.has-background-dim-70
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-70
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.7;
}
.wp-block-cover.is-style-boxed.has-background-dim-80
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-80
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.8;
}
.wp-block-cover.is-style-boxed.has-background-dim-90
  .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-boxed
  > .has-background-dim-90
  ~ .wp-block-cover__inner-container:before {
  opacity: 0.9;
}
.wp-block-cover .acf-breadcrumb {
  color: #fff;
}
.wp-block-cover .acf-breadcrumb:first-child {
  margin-top: -0.5rem !important;
}
.wp-block-cover.is-style-full-height {
  display: grid;
  grid-template: "container";
  grid-template-columns: 100%;
  padding: 0;
}
.wp-block-cover.is-style-full-height > .wp-block-cover__image-background {
  grid-area: container;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  position: static;
}
.wp-block-cover.is-style-full-height > .wp-block-cover__inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-area: container;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  justify-content: center;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .wp-block-cover.is-style-full-height > .wp-block-cover__inner-container {
    padding: 4rem 2.5rem;
  }
}
.wp-block-cover.is-style-full-height.pt-0 > .wp-block-cover__inner-container {
  padding-top: 0;
}
.wp-block-cover.is-style-full-height.py-0 > .wp-block-cover__inner-container {
  padding-bottom: 0;
  padding-top: 0;
}
.wp-block-cover.is-style-full-height.is-position-top-center
  > .wp-block-cover__inner-container {
  justify-content: flex-start;
}
.wp-block-cover.is-style-full-height.is-position-bottom-center
  > .wp-block-cover__inner-container {
  justify-content: flex-end;
}
.wp-block-media-text {
  display: grid;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  position: relative;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media !important;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.wp-block-media-text .wp-block-media-text__content {
  grid-area: media-text-content !important;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
}
.wp-block-media-text.has-media-on-the-right
  > .wp-block-media-text__content
  > p.has-text-align-right,
.wp-block-media-text.has-media-on-the-right
  > .wp-block-media-text__content
  > p[style*="text-align: right"] {
  margin-left: auto;
  max-width: 400px;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile,
  .wp-block-media-text.is-stacked-on-mobile h2 {
    text-align: center;
  }
  .wp-block-media-text.is-stacked-on-mobile .has-text-align-left {
    text-align: center !important;
  }
  .wp-block-media-text.is-stacked-on-mobile:not([class*="-background-color"])
    .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-image-fill
    > .wp-block-media-text__media {
    max-height: 300px;
  }
  .wp-block-media-text.is-stacked-on-mobile ol,
  .wp-block-media-text.is-stacked-on-mobile ul {
    display: inline-block;
    text-align: left;
  }
}
.wp-block-media-text:not(.is-style-hero, .is-style-centered, .is-style-boxed) {
  grid-template-columns: 55% 1fr;
}
.wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  ).has-media-on-the-right {
  grid-template-columns: 1fr 55%;
}
@media (min-width: 1024px) {
  .wp-block-media-text:not(
      .has-media-on-the-right,
      .has-background,
      .is-style-boxed
    )
    > .wp-block-media-text__content {
    padding-right: 0;
  }
  .wp-block-media-text:not(
      .mutti-slideshow .wp-block-media-text
    ).has-media-on-the-right:not(.has-background, .is-style-boxed)
    > .wp-block-media-text__content {
    padding-left: 0;
  }
}
.wp-block-media-text[class*="-background-color"]
  > .wp-block-media-text__content {
  padding-bottom: 8%;
  padding-top: 8%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  background-image: none !important;
  position: relative;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media > img {
  clip: unset;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    max-height: 500px;
  }
  .wp-block-media-text.is-image-fill > .wp-block-media-text__media > img {
    position: static;
  }
}
@media (min-width: 600px) {
  .wp-block-media-text.is-image-fill > .wp-block-media-text__content {
    padding-bottom: 15%;
    padding-top: 15%;
  }
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__content figure {
  min-height: auto;
}
.entry-content > .wp-block-media-text:first-child {
}
@media (min-width: 768px) {
  .entry-content
    > .wp-block-media-text:first-child
    > .wp-block-media-text__content {
    padding-bottom: 85px;
    padding-top: 125px;
  }
}
@media (max-width: 600px) {
  .entry-content
    > .wp-block-media-text:first-child.is-style-centered
    > .wp-block-media-text__media,
  .entry-content
    > .wp-block-media-text:first-child.is-style-hero.has-background-image
    > .wp-block-media-text__media {
    margin-top: 4rem;
  }
}
.entry-content
  > .wp-block-media-text:first-child.is-style-hero.has-background-image
  > figure {
  transform: translateX(
    calc(-50% + 1% * ((var(--media-width, 50) * var(--media-width, 50)) / 250))
  );
  width: calc(1% * var(--media-width, 50)) !important;
}
.entry-content
  > .wp-block-media-text:first-child.is-style-hero.is-wide.has-background-image
  > figure {
  transform: translateX(-20%);
  width: var(--media-width, 50%) !important;
}
@media (min-width: 600px) {
  .entry-content
    > .wp-block-media-text:first-child:not(
      .is-style-centered,
      .has-background-image
    )
    > .wp-block-media-text__media,
  .entry-content
    > .wp-block-media-text:first-child:not(
      .is-style-centered,
      .has-background-image
    )
    > .wp-block-media-text__media
    > img {
    height: 100%;
  }
  .entry-content
    > .wp-block-media-text:first-child:not(
      .is-style-centered,
      .has-background-image
    )
    > .wp-block-media-text__media
    > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .entry-content
    > .wp-block-media-text:first-child:not(
      .is-style-centered,
      .has-background-image
    )
    > .wp-block-media-text__content {
    padding-bottom: 15%;
    padding-top: 15%;
  }
}
.wp-block-media-text .wp-block-media-text {
  width: 100%;
}
.wp-block-media-text
  .wp-block-media-text.wp-block-media-text.wp-block-media-text {
  grid-template-columns: 30% 1fr;
}
.wp-block-media-text
  .wp-block-media-text.wp-block-media-text.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 30%;
}
.wp-block-media-text .wp-block-media-text .wp-block-media-text__content {
  padding-left: 2rem;
  padding-right: 0;
}
.wp-block-media-text .wp-block-media-text:not(.is-image-fill) > figure {
  height: auto;
  min-height: auto;
}
.wp-block-media-text .wp-block-media-text:not(.is-image-fill) > figure > img {
  clip: auto;
  height: auto;
  position: static;
  width: 100%;
}
@media screen {
  .wp-block-media-text
    .wp-block-media-text:not(:first-child, .alignleft, .alignright) {
    margin-top: 1rem;
  }
  .wp-block-media-text
    .wp-block-media-text:not(
      :last-child,
      .alignleft,
      alignright,
      :last-of-type
    ) {
    margin-bottom: 1rem;
  }
  .wp-block-media-text
    .wp-block-media-text:last-of-type:not(:last-child, .alignleft, alignright) {
    margin-bottom: 2rem;
  }
}
.wp-block-media-text.is-stacked-on-mobile
  .wp-block-media-text:not(.is-style-boxed) {
  text-align: left;
}
.wp-block-media-text.has-background-image {
  background-size: cover;
}
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  ),
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  ) {
  background-position: 50%;
  color: #fff;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .editor-block-list__block.has-background-image
    > div
    > div
    > .wp-block-media-text:not(
      .is-style-hero,
      .is-style-centered,
      .is-style-boxed
    ),
  .wp-block-media-text.has-background-image:not(
      .is-style-hero,
      .is-style-centered,
      .is-style-boxed
    ) {
    padding: 1rem 4rem;
  }
}
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  .wp-block-button,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  .wp-block-button__link,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h1,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h2,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h3,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h4,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h5,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h6,
.editor-block-list__block.has-background-image
  > div
  > div
  > .wp-block-media-text:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  p,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  .wp-block-button,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  .wp-block-button__link,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h1,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h2,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h3,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h4,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h5,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  h6,
.wp-block-media-text.has-background-image:not(
    .is-style-hero,
    .is-style-centered,
    .is-style-boxed
  )
  p {
  color: inherit;
}
@media (min-width: 1024px) {
  .wp-block-media-text.is-style-gutter .wp-block-media-text__content {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media (min-width: 600px) {
  .wp-block-media-text.is-style-hero.is-image-fill,
  .wp-block-media-text.is-style-hero.is-image-fill
    > .wp-block-media-text__media {
    min-height: 500px;
  }
  @media (max-width: 1440px) {
    .wp-block-media-text.is-style-hero.has-background-image:after,
    .wp-block-media-text.is-style-hero.has-background-image
      > .wp-block-media-text__background,
    .wp-block-media-text.is-style-hero:not(.has-background-image)
      > .wp-block-media-text__media {
      justify-self: flex-end;
    }
    .wp-block-media-text.is-style-hero.has-background-image:after,
    .wp-block-media-text.is-style-hero:not(.has-background-image)
      > .wp-block-media-text__media {
      width: 50vw !important;
    }
  }
  .wp-block-media-text.is-style-hero.has-background-image
    > .wp-block-media-text__background.has-background-image:after,
  .wp-block-media-text.is-style-hero.has-background-image
    > .wp-block-media-text__background.has-background-image
    > .wp-block-media-text__background,
  .wp-block-media-text.is-style-hero.has-background-image
    > .wp-block-media-text__background:not(.has-background-image)
    > .wp-block-media-text__media,
  .wp-block-media-text.is-style-hero.has-media-on-the-right.has-background-image:after,
  .wp-block-media-text.is-style-hero.has-media-on-the-right.has-background-image
    > .wp-block-media-text__background,
  .wp-block-media-text.is-style-hero.has-media-on-the-right:not(
      .has-background-image
    )
    > .wp-block-media-text__media {
    justify-self: auto;
    width: 50vw !important;
  }
}
.wp-block-media-text.is-style-hero.has-background-image:after,
.wp-block-media-text.is-style-hero.has-background-image
  > .wp-block-media-text__background,
.wp-block-media-text.is-style-hero > .wp-block-media-text__media {
  max-width: 800px;
}
.wp-block-media-text.is-style-hero:not(
    .has-media-on-the-right
  ).has-background-image
  > .block-editor-inner-blocks,
.wp-block-media-text.is-style-hero:not(
    .has-media-on-the-right
  ).has-background-image
  > .wp-block-media-text__content {
  padding-left: 35%;
}
.wp-block-media-text.is-style-hero.has-media-on-the-right
  > .wp-block-media-text__content {
  padding-left: 0;
}
@media (min-width: 600px) {
  .wp-block-media-text.is-style-hero.has-media-on-the-right {
    text-align: right;
  }
  .wp-block-media-text.is-style-hero.has-media-on-the-right p > a {
    display: inline-block;
  }
  .wp-block-media-text.is-style-hero.has-media-on-the-right
    .acf-characteristics
    .sm\:justify-between {
    justify-content: flex-end !important;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-style-hero.is-stacked-on-mobile > figure {
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-background-image:after {
    width: 85% !important;
  }
  .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-background-image:not(
      .has-media-on-the-right,
      .has-media-on-the-right-mobile
    ):after {
    justify-self: flex-start;
    margin-left: -1rem;
  }
  .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-background-image:not(
      .has-media-on-the-right,
      .has-media-on-the-right-mobile
    )
    > .wp-block-media-text__content {
    padding-left: 0;
    text-align: center;
  }
  .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-background-image.has-media-on-the-right-mobile:after,
  .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-background-image.has-media-on-the-right:after {
    margin-right: -1rem;
  }
}
.wp-block-media-text.is-style-boxed {
  align-items: flex-end;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-block-media-text.is-style-boxed > .wp-block-media-text__media {
  width: 100%;
}
.wp-block-media-text.is-style-boxed > .wp-block-media-text__content {
  align-self: flex-end;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 150px;
  padding: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .wp-block-media-text.is-style-boxed > .wp-block-media-text__content {
    margin-top: -25%;
    width: 66.666667%;
  }
  .wp-block-media-text.is-style-boxed.is-vertically-aligned-bottom
    > .wp-block-media-text__content {
    bottom: 0;
    height: auto;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: absolute;
  }
  .wp-block-media-text.is-style-boxed.alignwide > .wp-block-media-text__content,
  [data-type="core/media-text"][data-align="wide"]
    .wp-block-media-text.is-style-boxed
    > .editor-inner-blocks {
    margin-bottom: 12.5%;
  }
  .wp-block-column
    .wp-block-media-text.is-style-boxed.alignwide
    > .wp-block-media-text__content,
  .wp-block-column
    [data-type="core/media-text"][data-align="wide"]
    .wp-block-media-text.is-style-boxed
    > .editor-inner-blocks {
    margin-bottom: 0;
  }
}
.wp-block-media-text.is-style-boxed.has-primary-background-color
  > .editor-inner-blocks,
.wp-block-media-text.is-style-boxed.has-primary-background-color
  > .wp-block-media-text__content {
  background-color: #e01020;
  background-image: radial-gradient(circle, #c61f1e 50%, #961a1b);
}
.wp-block-media-text.is-style-boxed.has-secondary-background-color
  > .editor-inner-blocks,
.wp-block-media-text.is-style-boxed.has-secondary-background-color
  > .wp-block-media-text__content {
  background-color: #fbf6e9;
  background-image: radial-gradient(circle, #fbf6e9 20%, #f7eccf);
}
.wp-block-media-text.is-style-boxed.has-white-background-color
  > .editor-inner-blocks,
.wp-block-media-text.is-style-boxed.has-white-background-color
  > .wp-block-media-text__content {
  background-color: #fff;
}
.wp-block-media-text.is-style-boxed.has-black-background-color
  > .editor-inner-blocks,
.wp-block-media-text.is-style-boxed.has-black-background-color
  > .wp-block-media-text__content {
  background-color: #454545;
}
.wp-block-media-text.is-style-boxed.has-green-background-color
  > .editor-inner-blocks,
.wp-block-media-text.is-style-boxed.has-green-background-color
  > .wp-block-media-text__content {
  background-color: #009036;
}
.wp-block-media-text + h2 {
  margin-top: 3rem;
}
@media (min-width: 600px) and (max-width: 1200px) {
  .wp-block-media-text.has-media-on-the-right-mobile
    .acf-breadcrumb:first-child,
  .wp-block-media-text.has-media-on-the-right .acf-breadcrumb:first-child {
    text-align: right !important;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right-mobile
    .acf-breadcrumb:first-child,
  .wp-block-media-text.has-media-on-the-right .acf-breadcrumb:first-child {
    margin-top: 0 !important;
  }
  .wp-block-media-text.has-media-on-the-right-mobile
    .acf-breadcrumb:first-child
    + .h1,
  .wp-block-media-text.has-media-on-the-right-mobile
    .acf-breadcrumb:first-child
    + h1,
  .wp-block-media-text.has-media-on-the-right .acf-breadcrumb:first-child + .h1,
  .wp-block-media-text.has-media-on-the-right .acf-breadcrumb:first-child + h1 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text.has-media-on-the-right-mobile
    .acf-breadcrumb:first-child,
  .wp-block-media-text.has-media-on-the-right .acf-breadcrumb:first-child {
    padding-right: 1rem;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right-mobile.has-background-image:after {
    justify-self: flex-start !important;
  }
  .wp-block-media-text.has-background-image.is-stacked-on-mobile:not(
      .is-style-centered,
      .is-style-hero
    )
    > .wp-block-media-text__media {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  .acf-breadcrumb + .wp-block-media-text.is-stacked-on-mobile,
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-areas: "media-text-content" "media-text-media";
  }
  .acf-breadcrumb
    + .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed),
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed),
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed),
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed),
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed) {
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .acf-breadcrumb
    + .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .acf-breadcrumb
    + .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text__content,
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__media,
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__media,
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content,
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__media {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content,
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__content {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-stacked-on-mobile.is-stacked-on-mobile.alignfull
    > .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile.is-stacked-on-mobile.is-stacked-on-mobile.alignwide
    > .wp-block-media-text__content {
    padding-left: var(--viewport-gutter);
    padding-right: var(--viewport-gutter);
  }
}
.wp-block-media-text > .wp-block-media-text__background {
  background-image: inherit;
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.has-background-image .wp-block-media-text.is-style-hero,
.wp-block-media-text.is-style-centered,
.wp-block-media-text.is-style-hero.has-background-image {
  background-size: 0;
  position: relative;
}
.has-background-image
  .wp-block-media-text.is-style-hero
  > .wp-block-media-text__media,
.wp-block-media-text.is-style-centered > .wp-block-media-text__media,
.wp-block-media-text.is-style-hero.has-background-image
  > .wp-block-media-text__media {
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 2rem;
  margin-top: 2rem;
  position: relative;
  width: 50% !important;
  z-index: 10 !important;
}
.has-background-image
  .wp-block-media-text.is-style-hero
  > .wp-block-media-text__media
  img,
.wp-block-media-text.is-style-centered > .wp-block-media-text__media img,
.wp-block-media-text.is-style-hero.has-background-image
  > .wp-block-media-text__media
  img {
  margin-left: auto;
  margin-right: auto;
  max-height: 550px;
  max-width: 100%;
  width: auto;
}
.has-background-image
  .wp-block-media-text.is-style-hero
  > .block-editor-inner-blocks,
.has-background-image
  .wp-block-media-text.is-style-hero
  > .wp-block-media-text__content,
.wp-block-media-text.is-style-centered > .block-editor-inner-blocks,
.wp-block-media-text.is-style-centered > .wp-block-media-text__content,
.wp-block-media-text.is-style-hero.has-background-image
  > .block-editor-inner-blocks,
.wp-block-media-text.is-style-hero.has-background-image
  > .wp-block-media-text__content {
  background-color: transparent;
}
.has-background-image .wp-block-media-text.is-style-hero:after,
.wp-block-media-text.is-style-centered:after,
.wp-block-media-text.is-style-hero.has-background-image:after {
  content: "";
}
.has-background-image .wp-block-media-text.is-style-hero:after,
.has-background-image
  .wp-block-media-text.is-style-hero
  > .wp-block-media-text__background,
.wp-block-media-text.is-style-centered:after,
.wp-block-media-text.is-style-centered > .wp-block-media-text__background,
.wp-block-media-text.is-style-hero.has-background-image:after,
.wp-block-media-text.is-style-hero.has-background-image
  > .wp-block-media-text__background {
  background-image: inherit;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  grid-area: media-text-media;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 50%;
  z-index: 0;
}
@media (max-width: 600px) {
  .acf-breadcrumb
    + .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text.is-style-centered:after,
  .acf-breadcrumb
    + .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .acf-breadcrumb
    + .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text.is-style-hero:after,
  .acf-breadcrumb
    + .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text__background,
  .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text.is-style-centered:after,
  .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .wp-block-media-text.is-stacked-on-mobile
    > .wp-block-media-text.is-style-hero:after,
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__background {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-centered:after,
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero:after,
  .entry-content
    > .wp-block-media-text.is-stacked-on-mobile:first-child:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__background,
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-centered:after,
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero:after,
  .entry-content
    > .wp-block-media-text:first-child
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__background,
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-centered:after,
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero:after,
  .wp-block-media-text.has-media-above-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__background,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-centered:after,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero:after,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__background,
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-centered:after,
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text.is-style-hero:after,
  h2
    + .wp-block-media-text.is-stacked-on-mobile:not(
      .has-media-below-on-mobile
    ):not(.is-style-boxed)
    > .wp-block-media-text__background {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@supports (display: grid) {
  .has-background-image .wp-block-media-text.is-style-hero:after,
  .has-background-image
    .wp-block-media-text.is-style-hero
    > .wp-block-media-text__background,
  .wp-block-media-text.is-style-centered:after,
  .wp-block-media-text.is-style-centered > .wp-block-media-text__background,
  .wp-block-media-text.is-style-hero.has-background-image:after,
  .wp-block-media-text.is-style-hero.has-background-image
    > .wp-block-media-text__background {
    width: 100%;
  }
}
.has-background-image .wp-block-media-text.is-style-hero:after,
.wp-block-media-text.is-style-centered:after,
.wp-block-media-text.is-style-hero.has-background-image:after {
  display: none;
}
.has-background-image
  .wp-block-media-text.is-style-hero:not(.has-media-on-the-right)
  > .wp-block-media-text__media,
.has-background-image
  .wp-block-media-text.is-style-hero:not(.has-media-on-the-right)
  > div
  > .block-library-media-text__media-container,
.wp-block-media-text.is-style-centered:not(.has-media-on-the-right)
  > .wp-block-media-text__media,
.wp-block-media-text.is-style-centered:not(.has-media-on-the-right)
  > div
  > .block-library-media-text__media-container,
.wp-block-media-text.is-style-hero.has-background-image:not(
    .has-media-on-the-right
  )
  > .wp-block-media-text__media,
.wp-block-media-text.is-style-hero.has-background-image:not(
    .has-media-on-the-right
  )
  > div
  > .block-library-media-text__media-container {
  margin-left: 50%;
  transform: translateX(50%);
}
.has-background-image
  .wp-block-media-text.is-style-hero:not(.has-media-on-the-right)
  > .block-editor-inner-blocks,
.has-background-image
  .wp-block-media-text.is-style-hero:not(.has-media-on-the-right)
  > .wp-block-media-text__content,
.wp-block-media-text.is-style-centered:not(.has-media-on-the-right)
  > .block-editor-inner-blocks,
.wp-block-media-text.is-style-centered:not(.has-media-on-the-right)
  > .wp-block-media-text__content,
.wp-block-media-text.is-style-hero.has-background-image:not(
    .has-media-on-the-right
  )
  > .block-editor-inner-blocks,
.wp-block-media-text.is-style-hero.has-background-image:not(
    .has-media-on-the-right
  )
  > .wp-block-media-text__content {
  padding-left: 12vw;
}
.has-background-image
  .wp-block-media-text.is-style-hero.has-media-on-the-right
  > .wp-block-media-text__media,
.has-background-image
  .wp-block-media-text.is-style-hero.has-media-on-the-right
  > div
  > .block-library-media-text__media-container,
.wp-block-media-text.is-style-centered.has-media-on-the-right
  > .wp-block-media-text__media,
.wp-block-media-text.is-style-centered.has-media-on-the-right
  > div
  > .block-library-media-text__media-container,
.wp-block-media-text.is-style-hero.has-background-image.has-media-on-the-right
  > .wp-block-media-text__media,
.wp-block-media-text.is-style-hero.has-background-image.has-media-on-the-right
  > div
  > .block-library-media-text__media-container {
  left: 0;
  transform: translateX(-40%);
}
.has-background-image
  .wp-block-media-text.is-style-hero.has-media-on-the-right
  > .block-editor-inner-blocks,
.has-background-image
  .wp-block-media-text.is-style-hero.has-media-on-the-right
  > .wp-block-media-text__content,
.wp-block-media-text.is-style-centered.has-media-on-the-right
  > .block-editor-inner-blocks,
.wp-block-media-text.is-style-centered.has-media-on-the-right
  > .wp-block-media-text__content,
.wp-block-media-text.is-style-hero.has-background-image.has-media-on-the-right
  > .block-editor-inner-blocks,
.wp-block-media-text.is-style-hero.has-background-image.has-media-on-the-right
  > .wp-block-media-text__content {
  padding-right: 12vw;
}
@media (max-width: 600px) {
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile
    > .wp-block-media-text__media,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile
    > .wp-block-media-text__media,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile
    > .wp-block-media-text__media {
    width: 30% !important;
  }
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile
    > .wp-block-media-text__content,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile
    > .wp-block-media-text__content,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile
    > .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-background-image:after,
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-background-image
    > .wp-block-media-text__background,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile.has-background-image:after,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile.has-background-image
    > .wp-block-media-text__background,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile.has-background-image:after,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile.has-background-image
    > .wp-block-media-text__background {
    width: 85%;
  }
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile:not(
      .has-media-on-the-right
    )
    > .wp-block-media-text__media,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile:not(
      .has-media-on-the-right
    )
    > .wp-block-media-text__media,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile:not(
      .has-media-on-the-right
    )
    > .wp-block-media-text__media {
    left: 70%;
    margin-left: 0;
    transform: none;
  }
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-media-on-the-right
    > .wp-block-media-text__media,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile.has-media-on-the-right
    > .wp-block-media-text__media,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile.has-media-on-the-right
    > .wp-block-media-text__media {
    left: 5%;
    transform: none;
  }
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-media-on-the-right.has-background-image:after,
  .has-background-image
    .wp-block-media-text.is-style-hero.is-stacked-on-mobile.has-media-on-the-right.has-background-image
    > .wp-block-media-text__background,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile.has-media-on-the-right.has-background-image:after,
  .wp-block-media-text.is-style-centered.is-stacked-on-mobile.has-media-on-the-right.has-background-image
    > .wp-block-media-text__background,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile.has-media-on-the-right.has-background-image:after,
  .wp-block-media-text.is-style-hero.has-background-image.is-stacked-on-mobile.has-media-on-the-right.has-background-image
    > .wp-block-media-text__background {
    left: 15%;
  }
}
.wp-block-columns {
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-columns {
    text-align: center;
  }
  .wp-block-columns ol,
  .wp-block-columns ul {
    text-align: left;
  }
}
.wp-block-columns .wp-block-columns:not(:first-child, .alignleft, .alignright) {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .wp-block-columns
    .wp-block-columns:not(:first-child, .alignleft, .alignright) {
    margin-top: 2rem;
  }
}
.wp-block-columns .wp-block-columns:not(:last-child, .alignleft, .alignright) {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .wp-block-columns
    .wp-block-columns:not(:last-child, .alignleft, .alignright) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-columns .wp-block-column {
    flex-basis: 100%;
    padding-left: 0;
  }
  .wp-block-columns .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.wp-block-columns.is-style-gutterless {
  gap: 0;
  padding: 0;
}
@media (min-width: 600px) {
  .wp-block-columns.is-style-gutterless > .wp-block-column {
    flex-basis: 50%;
  }
}
.wp-block-columns.is-style-gutterless > .wp-block-column:nth-child(2n) {
  padding-left: 0;
}
.wp-block-columns.is-style-project {
  gap: 0;
  padding: 0;
  text-align: center;
}
.wp-block-columns.is-style-project .wp-block-column .wp-block-embed,
.wp-block-columns.is-style-project
  .wp-block-column
  .wp-block-embed
  > .wp-block-embed__wrapper {
  height: 100%;
}
.wp-block-columns.is-style-project .wp-block-image > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 782px) {
  .wp-block-columns.is-style-project {
    background-color: transparent !important;
  }
  .wp-block-columns.is-style-project .is-style-ribbon-bottom {
    background-color: var(--color-secondary) !important;
    margin: 0;
  }
}
.wp-block-column {
  display: flex;
  flex-basis: calc(50% - 2rem);
  flex-direction: column;
  flex-grow: 0;
  margin-bottom: 0;
}
.wp-block-column.is-style-secondary {
  align-self: stretch;
}
.wp-block-column.is-style-secondary.is-vertically-aligned-center {
  display: flex;
  justify-content: center;
}
.wp-block-column .alignfull,
.wp-block-column .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}
.wp-block-column > :only-child {
  height: 100%;
}
.wp-block-column > * {
  flex: 0 0 auto;
  width: 100%;
}
.wp-block-column > .wp-block-buttons:last-child {
  align-items: flex-end;
  flex: 1 0 auto;
}
@media (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.wp-block-column:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}
.wp-block-column:not([class*="is-vertically-aligned-"])
  > .wp-block-cover:first-child,
.wp-block-column:not([class*="is-vertically-aligned-"])
  > .wp-block-group:first-child {
  height: 100%;
}
.wp-block-column:not([class*="is-vertically-aligned-"])
  > .wp-block-group.has-background:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-image:not(.is-resized) > img,
.wp-block-image figure:not(.is-resized) > img {
  width: 100%;
}
@media (max-width: 600px) {
  .wp-block-image.size-thumbnail {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
  }
}
.wp-block-image figcaption {
  font-size: 15px;
}
@media (max-width: 600px) {
  .wp-block-image:not(.alignleft, .alignright, .alignwide, .alignfull) img {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-rounded-with-shadow img {
  aspect-ratio: 1/1 !important;
  border-radius: 100%;
  box-shadow: 0 0 10px #0003;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery {
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-item {
  flex-grow: 0;
  margin-bottom: 2rem;
  margin-right: 2rem;
  width: calc((100% - 2rem) / 2);
}
@media (min-width: 1024px) {
  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 4rem;
    margin-right: 4rem;
    width: calc((100% - 4rem) / 2);
  }
}
.wp-block-gallery .blocks-gallery-item .block-editor-rich-text {
  position: static;
}
.wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  text-rendering: optimizeLegibility;
  background: none;
  color: #e01020;
  color: #454545;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 0;
  position: static;
  text-transform: uppercase;
}
.wp-block-gallery:not(.alignwide, .alignfull) {
  margin-left: 0;
}
.wp-block-video video {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
ol.is-style-centered,
ul.is-style-centered {
  list-style: none;
  text-align: center;
}
ol.is-style-centered > li:not(:first-child):before,
ul.is-style-centered > li:not(:first-child):before {
  color: var(--color-primary);
  content: "•";
  display: block;
  margin-bottom: -0.2em;
}
.acf-mutti-map {
  min-height: 400px;
}
.acf-mutti-map iframe {
  height: 100%;
  width: 100%;
}
.acf-breadcrumb {
  color: #8e8e8e;
}
.has-background .acf-breadcrumb {
  color: inherit;
  margin-top: -1rem !important;
}
.acf-characteristics {
  color: #e01020;
}
.acf-characteristics:not(:first-child) {
  margin-top: 2rem;
}
.acf-product-find-store {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .acf-video-player.has-fill-stretch .responsive-embed {
    height: calc(88vh - 6rem);
    max-height: 600px;
    padding-bottom: 0 !important;
  }
  .acf-video-player.has-fill-stretch .responsive-embed .jwplayer {
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .acf-video-player.has-fill-stretch .responsive-embed {
    height: calc(50vh - 6rem);
    padding-bottom: 0 !important;
  }
  .acf-video-player.has-fill-stretch .responsive-embed .jwplayer {
    height: 100% !important;
  }
  .mutti-slideshow.is-style-button-nav {
    --alignment-gutter: 1px;
  }
}
.mutti-slideshow.is-style-button-nav .swiper-button-next,
.mutti-slideshow.is-style-button-nav .swiper-button-prev {
  background-color: var(--color-primary);
  border-radius: 50%;
  color: var(--color-white);
  height: 50px !important;
  justify-content: center !important;
  top: calc(50% - 25px) !important;
  width: 50px !important;
}
.mutti-slideshow.is-style-button-nav .swiper-button-next svg,
.mutti-slideshow.is-style-button-nav .swiper-button-prev svg {
  color: inherit !important;
  font-size: 1.2rem !important;
}
.mutti-slideshow.is-style-button-nav .swiper-button-next svg {
  margin-right: -0.2em;
}
.mutti-slideshow.is-style-button-nav .swiper-button-prev svg {
  margin-left: -0.2em;
}
.mutti-slideshow.has-multiple-slides-per-view .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.mutti-slideshow.has-multiple-slides-per-view .swiper-slide > :only-child {
  height: 100%;
}
.swiper-container-thumbs .swiper-slide {
  cursor: pointer;
}
.swiper-container-thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}
.wp-block-mutti-media-card {
  border-radius: 10px;
  box-shadow: 0 0 10px #0003;
  display: flex;
  flex-direction: column;
  margin: 10px;
  text-align: center;
}
.wp-block-mutti-media-card__media {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
.is-style-no-image .wp-block-mutti-media-card__media {
  display: none;
}
.wp-block-mutti-media-card__media img {
  display: block;
}
.wp-block-mutti-media-card__content {
  border-top: 5px solid var(--color-primary);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem;
}
.wp-block-mutti-media-card__content > .wp-block-buttons:last-child,
.wp-block-mutti-media-card__content
  > .wp-block-genero-button-popups:last-child {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.wp-block-mutti-media-card .wp-block-heading a {
  text-decoration: none;
}
.wp-block-mutti-media-card .wp-block-heading a:focus,
.wp-block-mutti-media-card .wp-block-heading a:hover {
  text-decoration: underline;
}
.wp-block-mutti-media-card .wp-block-genero-button-popup__popup {
  text-align: left;
}
.wp-block-mutti-media-card.is-style-square-image
  .wp-block-mutti-media-card__media
  img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
:root {
  --gbp--button-background: transparent;
  --gbp--button-color: inherit;
}
.wp-block-genero-button-popup__button {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  color: #e01020;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-bottom: 0;
  margin-top: var(--heading-mt);
  margin-top: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.wp-block-genero-button-popup__button:focus {
  outline: none;
}
.wp-block-genero-button-popup.is-style-button
  .wp-block-genero-button-popup__button,
.wp-block-genero-button-popup.is-style-large-button
  .wp-block-genero-button-popup__button {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  background-color: #e01020;
  border-radius: 0;
  border-radius: 0.5rem;
  border-width: 0;
  color: #e01020;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--h5-font-size);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--heading-mb);
  margin-top: var(--heading-mt);
  padding: 11px 20px;
  text-decoration: underline;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-genero-button-popup.is-style-button
  .wp-block-genero-button-popup__button:hover,
.wp-block-genero-button-popup.is-style-large-button
  .wp-block-genero-button-popup__button:hover {
  background-color: #961a1b;
}
.wp-block-genero-button-popup.is-style-button.is-style-large-button
  .wp-block-genero-button-popup__button,
.wp-block-genero-button-popup.is-style-large-button.is-style-large-button
  .wp-block-genero-button-popup__button {
  padding: 1rem 2rem;
}
.wp-block-genero-button-popup__popup__title {
  display: none;
}
.wp-block-genero-button-popup__popup__header {
  margin-bottom: 0;
  position: relative;
}
.wp-block-genero-button-popup__popup__close-button {
  background-color: var(--color-beige);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath d='m242.72 256 100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  box-sizing: content-box;
  color: transparent;
  height: 16px;
  padding: 1em;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 16px;
  z-index: 10;
}
.wp-block-genero-button-popup__popup__close-button:focus {
  outline: none;
}
.wp-block-genero-button-popup__popup__inner-container {
  background-color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  max-height: 90%;
  overflow: hidden;
  padding: 0;
}
.wp-block-genero-button-popup__popup__content {
  --container-padding: 1rem;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: var(--container-padding);
}
@media (min-width: 1024px) {
  .wp-block-genero-button-popup__popup__content {
    --container-padding: 2rem;
  }
}
.wp-block-genero-button-popup__popup__content > .alignfull {
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
  max-width: calc(100% + 2 * var(--container-padding));
  width: auto;
}
.wp-block-genero-button-popup__popup__content > .alignfull:first-child {
  margin-top: calc(-1 * var(--container-padding));
}
.wp-block-genero-button-popup__popup__content > .alignfull:last-child {
  margin-bottom: calc(-1 * var(--container-padding));
}
.wp-block-genero-button-popup__popup__content .wp-block-column > * {
  width: auto;
}
.wp-block-genero-button-popup__popup__content
  > .wp-block-media-text.alignfull:only-child {
  position: relative;
}
@media (min-width: 600px) {
  .wp-block-genero-button-popup__popup__content
    > .wp-block-media-text.alignfull:only-child
    > .wp-block-media-text__content {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: var(--container-padding);
    padding-right: var(--container-padding);
    padding-top: var(--container-padding);
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child {
    grid-gap: var(--container-padding);
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    ol,
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    ul {
    display: block;
  }
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    > .wp-block-media-text__media {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    > .wp-block-media-text__content {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    > .wp-block-media-text.is-style-centered:after,
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    > .wp-block-media-text.is-style-hero:after,
  .wp-block-genero-button-popup__popup__content
    .wp-block-media-text.is-stacked-on-mobile:first-child
    > .wp-block-media-text__background {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .single.product_category
    .entry-content
    > .wp-block-media-text:first-child
    .wp-block-media-text__media {
    visibility: hidden;
  }
  .single.product_category
    .entry-content
    > .wp-block-media-text:first-child:after {
    width: calc(100% + 2rem) !important;
  }
}
@media (max-width: 600px) {
  .single.type-post .entry-content > .wp-block-media-text:first-child {
    grid-template-areas: "media-text-media" "media-text-content";
    grid-template-columns: 100% !important;
  }
  .single.type-post .entry-content > .wp-block-media-text:first-child figure {
    background-image: none !important;
    background-size: cover;
    height: 100%;
    max-height: 500px;
    min-height: 250px;
  }
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    figure
    > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child.is-style-hero
    figure {
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    .acf-post-meta {
    text-align: center !important;
  }
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    .wp-block-media-text__content {
    margin-top: 1rem;
    padding-right: 0;
    text-align: center;
  }
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    > .wp-block-media-text__media {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    > .wp-block-media-text__content {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    > .wp-block-media-text.is-style-centered:after,
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    > .wp-block-media-text.is-style-hero.has-background-image:after,
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    > .wp-block-media-text.is-style-hero:after,
  .single.type-post
    .entry-content
    > .wp-block-media-text:first-child
    > .wp-block-media-text__background {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media (min-width: 1280px) {
  .page-id-2851 p {
    font-size: 20px;
  }
}
.acf-product-combination-game .is-draggable {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.acf-product-combination-game .is-draggable:focus,
.acf-product-combination-game .is-draggable:hover {
  background-image: radial-gradient(rgba(0, 0, 0, 0.5) 0, transparent 71%);
  outline: none;
}
.acf-product-combination-game .is-draggable:focus {
  cursor: grabbing;
}
.acf-product-combination-game .container:focus {
  outline: none;
}
.acf-product-combination-game .simple-bounce-animation {
  animation: simple-bounce 1s infinite alternate;
  animation-timing-function: ease;
}
.acf-product-combination-game .simple-bounce-animation.delay {
  animation-delay: 0.1s;
}
@keyframes simple-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15px);
  }
}
.iframe-wrapper {
  overflow: auto;
}
.iframe-wrapper .responsive-embed {
  padding-bottom: 56.25%;
}
@media (max-width: 600px) {
  .iframe-wrapper .responsive-embed {
    padding-bottom: 125%;
  }
}
.gform_wrapper .ginput_container_consent .gfield_required {
  display: none;
}
.customer-review-slider-wrapper .swiper-wrapper {
  align-items: center;
}
.contestant-teaser .swiper-pagination {
  bottom: auto;
  height: 0;
  padding-top: calc(100% - 2.5rem);
  pointer-events: none;
  position: absolute;
  top: 0;
}
.contestant-teaser .swiper-pagination-bullet {
  pointer-events: auto;
}
.page-id-6754 main {
  margin-bottom: 0 !important;
}
.page-id-6754 .wp-block-cover.is-style-full-height {
  overflow: hidden;
}
.footer {
  color: var(--color-white);
  font-size: var(--text-size-sm);
  padding-bottom: 40px;
  padding-top: 60px;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--color-secondary);
}
.footer [role="heading"],
.footer h3,
.footer h6 {
  color: inherit;
}
.footer__inner-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .footer__inner-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__inner-container .footer__meta {
    text-align: right;
  }
  .footer__inner-container .footer__meta .footer__socials {
    justify-content: flex-end;
  }
}
.footer__navigation {
  column-gap: 40px;
  display: grid;
  grid-auto-rows: auto 1fr;
  grid-template-areas: "first second" "third second";
  row-gap: 40px;
}
@media (min-width: 768px) {
  .footer__navigation {
    grid-template-areas: "first second third";
    grid-template-columns: repeat(3, 120px);
  }
}
.footer__navigation nav:first-child {
  grid-area: first;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.footer__navigation nav:nth-child(2) {
  -ms-grid-row-span: 3;
  grid-area: second;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.footer__navigation nav:nth-child(3) {
  grid-area: third;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
@media (min-width: 768px) {
  .footer__navigation nav:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .footer__navigation nav:nth-child(2) {
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .footer__navigation nav:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
.footer__navigation ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer__navigation [role="heading"],
.footer__navigation h6 {
  margin-bottom: 10px;
}
.footer__navigation a {
  display: block;
  line-height: 1;
  padding-bottom: 6px;
  padding-top: 6px;
}
.footer__navigation a:hover {
  text-decoration: underline;
}
.footer__navigation a.is-level-1 {
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__socials {
  column-gap: 12px;
  display: flex;
  list-style: none;
  margin: -6px -6px 18px 0;
  padding-left: 0;
}
.footer__socials:not(:first-child) {
  margin-top: 18px;
}
.footer__socials a {
  font-size: 18px;
  padding: 6px;
}
.footer__copyright {
  font-familys: Trade Gothic LT W04 Bd Cn No-2, myriad-pro-condensed,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: var(--text-size-xs);
  font-weight: 700;
}
.footer__popular-links ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer__popular-links a {
  color: var(--color-primary);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer__popular-links a {
    font-size: 1rem;
  }
}
.footer__popular-links a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.footer__popular-links-button {
  text-decoration: underline;
}
.footer__popular-links-button:focus {
  outline: none;
}
.footer__newsletter {
  border-bottom: 1px solid #f9f2e0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.footer__newsletter__inner-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__newsletter__content p:not(.is-style-cursive) {
  font-size: var(--text-size-base);
}
.footer__newsletter__content .is-style-cursive {
  color: var(--color-orange);
  font-size: 46px;
}
@media (min-width: 768px) {
  .footer__newsletter__inner-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__newsletter__content {
    width: 50%;
  }
  .footer__newsletter__form {
    max-width: 500px;
    width: 50%;
  }
}
.footer__newsletter .ginput_container_consent {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer__newsletter .ginput_container_consent {
    font-size: inherit;
  }
}
.footer__newsletter .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.footer__newsletter .gform_footer [type="submit"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M476 3.2 12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 0 !important;
  padding-right: calc(20px + 16px + 8px);
}
.footer__newsletter
  form:not(.is-open):not(:focus-within)
  .gform_fields
  > .gfield:not(:first-child):not(fieldset) {
  display: none;
}
@media (min-width: 1200px) {
  .menu\:gradient-radial-primary {
    background-image: radial-gradient(circle, #c61f1e 50%, #961a1b);
  }
}
