/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

*, ::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:  ;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.-left-1 {
  left: -0.25rem;
}

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

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

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-40 {
  top: 10rem;
}

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

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

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

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

.m-auto {
  margin: auto;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.\!mt-52 {
  margin-top: 13rem !important;
}

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

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-3 {
  width: 0.75rem;
}

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

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

.w-7\/12 {
  width: 58.333333%;
}

.w-full {
  width: 100%;
}

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-t-0 {
  border-top-width: 0;
}

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

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

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

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

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

.border-l-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 199 0 / var(--tw-border-opacity));
}

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

.border-t-yellow {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 199 0 / var(--tw-border-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(122 132 159 / var(--tw-bg-opacity));
}

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

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

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

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

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

.from-black {
  --tw-gradient-from: #000000 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);
}

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

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pt-40 {
  padding-top: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

.pr-40 {
  padding-right: 10rem;
}

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

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

.pt-3 {
  padding-top: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body {
  scroll-behavior: smooth;
  max-width: 100vw;
}

@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0 !important;
}

a:visited {
  color: black;
}

.burger .burger-line1, .burger .burger-line2 {
  transition: all 0.3s ease;
}

.burger .line1-active {
  transform: rotate(45deg) translateY(14px);
}

.burger .line2-active {
  transform: rotate(-45deg) translateY(-15px);
}

.desktop-nav .menu .menu-item {
  padding: 1em 0 1em 3em;
}

.desktop-nav .menu .menu-item * {
  color: #FEC700;
  font-weight: 600;
  font-size: large;
  transition: all 0.3s ease;
}

.desktop-nav .menu .menu-item *:hover {
  color: #F08900;
}

.mobile-nav-container .menu-menu-1-container {
  height: 100%;
}

.mobile-nav-container .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mobile-nav-container .menu .menu-item {
  padding: 1em 2em;
}

.mobile-nav-container .menu .menu-item * {
  color: white;
  font-weight: 600;
  font-size: large;
}

.w-67 {
  width: 85.71%;
}

a:visited {
  color: inherit;
}

.main-container {
  max-width: 1720px;
  margin: auto;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .main-container {
    padding: 5rem 0;
  }
}

.orange-button {
  padding: 0.5em 2em;
  border-radius: 100px 0 100px 0;
  background: #F08900;
  transition: all 0.3s ease;
  color: white;
  display: flex;
  gap: 0.5em;
  text-align: center;
}

.orange-button:hover {
  border-radius: 0 100px 0 100px;
  color: white;
  background: #FEC700;
}

.drogowskaz-button {
  display: flex;
  transition: all 0.3s ease;
}

.drogowskaz-button button {
  background: #FEC700;
  border-radius: 50px 0 0 50px;
  border: none;
  padding: 0.5em 3em;
}

.drogowskaz-button .drogowskaz-triangle {
  display: inline;
  width: 0;
  height: 0;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-left: 20px solid #FEC700;
  /* You can set the color as per your preference */
  transform: translateX(-1%);
}

.drogowskaz-button:hover {
  transform: rotate(-10deg);
}

.drogowskaz-button:hover button {
  transform: translateX(0.5px);
}

.drogowskaz-button .drogowskaz-white {
  background: white;
}

.drogowskaz-button .drogowskaz-triangle-white {
  border-left-color: white;
}

.custom-logo {
  max-width: 200px;
}

.site-header .menu {
  display: flex;
  align-items: center;
}

.site-header .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #FEC700;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-content {
  max-width: 800px;
}

.hero-content p {
  max-width: 600px;
}

.dlakogo-back-1 {
  aspect-ratio: 323/679 !important;
  transform: translateY(10%);
}

.dlakogo-back-2 {
  aspect-ratio: 323/710 !important;
}

.dlakogo-back-3 {
  aspect-ratio: 323/716 !important;
  transform: translateY(10%);
}

.arrow-back {
  width: 60%;
  height: 117px;
  align-self: flex-end;
  background: url("../arrows/arrow-1.svg") top right no-repeat;
  padding-bottom: 4em;
}

@media screen and (min-width: 680px) {
  .arrow-back {
    width: 298px;
    background-size: 100% 100%;
  }
}

.arrow-back-2 {
  width: 50%;
  height: 75px;
  background: url("../arrows/arrow-2.svg") top right no-repeat;
}

@media screen and (min-width: 680px) {
  .arrow-back-2 {
    width: 340px;
    background-size: 100% 100%;
    align-self: flex-end;
  }
}

.arr-back-kraje {
  width: 50%;
  height: 75px;
  background: url("../arrows/arr-back-kraje.svg") top right no-repeat;
}

@media screen and (min-width: 680px) {
  .arr-back-kraje {
    width: 340px;
    background-size: 100% 100%;
    align-self: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .arr-back-kraje {
    width: 380px;
    background-size: 100% 100%;
    align-self: flex-end;
  }
}

.arrow-back-3 {
  height: 230px;
  align-self: flex-start;
  background: url("../arrows/arrow-about-short.svg") top right no-repeat;
  padding-bottom: 4em;
}

@media screen and (min-width: 983px) {
  .arrow-back-3 {
    background: url("../arrows/arrow-about-long.svg") top right no-repeat;
  }
}

@media screen and (min-width: 983px) and (min-width: 1280px) {
  .arrow-back-3 {
    background: url("../arrows/arrow-about-short.svg") top right no-repeat;
  }
}

@media screen and (min-width: 983px) and (min-width: 1280px) and (min-width: 1400px) {
  .arrow-back-3 {
    background: url("../arrows/arrow-about-long.svg") top right no-repeat;
  }
}

.arrow-back-blog {
  width: 50%;
  align-self: flex-start;
  background: url("../arrows/arrow-blog.svg") top right no-repeat;
  padding-bottom: 4em;
}

.arrow-back-faq {
  background: url("../arrows/arrow-faq.svg") no-repeat;
  background-size: 200%;
  background-position: bottom left;
  max-width: 1100px;
  height: 260px;
  margin-top: -150px;
}

@media screen and (min-width: 390px) {
  .arrow-back-faq {
    background-size: 185%;
  }
}

@media screen and (min-width: 430px) {
  .arrow-back-faq {
    background-size: 168%;
  }
}

@media screen and (min-width: 460px) {
  .arrow-back-faq {
    background-size: 150%;
  }
}

@media screen and (min-width: 515px) {
  .arrow-back-faq {
    background-size: 140%;
  }
}

@media screen and (min-width: 850px) {
  .arrow-back-faq {
    background-size: unset;
  }
}

.arrow-back-faq p {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (min-width: 700px) {
  .arrow-back-faq p {
    bottom: 30px;
  }
}

.arrow-back-insta {
  background: url("../arrows/arrow-insta-mob-sm.svg") no-repeat;
  z-index: 20;
  background-position: bottom left;
  max-width: 900px;
  height: 220px;
  right: -100px;
  margin-top: -120px;
}

@media screen and (min-width: 600px) {
  .arrow-back-insta {
    right: -200px;
    background: url("../arrows/arrow-insta-mob.svg") no-repeat;
    background-position: bottom left;
  }
}

@media screen and (min-width: 1300px) {
  .arrow-back-insta {
    background: url("../arrows/arrow-insta.svg") no-repeat;
    background-position: bottom left;
  }
}

.arrow-back-ksiazki {
  background: url("../arrows/arrow-ksiazki-mob.svg") no-repeat;
  background-position: bottom right;
  width: 50%;
  height: 170px;
  margin-top: -90px;
}

.arrow-back-ksiazki p {
  position: absolute;
  bottom: 24px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .arrow-back-ksiazki {
    width: 30%;
    left: 0;
  }
}

@media screen and (min-width: 900px) {
  .arrow-back-ksiazki {
    background: url("../arrows/arrow-ksiazki.svg") no-repeat;
    height: 260px;
    width: 580px;
    margin-top: -120px;
    left: 28.5%;
  }

  .arrow-back-ksiazki p {
    background-size: 100%;
    background-position: bottom left;
    max-width: 563px;
    height: 260px;
    bottom: -140px;
    left: 80px;
  }
}

.arrow-back-kontakt {
  width: 50%;
  align-self: flex-start;
  background: url("../arrows/arrow-blog.svg") top right no-repeat;
  padding-bottom: 4em;
}

.arrow-back-firmy {
  width: 50%;
  height: 150px;
  align-self: flex-start;
  background: url("../arrows/arrow-firmy.svg") top right no-repeat;
  padding-bottom: 4em;
}

@media screen and (min-width: 768px) {
  .arrow-back-firmy {
    width: 80%;
  }
}

@media screen and (min-width: 1120px) {
  .arrow-back-firmy {
    width: 1000px;
  }
}

.arr-back-kraje {
  position: relative;
  left: 2%;
}

@media screen and (min-width: 680px) {
  .arr-back-kraje {
    left: -48%;
  }
}

@media screen and (min-width: 768px) {
  .arr-back-kraje {
    left: -24%;
  }
}

@media screen and (min-width: 1100px) {
  .arr-back-kraje {
    left: -31%;
  }
}

.offer-content-1 {
  background: url("../bgs/offer-1.webp");
  background-size: 100% 100%;
  width: 95%;
  aspect-ratio: 659/649;
}

@media screen and (min-width: 1000px) {
  .offer-content-1 {
    transform: rotate(-0.69deg);
  }
}

.offer-content-2 {
  background: url("../bgs/offer-1.webp");
  background-size: 100% 100%;
  aspect-ratio: 659/550;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .offer-content-2 {
    transform: rotate(-0.69deg);
  }
}

.offer-content-3 {
  background: url("../bgs/offer-3.webp");
  background-size: 100% 100%;
  aspect-ratio: 515/565;
  width: 95%;
}

.offer-content-4 {
  background: url("../bgs/offer-4.webp");
  background-size: 100% 100%;
  aspect-ratio: 671/606;
  width: 95%;
}

@media screen and (min-width: 1000px) {
  .offer-content-4 {
    transform: rotate(-0.73deg);
  }
}

@media screen and (min-width: 900px) {
  .offer-img-1, .offer-img-3 {
    top: 50%;
    transform: translateY(-50%);
  }

  .offer-arrow-1 {
    height: 200px;
    top: -10rem;
    left: 15%;
  }
}

@media screen and (min-width: 1100px) {
  .offer-arrow-1 {
    top: -5rem;
  }
}

@media screen and (min-width: 1280px) {
  .offer-arrow-1 {
    top: -2rem;
  }
}

@media screen and (min-width: 900px) {
  .offer-arrow-2 {
    height: 120px;
    right: 20%;
    bottom: -65px;
  }
}

@media screen and (min-width: 1000px) {
  .offer-arrow-2 {
    bottom: -80px;
  }
}

@media screen and (min-width: 1100px) {
  .offer-arrow-2 {
    bottom: -110px;
  }
}

@media screen and (min-width: 1280px) {
  .offer-arrow-2 {
    bottom: -130px;
  }
}

@media screen and (min-width: 900px) {
  .offer-arrow-3 {
    left: 15%;
    top: 0;
    transform: translateY(-30%);
  }
}

@media screen and (min-width: 1200px) {
  .offer-arrow-3 {
    transform: translateY(-10%);
  }
}

@media screen and (min-width: 1280px) {
  .offer-arrow-3 {
    height: 190px;
    transform: translateY(5%);
  }
}

.dalkogo-item {
  height: 70px;
  line-height: 30px;
  vertical-align: middle;
  list-style-position: inside;
  display: flex;
}

.dalkogo-item::marker {
  max-height: 70px !important;
  vertical-align: middle;
}

.post-img-short {
  aspect-ratio: 414/334;
}

.dalkogo-item:nth-child(1n)::before {
  content: url("../list/1.svg");
  width: 35px !important;
  height: auto;
  margin-right: 10px;
}

.dalkogo-item:nth-child(2n)::before {
  content: url("../list/2.svg");
  width: 35px !important;
  height: auto;
  margin-right: 10px;
}

.dalkogo-item:nth-child(3n)::before {
  content: url("../list/3.svg");
  width: 35px !important;
  height: auto;
  margin-right: 10px;
}

.dalkogo-item:nth-child(4n)::before {
  content: url("../list/4.svg");
  width: 35px !important;
  height: auto;
  margin-right: 10px;
}

#o-mnie .main-container .o-mnie-container {
  background: url("../bgs/o-mnie-back-mob.png");
  background-size: 100% 100%;
  padding: 5rem 2rem;
}

@media screen and (min-width: 900px) {
  #o-mnie .main-container .o-mnie-container {
    background: url("../bgs/o-mnie-back.png");
    background-size: 100% 100%;
    padding: 5rem;
  }
}

#o-mnie .tasma, #o-mnie .pieczatka {
  position: absolute;
}

