@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.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: #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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

p{
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

/* --- Nové definice nadpisů H1-H6 --- */

h1, .h1{
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

@media (min-width: 768px){
  h1, .h1{
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1024px){
  h1, .h1{
    font-size: 65px;
    line-height: 75px;
  }
}

@media (min-width: 1280px){
  h1, .h1{
    font-size: 75px;
    line-height: 80px;
  }
}

h2, .h2{
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

@media (min-width: 768px){
  h2, .h2{
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 55px;
    line-height: 65px;
  }
}

@media (min-width: 1280px){
  h2, .h2{
    font-size: 65px;
    line-height: 75px;
  }
}

h3, .h3{
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 768px){
  h3, .h3{
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 50px;
    line-height: 60px;
  }
}

h4, .h4{
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 768px){
  h4, .h4{
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1024px){
  h4, .h4{
    margin-bottom: 45px;
    font-size: 40px;
    line-height: 50px;
  }
}

h5, .h5{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media (min-width: 768px){
  h5, .h5{
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1024px){
  h5, .h5{
    font-size: 30px;
    line-height: 32px;
  }
}

h6, .h6{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

@media (min-width: 768px){
  h6, .h6{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1024px){
  h6, .h6{
    font-size: 25px;
    line-height: 35px;
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}

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

/* --- Třídy pro velikosti textu --- */

.text-large{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

/* --- Třídy pro tlačítka --- */

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

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

.bottom-0{
  bottom: 0px;
}

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

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

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

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

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

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

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

.left-0{
  left: 0px;
}

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

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

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

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

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

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

.right-0{
  right: 0px;
}

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

.right-\[-13\%\]{
  right: -13%;
}

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

.right-\[-37\%\]{
  right: -37%;
}

.right-\[-47\%\]{
  right: -47%;
}

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

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

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

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

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

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

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

.right-auto{
  right: auto;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.m-0{
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-\[20px\]{
  margin-inline-end: 20px;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.ms-5{
  margin-inline-start: 1.25rem;
}

.ms-\[-5px\]{
  margin-inline-start: -5px;
}

.ms-\[20px\]{
  margin-inline-start: 20px;
}

.ms-auto{
  margin-inline-start: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

.aspect-\[5\/4\]{
  aspect-ratio: 5/4;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-\[116px\]{
  width: 116px;
  height: 116px;
}

.size-\[132px\]{
  width: 132px;
  height: 132px;
}

.size-\[168px\]{
  width: 168px;
  height: 168px;
}

.size-\[20px\]{
  width: 20px;
  height: 20px;
}

.size-\[233px\]{
  width: 233px;
  height: 233px;
}

.size-\[24px\]{
  width: 24px;
  height: 24px;
}

.size-\[34px\]{
  width: 34px;
  height: 34px;
}

.size-\[44px\]{
  width: 44px;
  height: 44px;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh-136px\)\]{
  height: calc(100vh - 136px);
}

.h-\[calc\(100vh-90px\)\]{
  height: calc(100vh - 90px);
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

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

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

.w-0{
  width: 0px;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none{
  max-width: none;
}

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

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

.origin-bottom{
  transform-origin: bottom;
}

.-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-x-full{
  --tw-translate-x: -100%;
  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));
}

.-translate-y-\[16\%\]{
  --tw-translate-y: -16%;
  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-\[24\%\]{
  --tw-translate-y: -24%;
  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-\[8\%\]{
  --tw-translate-y: -8%;
  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-x-0{
  --tw-translate-x: 0px;
  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-0{
  --tw-translate-y: 0px;
  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-\[-50\%\]{
  --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));
}

.translate-y-\[120\%\]{
  --tw-translate-y: 120%;
  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-\[42\%\]{
  --tw-translate-y: 42%;
  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));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-\[0\.85\]{
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  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));
}

.scale-\[0\.90\]{
  --tw-scale-x: 0.90;
  --tw-scale-y: 0.90;
  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));
}

.scale-\[0\.95\]{
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

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

.list-none{
  list-style-type: none;
}

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

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

.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-end{
  justify-content: flex-end;
}

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.2);
}

.overflow-hidden{
  overflow: hidden;
}

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

.scroll-smooth{
  scroll-behavior: smooth;
}

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

.text-balance{
  text-wrap: balance;
}

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-l{
  border-left-width: 1px;
}

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

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

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

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

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(239 133 27 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

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

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

.bg-\[\#000\]\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-\[\#33BF31\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 191 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B0CBF9\]\/40{
  background-color: rgb(176 203 249 / 0.4);
}

.bg-\[\#F9F9FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCFCFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f7f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/40{
  background-color: rgb(23 23 23 / 0.4);
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity, 1));
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#000\]\/95{
  --tw-gradient-from: rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#2b69a2\]{
  --tw-gradient-from: #2b69a2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 105 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80{
  --tw-gradient-from: rgb(23 23 23 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#000\]\/60{
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}

.to-\[\#317cc1\]{
  --tw-gradient-to: #317cc1 var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.bg-\[center_70\%\]{
  background-position: center 70%;
}

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

.stroke-dark{
  stroke: #58595B;
}

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

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-0{
  padding: 0px;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-16{
  padding-bottom: 4rem;
}

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

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

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

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

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

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

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

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

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

.pl-9{
  padding-left: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.leading-tight{
  line-height: 1.25;
}

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

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

.text-\[\#F4AA5F\]{
  --tw-text-opacity: 1;
  color: rgb(244 170 95 / var(--tw-text-opacity, 1));
}

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

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(239 133 27 / var(--tw-text-opacity, 1));
}

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

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline{
  outline-style: solid;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[10px\]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(10px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[8px\]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[\#F7C28D\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 194 141 / var(--tw-ring-opacity, 1));
}

.ring-white\/30{
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-white\/50{
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.blur-\[10px\]{
  --tw-blur: blur(10px);
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

.ease-\[cubic-bezier\(0\.33\2c 1\2c 0\.68\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.33,1,0.68,1);
}

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

@media (min-width: 1280px){
  .xl\:h4{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  @media (min-width: 768px){
    .xl\:h4{
      font-size: 30px;
      line-height: 38px;
    }
  }

  @media (min-width: 1024px){
    .xl\:h4{
      margin-bottom: 45px;
      font-size: 40px;
      line-height: 50px;
    }
  }
}

.hover\:bg-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(239 133 27 / var(--tw-text-opacity, 1));
}

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

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

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

.group:hover .group-hover\:scale-\[1\.05\]{
  --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-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:text-orange{
  --tw-text-opacity: 1;
  color: rgb(239 133 27 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px){
  .max-lg\:-mx-\[2rem\]{
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

  .max-lg\:mt-\[40px\]{
    margin-top: 40px;
  }

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

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

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

  .max-lg\:text-balance{
    text-wrap: balance;
  }

  .max-lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .max-lg\:text-center{
    text-align: center;
  }
}

@media not all and (min-width: 768px){
  .max-md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

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

@media not all and (min-width: 640px){
  .max-sm\:mb-\[10px\]{
    margin-bottom: 10px;
  }

  .max-sm\:ms-auto{
    margin-inline-start: auto;
  }

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

  .max-sm\:pb-\[40px\]{
    padding-bottom: 40px;
  }
}

@media (min-width: 640px){
  .sm\:order-1{
    order: 1;
  }

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

  .sm\:mb-\[-1rem\]{
    margin-bottom: -1rem;
  }

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

  .sm\:ms-3{
    margin-inline-start: 0.75rem;
  }

  .sm\:ms-\[20px\]{
    margin-inline-start: 20px;
  }

  .sm\:ms-auto{
    margin-inline-start: auto;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:size-\[333px\]{
    width: 333px;
    height: 333px;
  }

  .sm\:size-\[34px\]{
    width: 34px;
    height: 34px;
  }

  .sm\:size-\[44px\]{
    width: 44px;
    height: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-\[22px\]{
    gap: 22px;
  }

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

  .sm\:gap-\[70px\]{
    gap: 70px;
  }

  .sm\:gap-\[80px\]{
    gap: 80px;
  }

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

  .sm\:border-0{
    border-width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px){
  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }

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

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

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

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

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

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

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

  .md\:ps-\[25px\]{
    padding-inline-start: 25px;
  }

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

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

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

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

  .lg\:right-\[-120px\]{
    right: -120px;
  }

  .lg\:right-\[50px\]{
    right: 50px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:ms-\[32px\]{
    margin-inline-start: 32px;
  }

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[4\/5\]{
    aspect-ratio: 4/5;
  }

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

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

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

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

  .lg\:h-full{
    height: 100%;
  }

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

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

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

  .lg\:w-\[calc\(50\%-40px\)\]{
    width: calc(50% - 40px);
  }

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

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

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

  .lg\:basis-1\/2{
    flex-basis: 50%;
  }

  .lg\:basis-\[20\%\]{
    flex-basis: 20%;
  }

  .lg\:basis-\[35\%\]{
    flex-basis: 35%;
  }

  .lg\:basis-\[65\%\]{
    flex-basis: 65%;
  }

  .lg\:basis-\[80\%\]{
    flex-basis: 80%;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[110px\]{
    gap: 110px;
  }

  .lg\:gap-\[120px\]{
    gap: 120px;
  }

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

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

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

  .lg\:gap-\[67px\]{
    gap: 67px;
  }

  .lg\:gap-\[70px\]{
    gap: 70px;
  }

  .lg\:gap-\[80px\]{
    gap: 80px;
  }

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

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

  .lg\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pe-\[100px\]{
    padding-inline-end: 100px;
  }

  .lg\:pe-\[110px\]{
    padding-inline-end: 110px;
  }

  .lg\:ps-\[50px\]{
    padding-inline-start: 50px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:hover\:bg-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(88 89 91 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }

  .lg\:hover\:text-dark:hover{
    --tw-text-opacity: 1;
    color: rgb(88 89 91 / var(--tw-text-opacity, 1));
  }

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

  .lg\:hover\:underline:hover{
    text-decoration-line: underline;
  }

  .group\/item:hover .lg\:group-hover\/item\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
  }

  .group\/link:hover .lg\:group-hover\/link\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
  }

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

  .group\/button:hover .lg\:group-hover\/button\:stroke-white{
    stroke: #fff;
  }

  .group\/item:hover .lg\:group-hover\/item\:stroke-white{
    stroke: #fff;
  }

  .group\/link:hover .lg\:group-hover\/link\:text-orange{
    --tw-text-opacity: 1;
    color: rgb(239 133 27 / var(--tw-text-opacity, 1));
  }

  .group\/step:hover .lg\:group-hover\/step\:text-orange{
    --tw-text-opacity: 1;
    color: rgb(239 133 27 / var(--tw-text-opacity, 1));
  }

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

  .group\/link:hover .lg\:group-hover\/link\:underline{
    text-decoration-line: underline;
  }

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

  .group\/step:hover .lg\:group-hover\/step\:ring-white\/80{
    --tw-ring-color: rgb(255 255 255 / 0.8);
  }
}

@media (min-width: 1280px){
  .xl\:my-\[30px\]{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:ms-\[62px\]{
    margin-inline-start: 62px;
  }

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:gap-\[130px\]{
    gap: 130px;
  }

  .xl\:gap-\[160px\]{
    gap: 160px;
  }

  .xl\:gap-\[80px\]{
    gap: 80px;
  }

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

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

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

  .xl\:pe-\[200px\]{
    padding-inline-end: 200px;
  }

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

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:ms-\[72px\]{
    margin-inline-start: 72px;
  }

  .\32xl\:gap-\[120px\]{
    gap: 120px;
  }

  .\32xl\:gap-\[80px\]{
    gap: 80px;
  }
}

@media (min-width: 1024px){
  .\[\&\>span\]\:lg\:hover\:w-full:hover>span{
    width: 100%;
  }
}

.\[\&_\*\]\:text-\[13px\] *{
  font-size: 13px;
}

@media (min-width: 640px){
  .sm\:\[\&_\*\]\:text-\[15px\] *{
    font-size: 15px;
  }
}

@media (min-width: 1024px){
  .\[\&_\.icon-box\]\:lg\:hover\:bg-orange:hover .icon-box{
    --tw-bg-opacity: 1;
    background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
  }
}

.\[\&_a\]\:inline a{
  display: inline;
}

.\[\&_a\]\:font-bold a{
  font-weight: 700;
}

.\[\&_a\]\:text-\[\#33BF31\] a{
  --tw-text-opacity: 1;
  color: rgb(51 191 49 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-black a{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-orange a{
  --tw-text-opacity: 1;
  color: rgb(239 133 27 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-white a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:hover\:underline:hover a{
  text-decoration-line: underline;
}

@media (min-width: 1024px){
  .\[\&_a\]\:lg\:hover\:underline:hover a{
    text-decoration-line: underline;
  }
}

.\[\&_iframe\]\:my-\[40px\] iframe{
  margin-top: 40px;
  margin-bottom: 40px;
}

.\[\&_iframe\]\:aspect-video iframe{
  aspect-ratio: 16 / 9;
}

.\[\&_iframe\]\:h-full iframe{
  height: 100%;
}

.\[\&_iframe\]\:w-full iframe{
  width: 100%;
}

.\[\&_img\]\:my-\[40px\] img{
  margin-top: 40px;
  margin-bottom: 40px;
}

.\[\&_img\]\:h-\[350px\] img{
  height: 350px;
}

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

.\[\&_img\]\:object-cover img{
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_p\]\:mb-0 p{
  margin-bottom: 0px;
}

.\[\&_p\]\:\!text-justify p{
  text-align: justify !important;
}

.\[\&_p\]\:text-\[13px\] p{
  font-size: 13px;
}

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

.\[\&_path\]\:stroke-white path{
  stroke: #fff;
}

@media (min-width: 1024px){
  .\[\&_path\]\:lg\:hover\:stroke-white:hover path{
    stroke: #fff;
  }
}

.\[\&_svg\]\:size-\[16px\] svg{
  width: 16px;
  height: 16px;
}

.\[\&_svg\]\:size-\[42px\] svg{
  width: 42px;
  height: 42px;
}

.\[\&_svg\]\:h-\[28px\] svg{
  height: 28px;
}

.\[\&_svg\]\:w-auto svg{
  width: auto;
}

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

@media not all and (min-width: 640px){
  .max-sm\:\[\&_svg\]\:size-\[10px\] svg{
    width: 10px;
    height: 10px;
  }
}

.\[\&_svg_path\]\:fill-white svg path{
  fill: #fff;
}

.\[\&_svg_path\]\:stroke-black svg path{
  stroke: #171717;
}

.\[\&_svg_path\]\:stroke-orange svg path{
  stroke: #EF851B;
}

@media (min-width: 1024px){
  .\[\&_svg_path\]\:lg\:hover\:fill-orange:hover svg path{
    fill: #EF851B;
  }
}

/* ====== STYLY PRO @layer base (Výchozí HTML tagy) ====== */

/* ====== STYLY PRO @layer components (Třídy komponent) ====== */

/* ====== OSTATNÍ STYLY (WP Admin, Main) ====== */

@media not all and (min-width: 1024px){
  #wpadminbar{
    display: none;
  }
}

main{
  margin-top: 100px;
}

:root {
  --offcanvas-shift: 0px;
}

body.responsive__menu_active #site-main {
  transform: translateX(var(--offcanvas-shift));
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, .25));
}

.header-is-sticky{
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 40px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 1px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .header-is-sticky + main {
    padding-top: 100px;
  }
}

#breadcrumbs span{
  --tw-text-opacity: 1;
  color: rgb(239 133 27 / var(--tw-text-opacity, 1));
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity, 1));
}

input::placeholder, select::placeholder, textarea::placeholder{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity, 1));
}

input, select{
  margin-bottom: 15px;
  height: 55px;
  width: 100%;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

input:focus, select:focus, textarea:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

textarea{
  margin-bottom: 15px;
  width: 100%;
  resize: none;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button[type="submit"]{
  margin-top: 20px;
}

.wpcf7-not-valid-tip {
  padding: 0 25px;
  margin-top: -10px;
  font-size: 13px;
}

.heading-large{
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  &:after {
    content: '';
  }
  &:after{
    margin-top: 18px;
    margin-bottom: 18px;
  }
  &:after{
    display: block;
  }
  &:after{
    height: 3px;
  }
  &:after{
    width: 50px;
  }
  &:after{
    --tw-bg-opacity: 1;
    background-color: rgb(239 133 27 / var(--tw-bg-opacity, 1));
  }
}

/* -- Styly pro záložky (Taby) -- */

/* Skryje všechny obsahové panely ve výchozím stavu */

.tab-content-panel {
  display: none;
}

/* Zobrazí POUZE ten panel, který má třídu 'is-active' */

.tab-content-panel.is-active {
  display: block;
}