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

body {
  font-family: "Inter", sans-serif;
  background-color: #F4F4F4;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 992px) {
  h1 {
    font-size: 52px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
}

h5 {
}

p {
}

@media (max-width: 992px) {
  h2 {
  }
}

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

.wpcf7-not-valid-tip {
  font-size: 12px !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(30 64 175 / 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(30 64 175 / 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(30 64 175 / 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(30 64 175 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

input::-moz-placeholder {
  font-size: 15px;
}

input::placeholder {
  font-size: 15px;
}

.wpcf7-response-output {
  font-size: 12px !important;
}

.btn {
  margin-top: 10px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.btn-contact {
  background-color: #1D4ED8 !important;
  cursor: pointer;
  transition: .3s;
}

.btn-contact:hover {
  background-color: #1E40AF !important;
}

.btn-contact-wrapper {
  margin-top: 20px;
}

.btn-contact-wrapper > p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-contact-wrapper > p .wpcf7-spinner {
  position: absolute;
  right: 0px;
}

.link-custom {
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.link-custom:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.icon-link-after {
  display: flex;
  align-items: center;
}

.icon-link-after::after {
  height: 12px;
  width: 25px;
  background-image: url('/wp-content/themes/gustawgemini/assets/icons/blue-arr.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.icon-phone-before {
  display: flex;
  align-items: center;
}

.icon-phone-before::before {
  height: 12px;
  width: 25px;
  background-image: url('/wp-content/themes/gustawgemini/assets/icons/icon-phone.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.icon-phone-before-black {
  display: flex;
  align-items: center;
}

.icon-phone-before-black::before {
  height: 12px;
  width: 25px;
  background-image: url('/wp-content/themes/gustawgemini/assets/icons/icon-phone-black.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.icon-email-before {
  display: flex;
  align-items: center;
}

.icon-email-before::before {
  height: 12px;
  width: 25px;
  background-image: url('/wp-content/themes/gustawgemini/assets/icons/icon-email.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.icon-email-before-black {
  display: flex;
  align-items: center;
}

.icon-email-before-black::before {
  height: 12px;
  width: 25px;
  background-image: url('/wp-content/themes/gustawgemini/assets/icons/icon-email-black.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.icon-loc-before {
  display: flex;
  align-items: center;
}

.icon-loc-before::before {
  height: 12px;
  width: 25px;
  background-image: url('/wp-content/themes/gustawgemini/assets/icons/icon-loc.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.rank-math-breadcrumb .last {
  color: #6C757D;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[200px\] {
  height: 200px;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 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-\[20px\] {
  gap: 20px;
}

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

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

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

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

.rounded-tl-\[7px\] {
  border-top-left-radius: 7px;
}

.rounded-tr-\[7px\] {
  border-top-right-radius: 7px;
}

.border {
  border-width: 1px;
}

.border-\[\#222E784D\] {
  border-color: #222E784D;
}

.bg-\[\#222325\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 35 37 / var(--tw-bg-opacity));
}

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

.bg-banner-alarm-i-monitoring {
  background-image: url('/wp-content/themes/gustawgemini/assets/img/banner-alarm-i-monitoring.png');
}

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

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

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

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

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

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

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

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

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

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

.bg-blue-sec {
  background-image: url('/wp-content/themes/gustawgemini/assets/img/blue-sec-bg.png');
}

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

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

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

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

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

.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-\[15px\] {
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / 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 .form-wrapper-banner > p br,
    .custom-contact-form br {
  display: none;
}

.custom-contact-form {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-banner .btn {
  margin-top: 15px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 24px;
}

.custom-contact-form input,
    .custom-contact-form select,
    .custom-contact-form textarea {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 46 120 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.custom-contact-form input:focus,
    .custom-contact-form select:focus,
    .custom-contact-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

.custom-contact-form .form-wrapper-contact > p .wpcf7-form-control,
    .custom-contact-form select {
  height: 38px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-contact-form select {
  font-weight: 600;
}

.custom-contact-form textarea {
  margin-top: 25px;
  height: 150px;
  width: 100%;
  padding: 10px;
}

.custom-contact-form .wpcf7-acceptance .wpcf7-list-item,
    .contact-acceptance {
  margin-top: 10px;
  font-size: 12px;
}

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

.custom-contact-form .custom-mb-15 > p {
  font-size: 12px;
}

.custom-contact-form .btn-wrapper {
  display: flex;
  justify-content: center;
}

.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(225 8 20 / var(--tw-bg-opacity)) !important;
}

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

.contact-acceptance-btn {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 46 120 / 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: 1400px) {
    .xl\:container {
      max-width: 1400px;
    }
  }

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

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

.after\:h-\[10px\]::after {
  content: var(--tw-content);
  height: 10px;
}

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

.after\:rotate-90::after {
  content: var(--tw-content);
  --tw-rotate: 90deg;
  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));
}

.after\:bg-icon-black-arr::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/gustawgemini/assets/icons/black-arr.svg');
}

.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

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

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(225 8 20 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

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

  .lg\:grid {
    display: grid;
  }

  .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-\[180px_1fr\] {
    grid-template-columns: 180px 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg2\:relative {
    position: relative;
  }

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

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

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

  .lg2\:block {
    display: block;
  }

  .lg2\:flex {
    display: flex;
  }

  .lg2\:hidden {
    display: none;
  }

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

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

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

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

  .lg2\: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));
  }

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

  .lg2\:justify-normal {
    justify-content: normal;
  }

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

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

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

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

  .lg2\: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 .lg2\:group-hover\:h-auto {
    height: auto;
  }

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

@media (min-width: 1400px) {
  .lg3\:h-\[250px\] {
    height: 250px;
  }

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

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

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

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

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

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

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