#o-mnie .tasma {
  width: 50%;
}

#o-mnie .tasma-1 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(30%);
}

#o-mnie .tasma-2 {
  bottom: 0;
  left: 0;
  transform: translateY(50%) translateX(-30%);
}

#o-mnie .pieczatka {
  width: 50%;
  aspect-ratio: 1 !important;
  bottom: 0;
  right: 0;
  transform: translateY(50%) translateX(50%);
}

#o-mnie .o-autorze-img {
  position: relative;
  aspect-ratio: 407/612;
  transform: rotate(-4.34deg);
}

@media screen and (max-width: 768px) {
  #o-mnie .o-autorze-img {
    margin: auto;
  }
}

#o-mnie .o-autorze-content {
  margin-top: -100px;
}

@media screen and (min-width: 1280px) {
  #o-mnie .o-autorze-content {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 900px) {
  .contact-container {
    min-height: 600px;
  }
}

@media screen and (min-width: 600px) {
  .contact-info-container, .contact-form {
    width: 100%;
  }
}

.wpcf7 input, .wpcf7 textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0.8rem 1.5rem;
  border: 1px solid black;
}

.wpcf7 input:not([type=checkbox]), .wpcf7 textarea:not([type=checkbox]) {
  width: 100%;
}

.wpcf7 .wpcf7-acceptance {
  margin-bottom: 2em;
}

