/*
! tailwindcss v3.2.7 | 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: #e5e7eb;
  /* 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.
5. Use the user's configured `sans` font-feature-settings 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 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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 */
  font-weight: inherit;
  /* 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::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] {
  display: none;
}

body {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}

body {
  font-family: 'GothamPro', sans-serif !important;
  line-height: 1.35 !important;
}

.container {
  max-width: 1170px !important;
  margin: 0 auto;
}

.font-drukcyr {
  font-family: 'DrukCyr', sans-serif !important;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif !important;
}

a {
  transition-duration: 200ms;
}

a:hover {
  opacity: 0.5;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

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

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-\[-340px\] {
  right: -340px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-\[19px\] {
  top: 19px;
}

.top-\[40\%\] {
  top: 40%;
}

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

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

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

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

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

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

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

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

.col-auto {
  grid-column: auto;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-end-3 {
  grid-column-end: 3;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

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

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.\!grow-0 {
  flex-grow: 0 !important;
}

.transform {
  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 {
  resize: both;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[61px\] {
  gap: 61px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

.border {
  border-width: 1px;
}

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

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

.\!border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 121 79 / var(--tw-border-opacity)) !important;
}

.border-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}

.border-base-gray {
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(2 121 79 / var(--tw-border-opacity));
}

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

.border-b-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 228 / var(--tw-border-opacity));
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(2 121 79 / var(--tw-bg-opacity));
}

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

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.stroke-black {
  stroke: #000;
}

.stroke-white {
  stroke: #fff;
}

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

.\!p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

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

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

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

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

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

.pl-\[5px\] {
  padding-left: 5px;
}

.pr-8 {
  padding-right: 2rem;
}

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

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

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

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

.\!text-10 {
  font-size: 10px !important;
}

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

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

.text-12 {
  font-size: 12px;
}

.text-120 {
  font-size: 120px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-21 {
  font-size: 21px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

.text-36 {
  font-size: 36px;
}

.text-44 {
  font-size: 44px;
}

.text-48 {
  font-size: 48px;
}

.text-64 {
  font-size: 64px;
}

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

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

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

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-none {
  line-height: 1 !important;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

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

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

.text-\[\#7B7C85\] {
  --tw-text-opacity: 1;
  color: rgb(123 124 133 / var(--tw-text-opacity));
}

.text-base-black {
  --tw-text-opacity: 1;
  color: rgb(51 49 50 / var(--tw-text-opacity));
}

.text-base-gray {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(2 121 79 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(123 124 133 / var(--tw-text-opacity));
}

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

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

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

.outline {
  outline-style: solid;
}

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

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

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

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

.\[app_name1\:param_name1\] {
  app_name1: param name1;
}

.\[app_name2\:param_name2\] {
  app_name2: param name2;
}

@font-face {
  font-family: 'DrukCyr';

  src:   url('../resources/fonts/DrukCyr/DrukCyr-Regular.eot');

  src: local('DrukCyr Regular'), local('DrukCyr-Regular'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.woff2') format('woff2'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.woff') format('woff'),
    url('../resources/fonts/DrukCyr/DrukCyr-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'DrukCyr';

  src:   url('../resources/fonts/DrukCyr/DrukCyr-Bold.eot');

  src: local('DrukCyr Bold'), local('DrukCyr-Bold'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.woff2') format('woff2'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.woff') format('woff'),
    url('../resources/fonts/DrukCyr/DrukCyr-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';

  src:   url('../resources/fonts/GothamPro/GothamPro.eot');

  src: local('GothamPro Regular'), local('GothamPro'),
    url('../resources/fonts/GothamPro/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GothamPro/GothamPro.woff2') format('woff2'),
    url('../resources/fonts/GothamPro/GothamPro.woff') format('woff'),
    url('../resources/fonts/GothamPro/GothamPro.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';

  src:   url('../resources/fonts/GothamPro/GothamPro-Medium.eot');

  src: local('GothamPro Medium'), local('GothamPro-Medium'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.woff2') format('woff2'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.woff') format('woff'),
    url('../resources/fonts/GothamPro/GothamPro-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';

  src:   url('../resources/fonts/GothamPro/GothamPro-Bold.eot');

  src: local('GothamPro Bold'), local('GothamPro-Bold'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.woff2') format('woff2'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.woff') format('woff'),
    url('../resources/fonts/GothamPro/GothamPro-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';

  src:   url('../resources/fonts/Montserrat/Montserrat-Light.eot');

  src: local('Montserrat Light'), local('Montserrat-Light'),
    url('../resources/fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
    url('../resources/fonts/Montserrat/Montserrat-Light.woff') format('woff'),
    url('../resources/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

.banner__advert{
  transition: 0.3s;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.6);
  opacity: 0;
}

.banner__advert .banner {
    position: relative;
  }

.banner__advert .banner img{
      -o-object-fit: contain;
         object-fit: contain;
      border-radius: 4px;
    }

.banner__advert .banner img {
      max-height: 80vh;
    }

.banner__advert .banner img {
      width: auto;
    }

.banner__advert .banner img {
      border-width: 1px;
    }

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

@media (min-width: 1170px) {
      .banner__advert .banner img {
        height: 704px;
      }
    }

.banner__advert .close__banner {
    position: absolute;
  }

.banner__advert .close__banner {
    right: 0.625rem;
  }

.banner__advert .close__banner {
    top: 0.625rem;
  }

.custom__hover{
  cursor: pointer;
  transition: 0.2s;
}

.custom__hover:hover{
    opacity: 0.5;
  }

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

@media (min-width: 768px) {
    .card__breakfast h3 {
      margin-top: 0.625rem !important;
    }
  }

.card__breakfast .select2-container{
    width: 100%;
  }

.card__breakfast .wrap__additional-product{
    z-index: -1
  }

.card__breakfast .wrap__additional-product {
    visibility: hidden;
  }

.card__breakfast .wrap__additional-product {
    position: absolute;
  }

.card__breakfast .wrap__additional-product {
    right: 0px;
  }

.card__breakfast .wrap__additional-product {
    display: grid;
  }

.card__breakfast .wrap__additional-product {
    max-height: 340px;
  }

.card__breakfast .wrap__additional-product {
    width: 100%;
  }

.card__breakfast .wrap__additional-product {
    width: 100%;
  }

.card__breakfast .wrap__additional-product {
    min-width: 340px;
  }

.card__breakfast .wrap__additional-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.card__breakfast .wrap__additional-product {
    row-gap: 0.25rem;
  }

.card__breakfast .wrap__additional-product {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

.card__breakfast .wrap__additional-product {
    overflow: auto;
  }

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

.card__breakfast .wrap__additional-product {
    padding: 0.625rem;
  }

.card__breakfast .wrap__additional-product {
    opacity: 0;
  }

@media (min-width: 576px) {
    .card__breakfast .wrap__additional-product {
      min-width: 360px;
    }
  }

@media (min-width: 576px) {
    .card__breakfast .wrap__additional-product {
      max-width: 360px;
    }
  }

@media (min-width: 768px) {
    .card__breakfast .wrap__additional-product {
      left: 0px;
    }
  }

.card__breakfast .wrap__additional-product .inner__additional-product input {
        display: none;
      }

.card__breakfast .wrap__additional-product .inner__additional-product .checkbox {
        height: 0.75rem;
      }

.card__breakfast .wrap__additional-product .inner__additional-product .checkbox {
        width: 0.75rem;
      }

.card__breakfast .wrap__additional-product .inner__additional-product .checkbox {
        border-width: 1px;
      }

.card__breakfast .wrap__additional-product .inner__additional-product .checkbox {
        --tw-border-opacity: 1;
        border-color: rgb(183 183 183 / var(--tw-border-opacity));
      }

.card__breakfast .overlay{
    transition: 0.3s;
  }

.card__breakfast .overlay {
    visibility: hidden;
  }

.card__breakfast .overlay {
    position: fixed;
  }

.card__breakfast .overlay {
    left: 0px;
  }

.card__breakfast .overlay {
    top: 0px;
  }

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

.card__breakfast .overlay {
    height: 100vh;
  }

.card__breakfast .overlay {
    width: 100%;
  }

.card__breakfast .overlay {
    background-color: rgb(0 0 0 / 0.3);
  }

.card__breakfast .overlay {
    opacity: 0;
  }

.card__breakfast .select__additional-product{
    background:#F9F9FC;
    border-radius: 2px;
  }

.card__breakfast .placeholder{
    transition: 0.3s
  }

.card__breakfast .placeholder {
    height: 2.5rem;
  }

.card__breakfast .placeholder .inner__placeholder{
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      font-size: 12px;
      background:#F9F9FC;
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      overflow: hidden;
      line-height: 1;
    }

.card__breakfast .placeholder .inner__placeholder.active{
        visibility: visible;
        opacity: 1;
        z-index: 10;
      }

.card__breakfast .placeholder .inner__placeholder span{
        padding: 4px 8px;
        border-radius: 12px;
      }

.card__breakfast .placeholder .inner__placeholder span {
        min-width: -moz-max-content;
        min-width: max-content;
      }

.card__breakfast .placeholder .inner__placeholder span {
        background-color: rgb(183 183 183 / 0.3);
      }

.card__breakfast .placeholder:after{
      content: '';
      width: 32px;
      height: 100%;
      background: #F9F9FC;
      display: block;
      position: absolute;
      right: 0;
      z-index: 10;
    }

.card__breakfast .inner__type-cooking{
    border-radius: 2px;
  }

.card__breakfast .inner__type-cooking:not(.active) {
      visibility: hidden;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      position: absolute;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      top: 100%;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      left: 0px;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      max-height: 340px;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      width: 100%;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      overflow: auto;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      border-style: none !important;
    }

.card__breakfast .inner__type-cooking:not(.active) {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.card__breakfast .inner__type-cooking:not(.active) {
      opacity: 0;
    }

.card__breakfast .inner__type-cooking{
    display: flex;
    align-items: center;
  }

.card__breakfast .inner__type-cooking input{
      display: none;
    }

.card__breakfast .cart.active__modal .overlay{
        z-index: 99999999;
      }

.card__breakfast .cart.active__modal .overlay {
        visibility: visible;
      }

.card__breakfast .cart.active__modal .overlay {
        opacity: 1;
      }

.card__breakfast .cart.active__modal-type-cooking .select__type-cooking{
        z-index: 999999999;
      }

.card__breakfast .cart.active__modal-type-cooking .select__type-cooking .inner__type-cooking {
          visibility: visible;
        }

.card__breakfast .cart.active__modal-type-cooking .select__type-cooking .inner__type-cooking {
          opacity: 1;
        }

.card__breakfast .cart.active__modal-type-cooking .select__type-cooking svg {
          --tw-rotate: 180deg;
          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));
        }

.card__breakfast .cart.active__modal-additional-product .select__additional-product svg {
          --tw-rotate: 180deg;
          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));
        }

.card__breakfast svg{
    transition: 0.3s;
  }

.card__breakfast .select__type-cooking{
    background:#F9F9FC;
  }

.card__breakfast .select__type-cooking {
    border-width: 1px;
  }

.card__breakfast .select__type-cooking {
    --tw-border-opacity: 1;
    border-color: rgb(183 183 183 / var(--tw-border-opacity));
  }

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 121 79 / var(--tw-border-opacity));
}

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(2 121 79 / var(--tw-text-opacity));
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:\!bg-transparent {
  background-color: transparent !important;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(2 121 79 / var(--tw-text-opacity));
}

.group:hover .group-hover\:\!opacity-80 {
  opacity: 0.8 !important;
}

.child-all\:\!text-18 * {
  font-size: 18px !important;
}

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

  .md\:right-\[-440px\] {
    right: -440px;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

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

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

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

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

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .md\:border {
    border-width: 1px;
  }

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

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

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

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-200 {
    font-size: 200px;
  }

  .md\:text-21 {
    font-size: 21px;
  }

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

  .md\:text-96 {
    font-size: 96px;
  }
}

@media (min-width: 1170px) {
  .lg\:\!fixed {
    position: fixed !important;
  }

  .lg\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

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

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:border {
    border-width: 1px;
  }

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-120 {
    font-size: 120px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

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

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-72 {
    font-size: 72px;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }
}
