/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.float-right {
  float: right;
}
.container {
  width: 100%;
}
.my-\[15\%\] {
  margin-block: 15%;
}
.mt-\[4\%\] {
  margin-top: 4%;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-\[0vh\] {
  height: 0vh;
}
.h-\[00px\] {
  height: 00px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[10\%\%\] {
  height: 10%%;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[71vh\] {
  height: 71vh;
}
.h-\[75\%\] {
  height: 75%;
}
.h-\[75vh\] {
  height: 75vh;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[800px\] {
  height: 800px;
}
.h-full {
  height: 100%;
}
.min-h-\[75vh\] {
  min-height: 75vh;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-2\/3 {
  width: calc(2/3 * 100%);
}
.w-2\/4 {
  width: calc(2/4 * 100%);
}
.w-2\/5 {
  width: calc(2/5 * 100%);
}
.w-3\/4 {
  width: calc(3/4 * 100%);
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[800px\] {
  width: 800px;
}
.w-full {
  width: 100%;
}
.max-w-2\/5 {
  max-width: calc(2/5 * 100%);
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-rotate-180 {
  rotate: calc(180deg * -1);
}
.rotate-0 {
  rotate: 0deg;
}
.list-none {
  list-style-type: none;
}
.columns-4 {
  columns: 4;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-items-center {
  justify-items: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-\[\#C10B25\] {
  border-color: #C10B25;
}
.border-\[\#FF0000\] {
  border-color: #FF0000;
}
.bg-\[radial-gradient\(circle_at_center\,_\#fdfbfb\,_\#ebedee\)\] {
  background-image: radial-gradient(circle at center, #fdfbfb, #ebedee);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[\#0A4DE2\] {
  color: #0A4DE2;
}
.text-\[\#000\] {
  color: #000;
}
.text-\[\#C9F327\] {
  color: #C9F327;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-\[50\%\] {
  opacity: 50%;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.hover\:scale-110 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