@media screen and (max-width: 900px) {
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 20px;
  }
}

header {
  z-index: 9999;
  transition: all 0.3s ease;
}

.scrolling-header {
  background: rgba(255, 255, 255, 0.928);
  border-bottom: 2px solid #FEC700;
}

.faq-arrow {
  width: 40px;
  margin-bottom: auto;
  margin-top: -20px;
}

@media screen and (min-width: 640px) {
  .faq-arrow {
    width: 50px;
    margin-top: -25px;
  }
}

@media screen and (min-width: 768px) {
  .faq-arrow {
    width: 60px;
    margin-top: -34px;
  }
}

.question-container .question {
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  .question-container .question {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .question-container .question {
    margin-top: 34px;
  }
}

.question-container .answer {
  padding-bottom: 10px;
}

.questions .faq-item:last-child .answer {
  border-left: none !important;
}

.arrow-back-omnie {
  height: 260px;
  align-self: flex-start;
  background: url("../arrows/arrow-about-short.svg") top right no-repeat;
  padding-bottom: 4em;
}

.arrow-back-kolejny {
  height: 100px;
  align-self: flex-start;
  background: url("../arrows/arrow-about-short.svg") top right no-repeat;
}

.o-autorze-img-2 {
  position: relative;
  aspect-ratio: 407/612;
  transform: rotate(9deg);
}

.countries-list:last-child {
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .countries-list .country-item {
    aspect-ratio: 1146/527;
  }
}

.countries-list .country-item .country-desc {
  background: url("../bgs/kraje-bg-1.png") no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 564/349;
}

.countries-list .country-item .kraj-arrow-last {
  margin-top: -10px;
}

.countries-list .country-item:nth-child(even) .country-desc {
  background: url("../bgs/kraje-bg-2.png") no-repeat;
  background-size: 100% 100%;
}

.countries-list .country-item:nth-child(even) .kraj-arrow:not(.kraj-mobile-arrow) {
  transform: scaleX(-1) translateX(-0.5px);
}

.countries-list .country-item:nth-child(even) .country-map {
  order: -1;
}

.countries-list .country-item:nth-child(even) .kraj-arrow-last {
  transform: scaleX(-1) translateX(0.3px) !important;
}

.countries-list .country-item:last-child .kraj-arrow {
  display: none !important;
}

.countries-list .country-item:last-child .kraj-arrow-last-mobile {
  display: block !important;
  transform: translateX(calc(-45% + 0.5px));
}

@media screen and (min-width: 768px) {
  .countries-list .country-item:last-child .kraj-arrow-last-mobile {
    display: none !important;
  }

  .countries-list .country-item:last-child .kraj-arrow-last {
    display: block !important;
    transform-origin: scaleX(-1);
    transform: translateX(-0.3px);
  }
}

.cat-nav {
  background: url("../bgs/cats-back.png");
  background-size: 100% 100%;
  transform: rotate(-0.73deg);
}

.cat-nav .cat-item {
  padding: 0.5em 1em;
  font-size: 1.4em;
}

.post-short .arrow-after {
  position: relative;
}

.post-short .arrow-after::after {
  content: url("../arrows/arrow-czytaj-dalej.svg");
  padding-left: 10px;
  height: 100%;
  position: relative;
  top: 3px;
}

.post-content, .page-content {
  width: 100%;
  padding-top: 5em;
  display: block;
  /* Resetting default margin and padding for all elements */
  /* Setting a maximum width for the content */
  /* Styling the headings */
  /* Styling paragraphs */
  /* Styling links */
  /* Styling lists */
  /* Styling blockquotes */
  /* Styling images */
  /* Styling code blocks */
  /* Styling inline code */
  /* Styling horizontal rules */
}

.post-content body, .post-content h1, .post-content h2, .post-content h3, .post-content p, .post-content ul, .post-content ol, .post-content li, .page-content body, .page-content h1, .page-content h2, .page-content h3, .page-content p, .page-content ul, .page-content ol, .page-content li {
  margin: 0;
  padding: 0;
  color: black;
}

.post-content .container, .page-content .container {
  max-width: 800px;
  margin: 0 auto;
}

.post-content h1, .post-content h2, .post-content h3, .page-content h1, .page-content h2, .page-content h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}

