/* 只導入Tailwind CSS的utilities功能 */

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

.pointer-events-auto {
  pointer-events: auto !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.inset-0 {
  inset: 0px !important;
}

.bottom-\[10px\] {
  bottom: 10px !important;
}

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

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

.left-4 {
  left: 1rem !important;
}

.left-\[15\.59px\] {
  left: 15.59px !important;
}

.right-3 {
  right: 0.75rem !important;
}

.right-4 {
  right: 1rem !important;
}

.right-5 {
  right: 1.25rem !important;
}

.right-\[10px\] {
  right: 10px !important;
}

.top-0 {
  top: 0px !important;
}

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

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

.top-2 {
  top: 0.5rem !important;
}

.top-4 {
  top: 1rem !important;
}

.top-5 {
  top: 1.25rem !important;
}

.top-\[250px\] {
  top: 250px !important;
}

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

.z-\[-10\] {
  z-index: -10 !important;
}

.z-\[10\] {
  z-index: 10 !important;
}

.z-\[1\] {
  z-index: 1 !important;
}

.z-\[50\] {
  z-index: 50 !important;
}

.z-\[999999\] {
  z-index: 999999 !important;
}

.z-\[9999\] {
  z-index: 9999 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-last {
  order: 9999 !important;
}

.mx-\[20px\] {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

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

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

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

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

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

.mb-3 {
  margin-bottom: 0.75rem !important;
}

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

.mb-\[13px\] {
  margin-bottom: 13px !important;
}

.mb-\[18\.9px\] {
  margin-bottom: 18.9px !important;
}

.mb-\[40\.22px\] {
  margin-bottom: 40.22px !important;
}

.mb-\[40px\] {
  margin-bottom: 40px !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-\[5px\] {
  margin-right: 5px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

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

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

.mt-\[10px\] {
  margin-top: 10px !important;
}

.mt-\[15px\] {
  margin-top: 15px !important;
}

.mt-\[19px\] {
  margin-top: 19px !important;
}

.mt-\[30px\] {
  margin-top: 30px !important;
}

.mt-\[40px\] {
  margin-top: 40px !important;
}

.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.aspect-square {
  aspect-ratio: 1 / 1 !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

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

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

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

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

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

.h-\[20\.5px\] {
  height: 20.5px !important;
}

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

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

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

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

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

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

.h-full {
  height: 100% !important;
}

.max-h-\[100\%\] {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-\[0\.5px\] {
  width: 0.5px !important;
}
.w-\[1px\] {
  width: 1px !important;
}
.w-\[100px\] {
  width: 100px !important;
}

.w-\[140px\] {
  width: 140px !important;
}

.w-\[150px\] {
  width: 150px !important;
}

.w-\[15px\] {
  width: 15px !important;
}

.w-\[19\.5px\] {
  width: 19.5px !important;
}

.w-\[200px\] {
  width: 200px !important;
}

.w-\[20px\] {
  width: 20px !important;
}

.w-\[24px\] {
  width: 24px !important;
}

.w-\[30px\] {
  width: 30px !important;
}

.w-\[370px\] {
  width: 370px !important;
}

.w-\[460px\] {
  width: 460px !important;
}

.w-\[6px\] {
  width: 6px !important;
}

.w-\[8px\] {
  width: 8px !important;
}

.w-full {
  width: 100% !important;
}

.max-w-\[100\%\] {
  max-width: 100% !important;
}

.max-w-\[1000px\] {
  max-width: 1000px !important;
}

.max-w-\[110px\] {
  max-width: 110px !important;
}

.max-w-\[1471px\] {
  max-width: 1471px !important;
}

.max-w-\[147px\] {
  max-width: 147px !important;
}

.max-w-\[150px\] {
  max-width: 150px !important;
}

.max-w-\[170px\] {
  max-width: 170px !important;
}

.max-w-\[240px\] {
  max-width: 240px !important;
}

.max-w-\[256px\] {
  max-width: 256px !important;
}

.max-w-\[312px\] {
  max-width: 312px !important;
}

.max-w-\[370px\] {
  max-width: 370px !important;
}

.max-w-\[425\.89px\] {
  max-width: 425.89px !important;
}

.max-w-\[504px\] {
  max-width: 504px !important;
}

.flex-none {
  flex: none !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

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

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory !important;
}

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

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

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

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

.flex-row {
  flex-direction: row !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;
}

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-\[10px\] {
  gap: 10px !important;
}

.gap-\[11px\] {
  gap: 11px !important;
}

.gap-\[15px\] {
  gap: 15px !important;
}

.gap-\[16px\] {
  gap: 16px !important;
}

.gap-\[18\.5px\] {
  gap: 18.5px !important;
}

.gap-\[18px\] {
  gap: 18px !important;
}

.gap-\[19px\] {
  gap: 19px !important;
}

.gap-\[20px\] {
  gap: 20px !important;
}

.gap-\[21px\] {
  gap: 21px !important;
}

.gap-\[24px\] {
  gap: 24px !important;
}

.gap-\[29\.7px\] {
  gap: 29.7px !important;
}

.gap-\[2px\] {
  gap: 2px !important;
}

.gap-\[30px\] {
  gap: 30px !important;
}

.gap-\[33px\] {
  gap: 33px !important;
}

.gap-\[40px\] {
  gap: 40px !important;
}

.gap-\[45px\] {
  gap: 45px !important;
}

.gap-\[4px\] {
  gap: 4px !important;
}

.gap-\[5px\] {
  gap: 5px !important;
}

.gap-\[60px\] {
  gap: 60px !important;
}

.gap-\[6px\] {
  gap: 6px !important;
}

.gap-\[7px\] {
  gap: 7px !important;
}

.gap-\[8px\] {
  gap: 8px !important;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.self-center {
  align-self: center !important;
}
.self-end {
  align-self: end !important;
}
.self-start {
  align-self: start !important;
}
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

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

.text-nowrap {
  text-wrap: nowrap !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-\[10px\] {
  border-radius: 10px !important;
}

.rounded-\[4px\] {
  border-radius: 4px !important;
}

.rounded-\[50\%\] {
  border-radius: 50% !important;
}

.rounded-\[5px\] {
  border-radius: 5px !important;
}

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

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

.border {
  border-width: 1px !important;
}

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

.border-\[\#191919\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 25 25 / var(--tw-border-opacity)) !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#EBEFF5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 239 245 / var(--tw-border-opacity)) !important;
}

.border-\[\#EEEEEE\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
}

.border-\[\#EFEFEF\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 239 239 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#EFEFEF\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity)) !important;
}

.bg-\[\#0000FF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#044444\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 68 68 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#0600FF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 0 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#191919\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#196919\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 105 25 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#198899\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 136 153 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#72001A\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(114 0 26 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#AC001A\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(172 0 26 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#E2001A\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 0 26 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[rgb\(248\2c 248\2c 248\)\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}

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

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

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

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

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

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

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

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

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

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

.p-\[1px\] {
  padding: 1px !important;
}

.p-\[3\.5\%\] {
  padding: 3.5% !important;
}

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

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

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

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

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

.px-\[10\.5px\] {
  padding-left: 10.5px !important;
  padding-right: 10.5px !important;
}

.px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-\[19px\] {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.px-\[20px\] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-\[23\.5px\] {
  padding-left: 23.5px !important;
  padding-right: 23.5px !important;
}

.px-\[24px\] {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-\[33\.54px\] {
  padding-left: 33.54px !important;
  padding-right: 33.54px !important;
}

.px-\[80px\] {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

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

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

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-\[11\.5px\] {
  padding-top: 11.5px !important;
  padding-bottom: 11.5px !important;
}

.py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-\[13\.5px\] {
  padding-top: 13.5px !important;
  padding-bottom: 13.5px !important;
}

.py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-\[16px\] {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-\[25px\] {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-\[32px\] {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-\[40\.33px\] {
  padding-top: 40.33px !important;
  padding-bottom: 40.33px !important;
}

.py-\[5\.5px\] {
  padding-top: 5.5px !important;
  padding-bottom: 5.5px !important;
}

.py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-\[71\.3px\] {
  padding-top: 71.3px !important;
  padding-bottom: 71.3px !important;
}

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

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

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

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-\[100px\] {
  padding-bottom: 100px !important;
}

.pb-\[10px\] {
  padding-bottom: 10px !important;
}

.pb-\[16px\] {
  padding-bottom: 16px !important;
}

.pb-\[18px\] {
  padding-bottom: 18px !important;
}

.pb-\[19px\] {
  padding-bottom: 19px !important;
}

.pb-\[21px\] {
  padding-bottom: 21px !important;
}

.pb-\[22px\] {
  padding-bottom: 22px !important;
}

.pb-\[23px\] {
  padding-bottom: 23px !important;
}

.pb-\[24px\] {
  padding-bottom: 24px !important;
}

.pb-\[25px\] {
  padding-bottom: 25px !important;
}

.pb-\[28px\] {
  padding-bottom: 28px !important;
}

.pb-\[30px\] {
  padding-bottom: 30px !important;
}

.pb-\[34px\] {
  padding-bottom: 34px !important;
}

.pb-\[40px\] {
  padding-bottom: 40px !important;
}

.pb-\[53px\] {
  padding-bottom: 53px !important;
}

.pb-\[58px\] {
  padding-bottom: 58px !important;
}

.pb-\[60px\] {
  padding-bottom: 60px !important;
}

.pb-\[87px\] {
  padding-bottom: 87px !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-\[15\.59px\] {
  padding-left: 15.59px !important;
}

.pl-\[16px\] {
  padding-left: 16px !important;
}

.pl-\[19px\] {
  padding-left: 19px !important;
}
.pl-\[20px\] {
  padding-left: 20px !important;
}
.pl-\[20\.5px\] {
  padding-left: 20.5px !important;
}

.pl-\[32px\] {
  padding-left: 32px !important;
}

.pl-\[33\.54px\] {
  padding-left: 33.54px !important;
}

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

.pr-\[16\.61px\] {
  padding-right: 16.61px !important;
}

.pr-\[33\.54px\] {
  padding-right: 33.54px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

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

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

.pt-4 {
  padding-top: 1rem !important;
}

.pt-\[10px\] {
  padding-top: 10px !important;
}

.pt-\[20px\] {
  padding-top: 20px !important;
}

.pt-\[23px\] {
  padding-top: 23px !important;
}

.pt-\[30px\] {
  padding-top: 30px !important;
}

.pt-\[32px\] {
  padding-top: 32px !important;
}

.pt-\[35px\] {
  padding-top: 35px !important;
}

.pt-\[40px\] {
  padding-top: 40px !important;
}

.pt-\[47px\] {
  padding-top: 47px !important;
}

.pt-\[61px\] {
  padding-top: 61px !important;
}

.pt-\[74px\] {
  padding-top: 74px !important;
}

.pt-\[84px\] {
  padding-top: 84px !important;
}

.pt-\[91px\] {
  padding-top: 91px !important;
}

.pt-\[160px\] {
  padding-top: 160px !important;
}

.pt-\[10\%\] {
  padding-top: 10% !important;
}

.px-\[30\%\] {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
.pr-\[16px\] {
  padding-right: 16px !important;
}

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

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

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

.text-justify {
  text-align: justify !important;
}

.text-start {
  text-align: start !important;
}

.font-\[\'Familjen_Grotesk\'\] {
  font-family: "Familjen Grotesk" !important;
}

.font-\[\'Inter\'\] {
  font-family: "Inter" !important;
}

.font-\[\'Noto_Sans_CJK_TC\'\] {
  font-family: "Noto Sans CJK TC" !important;
}

.font-\[\'Noto_Sans_TC\'\] {
  font-family: "Noto Sans TC" !important;
}

.text-\[12\.19px\] {
  font-size: 12.19px !important;
}

.text-\[12\.1px\] {
  font-size: 12.1px !important;
}

.text-\[12\.29px\] {
  font-size: 12.29px !important;
}

.text-\[12\.2px\] {
  font-size: 12.2px !important;
}

.text-\[12px\] {
  font-size: 12px !important;
}

.text-\[12\.8px\] {
  font-size: 12.8px !important;
}

.text-\[13\.34px\] {
  font-size: 13.34px !important;
}

.text-\[13\.8px\] {
  font-size: 13.8px !important;
}

.text-\[13px\] {
  font-size: 13px !important;
}

.text-\[14\.8px\] {
  font-size: 14.8px !important;
}

.text-\[14px\] {
  font-size: 14px !important;
}

.text-\[15px\] {
  font-size: 15px !important;
}

.text-\[16\.88px\] {
  font-size: 16.88px !important;
}

.text-\[16\.8px\] {
  font-size: 16.8px !important;
}

.text-\[16px\] {
  font-size: 16px !important;
}

.text-\[20px\] {
  font-size: 20px !important;
}

.text-\[32px\] {
  font-size: 32px !important;
}

.text-\[38\.9px\] {
  font-size: 38.9px !important;
}

.text-\[clamp\(12\.16px\2c 5vw\2c 14px\)\] {
  font-size: clamp(12.16px, 5vw, 14px) !important;
}

.text-\[clamp\(12\.315px\2c 5vw\2c 15px\)\] {
  font-size: clamp(12.315px, 5vw, 15px) !important;
}

.text-\[clamp\(12\.38px\2c 5vw\2c 15px\)\] {
  font-size: clamp(12.38px, 5vw, 15px) !important;
}

.text-\[clamp\(12\.39px\2c 5vw\2c 12\.39px\)\] {
  font-size: clamp(12.39px, 5vw, 12.39px) !important;
}

.text-\[clamp\(12px\2c 5vw\2c 12px\)\] {
  font-size: clamp(12px, 5vw, 12px) !important;
}

.text-\[clamp\(12px\2c 5vw\2c 14px\)\] {
  font-size: clamp(12px, 5vw, 14px) !important;
}

.text-\[clamp\(12px\2c 5vw\2c 16px\)\] {
  font-size: clamp(12px, 5vw, 16px) !important;
}

.text-\[clamp\(13\.13px\2c 5vw\2c 15px\)\] {
  font-size: clamp(13.13px, 5vw, 15px) !important;
}

.text-\[clamp\(13\.13px\2c 5vw\2c 16\.88px\)\] {
  font-size: clamp(13.13px, 5vw, 16.88px) !important;
}

.text-\[clamp\(13\.23px\2c 5vw\2c 13\.23px\)\] {
  font-size: clamp(13.23px, 5vw, 13.23px) !important;
}

.text-\[clamp\(13\.24px\2c 5vw\2c 13\.24px\)\] {
  font-size: clamp(13.24px, 5vw, 13.24px) !important;
}

.text-\[clamp\(13px\2c 5vw\2c 16px\)\] {
  font-size: clamp(13px, 5vw, 16px) !important;
}

.text-\[clamp\(15px\2c 5vw\2c 20px\)\] {
  font-size: clamp(15px, 5vw, 20px) !important;
}

.text-\[clamp\(15px\2c 5vw\2c 24px\)\] {
  font-size: clamp(15px, 5vw, 24px) !important;
}

.text-\[clamp\(16px\2c 5vw\2c 16\.88px\)\] {
  font-size: clamp(16px, 5vw, 16.88px) !important;
}

.text-\[clamp\(16px\2c 5vw\2c 16px\)\] {
  font-size: clamp(16px, 5vw, 16px) !important;
}

.text-\[clamp\(16px\2c 5vw\2c 24px\)\] {
  font-size: clamp(16px, 5vw, 24px) !important;
}
.text-\[clamp\(18\.75px\2c 5vw\2c 24px\)\] {
  font-size: clamp(18.75px, 5vw, 24px) !important;
}
.text-\[clamp\(16px\2c 5vw\2c 30px\)\] {
  font-size: clamp(16px, 5vw, 30px) !important;
}

.text-\[clamp\(17\.2px\2c 5vw\2c 30px\)\] {
  font-size: clamp(17.2px, 5vw, 30px) !important;
}

.text-\[clamp\(18\.75px\2c 5vw\2c 32px\)\] {
  font-size: clamp(18.75px, 5vw, 32px) !important;
}

.text-\[clamp\(20px\2c 5vw\2c 20px\)\] {
  font-size: clamp(20px, 5vw, 20px) !important;
}

.text-\[clamp\(20px\2c 5vw\2c 24px\)\] {
  font-size: clamp(20px, 5vw, 24px) !important;
}

.text-\[clamp\(20px\2c 5vw\2c 30px\)\] {
  font-size: clamp(20px, 5vw, 30px) !important;
}

.text-\[clamp\(20px\2c 5vw\2c 32px\)\] {
  font-size: clamp(20px, 5vw, 32px) !important;
}

.text-\[clamp\(20px\2c 5vw\2c 48px\)\] {
  font-size: clamp(20px, 5vw, 48px) !important;
}

.text-\[clamp\(24px\2c 5vw\2c 32px\)\] {
  font-size: clamp(24px, 5vw, 32px) !important;
}

.text-\[clamp\(26px\2c 5vw\2c 32px\)\] {
  font-size: clamp(26px, 5vw, 32px) !important;
}

.text-\[clamp\(2rem\2c 5vw\2c 56\.3px\)\] {
  font-size: clamp(2rem, 5vw, 56.3px) !important;
}

.text-\[clamp\(2rem\2c 5vw\2c 58px\)\] {
  font-size: clamp(2rem, 5vw, 58px) !important;
}

.text-\[clamp\(32px\2c 5vw\2c 38\.91px\)\] {
  font-size: clamp(32px, 5vw, 38.91px) !important;
}

.text-\[clamp\(32px\2c 5vw\2c 58px\)\] {
  font-size: clamp(32px, 5vw, 58px) !important;
}

.text-\[clamp\(32px\2c 5vw\2c 96px\)\] {
  font-size: clamp(32px, 5vw, 96px) !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-\[100\] {
  font-weight: 100 !important;
}

.font-\[400\] {
  font-weight: 400 !important;
}

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

.font-\[600\] {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.leading-\[0\.77em\] {
  line-height: 0.77em !important;
}

.leading-\[1\.1em\] {
  line-height: 1.1em !important;
}

.leading-\[1\.25\] {
  line-height: 1.25 !important;
}

.leading-\[1\.25em\] {
  line-height: 1.25em !important;
}

.leading-\[1\.375em\] {
  line-height: 1.375em !important;
}

.leading-\[1\.458\] {
  line-height: 1.458 !important;
}

.leading-\[1\.48em\] {
  line-height: 1.48em !important;
}

.leading-\[1\.5\] {
  line-height: 1.5 !important;
}

.leading-\[1\.5em\] {
  line-height: 1.5em !important;
}

.leading-\[1\.63\] {
  line-height: 1.63 !important;
}

.leading-\[1\.64\] {
  line-height: 1.64 !important;
}

.leading-\[1\.6\] {
  line-height: 1.6 !important;
}

.leading-\[1\.8em\] {
  line-height: 1.8em !important;
}

.leading-\[1\.95em\] {
  line-height: 1.95em !important;
}

.leading-\[1\.96em\] {
  line-height: 1.96em !important;
}

.leading-\[100\%\] {
  line-height: 100% !important;
}

.leading-\[2\.3125em\] {
  line-height: 2.3125em !important;
}
.leading-\[1\.1\] {
  line-height: 1.1 !important;
}
.leading-\[20px\] {
  line-height: 20px !important;
}

.leading-\[24px\] {
  line-height: 24px !important;
}

.leading-\[25px\] {
  line-height: 25px !important;
}

.leading-\[33px\] {
  line-height: 33px !important;
}

.leading-\[38px\] {
  line-height: 38px !important;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em !important;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em !important;
}

.tracking-\[10\%\] {
  letter-spacing: 10% !important;
}

.tracking-\[15\%\] {
  letter-spacing: 15% !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#0A418D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(10 65 141 / var(--tw-text-opacity)) !important;
}

.text-\[\#14161A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(20 22 26 / var(--tw-text-opacity)) !important;
}

.text-\[\#191919\] {
  --tw-text-opacity: 1 !important;
  color: rgb(25 25 25 / var(--tw-text-opacity)) !important;
}

.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}

.text-\[\#666\] {
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}

.text-\[\#676767\] {
  --tw-text-opacity: 1 !important;
  color: rgb(103 103 103 / var(--tw-text-opacity)) !important;
}

.text-\[\#6A6A6A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(106 106 106 / var(--tw-text-opacity)) !important;
}

.text-\[\#888888\] {
  --tw-text-opacity: 1 !important;
  color: rgb(136 136 136 / var(--tw-text-opacity)) !important;
}

.text-\[\#888\] {
  --tw-text-opacity: 1 !important;
  color: rgb(136 136 136 / var(--tw-text-opacity)) !important;
}

.text-\[\#A8A8A8\] {
  --tw-text-opacity: 1 !important;
  color: rgb(168 168 168 / var(--tw-text-opacity)) !important;
}

.text-\[\#BCC2CC\] {
  --tw-text-opacity: 1 !important;
  color: rgb(188 194 204 / var(--tw-text-opacity)) !important;
}

.text-\[\#E2001A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(226 0 26 / var(--tw-text-opacity)) !important;
}

.text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[19\.06px\2c 5vw\2c 22\.88px\] {
  color: 19.06px, 5vw, 22.88px !important;
}

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

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

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

.line-through {
  text-decoration-line: line-through !important;
}

.decoration-1 {
  text-decoration-thickness: 1px !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:border:hover {
  border-width: 1px !important;
}

.hover\:border-\[\#14161A\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 22 26 / var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#191919\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 25 25 / var(--tw-border-opacity)) !important;
}

.hover\:bg-\[\#000\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#F8F8F8\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.hover\:text-\[\#191919\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(25 25 25 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .sm\:h-\[450px\] {
    height: 450px !important;
  }

  .sm\:max-h-\[150px\] {
    max-height: 150px !important;
  }

  .sm\:max-w-\[370px\] {
    max-width: 370px !important;
  }

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

@media (min-width: 768px) {
  .md\:left-0 {
    left: 0px !important;
  }

  .md\:left-\[25\%\] {
    left: 25% !important;
  }

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:right-5 {
    right: 1.25rem !important;
  }

  .md\:top-5 {
    top: 1.25rem !important;
  }

  .md\:order-first {
    order: -9999 !important;
  }

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

  .md\:my-\[100px\] {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .md\:mb-\[36px\] {
    margin-bottom: 36px !important;
  }

  .md\:mb-\[79\.92px\] {
    margin-bottom: 79.92px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

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

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

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

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

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

  .md\:max-h-\[410px\] {
    max-height: 410px !important;
  }

  .md\:max-h-\[425\.89px\] {
    max-height: 425.89px !important;
  }

  .md\:max-h-\[496px\] {
    max-height: 496px !important;
  }

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

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-\[1000px\] {
    width: 1000px !important;
  }

  .md\:w-\[200px\] {
    width: 200px !important;
  }

  .md\:w-\[240px\] {
    width: 240px !important;
  }

  .md\:w-\[31px\] {
    width: 31px !important;
  }

  .md\:w-\[380px\] {
    width: 380px !important;
  }

  .md\:w-\[50px\] {
    width: 50px !important;
  }

  .md\:w-\[8px\] {
    width: 8px !important;
  }

  .md\:w-\[90\%\] {
    width: 90% !important;
  }

  .md\:w-\[960px\] {
    width: 960px !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:max-w-\[344\.59px\] {
    max-width: 344.59px !important;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px !important;
  }

  .md\:max-w-\[410px\] {
    max-width: 410px !important;
  }

  .md\:max-w-\[425\.89px\] {
    max-width: 425.89px !important;
  }

  .md\:max-w-\[960px\] {
    max-width: 960px !important;
  }

  .md\:columns-3 {
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
  .md\:pt-\[10\%\] {
    padding-top: 10% !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-\[20px\] {
    gap: 20px !important;
  }

  .md\:gap-\[30px\] {
    gap: 30px !important;
  }

  .md\:gap-\[33\.5px\] {
    gap: 33.5px !important;
  }

  .md\:gap-\[33px\] {
    gap: 33px !important;
  }

  .md\:gap-\[38px\] {
    gap: 38px !important;
  }

  .md\:gap-\[50px\] {
    gap: 50px !important;
  }

  .md\:gap-\[65px\] {
    gap: 65px !important;
  }

  .md\:gap-\[68px\] {
    gap: 68px !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

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

  .md\:px-\[100px\] {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .md\:px-\[80px\] {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:px-\[82px\] {
    padding-left: 82px !important;
    padding-right: 82px !important;
  }

  .md\:px-\[99px\] {
    padding-left: 99px !important;
    padding-right: 99px !important;
  }

  .md\:py-\[120px\] {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .md\:py-\[21px\] {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }

  .md\:py-\[28px\] {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .md\:py-\[40px\] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:py-\[50px\] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md\:py-\[57px\] {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }

  .md\:py-\[60px\] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md\:py-\[86px\] {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pb-\[114px\] {
    padding-bottom: 114px !important;
  }

  .md\:pb-\[129px\] {
    padding-bottom: 129px !important;
  }

  .md\:pb-\[19\.19px\] {
    padding-bottom: 19.19px !important;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px !important;
  }

  .md\:pb-\[45px\] {
    padding-bottom: 45px !important;
  }

  .md\:pb-\[55px\] {
    padding-bottom: 55px !important;
  }

  .md\:pb-\[67px\] {
    padding-bottom: 67px !important;
  }

  .md\:pb-\[7\.25\%\] {
    padding-bottom: 7.25% !important;
  }

  .md\:pb-\[95px\] {
    padding-bottom: 95px !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }

  .md\:pl-\[77px\] {
    padding-left: 77px !important;
  }

  .md\:pl-\[80px\] {
    padding-left: 80px !important;
  }

  .md\:pr-\[63px\] {
    padding-right: 63px !important;
  }

  .md\:pr-\[6px\] {
    padding-right: 6px !important;
  }

  .md\:pr-\[80px\] {
    padding-right: 80px !important;
  }

  .md\:pr-\[83\.39px\] {
    padding-right: 83.39px !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pt-\[11\.67px\] {
    padding-top: 11.67px !important;
  }

  .md\:pt-\[112px\] {
    padding-top: 112px !important;
  }

  .md\:pt-\[180px\] {
    padding-top: 180px !important;
  }

  .md\:pt-\[196px\] {
    padding-top: 196px !important;
  }

  .md\:pt-\[200px\] {
    padding-top: 200px !important;
  }

  .md\:pt-\[5\%\] {
    padding-top: 5% !important;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px !important;
  }

  .md\:pt-\[57px\] {
    padding-top: 57px !important;
  }

  .md\:pt-\[61px\] {
    padding-top: 61px !important;
  }

  .md\:pt-\[86px\] {
    padding-top: 86px !important;
  }

  .md\:pt-\[93px\] {
    padding-top: 93px !important;
  }

  .md\:pt-\[94px\] {
    padding-top: 94px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-\[58px\] {
    font-size: 58px !important;
  }

  .md\:leading-\[40px\] {
    line-height: 40px !important;
  }
  .md\:leading-\[0\.8rem\] {
    line-height: 0.8rem !important;
  }
  .md\:leading-\[74px\] {
    line-height: 74px !important;
  }
  .md\:leading-\[0\.8\] {
    line-height: 0.8 !important;
  }
  .md\:leading-\[1\.1\] {
    line-height: 1.1 !important;
  }
  .md\:left-\[10\%\] {
    left: 10% !important;
  }
  .md\:left-\[5\%\] {
    left: 5% !important;
  }
  .md\:left-\[15\%\] {
    left: 15% !important;
  }
  .md\:left-\[20\%\] {
    left: 20% !important;
  }
  .md\:left-\[25\%\] {
    left: 25% !important;
  }
  .md\:left-\[12\.5\%\] {
    left: 12.5% !important;
  }
}

@media (min-width: 1024px) {
  .lg\:left-2 {
    left: 0.5rem !important;
  }
  .lg\:left-\[12\.5\%\] {
    left: 12.5% !important;
  }
  .lg\:left-\[3\%\] {
    left: 3% !important;
  }
  .lg\:top-2 {
    top: 0.5rem !important;
  }
  .lg\:pt-\[0px\] {
    padding-top: 0px !important;
  }
  .lg\:pl-\[0px\] {
    padding-left: 0 !important;
  }
  .lg\:pl-\[140px\] {
    padding-left: 140px !important;
  }
  .lg\:pr-\[140px\] {
    padding-right: 140px !important;
  }
  .lg\:order-first {
    order: -9999 !important;
  }

  .lg\:mx-\[0\] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:px-\[20\%\] {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .lg\:block {
    display: block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:max-h-\[559px\] {
    max-height: 559px !important;
  }

  .lg\:max-h-\[771px\] {
    max-height: 771px !important;
  }

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

  .lg\:w-\[401px\] {
    width: 401px !important;
  }

  .lg\:w-\[629px\] {
    width: 629px !important;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100% !important;
  }

  .lg\:max-w-\[187px\] {
    max-width: 187px !important;
  }

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

  .lg\:max-w-\[629px\] {
    max-width: 629px !important;
  }

  .lg\:max-w-\[84\%\] {
    max-width: 84% !important;
  }

  .lg\:columns-4 {
    -moz-columns: 4 !important;
    columns: 4 !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-\[107px\] {
    gap: 107px !important;
  }

  .lg\:gap-\[16px\] {
    gap: 16px !important;
  }

  .lg\:gap-\[18\.5px\] {
    gap: 18.5px !important;
  }

  .lg\:gap-\[18px\] {
    gap: 18px !important;
  }

  .lg\:gap-\[40px\] {
    gap: 40px !important;
  }

  .lg\:gap-\[5px\] {
    gap: 5px !important;
  }

  .lg\:p-\[48px_45px\] {
    padding: 48px 45px !important;
  }

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

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-\[0\] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:px-\[201px\] {
    padding-left: 201px !important;
    padding-right: 201px !important;
  }

  .lg\:px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-\[31\.5px\] {
    padding-top: 31.5px !important;
    padding-bottom: 31.5px !important;
  }

  .lg\:py-\[90px\] {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-\[106px\] {
    padding-bottom: 106px !important;
  }

  .lg\:pb-\[110px\] {
    padding-bottom: 110px !important;
  }

  .lg\:pb-\[112px\] {
    padding-bottom: 112px !important;
  }

  .lg\:pb-\[123px\] {
    padding-bottom: 123px !important;
  }

  .lg\:pb-\[20px\] {
    padding-bottom: 20px !important;
  }

  .lg\:pb-\[30px\] {
    padding-bottom: 30px !important;
  }

  .lg\:pb-\[33px\] {
    padding-bottom: 33px !important;
  }

  .lg\:pb-\[57px\] {
    padding-bottom: 57px !important;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px !important;
  }

  .lg\:pl-\[0\] {
    padding-left: 0 !important;
  }

  .lg\:pr-\[177\.16px\] {
    padding-right: 177.16px !important;
  }

  .lg\:pt-\[10px\] {
    padding-top: 10px !important;
  }

  .lg\:pt-\[131px\] {
    padding-top: 131px !important;
  }

  .lg\:pt-\[132px\] {
    padding-top: 132px !important;
  }

  .lg\:pt-\[15px\] {
    padding-top: 15px !important;
  }

  .lg\:pt-\[47px\] {
    padding-top: 47px !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:min-w-\[460px\] {
    min-width: 460px !important;
  }
  .lg\:w-\[460px\] {
    width: 460px !important;
  }
  .lg\:min-w-\[250px\] {
    min-width: 250px !important;
  }
  .lg\:min-w-\[300px\] {
    min-width: 300px !important;
  }
  .lg\:left-\[15\%\] {
    left: 15% !important;
  }
  .lg\:left-\[10\%\] {
    left: 10% !important;
  }
  .lg\:px-\[3\%\] {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}

@media (min-width: 1280px) {
  .xl\:max-h-\[334px\] {
    max-height: 334px !important;
  }
  .xl\:left-\[10\%\] {
    left: 10% !important;
  }
  .xl\:left-\[3\%\] {
    left: 3% !important;
  }
  .xl\:min-h-\[334px\] {
    min-height: 334px !important;
  }

  .xl\:gap-\[24\.3px\] {
    gap: 24.3px !important;
  }

  .xl\:px-\[120px\] {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:min-w-\[344\.59px\] {
    min-width: 344.59px !important;
  }
  .xl\:min-w-\[460px\] {
    min-width: 460px !important;
  }
  .xl\:left-\[20\%\] {
    left: 20% !important;
  }
  .xl\:left-\[15\%\] {
    left: 15% !important;
  }
  .xl\:px-\[7\.5\%\] {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
  .xl\:px-\[10\%\] {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .xl\:px-\[15\%\] {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .xl\:left-\[10\%\] {
    left: 10% !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-\[103px\] {
    gap: 103px !important;
  }

  .\32xl\:gap-\[69px\] {
    gap: 69px !important;
  }

  .\32xl\:px-\[163px\] {
    padding-left: 163px !important;
    padding-right: 163px !important;
  }

  .\32xl\:px-\[364px\] {
    padding-left: 364px !important;
    padding-right: 364px !important;
  }

  .\32xl\:px-\[390px\] {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .\32xl\:px-\[15\%\] {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .\32xl\:pr-\[177\.16px\] {
    padding-right: 177.16px !important;
  }
  .\32xl\:px-\[10\%\] {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .\32xl\:px-\[15\%\] {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .\32xl\:left-\[25\%\] {
    left: 25% !important;
  }
  .\32xl\:left-\[18\%\] {
    left: 18% !important;
  }
}

@media (min-width: 1800px) {
  .\33xl\:left-\[25\%\] {
    left: 25% !important;
  }
  .\33xl\:px-\[390px\] {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
}
