/*
! tailwindcss v3.0.18 | 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 */
}

::before,
::after {
  --tw-content: '';
}

/*
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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 412px) {
  .container {
    max-width: 412px;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}

@media (min-width: 760px) {
  .container {
    max-width: 760px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-1\/2 {
  left: 50%;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-right-12 {
  right: -3rem;
}

.left-0 {
  left: 0px;
}

.-top-7 {
  top: -1.75rem;
}

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

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

.-left-16 {
  left: -4rem;
}

.-right-16 {
  right: -4rem;
}

.left-full {
  left: 100%;
}

.bottom-0 {
  bottom: 0px;
}

.top-10 {
  top: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.z-50 {
  z-index: 50;
}

.z-40 {
  z-index: 40;
}

.z-20 {
  z-index: 20;
}

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

.z-0 {
  z-index: 0;
}

.order-3 {
  order: 3;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

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

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-0 {
  margin-right: 0px;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

.mt-16 {
  margin-top: 4rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mt-auto {
  margin-top: auto;
}

.ml-21 {
  margin-left: 5.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

.mt-15 {
  margin-top: 3.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.-mt-3 {
  margin-top: -0.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-18 {
  height: 4.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.h-144 {
  height: 36rem;
}

.h-16 {
  height: 4rem;
}

.h-85 {
  height: 21.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-93 {
  height: 23.25rem;
}

.h-auto {
  height: auto;
}

.h-15 {
  height: 3.75rem;
}

.h-96 {
  height: 24rem;
}

.h-0 {
  height: 0px;
}

.h-26 {
  height: 6.5rem;
}

.h-86 {
  height: 21.5rem;
}

.h-110 {
  height: 27.5rem;
}

.h-36 {
  height: 9rem;
}

.h-11 {
  height: 2.75rem;
}

.h-8 {
  height: 2rem;
}

.h-6 {
  height: 1.5rem;
}

.h-49 {
  height: 12.25rem;
}

.h-106 {
  height: 26.5rem;
}

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

.h-28 {
  height: 7rem;
}

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

.h-screen {
  height: 100vh;
}

.h-140 {
  height: 35rem;
}

.h-120 {
  height: 30rem;
}

.h-114 {
  height: 28.5rem;
}

.h-30 {
  height: 7.5rem;
}

.h-12 {
  height: 3rem;
}

.h-66 {
  height: 16.5rem;
}

.h-142 {
  height: 35.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-38 {
  height: 9.5rem;
}

.h-65 {
  height: 16.25rem;
}

.h-98 {
  height: 24.5rem;
}

.h-61 {
  height: 15.25rem;
}

.h-20 {
  height: 5rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

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

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.w-67 {
  width: 16.75rem;
}

.w-14 {
  width: 3.5rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-0 {
  width: 0px;
}

.w-58 {
  width: 14.5rem;
}

.w-92 {
  width: 23rem;
}

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

.w-11 {
  width: 2.75rem;
}

.w-8 {
  width: 2rem;
}

.w-6 {
  width: 1.5rem;
}

.w-34 {
  width: 8.5rem;
}

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

.w-75 {
  width: 18.75rem;
}

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

.w-116 {
  width: 29rem;
}

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

.w-30 {
  width: 7.5rem;
}

.w-12 {
  width: 3rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

.w-48 {
  width: 12rem;
}

.w-104 {
  width: 26rem;
}

.w-15 {
  width: 3.75rem;
}

.w-108 {
  width: 27rem;
}

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

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

.max-w-full {
  max-width: 100%;
}

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

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

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

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

.justify-around {
  justify-content: space-around;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-solid {
  border-style: solid;
}

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

.border-theme-border {
  --tw-border-opacity: 1;
  border-color: rgb(223 228 234 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(252 40 71 / var(--tw-border-opacity));
}

.border-\[\#1D2C6B\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 44 107 / var(--tw-border-opacity));
}

.border-t-theme-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(223 228 234 / var(--tw-border-opacity));
}

.border-t-\[\#1D2C6B\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 44 107 / var(--tw-border-opacity));
}

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

.bg-theme-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(177 179 189 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(252 40 71 / var(--tw-bg-opacity));
}

.bg-theme-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 246 / var(--tw-bg-opacity));
}

.bg-overlay-black\/60 {
  background-color: rgb(33 33 33 / 0.6);
}

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

.bg-\[\#231C39\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 28 57 / var(--tw-bg-opacity));
}

.bg-\[\#1D2C6B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 44 107 / var(--tw-bg-opacity));
}

.bg-primary\/10 {
  background-color: rgb(252 40 71 / 0.1);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-\[\#09102B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 16 43 / var(--tw-bg-opacity));
}

.bg-overlay-primary\/10 {
  background-color: rgb(252 40 71 / 0.1);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.fill-white {
  fill: #ffffff;
}

.fill-theme-additional {
  fill: #18214D;
}

.fill-primary {
  fill: #FC2847;
}

.fill-text-main {
  fill: #0C1431;
}

.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-black {
  fill: #000000;
}

.fill-text-neutral {
  fill: #3E4462;
}

.fill-text-passive {
  fill: #C3C5CE;
}

.stroke-white {
  stroke: #ffffff;
}

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

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-40 {
  padding: 10rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pl-29 {
  padding-left: 7.25rem;
}

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

.pb-22 {
  padding-bottom: 5.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

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

.pl-7 {
  padding-left: 1.75rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-34 {
  padding-top: 8.5rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-9 {
  line-height: 2.25rem;
}

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

.text-theme-surface {
  --tw-text-opacity: 1;
  color: rgb(239 242 246 / var(--tw-text-opacity));
}

.text-theme-additional {
  --tw-text-opacity: 1;
  color: rgb(24 33 77 / var(--tw-text-opacity));
}

.text-text-neutral {
  --tw-text-opacity: 1;
  color: rgb(62 68 98 / var(--tw-text-opacity));
}

.text-text-main {
  --tw-text-opacity: 1;
  color: rgb(12 20 49 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(252 40 71 / var(--tw-text-opacity));
}

.text-theme-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 179 189 / var(--tw-text-opacity));
}

.text-ui-link {
  --tw-text-opacity: 1;
  color: rgb(7 74 186 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.duration-500 {
  transition-duration: 500ms;
}

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

.placeholder\:text-text-neutral::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(62 68 98 / var(--tw-text-opacity));
}

.placeholder\:text-text-neutral:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(62 68 98 / var(--tw-text-opacity));
}

.placeholder\:text-text-neutral::placeholder {
  --tw-text-opacity: 1;
  color: rgb(62 68 98 / var(--tw-text-opacity));
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder\:text-white:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 40 71 / var(--tw-border-opacity));
}

.hover\:border-primary-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(176 28 50 / var(--tw-border-opacity));
}

.hover\:border-\[\#898A8D\]\/50:hover {
  border-color: rgb(137 138 141 / 0.5);
}

.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 148 163 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 40 71 / var(--tw-bg-opacity));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(252 40 71 / 0.1);
}

.hover\:text-ui-link:hover {
  --tw-text-opacity: 1;
  color: rgb(7 74 186 / var(--tw-text-opacity));
}

.hover\:shadow-card:hover {
  --tw-shadow: 0px 8px 12px rgba(62, 63, 66, 0.35);
  --tw-shadow-colored: 0px 8px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 40 71 / var(--tw-border-opacity));
}

.focus\:border-\[\#E0E8FE\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 232 254 / var(--tw-border-opacity));
}

.focus\:border-\[\#898A8D\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(137 138 141 / var(--tw-border-opacity));
}

.focus\:bg-primary-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(176 28 50 / var(--tw-bg-opacity));
}

.focus\:bg-white\/50:focus {
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 40 71 / var(--tw-bg-opacity));
}

.focus\:bg-primary\/30:focus {
  background-color: rgb(252 40 71 / 0.3);
}

.focus\:text-ui-link:focus {
  --tw-text-opacity: 1;
  color: rgb(7 74 186 / var(--tw-text-opacity));
}

.focus\:placeholder\:text-text-main:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(12 20 49 / var(--tw-text-opacity));
}

.focus\:placeholder\:text-text-main:focus:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(12 20 49 / var(--tw-text-opacity));
}

.focus\:placeholder\:text-text-main:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgb(12 20 49 / var(--tw-text-opacity));
}

.active\:border-primary:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 40 71 / var(--tw-border-opacity));
}

.active\:border-primary-dark:active {
  --tw-border-opacity: 1;
  border-color: rgb(176 28 50 / var(--tw-border-opacity));
}

.active\:bg-primary-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 148 163 / var(--tw-bg-opacity));
}

.active\:bg-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 40 71 / var(--tw-bg-opacity));
}

.active\:bg-white\/20:active {
  background-color: rgb(255 255 255 / 0.2);
}

.active\:bg-primary\/10:active {
  background-color: rgb(252 40 71 / 0.1);
}

.active\:text-ui-link:active {
  --tw-text-opacity: 1;
  color: rgb(7 74 186 / var(--tw-text-opacity));
}

.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

.group:hover .group-hover\:fill-primary {
  fill: #FC2847;
}

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

.group:hover .group-hover\:text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(176 28 50 / var(--tw-text-opacity));
}

.group:focus .group-focus\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:active .group-active\:fill-white {
  fill: #ffffff;
}

.group:active .group-active\:fill-primary {
  fill: #FC2847;
}

.group:active .group-active\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:active .group-active\:text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(176 28 50 / var(--tw-text-opacity));
}

@media (max-width: 411px) {
  .xxs\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  @media (min-width: 412px) {
    .xxs\:container {
      max-width: 412px;
      padding-right: 1.75rem;
      padding-left: 1.75rem;
    }
  }

  @media (min-width: 760px) {
    .xxs\:container {
      max-width: 760px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1200px) {
    .xxs\:container {
      max-width: 1200px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  .xxs\:relative {
    position: relative;
  }

  .xxs\:bottom-0 {
    bottom: 0px;
  }

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

  .xxs\:left-0 {
    left: 0px;
  }

  .xxs\:right-0 {
    right: 0px;
  }

  .xxs\:top-6 {
    top: 1.5rem;
  }

  .xxs\:right-2 {
    right: 0.5rem;
  }

  .xxs\:order-1 {
    order: 1;
  }

  .xxs\:order-4 {
    order: 4;
  }

  .xxs\:order-2 {
    order: 2;
  }

  .xxs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xxs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:mt-30 {
    margin-top: 7.5rem;
  }

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

  .xxs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xxs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xxs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxs\:mr-0 {
    margin-right: 0px;
  }

  .xxs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxs\:mt-9 {
    margin-top: 2.25rem;
  }

  .xxs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xxs\:ml-0 {
    margin-left: 0px;
  }

  .xxs\:mt-0 {
    margin-top: 0px;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:h-13 {
    height: 3.25rem;
  }

  .xxs\:h-auto {
    height: auto;
  }

  .xxs\:h-14 {
    height: 3.5rem;
  }

  .xxs\:h-11 {
    height: 2.75rem;
  }

  .xxs\:h-8 {
    height: 2rem;
  }

  .xxs\:h-110 {
    height: 27.5rem;
  }

  .xxs\:h-6 {
    height: 1.5rem;
  }

  .xxs\:min-h-screen {
    min-height: 100vh;
  }

  .xxs\:w-\[146px\] {
    width: 146px;
  }

  .xxs\:w-1\/2 {
    width: 50%;
  }

  .xxs\:w-12 {
    width: 3rem;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-1\/3 {
    width: 33.333333%;
  }

  .xxs\:w-8 {
    width: 2rem;
  }

  .xxs\:w-76 {
    width: 19rem;
  }

  .xxs\:w-47 {
    width: 11.75rem;
  }

  .xxs\:w-29 {
    width: 7.25rem;
  }

  .xxs\:w-17 {
    width: 4.25rem;
  }

  .xxs\:min-w-full {
    min-width: 100%;
  }

  .xxs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxs\:justify-start {
    justify-content: flex-start;
  }

  .xxs\:justify-between {
    justify-content: space-between;
  }

  .xxs\:rounded-none {
    border-radius: 0px;
  }

  .xxs\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xxs\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xxs\:border-2 {
    border-width: 2px;
  }

  .xxs\:border-r-0 {
    border-right-width: 0px;
  }

  .xxs\:border-t-0 {
    border-top-width: 0px;
  }

  .xxs\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(252 40 71 / var(--tw-border-opacity));
  }

  .xxs\:bg-\[\#231C39\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 28 57 / var(--tw-bg-opacity));
  }

  .xxs\:bg-theme-background {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xxs\:bg-theme-surface {
    --tw-bg-opacity: 1;
    background-color: rgb(239 242 246 / var(--tw-bg-opacity));
  }

  .xxs\:bg-\[\#09102B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(9 16 43 / var(--tw-bg-opacity));
  }

  .xxs\:fill-white {
    fill: #ffffff;
  }

  .xxs\:stroke-white {
    stroke: #ffffff;
  }

  .xxs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxs\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xxs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxs\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xxs\:pt-25 {
    padding-top: 6.25rem;
  }

  .xxs\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .xxs\:pb-0 {
    padding-bottom: 0px;
  }

  .xxs\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .xxs\:text-text-neutral {
    --tw-text-opacity: 1;
    color: rgb(62 68 98 / var(--tw-text-opacity));
  }

  .xxs\:text-\[\#EFF2F6\] {
    --tw-text-opacity: 1;
    color: rgb(239 242 246 / var(--tw-text-opacity));
  }
}

@media (min-width: 412px) and (max-width: 759px) {
  .xs\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  @media (min-width: 412px) {
    .xs\:container {
      max-width: 412px;
      padding-right: 1.75rem;
      padding-left: 1.75rem;
    }
  }

  @media (min-width: 760px) {
    .xs\:container {
      max-width: 760px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1200px) {
    .xs\:container {
      max-width: 1200px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:bottom-0 {
    bottom: 0px;
  }

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

  .xs\:-left-2 {
    left: -0.5rem;
  }

  .xs\:-left-4 {
    left: -1rem;
  }

  .xs\:-right-4 {
    right: -1rem;
  }

  .xs\:top-6 {
    top: 1.5rem;
  }

  .xs\:right-2 {
    right: 0.5rem;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mt-30 {
    margin-top: 7.5rem;
  }

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

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mt-9 {
    margin-top: 2.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:ml-0 {
    margin-left: 0px;
  }

  .xs\:mt-0 {
    margin-top: 0px;
  }

  .xs\:block {
    display: block;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-13 {
    height: 3.25rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-11 {
    height: 2.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-110 {
    height: 27.5rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:w-\[146px\] {
    width: 146px;
  }

  .xs\:w-42 {
    width: 10.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-76 {
    width: 19rem;
  }

  .xs\:w-47 {
    width: 11.75rem;
  }

  .xs\:w-29 {
    width: 7.25rem;
  }

  .xs\:w-17 {
    width: 4.25rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:rounded-none {
    border-radius: 0px;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-r-0 {
    border-right-width: 0px;
  }

  .xs\:border-t-0 {
    border-top-width: 0px;
  }

  .xs\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(252 40 71 / var(--tw-border-opacity));
  }

  .xs\:bg-\[\#231C39\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 28 57 / var(--tw-bg-opacity));
  }

  .xs\:bg-theme-background {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xs\:bg-theme-surface {
    --tw-bg-opacity: 1;
    background-color: rgb(239 242 246 / var(--tw-bg-opacity));
  }

  .xs\:bg-\[\#09102B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(9 16 43 / var(--tw-bg-opacity));
  }

  .xs\:fill-white {
    fill: #ffffff;
  }

  .xs\:stroke-white {
    stroke: #ffffff;
  }

  .xs\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:pt-13 {
    padding-top: 3.25rem;
  }

  .xs\:pt-25 {
    padding-top: 6.25rem;
  }

  .xs\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .xs\:pb-0 {
    padding-bottom: 0px;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .xs\:text-text-neutral {
    --tw-text-opacity: 1;
    color: rgb(62 68 98 / var(--tw-text-opacity));
  }

  .xs\:text-\[\#EFF2F6\] {
    --tw-text-opacity: 1;
    color: rgb(239 242 246 / var(--tw-text-opacity));
  }
}

@media (min-width: 760px) and (max-width: 1199px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  @media (min-width: 412px) {
    .sm\:container {
      max-width: 412px;
      padding-right: 1.75rem;
      padding-left: 1.75rem;
    }
  }

  @media (min-width: 760px) {
    .sm\:container {
      max-width: 760px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1200px) {
    .sm\:container {
      max-width: 1200px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-39 {
    width: 9.75rem;
  }

  .sm\:w-\[450px\] {
    width: 450px;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-87 {
    width: 21.75rem;
  }

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

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-\[358px\] {
    max-width: 358px;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .sm\:pl-0 {
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  @media (min-width: 412px) {
    .lg\:container {
      max-width: 412px;
      padding-right: 1.75rem;
      padding-left: 1.75rem;
    }
  }

  @media (min-width: 760px) {
    .lg\:container {
      max-width: 760px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1200px) {
    .lg\:container {
      max-width: 1200px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
}
