/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
    system-ui,
    -apple-system,
    /* Firefox supports this but not yet `system-ui` */
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    'Liberation Mono',
    Menlo,
    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;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  &:not(.styled-list) {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.lowercase {
  text-transform: lowercase;
}

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

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-\[35\%\] {
  left: 35%;
}

.top-\[-102vh\] {
  top: -102vh;
}

.left-\[30px\] {
  left: 30px;
}

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

.bottom-\[20px\] {
  bottom: 20px;
}

.bottom-\[5\%\] {
  bottom: 5%;
}

.right-6 {
  right: 1.5rem;
}

.top-5 {
  top: 1.25rem;
}

.right-1 {
  right: 0.25rem;
}

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

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

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

.bottom-\[-200px\] {
  bottom: -200px;
}

.bottom-0 {
  bottom: 0px;
}

.left-\[23px\] {
  left: 23px;
}

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

.bottom-\[43px\] {
  bottom: 43px;
}

.bottom-\[15\%\] {
  bottom: 15%;
}

.right-0 {
  right: 0px;
}

.left-\[15\%\] {
  left: 15%;
}

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

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

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

.bottom-\[35px\] {
  bottom: 35px;
}

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

.right-5 {
  right: 1.25rem;
}

.left-\[100px\] {
  left: 100px;
}

.left-\[40px\] {
  left: 40px;
}

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

.left-\[405px\] {
  left: 405px;
}

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

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

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

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

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

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

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

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

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

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

.mx-\[90px\] {
  margin-left: 90px;
  margin-right: 90px;
}

.mx-\[100px\] {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-\[97px\] {
  margin-left: 97px;
  margin-right: 97px;
}

.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-\[200px\] {
  margin-left: 200px;
  margin-right: 200px;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[150px\] {
  margin-top: 150px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[53px\] {
  margin-bottom: 53px;
}

.mb-\[42px\] {
  margin-bottom: 42px;
}

.mt-\[200px\] {
  margin-top: 200px;
}

.mb-\[26px\] {
  margin-bottom: 26px;
}

.mb-\[23px\] {
  margin-bottom: 23px;
}

.ml-\[90px\] {
  margin-left: 90px;
}

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

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

.mb-\[110px\] {
  margin-bottom: 110px;
}

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

.mb-\[260px\] {
  margin-bottom: 260px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mb-\[54px\] {
  margin-bottom: 54px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.mt-\[43px\] {
  margin-top: 43px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

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

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

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

.mt-\[27px\] {
  margin-top: 27px;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-\[23px\] {
  margin-top: 23px;
}

.mt-\[42px\] {
  margin-top: 42px;
}

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

.mt-\[100px\] {
  margin-top: 100px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mr-\[11px\] {
  margin-right: 11px;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[88px\] {
  margin-bottom: 88px;
}

.mb-\[55px\] {
  margin-bottom: 55px;
}

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

.mr-\[10px\] {
  margin-right: 10px;
}

.mb-\[44px\] {
  margin-bottom: 44px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[47px\] {
  margin-bottom: 47px;
}

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

.mb-\[33px\] {
  margin-bottom: 33px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[140px\] {
  margin-bottom: 140px;
}

.mb-\[76px\] {
  margin-bottom: 76px;
}

.mb-\[74px\] {
  margin-bottom: 74px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[52px\] {
  margin-bottom: 52px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mt-11 {
  margin-top: 2.75rem;
}

.ml-\[100px\] {
  margin-left: 100px;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-\[45px\] {
  margin-bottom: 45px;
}

.mb-\[101px\] {
  margin-bottom: 101px;
}

.mb-\[75px\] {
  margin-bottom: 75px;
}

.mb-\[17px\] {
  margin-bottom: 17px;
}

.mb-\[51px\] {
  margin-bottom: 51px;
}

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

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

.mr-\[96px\] {
  margin-right: 96px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

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

.mb-\[95px\] {
  margin-bottom: 95px;
}

.mb-\[37px\] {
  margin-bottom: 37px;
}

.mb-\[38px\] {
  margin-bottom: 38px;
}

.mb-\[115px\] {
  margin-bottom: 115px;
}

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

.mb-\[150px\] {
  margin-bottom: 150px;
}

.mb-\[31px\] {
  margin-bottom: 31px;
}

.mb-\[73px\] {
  margin-bottom: 73px;
}

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

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

.ml-\[80px\] {
  margin-left: 80px;
}

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

.mb-\[70px\] {
  margin-bottom: 70px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

.ml-28 {
  margin-left: 7rem;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

.h-1 {
  height: 0.25rem;
}

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

.h-16 {
  height: 4rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-2 {
  height: 0.5rem;
}

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

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

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

.h-\[80vh\] {
  height: 80vh;
}

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

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

.h-auto {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.h-5 {
  height: 1.25rem;
}

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

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

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

.max-h-\[75\%\] {
  max-height: 75%;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

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

.w-20 {
  width: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-6xl {
  max-width: 68rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.translate-y-\[-200px\] {
  --tw-translate-y: -200px;
  transform: var(--tw-transform);
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.rotate-\[45deg\] {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  transform: var(--tw-transform);
}

.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

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

.gap-y-\[18px\] {
  row-gap: 18px;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-\[25px\] {
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.gap-x-\[70px\] {
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.gap-y-\[5px\] {
  row-gap: 5px;
}

.gap-y-\[66px\] {
  row-gap: 66px;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-3 {
  row-gap: 1rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-x-\[84px\] {
  -moz-column-gap: 84px;
  column-gap: 84px;
}

.gap-x-\[112px\] {
  -moz-column-gap: 112px;
  column-gap: 112px;
}

.gap-x-\[36px\] {
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.gap-y-\[50px\] {
  row-gap: 50px;
}

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

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

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

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

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

.rounded-t-\[40px\] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-l-\[20px\] {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.border {
  border-width: 1px;
}

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

.border-r-\[1px\] {
  border-right-width: 1px;
}

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

.border-\[\#6D6E71\] {
  --tw-border-opacity: 1;
  border-color: rgba(109, 110, 113, var(--tw-border-opacity));
}

.border-\[\#83CFFF\] {
  --tw-border-opacity: 1;
  border-color: rgba(131, 207, 255, var(--tw-border-opacity));
}

.border-\[\#00AEEF\] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 239, var(--tw-border-opacity));
}

.border-\[\#2C5DFF\] {
  --tw-border-opacity: 1;
  border-color: rgba(44, 93, 255, var(--tw-border-opacity));
}

.border-\[\#DBF0FF\] {
  --tw-border-opacity: 1;
  border-color: rgba(219, 240, 255, var(--tw-border-opacity));
}

.border-\[\#BEE6FF\] {
  --tw-border-opacity: 1;
  border-color: rgba(190, 230, 255, var(--tw-border-opacity));
}

.border-\[\#95CEFB\] {
  --tw-border-opacity: 1;
  border-color: rgba(149, 206, 251, var(--tw-border-opacity));
}

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

.bg-\[\#2C5DFF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 93, 255, var(--tw-bg-opacity));
}

.bg-\[\#EFF9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 249, 255, var(--tw-bg-opacity));
}

.bg-\[\#0094E2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 148, 226, var(--tw-bg-opacity));
}

.bg-\[\#00AEEF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 239, var(--tw-bg-opacity));
}

.bg-\[\#DBF0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 240, 255, var(--tw-bg-opacity));
}

.bg-\[\#262643\] {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 67, var(--tw-bg-opacity));
}

.bg-\[\#BEE6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 230, 255, var(--tw-bg-opacity));
}

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

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

.p-5 {
  padding: 1.25rem;
}

.p-\[66px\] {
  padding: 66px;
}

.p-\[50px\] {
  padding: 50px;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

.pt-\[100px\] {
  padding-top: 100px;
}

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

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

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

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[14px\] {
  padding-top: 14px;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

.pt-\[60px\] {
  padding-top: 60px;
}

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

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

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

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pt-\[115px\] {
  padding-top: 115px;
}

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

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

.pt-\[72px\] {
  padding-top: 72px;
}

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

.pb-\[70px\] {
  padding-bottom: 70px;
}

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

.pt-\[154px\] {
  padding-top: 154px;
}

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

.pt-\[109px\] {
  padding-top: 109px;
}

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

.pt-\[81px\] {
  padding-top: 81px;
}

.pt-\[42px\] {
  padding-top: 42px;
}

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

.pt-\[134px\] {
  padding-top: 134px;
}

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

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

.font-gibson {
  font-family: canada-type-gibson, sans-serif;
}

.font-filson {
  font-family: filson-pro, sans-serif;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[22px\] {
  line-height: 22px;
}

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

.leading-\[19px\] {
  line-height: 19px;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.tracking-\[0\.96px\] {
  letter-spacing: 0.96px;
}

.tracking-\[0\.27px\] {
  letter-spacing: 0.27px;
}

.tracking-\[0\.42px\] {
  letter-spacing: 0.42px;
}

.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}

.tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}

.text-\[\#6D6E71\] {
  --tw-text-opacity: 1;
  color: rgba(109, 110, 113, var(--tw-text-opacity));
}

.text-\[\#BEE6FF\] {
  --tw-text-opacity: 1;
  color: rgba(190, 230, 255, var(--tw-text-opacity));
}

.text-\[\#00AEEF\] {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 239, var(--tw-text-opacity));
}

.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.text-\[\#262643\] {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 67, var(--tw-text-opacity));
}

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

.text-\[\#2C5DFF\] {
  --tw-text-opacity: 1;
  color: rgba(44, 93, 255, var(--tw-text-opacity));
}

.text-\[\#83CFFF\] {
  --tw-text-opacity: 1;
  color: rgba(131, 207, 255, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.placeholder-\[\#83CFFF\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 207, 255, var(--tw-placeholder-opacity));
}

.placeholder-\[\#83CFFF\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 207, 255, var(--tw-placeholder-opacity));
}

.opacity-\[0\.35\] {
  opacity: 0.35;
}

.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-150 {
  transition-duration: 150ms;
}

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

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

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

button {
  font-family: 'canada-type-gibson', 'sans-serif';
}

button:hover {
  box-shadow: 0px 7px 20px #4DADEA80;
  transition: all .7s;
}

.header {
  box-shadow: 0px 5px 10px #2626430F;
  border-radius: 0px 0px 20px 20px;
}

.nav-child {
  opacity: 0;
}

.nav-child:hover {
  opacity: 1;
  transform: translateY(0) !important;
}

li:hover+.nav-child {
  transform: translateY(0) !important;
  opacity: 1;
}

.input-hero {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00AEEF40;
  border-radius: 27px;
}

.box-shadow {
  box-shadow: 0px -10px 20px #2626431A;
}

.box-shadow-3 {
  box-shadow: 0px 10px 20px #4DADEA1A;
}

.box-shadow-4 {
  box-shadow: 0px 4px 8px #26264317;
}

.box-shadow-6 {
  box-shadow: 0px 10px 25px #4DADEA4D;
}

.hide-scrollbar {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.background-map-laptop {
  background-image: url('../public/image/Ilustracja\ background\ -\ Jak\ realizujemy\ projekt_.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.background-gt-desc {
  background-image: url('../public/image/technoligie-background.svg')
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */
}

.column-count-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.break-inside {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
  top: 0;
  transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  top: 0 !important;
}

.menu__btn {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1100000;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}

.menu__btn>span::before {
  content: '';
  top: -8px;
}

.menu__btn>span::after {
  content: '';
  top: 8px;
}

.before\:absolute::before {
  content: "";
  position: absolute;
}

.before\:left-0::before {
  content: "";
  left: 0px;
}

.before\:top-0::before {
  content: "";
  top: 0px;
}

.before\:h-full::before {
  content: "";
  height: 100%;
}

.before\:w-full::before {
  content: "";
  width: 100%;
}

.before\:bg-\[\#262643\]::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 67, var(--tw-bg-opacity));
}

.before\:opacity-\[0\.53\]::before {
  content: "";
  opacity: 0.53;
}

.hover\:top-\[-22px\]:hover {
  top: -22px;
}

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

.hover\:border-none:hover {
  border-style: none;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

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

.hover\:box-shadow-2:hover {
  box-shadow: 0px 10px 10px #4DADEA1A;
}

.hover\:box-shadow-3:hover {
  box-shadow: 0px 10px 20px #4DADEA1A;
}

.hover\:box-shadow-5:hover {
  box-shadow: 0px 3px 6px #0030D02B;
}

.focus\:border-\[1px\]:focus {
  border-width: 1px;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:bg-\[\#EFF9FF\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 249, 255, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:rotate-\[225deg\] {
  --tw-rotate: 225deg;
  transform: var(--tw-transform);
}

.group:hover .group-hover\:border-\[\#00AEEF\] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 239, var(--tw-border-opacity));
}

.group:hover .group-hover\:text-\[\#00AEEF\] {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 239, var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }
}

@media (max-width: 1023px) {
  .md\:bottom-\[5\%\] {
    bottom: 5%;
  }

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

  .md\:left-\[50px\] {
    left: 50px;
  }

  .md\:top-\[-35px\] {
    top: -35px;
  }

  .md\:top-\[-30px\] {
    top: -30px;
  }

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

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

  .md\:mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

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

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

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

  .md\:ml-\[50px\] {
    margin-left: 50px;
  }

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

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

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: var(--tw-transform);
  }

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

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

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

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

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

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

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-\[23px\] {
    row-gap: 23px;
  }

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

  .md\:gap-x-\[25px\] {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

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

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

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

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

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

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

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

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

  .md\:background-map-tablet {
    background-image: url('../public/image/Procesy\ tablet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }

  .md\:column-count-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (max-width: 767px) {
  .sm\:bottom-\[10\%\] {
    bottom: 10%;
  }

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

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

  .sm\:my-\[45px\] {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:mb-\[45px\] {
    margin-bottom: 45px;
  }

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

  .sm\:mt-\[8px\] {
    margin-top: 8px;
  }

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

  .sm\:mb-\[26px\] {
    margin-bottom: 26px;
  }

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

  .sm\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .sm\:mb-\[25px\] {
    margin-bottom: 25px;
  }

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

  .sm\:mb-\[24px\] {
    margin-bottom: 24px;
  }

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

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .sm\:mb-\[70px\] {
    margin-bottom: 70px;
  }

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

  .sm\:mr-auto {
    margin-right: auto;
  }

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

  .sm\:mb-\[80px\] {
    margin-bottom: 80px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:w-4\/5 {
    width: 80%;
  }

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

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

  .sm\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .sm\:max-w-\[48\%\] {
    max-width: 48%;
  }

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

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

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

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

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

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

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

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-x-\[12px\] {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .sm\:gap-y-\[30px\] {
    row-gap: 30px;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-\[90px\] {
    padding-top: 90px;
  }

  .sm\:pt-\[80px\] {
    padding-top: 80px;
  }

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

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

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

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-\[14px\] {
    line-height: 14px;
  }
}

@media (max-width: 599px) {
  .xsm\:bottom-\[-290px\] {
    bottom: -290px;
  }

  .xsm\:left-\[30px\] {
    left: 30px;
  }

  .xsm\:mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xsm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .xsm\:mt-\[70px\] {
    margin-top: 70px;
  }

  .xsm\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .xsm\:mt-\[50px\] {
    margin-top: 50px;
  }

  .xsm\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .xsm\:mt-\[45px\] {
    margin-top: 45px;
  }

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

  .xsm\:mb-\[326px\] {
    margin-bottom: 326px;
  }

  .xsm\:mb-\[46px\] {
    margin-bottom: 46px;
  }

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

  .xsm\:mt-\[5px\] {
    margin-top: 5px;
  }

  .xsm\:mt-\[24px\] {
    margin-top: 24px;
  }

  .xsm\:mt-\[8px\] {
    margin-top: 8px;
  }

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

  .xsm\:mt-\[26px\] {
    margin-top: 26px;
  }

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

  .xsm\:mt-\[32px\] {
    margin-top: 32px;
  }

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

  .xsm\:mt-\[25px\] {
    margin-top: 25px;
  }

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

  .xsm\:mt-\[13px\] {
    margin-top: 13px;
  }

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

  .xsm\:ml-\[30px\] {
    margin-left: 30px;
  }

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

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

  .xsm\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .xsm\:mb-\[36px\] {
    margin-bottom: 36px;
  }

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

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

  .xsm\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .xsm\:flex {
    display: flex;
  }

  .xsm\:h-\[80vh\] {
    height: 80vh;
  }

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

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

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

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

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

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

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

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

  .xsm\:h-10 {
    height: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .xsm\:w-4\/5 {
    width: 80%;
  }

  .xsm\:w-3\/4 {
    width: 75%;
  }

  .xsm\:w-10 {
    width: 2.5rem;
  }

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

  .xsm\:w-3 {
    width: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

  .xsm\:max-w-\[80\%\] {
    max-width: 80%;
  }

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

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

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

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

  .xsm\:gap-5 {
    gap: 1.25rem;
  }

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

  .xsm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xsm\:gap-y-4 {
    row-gap: 1rem;
  }

  .xsm\:gap-x-\[90px\] {
    -moz-column-gap: 90px;
    column-gap: 90px;
  }

  .xsm\:gap-y-\[10px\] {
    row-gap: 10px;
  }

  .xsm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xsm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xsm\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .xsm\:rounded-\[40px\] {
    border-radius: 40px;
  }

  .xsm\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

  .xsm\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xsm\:pt-\[37px\] {
    padding-top: 37px;
  }

  .xsm\:pb-\[45px\] {
    padding-bottom: 45px;
  }

  .xsm\:pt-\[45px\] {
    padding-top: 45px;
  }

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

  .xsm\:pt-\[75px\] {
    padding-top: 75px;
  }

  .xsm\:pt-\[80px\] {
    padding-top: 80px;
  }

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

  .xsm\:pr-10 {
    padding-right: 2.5rem;
  }

  .xsm\:pb-11 {
    padding-bottom: 2.75rem;
  }

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

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

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

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

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

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

  .xsm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xsm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

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

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

  .xsm\:leading-8 {
    line-height: 2rem;
  }

  .xsm\:leading-\[14px\] {
    line-height: 14px;
  }

  .xsm\:leading-7 {
    line-height: 1.75rem;
  }

  .xsm\:leading-\[28px\] {
    line-height: 28px;
  }

  .xsm\:leading-\[18px\] {
    line-height: 18px;
  }

  .xsm\:leading-\[12px\] {
    line-height: 12px;
  }

  .xsm\:leading-5 {
    line-height: 1.25rem;
  }

  .xsm\:leading-\[15px\] {
    line-height: 15px;
  }

  .xsm\:background-map-mobile {
    background-image: url('../public/image/Procesy\ mobil.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: none;
  }

  .xsm\:background-gt-mobile {
    /* background-image: url('../public/image/technoligie-background.svg') */
    /*background-image: url('../public/image/główne\ technologie\ -\ tło.svg');*/
    background-image: url('../public/image/tech-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}