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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 448px) {

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

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

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

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

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

  .container {
    max-width: 1368px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[-2\.5\%_-3\.13\%\] {
  inset: -2.5% -3.13%;
}
.inset-\[8\.88\%_7\.43\%_3\.91\%_58\.23\%\] {
  inset: 8.88% 7.43% 3.91% 58.23%;
}
.left-\[590px\] {
  left: 590px;
}
.left-\[592px\] {
  left: 592px;
}
.left-\[754\.66px\] {
  left: 754.66px;
}
.right-\[-20px\] {
  right: -20px;
}
.top-\[-72px\] {
  top: -72px;
}
.top-\[114px\] {
  top: 114px;
}
.top-\[235\.44px\] {
  top: 235.44px;
}
.top-\[252\.34px\] {
  top: 252.34px;
}
.z-10 {
  z-index: 10;
}
.m-0 {
  margin: 0px;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[16\/6\] {
  aspect-ratio: 16/6;
}
.aspect-\[379\/378\] {
  aspect-ratio: 379/378;
}
.aspect-\[457\/515\] {
  aspect-ratio: 457/515;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-6 {
  height: 1.5rem;
}
.h-\[125\.734px\] {
  height: 125.734px;
}
.h-\[151\.312px\] {
  height: 151.312px;
}
.h-\[159\.704px\] {
  height: 159.704px;
}
.h-\[169\.174px\] {
  height: 169.174px;
}
.h-\[183\.181px\] {
  height: 183.181px;
}
.h-\[36\.25px\] {
  height: 36.25px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50\.589px\] {
  height: 50.589px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[62px\] {
  height: 62px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[378px\] {
  max-height: 378px;
}
.min-h-px {
  min-height: 1px;
}
.w-48 {
  width: 12rem;
}
.w-\[159\.704px\] {
  width: 159.704px;
}
.w-\[183\.181px\] {
  width: 183.181px;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[348\.652px\] {
  width: 348.652px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[391\.805px\] {
  width: 391.805px;
}
.w-\[399\.247px\] {
  width: 399.247px;
}
.w-\[418\.5px\] {
  width: 418.5px;
}
.w-\[48px\] {
  width: 48px;
}
.w-full {
  width: 100%;
}
.min-w-px {
  min-width: 1px;
}
.max-w-\[1138px\] {
  max-width: 1138px;
}
.max-w-\[379px\] {
  max-width: 379px;
}
.max-w-\[513px\] {
  max-width: 513px;
}
.max-w-\[804px\] {
  max-width: 804px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-\[882px\] {
  max-width: 882px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.rotate-\[356\.217deg\] {
  transform: translate(0, 0) rotate(356.217deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.rotate-\[4\.171deg\] {
  transform: translate(0, 0) rotate(4.171deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.rotate-\[9\.199deg\] {
  transform: translate(0, 0) rotate(9.199deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[19\.269px\] {
  gap: 19.269px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[33\.422px\] {
  gap: 33.422px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[8px\] {
  gap: 8px;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1000px\] {
  border-radius: 1000px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[312\.889px\] {
  border-radius: 312.889px;
}
.rounded-\[45px\] {
  border-radius: 45px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-4xl {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#e0e0e3\] {
  border-color: rgb(224 224 227 / 1);
}
.border-dark {
  border-color: rgb(36 36 36 / 1);
}
.border-orange {
  border-color: rgb(247 125 41 / 1);
}
.border-white {
  border-color: rgb(255 255 255 / 1);
}
.bg-\[\#f4f4f4\] {
  background-color: rgb(244 244 244 / 1);
}
.bg-dark {
  background-color: rgb(36 36 36 / 1);
}
.bg-off-white {
  background-color: rgb(251 251 251 / 1);
}
.bg-orange {
  background-color: rgb(247 125 41 / 1);
}
.bg-white {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[30\.384px\] {
  padding: 30.384px;
}
.p-\[32\.115px\] {
  padding: 32.115px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[18\.252px\] {
  padding-left: 18.252px;
  padding-right: 18.252px;
}
.px-\[36\.792px\] {
  padding-left: 36.792px;
  padding-right: 36.792px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[11\.038px\] {
  padding-top: 11.038px;
  padding-bottom: 11.038px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[39\.111px\] {
  padding-top: 39.111px;
  padding-bottom: 39.111px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23\.467px\] {
  font-size: 23.467px;
}
.text-\[25\.066px\] {
  font-size: 25.066px;
}
.text-\[26\.495px\] {
  font-size: 26.495px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[39\.1949px\] {
  font-size: 39.1949px;
}
.text-\[41\.4286px\] {
  font-size: 41.4286px;
}
.text-\[60\.767px\] {
  font-size: 60.767px;
}
.text-\[64\.23px\] {
  font-size: 64.23px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.18\] {
  line-height: 1.18;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.42\] {
  line-height: 1.42;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[19\.9px\] {
  line-height: 19.9px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[-0\.2607px\] {
  letter-spacing: -0.2607px;
}
.tracking-\[-0\.26px\] {
  letter-spacing: -0.26px;
}
.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}
.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}
.tracking-\[-1\.5px\] {
  letter-spacing: -1.5px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-\[\#fbfbfb\] {
  color: rgb(251 251 251 / 1);
}
.text-\[\#fdfdfd\] {
  color: rgb(253 253 253 / 1);
}
.text-dark {
  color: rgb(36 36 36 / 1);
}
.text-gray {
  color: rgb(101 101 101 / 1);
}
.text-light {
  color: rgb(255 255 255 / 1);
}
.text-orange {
  color: rgb(247 125 41 / 1);
}
.text-white {
  color: rgb(255 255 255 / 1);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.shadow-\[0px_3\.327px_19\.962px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 3.327px 19.962px 0px rgba(0,0,0,0.25);
}
.shadow-lg {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter:                  ;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.placeholder\:text-dark\/70::placeholder {
  color: rgb(36 36 36 / 0.7);
}
.placeholder\:text-white::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder\:text-white::placeholder:text-white::placeholder {
  color: rgb(255 255 255 / 1);
}
.hover\:translate-y-\[-1px\]:hover {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:translate-y-\[-1px\]:hover:translate-y-\[-1px\]:hover {
  transform: translate(0, -1px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:translate-y-\[-1px\]:hover:translate-y-\[-1px\]:hover {
  transform: translate(0, -1px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:translate-y-\[-1px\]:hover:translate-y-\[-1px\]:hover {
  transform: translate(0, -1px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:translate-y-\[-1px\]:hover:translate-y-\[-1px\]:hover {
  transform: translate(0, -1px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:translate-y-\[-1px\]:hover:translate-y-\[-1px\]:hover {
  transform: translate(0, -1px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:translate-y-\[-1px\]:hover:translate-y-\[-1px\]:hover {
  transform: translate(0, -1px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:translate-y-\[-1px\]:hover:translate-y-\[-1px\]:hover {
  transform: translate(0, -1px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.hover\:bg-dark\/90:hover {
  background-color: rgb(36 36 36 / 0.9);
}
.hover\:bg-orange:hover {
  background-color: rgb(247 125 41 / 1);
}
.hover\:bg-orange:hover:bg-white:hover {
  background-color: rgb(247 125 41 / 1);
}
.hover\:bg-orange:hover:bg-orange:hover {
  background-color: rgb(247 125 41 / 1);
}
.hover\:bg-white:hover {
  background-color: rgb(255 255 255 / 1);
}
.hover\:bg-white:hover:bg-white:hover {
  background-color: rgb(255 255 255 / 1);
}
.hover\:bg-white:hover:bg-orange:hover {
  background-color: rgb(255 255 255 / 1);
}
.hover\:text-black:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-black:hover:text-white:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-black:hover:text-dark:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-black:hover:text-black:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-dark:hover {
  color: rgb(36 36 36 / 1);
}
.hover\:text-dark:hover:text-white:hover {
  color: rgb(36 36 36 / 1);
}
.hover\:text-dark:hover:text-dark:hover {
  color: rgb(36 36 36 / 1);
}
.hover\:text-dark:hover:text-black:hover {
  color: rgb(36 36 36 / 1);
}
.hover\:text-white:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:text-white:hover:text-white:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:text-white:hover:text-dark:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:text-white:hover:text-black:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-lg:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
.hover\:shadow-md:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
.focus\:border-primary:focus {
  border-color: rgb(245 129 40 / 1);
}
.focus\:border-primary:focus:border-primary:focus {
  border-color: rgb(245 129 40 / 1);
}
.focus\:bg-white:focus {
  background-color: rgb(255 255 255 / 1);
}
.focus\:bg-white:focus:bg-white:focus {
  background-color: rgb(255 255 255 / 1);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
.focus\:ring-2:focus:ring-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-offset-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-offset-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-offset-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.focus\:ring-2:focus:ring-2:focus {
  box-shadow:   0 0 0 0px #fff,   0 0 0 2px rgb(59 130 246 / 0.5), 0 0 #0000;
}
.active\:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:scale-95:active:scale-95:active {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}
.active\:bg-white:active {
  background-color: rgb(255 255 255 / 1);
}
.active\:bg-white:active:bg-white:active {
  background-color: rgb(255 255 255 / 1);
}
.active\:text-black:active {
  color: rgb(0 0 0 / 1);
}
.active\:text-black:active:text-black:active {
  color: rgb(0 0 0 / 1);
}
@media (min-width: 640px) {

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:w-60 {
    width: 15rem;
  }

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

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

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-\[48px\] {
    gap: 48px;
  }

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }
}
@media (min-width: 1024px) {

  .lg\:top-\[305\.91px\] {
    top: 305.91px;
  }

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

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-\[160px\] {
    padding-right: 160px;
  }

  .lg\:pr-\[70px\] {
    padding-right: 70px;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

  .lg\:shadow-none {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  }
}
@media (min-width: 1280px) {

  .xl\:left-\[1092\.91px\] {
    left: 1092.91px;
  }

  .xl\:left-\[785px\] {
    left: 785px;
  }

  .xl\:left-\[792\.9px\] {
    left: 792.9px;
  }

  .xl\:left-\[964\.66px\] {
    left: 964.66px;
  }

  .xl\:right-auto {
    right: auto;
  }
}