.post-content h1, .page-content h1 {
  font-size: 2em;
}

.post-content h2, .page-content h2 {
  font-size: 1.5em;
}

.post-content h3, .page-content h3 {
  font-size: 1.2em;
}

.post-content p, .page-content p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.post-content a, .page-content a {
  text-decoration: underline;
  color: inherit;
}

.post-content ul, .post-content ol, .page-content ul, .page-content ol {
  margin-bottom: 1.5em;
}

.post-content li, .page-content li {
  margin-bottom: 0.5em;
}

.post-content blockquote, .page-content blockquote {
  margin: 0 0 1.5em;
  padding: 0 1em;
  border-left: 2px solid #333;
}

.post-content img, .page-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em 0;
}

.post-content pre, .page-content pre {
  background-color: #f5f5f5;
  padding: 1em;
  overflow: auto;
}

.post-content code, .page-content code {
  background-color: #f5f5f5;
  padding: 0.2em 0.4em;
  font-family: "Courier New", Courier, monospace;
}

.post-content hr, .page-content hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 2px solid #333;
}

@media screen and (min-width: 768px) {
  .post-content {
    box-sizing: border-box !important;
    width: 70%;
  }
}

.author-info {
  width: 100%;
  background: url("../bgs/author-bg.png");
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .author-info {
    box-sizing: border-box !important;
    width: 25%;
  }
}

