@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

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

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

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

.mega-menu {
  position: relative;
  margin: 0;
}

.mega-menu ul,
.mega-menu li {
  list-style: none;
  padding-left: 0;
}

.mega-menu .menu-section {
  padding: 0;
  margin: 0 -10px;
}

.mega-menu > ul > li {
  display: inline-block;
}

.mega-menu > ul > li > a {
  position: relative;
  border: none;
  outline: none;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 15px 12px;
  border-bottom: 2px solid transparent;
}

.mega-menu > ul > li > a .ion {
  display: none;
}

.mega-menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  min-width: 16rem;
  max-width: 20rem;
  height: auto;
  margin-top: 3rem;
  padding: 1rem 1.8rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.1rem;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.mega-menu > ul > li .menu-subs .right-0 {
  right: 0;
}

.mega-menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

.mega-menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}

.mega-menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  max-width: 105%;
  width: 105%;
  padding: 1.5rem 2.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.mega-menu > ul > li .menu-subs.menu-mega.menu-column-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.mega-menu > ul > li .menu-subs.menu-mega.menu-column-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-menu > ul > li .menu-subs.menu-mega.menu-column-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-menu > ul > li .menu-subs.menu-mega.menu-column-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item {
  page-break-inside: avoid;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item > ul > li {
  display: block;
  line-height: 1;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.35rem 0;
  border: none;
  outline: none;
  color: #121212;
  transition: color 0.3s ease-in-out;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #333;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item .title a {
  color: #333;
  font-weight: bold;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item .title a:hover {
  color: #bf0010;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item.text-center .title {
  text-align: center;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: 150px;
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.mega-menu > ul > li .menu-subs.menu-mega .menu-item > ul > li > a:hover,
.mega-menu > ul > li .menu-subs > ul > li > a:hover {
  color: #bf0010;
}

.mega-menu > ul > li:hover > a {
  color: #bf0010;
  border-color: #bf0010;
}

@media only screen and (min-width: 1280px) and (max-width: 1322px) {
  .mega-menu > ul > li .menu-subs.menu-mega {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .mega-menu .menu-section {
    display: flex;
    justify-content: center;
  }

  .mega-menu > ul > li .menu-subs.menu-mega {
    width: 102%;
    max-width: 102%;
  }

  .mega-menu > ul > li > a {
    font-size: 13px;
    padding: 15px 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .mega-menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}

#toggleMobileMenu {
  background: none;
}

.menu-mobile-header {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .menu.menu-inline > li {
    margin: 0 2px;
  }

  .mobile-menu {
    display: inline;
  }

  .mega-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    transform: translate(100%);
    transition: all 0.5s ease-in-out;
  }

  .mega-menu .menu-section {
    margin: 0;
  }

  .mega-menu.active {
    transform: translate(0%);
  }

  .mega-menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }

  .mega-menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mega-menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    display: block;
    padding-top: 5px;
  }

  .mega-menu .menu-mobile-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 43px;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }

  .mega-menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    width: 43px;
    height: 43px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .mega-menu .menu-mobile-header .menu-mobile-arrow .ion {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-right: 2px;
  }

  .mega-menu .menu-mobile-header.active .menu-mobile-arrow {
    display: flex;
    background-color: #c0392b;
  }

  .mega-menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }

  .mega-menu .menu-mobile-header .menu-mobile-close {
    cursor: pointer;
    width: 43px;
    height: 43px;
    color: #fff;
    background-color: #c0392b;
    padding: 0;
    margin: 0;
    margin-left: auto;
    text-align: center;
  }

  .mega-menu .menu-mobile-header .menu-mobile-close .ion {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: 2px;
  }

  .mega-menu .menu-section {
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mega-menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0rem;
    padding-top: 3rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }

  .mega-menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0rem;
    padding-top: 3rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }

  .mega-menu > ul > li .menu-subs.active {
    display: block;
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item {
    width: 100%;
    padding: 0rem;
    margin-bottom: 0;
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item img.responsive {
    margin-top: 0;
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item.text-center .title {
    margin-bottom: 1.25rem;
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }

  .mega-menu > ul > li .menu-subs > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item > h4.title {
    padding: 0;
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item > h4.title > a {
    display: block;
    line-height: 3.325rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item > ul {
    margin-bottom: 0;
  }

  .mega-menu > ul > li .menu-subs.menu-mega .menu-item > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mega-menu .extra-item {
    display: none;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.5s ease-in-out;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

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

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.tailwind :is(.visible) {
  visibility: visible;
}

.tailwind :is(.collapse) {
  visibility: collapse;
}

.tailwind :is(.static) {
  position: static;
}

.tailwind :is(.absolute) {
  position: absolute;
}

.tailwind :is(.\!relative) {
  position: relative !important;
}

.tailwind :is(.relative) {
  position: relative;
}

.tailwind :is(.inset-0) {
  inset: 0px;
}

.tailwind :is(.\!inset-x-0) {
  left: 0px !important;
  right: 0px !important;
}

.tailwind :is(.inset-x-0) {
  left: 0px;
  right: 0px;
}

.tailwind :is(.inset-y-0) {
  top: 0px;
  bottom: 0px;
}

.tailwind :is(.bottom-0) {
  bottom: 0px;
}

.tailwind :is(.left-0) {
  left: 0px;
}

.tailwind :is(.left-full) {
  left: 100%;
}

.tailwind :is(.right-\[26px\]) {
  right: 26px;
}

.tailwind :is(.top-0) {
  top: 0px;
}

.tailwind :is(.top-\[13px\]) {
  top: 13px;
}

.tailwind :is(.top-full) {
  top: 100%;
}

.tailwind :is(.z-50) {
  z-index: 50;
}

.tailwind :is(.z-\[1000\]) {
  z-index: 1000;
}

.tailwind :is(.col-span-12) {
  grid-column: span 12 / span 12;
}

.tailwind :is(.m-0) {
  margin: 0px;
}

.tailwind :is(.mx-0) {
  margin-left: 0px;
  margin-right: 0px;
}

.tailwind :is(.mb-0) {
  margin-bottom: 0px;
}

.tailwind :is(.mb-1) {
  margin-bottom: 0.25rem;
}

.tailwind :is(.mb-2) {
  margin-bottom: 0.5rem;
}

.tailwind :is(.mb-3) {
  margin-bottom: 0.75rem;
}

.tailwind :is(.mb-4) {
  margin-bottom: 1rem;
}

.tailwind :is(.mb-5) {
  margin-bottom: 1.25rem;
}

.tailwind :is(.ml-\[-25px\]) {
  margin-left: -25px;
}

.tailwind :is(.mr-1) {
  margin-right: 0.25rem;
}

.tailwind :is(.mr-3) {
  margin-right: 0.75rem;
}

.tailwind :is(.mt-0) {
  margin-top: 0px;
}

.tailwind :is(.mt-0\.5) {
  margin-top: 0.125rem;
}

.tailwind :is(.mt-10) {
  margin-top: 2.5rem;
}

.tailwind :is(.mt-2) {
  margin-top: 0.5rem;
}

.tailwind :is(.mt-3) {
  margin-top: 0.75rem;
}

.tailwind :is(.mt-4) {
  margin-top: 1rem;
}

.tailwind :is(.mt-5) {
  margin-top: 1.25rem;
}

.tailwind :is(.mt-\[15px\]) {
  margin-top: 15px;
}

.tailwind :is(.block) {
  display: block;
}

.tailwind :is(.inline-block) {
  display: inline-block;
}

.tailwind :is(.inline) {
  display: inline;
}

.tailwind :is(.flex) {
  display: flex;
}

.tailwind :is(.inline-flex) {
  display: inline-flex;
}

.tailwind :is(.table) {
  display: table;
}

.tailwind :is(.grid) {
  display: grid;
}

.tailwind :is(.hidden) {
  display: none;
}

.tailwind :is(.h-11) {
  height: 2.75rem;
}

.tailwind :is(.h-24) {
  height: 6rem;
}

.tailwind :is(.h-3) {
  height: 0.75rem;
}

.tailwind :is(.h-3\.5) {
  height: 0.875rem;
}

.tailwind :is(.h-6) {
  height: 1.5rem;
}

.tailwind :is(.h-8) {
  height: 2rem;
}

.tailwind :is(.h-9) {
  height: 2.25rem;
}

.tailwind :is(.h-auto) {
  height: auto;
}

.tailwind :is(.h-full) {
  height: 100%;
}

.tailwind :is(.\!w-auto) {
  width: auto !important;
}

.tailwind :is(.w-1\/2) {
  width: 50%;
}

.tailwind :is(.w-3) {
  width: 0.75rem;
}

.tailwind :is(.w-3\.5) {
  width: 0.875rem;
}

.tailwind :is(.w-6) {
  width: 1.5rem;
}

.tailwind :is(.w-8) {
  width: 2rem;
}

.tailwind :is(.w-full) {
  width: 100%;
}

.tailwind :is(.max-w-full) {
  max-width: 100%;
}

.tailwind :is(.max-w-none) {
  max-width: none;
}

.tailwind :is(.flex-none) {
  flex: none;
}

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

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

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

.tailwind :is(.flex-row) {
  flex-direction: row;
}

.tailwind :is(.flex-col) {
  flex-direction: column;
}

.tailwind :is(.flex-wrap) {
  flex-wrap: wrap;
}

.tailwind :is(.items-start) {
  align-items: flex-start;
}

.tailwind :is(.items-center) {
  align-items: center;
}

.tailwind :is(.justify-center) {
  justify-content: center;
}

.tailwind :is(.justify-between) {
  justify-content: space-between;
}

.tailwind :is(.gap-0) {
  gap: 0px;
}

.tailwind :is(.gap-1) {
  gap: 0.25rem;
}

.tailwind :is(.gap-1\.5) {
  gap: 0.375rem;
}

.tailwind :is(.gap-14) {
  gap: 3.5rem;
}

.tailwind :is(.gap-2) {
  gap: 0.5rem;
}

.tailwind :is(.gap-3) {
  gap: 0.75rem;
}

.tailwind :is(.gap-5) {
  gap: 1.25rem;
}

.tailwind :is(.space-x-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.tailwind :is(.self-center) {
  align-self: center;
}

.tailwind :is(.overflow-hidden) {
  overflow: hidden;
}

.tailwind :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tailwind :is(.rounded-sm) {
  border-radius: 0.125rem;
}

.tailwind :is(.border) {
  border-width: 1px;
}

.tailwind :is(.border-0) {
  border-width: 0px;
}

.tailwind :is(.border-b) {
  border-bottom-width: 1px;
}

.tailwind :is(.border-l-\[1px\]) {
  border-left-width: 1px;
}

.tailwind :is(.border-t) {
  border-top-width: 1px;
}

.tailwind :is(.border-solid) {
  border-style: solid;
}

.tailwind :is(.border-\[\#f1f1f1\]) {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.tailwind :is(.border-black) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tailwind :is(.border-gray-300) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.tailwind :is(.bg-\[\#333\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.tailwind :is(.bg-\[\#f31910\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 25 16 / var(--tw-bg-opacity));
}

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

.tailwind :is(.bg-neutral-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

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

.tailwind :is(.p-0) {
  padding: 0px;
}

.tailwind :is(.p-3) {
  padding: 0.75rem;
}

.tailwind :is(.p-4) {
  padding: 1rem;
}

.tailwind :is(.px-12) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.tailwind :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tailwind :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tailwind :is(.py-0) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tailwind :is(.py-10) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tailwind :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tailwind :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tailwind :is(.py-\[30px\]) {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tailwind :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tailwind :is(.pb-2) {
  padding-bottom: 0.5rem;
}

.tailwind :is(.pb-3) {
  padding-bottom: 0.75rem;
}

.tailwind :is(.pb-4) {
  padding-bottom: 1rem;
}

.tailwind :is(.pb-6) {
  padding-bottom: 1.5rem;
}

.tailwind :is(.pb-8) {
  padding-bottom: 2rem;
}

.tailwind :is(.pb-9) {
  padding-bottom: 2.25rem;
}

.tailwind :is(.pl-12) {
  padding-left: 3rem;
}

.tailwind :is(.pl-8) {
  padding-left: 2rem;
}

.tailwind :is(.pl-9) {
  padding-left: 2.25rem;
}

.tailwind :is(.pr-10) {
  padding-right: 2.5rem;
}

.tailwind :is(.pt-1) {
  padding-top: 0.25rem;
}

.tailwind :is(.pt-2) {
  padding-top: 0.5rem;
}

.tailwind :is(.pt-3) {
  padding-top: 0.75rem;
}

.tailwind :is(.pt-4) {
  padding-top: 1rem;
}

.tailwind :is(.text-left) {
  text-align: left;
}

.tailwind :is(.text-center) {
  text-align: center;
}

.tailwind :is(.text-right) {
  text-align: right;
}

.tailwind :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tailwind :is(.text-4xl) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tailwind :is(.text-6xl) {
  font-size: 3.75rem;
  line-height: 1;
}

.tailwind :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tailwind :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tailwind :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tailwind :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tailwind :is(.font-bold) {
  font-weight: 700;
}

.tailwind :is(.font-medium) {
  font-weight: 500;
}

.tailwind :is(.font-semibold) {
  font-weight: 600;
}

.tailwind :is(.leading-3) {
  line-height: .75rem;
}

.tailwind :is(.leading-5) {
  line-height: 1.25rem;
}

.tailwind :is(.leading-none) {
  line-height: 1;
}

.tailwind :is(.\!text-black) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tailwind :is(.\!text-white) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tailwind :is(.text-\[\#85ae4a\]) {
  --tw-text-opacity: 1;
  color: rgb(133 174 74 / var(--tw-text-opacity));
}

.tailwind :is(.text-\[\#d31e1e\]) {
  --tw-text-opacity: 1;
  color: rgb(211 30 30 / var(--tw-text-opacity));
}

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

.tailwind :is(.text-fff) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tailwind :is(.text-neutral-900) {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.tailwind :is(.text-slate-200) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

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

.tailwind :is(.line-through) {
  text-decoration-line: line-through;
}

.tailwind :is(.opacity-0) {
  opacity: 0;
}

.tailwind :is(.opacity-100) {
  opacity: 1;
}

.tailwind :is(.opacity-50) {
  opacity: 0.5;
}

.tailwind :is(.shadow-lg) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tailwind :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.tailwind :is(.transition) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tailwind :is(.duration-150) {
  transition-duration: 150ms;
}

.tailwind :is(.duration-200) {
  transition-duration: 200ms;
}

.tailwind :is(.ease-in) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.tailwind :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

[x-cloak] {
  display: none !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media (min-width: 1536px) {
  .container {
    max-width: 1460px;
  }
}

.tailwind :is(.hover\:bg-\[\#bf0010\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(191 0 16 / var(--tw-bg-opacity));
}

.tailwind :is(.hover\:bg-black:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tailwind :is(.hover\:text-fff:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tailwind :is(.hover\:text-primary:hover) {
  --tw-text-opacity: 1;
  color: rgb(229 0 0 / var(--tw-text-opacity));
}

.tailwind :is(.group\/sub:hover .group-hover\/sub\:bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tailwind :is(.group\/sub:hover .group-hover\/sub\:text-fff) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tailwind :is(.group:hover .group-hover\:text-primary) {
  --tw-text-opacity: 1;
  color: rgb(229 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .tailwind :is(.lg\:col-span-12) {
    grid-column: span 12 / span 12;
  }

  .tailwind :is(.lg\:col-span-4) {
    grid-column: span 4 / span 4;
  }

  .tailwind :is(.lg\:col-span-8) {
    grid-column: span 8 / span 8;
  }

  .tailwind :is(.lg\:block) {
    display: block;
  }

  .tailwind :is(.lg\:hidden) {
    display: none;
  }

  .tailwind :is(.lg\:flex-row) {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .tailwind :is(.xl\:hidden) {
    display: none;
  }
}
