/*
! tailwindcss v3.4.4 | 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.
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: ui-sans-serif, system-ui, 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 */
  -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] {
  display: none;
}

@font-face {
  font-family: sfproRegular;

  src: url("../fonts/sfpro-regular.OTF") format("truetype");

  font-display: swap
}

@font-face {
  font-family: sfproMedium;

  src: url("../fonts/sfpro-medium.OTF") format("truetype");

  font-display: swap
}

@font-face {
  font-family: sfproBold;

  src: url("../fonts/sfpro-bold.OTF") format("truetype");

  font-display: swap
}

h1, h2, h3, h4, h5, h6 {
  font-family: sfproRegular, "serif";
  line-height: 1;
}

h1 {
  font-family: sfproBold, "serif";
  font-size: 26px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 1660px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-family: sfproBold, "serif";
  font-size: 3.25rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media (min-width: 1660px) {
  h2 {
    letter-spacing: 1.1px;
  }
}

h3 {
  font-size: 1.562rem;
}

h4 {
  font-size: 1.562rem;
}

@media (min-width: 1660px) {
  h4 {
    line-height: 35px;
  }
}

h5 {
  font-size: 22px;
}

p {
  font-size: 17px;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(219 0 12 / var(--tw-text-opacity));
}

select {
  height: 36px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

textarea {
  width: 100%;
  padding: 5px;
}

main ol,ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

main ol li::marker,
    main ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(219 0 12 / var(--tw-text-opacity));
}

main ol li,
    main ul li {
  padding-bottom: 5px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 1.875rem;
  }
}

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

#primary-menu .list-has-children .sub-menu.active {
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: #fff !important;
}

#primary-menu .sub-menu:before {
  position: absolute;
  top: -10px;
  margin-left: 30px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 9px;
  border-top-width: 0px;
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

#primary-menu .sub-menu > li a:before {
  position: absolute;
  top: 23px;
  left: 0px;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 0 12 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

#primary-menu .sub-menu > li a:hover:before {
  position: absolute;
  top: 23px;
  left: 0px;
  height: 2px;
  width: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 0 12 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.subtitle-line {
  position: relative;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
}

.subtitle-line:before {
  left: 0px;
  margin-right: 10px;
  display: block;
  height: 1px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 0 12 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.subtitle-line-right:after {
  left: 0px;
  margin-left: 10px;
  display: block;
  height: 1px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 0 12 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.btn {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  transition-duration: 200ms;
}

@media (min-width: 1660px) {
  .btn {
    letter-spacing: 0.76px;
  }
}

.btn-red {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 0 12 / var(--tw-bg-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

.btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-black {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 0 12 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.overlay-custom::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
  --tw-content: '';
  content: var(--tw-content);
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.max-w-screen-lg {
  max-width: 992px;
}

.max-w-screen-lg1 {
  max-width: 1100px;
}

.max-w-screen-lg2 {
  max-width: 1300px;
}

.max-w-screen-xl {
  max-width: 1660px;
}

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

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

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

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

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

.grid-cols-\[150px_1fr\] {
  grid-template-columns: 150px 1fr;
}

.grid-cols-\[15px_1fr\] {
  grid-template-columns: 15px 1fr;
}

.grid-cols-\[65px_1fr\] {
  grid-template-columns: 65px 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-t-\[4px\] {
  border-top-width: 4px;
}

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

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

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

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

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

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

.bg-gray-light {
  background-color: #00000008;
}

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

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

.bg-banner-alpinistyczne {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-alpinistyczne.png');
}

.bg-banner-blog {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-blog-new.png');
}

.bg-banner-contact {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-contact-new.png');
}

.bg-banner-ddd {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-ddd.png');
}

.bg-banner-galerie {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-galerie.png');
}

.bg-banner-home {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-home.png');
}

.bg-banner-kariera {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-kariera.png');
}

.bg-banner-magazyny {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-magazyny.png');
}

.bg-banner-o-nas {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-o-nas.png');
}

.bg-banner-tereny {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-tereny.png');
}

.bg-banner-uslugi {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-uslugi.png');
}

.bg-banner-uslugi-biura {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-uslugi-biura.png');
}

.bg-banner-uslugi-zaklady-produkcyjne {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-uslugi-zaklady-produkcyjne.png');
}

.bg-banner-wspolnot {
  background-image: url('/wp-content/themes/amlux/assets/img/banner-wspolnot.png');
}

.bg-icon-hamburger {
  background-image: url('/wp-content/themes/amlux/assets/icons/ham.svg');
}

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-30 {
  padding-right: 30px;
}

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

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

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

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

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

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

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

.text-2xl {
  font-size: 1.562rem;
}

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

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

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

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

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

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

.text-large {
  font-size: 20px;
}

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

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

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

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

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

.form-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(219 0 12 / var(--tw-bg-opacity));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
}

@media (min-width: 1660px) {
  .form-banner {
    padding-top: 35px;
  }
}

.form-banner select {
  margin-top: 7px;
  margin-bottom: 7px;
}

.form-banner textarea {
  height: 80px;
}

.form-banner .form-wrapper-banner > p {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 7px;
}

@media (min-width: 992px) {
  .form-banner .form-wrapper-banner > p {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.form-banner .form-wrapper-banner > p .wpcf7-form-control {
  height: 36px;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}

.form-banner .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
}

.form-banner .form-wrapper-banner > p br,
    .custom-contact-form br {
  display: none;
}

.form-banner .form-wrapper-banner-work {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 7px;
}

@media (min-width: 992px) {
  .form-banner .form-wrapper-banner-work {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.form-banner .form-wrapper-banner-work > div > p {
  display: grid;
  gap: 7px;
}

.form-banner .form-wrapper-banner-work  p .wpcf7-form-control {
  height: 36px;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}

.form-banner .form-wrapper-banner-work  p br {
  display: none;
}

.form-banner .btn {
  margin-top: 15px;
  width: 100%;
  cursor: pointer;
  line-height: 24px;
}

.custom-contact-form .wpcf7-acceptance .wpcf7-list-item,
    .contact-acceptance {
  margin-top: 10px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-acceptance-wrapper > p {
  line-height: 16px;
}

.contact-acceptance-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.custom-contact-form .btn-wrapper .btn {
  margin-top: 20px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#offer-hidden-content {
  display: none;
}

#offer-hidden-content.active {
  display: block;
}

#get-file-btn {
  position: relative;
  display: inline-block;
  width: 200px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 12px;
  text-align: center;
  font-weight: 600;
}

#work-get-file {
  display: none;
}

#add-cv {
  margin-top: 25px;
  margin-bottom: 25px;
}

#add-cv #file-name {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 600;
}

.cv-btn-wrapper .btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 235 0 / var(--tw-bg-opacity)) !important;
}

.contact-acceptance-text {
  display: none;
}

.accordion .icon-arr-faq svg {
  height: 8px;
  width: 15px;
  transition: .3s;
}

.accordion .accordion-item-header.active .icon-arr-faq svg {
  transform: rotate(180deg);
}

.accordion .icon-arr-faq svg path {
  fill: #4F4F4F;
}

.accordion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDE ;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem 0;
  line-height: 1.5rem;
}

.rank-math-breadcrumb {
  margin-top: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1100px) {
  #menu-wrapper .site-branding,
        #menu-wrapper #ham-icon {
    position: relative;
    z-index: 21;
  }

  #site-navigation {
    position: absolute;
    inset: 0px;
    z-index: 20;
    padding-top: 85px;
  }

  #site-navigation #primary-menu {
    position: relative;
    left: -9999px;
    height: calc(100vh - 85px);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-duration: 150ms;
  }

  #site-navigation #primary-menu.active {
    left: 0px;
    padding-top: 25px;
  }

  #site-navigation #primary-menu > li a {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0, .1);
  }

  #site-navigation #primary-menu > li.custom-list-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #site-navigation #primary-menu .sub-menu:before {
    display: none;
  }

  #site-navigation #primary-menu .sub-menu {
    display: none;
  }

  #site-navigation #primary-menu .sub-menu.active {
    display: block;
    height: auto;
    opacity: 1;
  }
}