.author-info img {
  border-radius: 50%;
}

.comment-reply-title {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 1em;
  color: black;
}

.comment-form a {
  color: #F08900;
}

.comment-form .required-field-message {
  display: block;
}

.comment-form .comment-form-comment {
  padding-top: 1em;
}

.comment-form p:not(.comment-form-cookies-consent) {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comment-form #submit {
  padding: 0.5em 2em;
  border-radius: 100px 0 100px 0;
  background: #F08900;
  transition: all 0.3s ease;
  color: white;
  border: none;
}

.comment-form #submit:hover {
  border-radius: 0 100px 0 100px;
  color: white;
  background: #FEC700;
  cursor: pointer;
}

.comment-list .comment {
  padding-top: 1em;
  padding-bottom: 1em;
}

.comment-list .comment a {
  color: #F08900;
}

.go-back-btn {
  color: black;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.go-back-btn .pseudo-arrow {
  content: url("../arrows/arrow-back.svg");
  padding-right: 10px;
  height: 100%;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}

.go-back-btn:hover a {
  color: #FEC700;
}

.go-back-btn:hover .pseudo-arrow {
  transform: translateX(-10px);
}

.book-cover {
  aspect-ratio: 315/415;
}

.line-3p {
  height: 3px;
  background: #FEC700;
}

.ksiazki .splide__arrow {
  background-color: transparent !important;
}

.ksiazki .splide__arrow svg {
  fill: black !important;
  color: black !important;
}

@media screen and (max-width: 768px) {
  .ksiazki .splide__arrows {
    position: absolute !important;
    top: 30%;
    width: 100%;
  }
}

.ksiazki .splide__arrows .splide__arrow--prev {
  left: -1em;
}

.ksiazki .splide__arrows .splide__arrow--next {
  right: -1em;
}

.menu-footer * {
  color: white;
}

.ksiazki .splide__pagination {
  bottom: -3em !important;
  gap: 20px;
}

.ksiazki .splide__pagination__page {
  background: grey;
}

.ksiazki .splide__pagination__page.is-active {
  background: #D31900 !important;
}

.blog-splide .splide__pagination {
  bottom: 11em !important;
  gap: 20px;
}

.blog-splide .splide__pagination__page {
  background: grey;
}

.blog-splide .splide__pagination__page.is-active {
  background: #D31900 !important;
}

@media screen and (min-width: 1100px) {
  .blog-splide .splide__slide {
    padding-bottom: 2em !important;
  }
}

.blog-splide-single .splide__pagination {
  bottom: 8.5em !important;
  gap: 20px;
}

.current-cat {
  font-weight: 800;
  color: #FEC700;
}

#instagram {
  overflow-x: hidden;
}