@media (min-width: 1100px) {
  #amlux__pfron-calc > div {
    grid-template-columns: 1fr 500px !important;
  }
}

@media (min-width: 1660px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 480px) {
    .xl\:container {
      max-width: 480px;
    }
  }

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

  @media (min-width: 992px) {
    .xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1100px) {
    .xl\:container {
      max-width: 1100px;
    }
  }

  @media (min-width: 1300px) {
    .xl\:container {
      max-width: 1300px;
    }
  }

  @media (min-width: 1660px) {
    .xl\:container {
      max-width: 1660px;
    }
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:w-\[16px\]::before {
  content: var(--tw-content);
  width: 16px;
}

.before\:w-\[200px\]::before {
  content: var(--tw-content);
  width: 200px;
}

.before\:border-b::before {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

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

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\'\25BC\'\]::before {
  --tw-content: '▼';
  content: var(--tw-content);
}

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

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(219 0 12 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (max-width: 1340px) {
  .max-\[1340px\]\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:h-\[90vh\] {
    height: 90vh;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px;
  }

  .lg\:grid-cols-\[1fr_500px\] {
    grid-template-columns: 1fr 500px;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .lg\:text-5xl {
    font-size: 3.25rem;
  }

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

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

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

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

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

  .lg1\:block {
    display: block;
  }

  .lg1\:flex {
    display: flex;
  }

  .lg1\:hidden {
    display: none;
  }

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

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

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

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

  .lg1\:translate-y-\[-50px\] {
    --tw-translate-y: -50px;
    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));
  }

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

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

  .lg1\:grid-cols-\[215px_1fr\] {
    grid-template-columns: 215px 1fr;
  }

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

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

  .lg1\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .lg1\:pr-50 {
    padding-right: 50px;
  }

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

  .lg1\:text-large {
    font-size: 20px;
  }

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

  .lg1\:shadow-bottom {
    --tw-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    --tw-shadow-colored: 0 2px 30px 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);
  }

  .group:hover .lg1\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .lg1\:group-hover\:translate-y-\[-5px\] {
    --tw-translate-y: -5px;
    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 .lg1\:group-hover\:overflow-visible {
    overflow: visible;
  }
}

@media (min-width: 1300px) {
  .lg2\:h-\[100px\] {
    height: 100px;
  }

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

@media (min-width: 1660px) {
  .xl\:h-\[700px\] {
    height: 700px;
  }

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

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