#menu-menu-footer .menu-item a {
  transition: all 0.15s ease;
}

#menu-menu-footer .menu-item a:hover {
  color: #FEC700 !important;
}

.post-short-blog-p:hover * {
  color: #FEC700;
}

.cat-item a:hover {
  color: #FEC700;
}

.scroll-offset {
  scroll-margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .scroll-offset {
    scroll-margin-top: 100px;
  }
}

.page-numbers {
  font-size: 1.3em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.page-numbers.current {
  font-weight: 600;
}

.post-short {
  z-index: 100;
}

.offer-item .offer-content-1 {
  position: relative;
  z-index: 99;
}

#ksiazki .drogowskaz-container {
  margin-bottom: 2em;
}

.firmy-list {
  max-width: 1000px;
  margin: auto;
}

.visited\:text-black:visited {
  color: rgb(0 0 0 );
}

.visited\:text-white:visited {
  color: rgb(255 255 255 );
}

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

.hover\:pl-2:hover {
  padding-left: 0.5rem;
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(240 137 0 / var(--tw-text-opacity));
}

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

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(254 199 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 900px) {
  .max-md-lg\:top-0 {
    top: 0px;
  }

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

  .max-md-lg\:m-auto {
    margin: auto;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:m-auto {
    margin: auto;
  }

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

@media not all and (min-width: 640px) {
  .max-sm\:m-auto {
    margin: auto;
  }
}

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

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

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

  .sm\:\!mt-96 {
    margin-top: 24rem !important;
  }

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

  .sm\:w-6\/12 {
    width: 50%;
  }

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

  .sm\:pt-8 {
    padding-top: 2rem;
  }

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

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

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

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

  .md\:relative {
    position: relative;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

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

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

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

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

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

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

  .md\:border-l-3 {
    border-left-width: 3px;
  }

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

  .md\:pl-32 {
    padding-left: 8rem;
  }

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

  .md\:pr-36 {
    padding-right: 9rem;
  }

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

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

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

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

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

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

  .md-lg\:m-0 {
    margin: 0px;
  }

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

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

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

  .md-lg\:mr-auto {
    margin-right: auto;
  }

  .md-lg\:block {
    display: block;
  }

  .md-lg\:flex {
    display: flex;
  }

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

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

  .md-lg\:w-10\/12 {
    width: 83.333333%;
  }

  .md-lg\:w-2\/5 {
    width: 40%;
  }

  .md-lg\:w-3\/12 {
    width: 25%;
  }

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

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

  .md-lg\:w-5\/12 {
    width: 41.666667%;
  }

  .md-lg\:w-6\/12 {
    width: 50%;
  }

  .md-lg\:w-7\/12 {
    width: 58.333333%;
  }

  .md-lg\:w-8\/12 {
    width: 66.666667%;
  }

  .md-lg\:w-9\/12 {
    width: 75%;
  }

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

  .md-lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
    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));
  }

  .md-lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
    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));
  }

  .md-lg\:translate-x-28 {
    --tw-translate-x: 7rem;
    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));
  }

  .md-lg\:translate-y-16 {
    --tw-translate-y: 4rem;
    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));
  }

  .md-lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .md-lg\:self-end {
    align-self: flex-end;
  }

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

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

  .md-lg\:p-14 {
    padding: 3.5rem;
  }

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

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

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

  .md-lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .md-lg\:pr-40 {
    padding-right: 10rem;
  }

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

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

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

  .md-lg\:text-end {
    text-align: end;
  }

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

  .md-lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1100px) {
  .lg\:-top-12 {
    top: -3rem;
  }

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

  .lg\:m-auto {
    margin: auto;
  }

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

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

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

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

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

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

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

  .lg\:pt-52 {
    padding-top: 13rem;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/*# sourceMappingURL=styles.css.map */