@charset "UTF-8";
/*
 * Theme Name: Allog
 * Author: fg
 * Description: Custom theme for Allog.
 * Version: 0.1.0
 * Requires PHP: 8.0
 * Text Domain: 'text-domain'
 */
/*
! 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: #e5e7eb;
  /* 2 */
}

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

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

.container {
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 2560px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.order-first {
  order: -9999;
}

.order-none {
  order: 0;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

.h-full {
  height: 100%;
}

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

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

.w-1 {
  width: 0.25rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.flex-grow {
  flex-grow: 1;
}

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

.border-collapse {
  border-collapse: collapse;
}

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

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

.origin-top-left {
  transform-origin: top left;
}

.-rotate-90 {
  --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));
}

.rotate-90 {
  --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));
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-brand-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 252 184/var(--tw-border-opacity));
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13/var(--tw-border-opacity));
}

.border-r-brand-green {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 252 184/var(--tw-border-opacity));
}

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235/var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27/var(--tw-bg-opacity));
}

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

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

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

.p-10 {
  padding: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.leading-relaxed {
  line-height: 1.625;
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

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

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

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.will-change-transform {
  will-change: transform;
}

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

@media (min-width: 768px) {
  .md\:order-none {
    order: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-\[120px\] {
    margin-bottom: 120px;
  }
  .md\:mr-\[120px\] {
    margin-right: 120px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-\[-240px\] {
    margin-top: -240px;
  }
  .md\:mt-\[100px\] {
    margin-top: 100px;
  }
  .md\:mt-\[80px\] {
    margin-top: 80px;
  }
  .md\:mt-\[90px\] {
    margin-top: 90px;
  }
  .md\:mt-\[95px\] {
    margin-top: 95px;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-\[15px\] {
    gap: 15px;
  }
  .md\:border-\[20px\] {
    border-width: 20px;
  }
  .md\:border-r-\[3px\] {
    border-right-width: 3px;
  }
  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:py-\[125px\] {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pr-\[50px\] {
    padding-right: 50px;
  }
  .md\:pt-\[70px\] {
    padding-top: 70px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-\[25px\] {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .lg\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }
  .lg\:h-\[640px\] {
    height: 640px;
  }
  .lg\:min-h-\[350px\] {
    min-height: 350px;
  }
  .lg\:max-w-\[55\%\] {
    max-width: 55%;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:text-\[150px\] {
    font-size: 150px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .xl\:mr-\[135px\] {
    margin-right: 135px;
  }
  .xl\:mt-\[110px\] {
    margin-top: 110px;
  }
  .xl\:mt-\[30px\] {
    margin-top: 30px;
  }
  .xl\:mt-\[80px\] {
    margin-top: 80px;
  }
  .xl\:h-\[780px\] {
    height: 780px;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-\[30\%\] {
    width: 30%;
  }
  .xl\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .xl\:border-\[25px\] {
    border-width: 25px;
  }
  .xl\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .xl\:pt-\[50px\] {
    padding-top: 50px;
  }
  .xl\:text-\[35px\] {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .\32 xl\:mt-\[-340px\] {
    margin-top: -340px;
  }
  .\32 xl\:mt-\[127px\] {
    margin-top: 127px;
  }
  .\32 xl\:h-\[880px\] {
    height: 880px;
  }
  .\32 xl\:border-\[30px\] {
    border-width: 30px;
  }
  .\32 xl\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .\32 xl\:py-\[225px\] {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  .\32 xl\:pr-\[70px\] {
    padding-right: 70px;
  }
  .\32 xl\:pt-\[70px\] {
    padding-top: 70px;
  }
  .\32 xl\:text-\[25px\] {
    font-size: 25px;
  }
}
@media (min-width: 1536px) {
  .\33 xl\:mt-\[150px\] {
    margin-top: 150px;
  }
  .\33 xl\:h-\[989px\] {
    height: 989px;
  }
  .\33 xl\:h-\[995px\] {
    height: 995px;
  }
  .\33 xl\:pr-\[100px\] {
    padding-right: 100px;
  }
}
@media (min-width: 1920px) {
  .\34 xl\:h-\[150px\] {
    height: 150px;
  }
  .\34 xl\:max-w-\[40\%\] {
    max-width: 40%;
  }
  .\34 xl\:border-\[35px\] {
    border-width: 35px;
  }
  .\34 xl\:py-\[190px\] {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .\34 xl\:pr-\[140px\] {
    padding-right: 140px;
  }
  .\34 xl\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (min-width: 2560px) {
  .\35 xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\35 xl\:w-\[80\%\] {
    width: 80%;
  }
}
/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.text-dynamic-25 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .text-dynamic-25 {
    font-size: 25px;
  }
}

.text-dynamic-30 {
  font-size: 25px;
}
@media (min-width: 1536px) {
  .text-dynamic-30 {
    font-size: 30px;
  }
}

.text-dynamic-35 {
  font-size: 25px;
}
@media (min-width: 1536px) {
  .text-dynamic-35 {
    font-size: 35px;
  }
}

.text-dynamic-40 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .text-dynamic-40 {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .text-dynamic-40 {
    font-size: 33px;
  }
}
@media (min-width: 1366px) {
  .text-dynamic-40 {
    font-size: 35px;
  }
}
@media (min-width: 1536px) {
  .text-dynamic-40 {
    font-size: 40px;
  }
}

.text-dynamic-47 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .text-dynamic-47 {
    font-size: 40px;
  }
}
@media (min-width: 1536px) {
  .text-dynamic-47 {
    font-size: 47px;
  }
}

.text-dynamic-70 {
  font-size: 45px;
}
@media (min-width: 1536px) {
  .text-dynamic-70 {
    font-size: 70px;
  }
}

.text-dynamic-70-title {
  font-size: 55px;
}
@media (min-width: 1536px) {
  .text-dynamic-70-title {
    font-size: 70px;
  }
}

.text-dynamic-80 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .text-dynamic-80 {
    font-size: 50px;
  }
}
@media (min-width: 1536px) {
  .text-dynamic-80 {
    font-size: 80px;
  }
}

* {
  box-sizing: border-box;
}

main {
  overflow: hidden;
  position: relative;
}

select,
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  color: #000;
  background-color: #F8F5F5;
  font-family: archivo, sans-serif;
}

.custom-fluid-container {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .custom-fluid-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .custom-fluid-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.custom-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .custom-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.arrow-bg-404 svg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: translateX(-50%) scaleX(-1);
}

.arrow-back svg {
  transform: scaleX(-1);
  width: 80px;
  height: auto;
}
@media (min-width: 768px) {
  .arrow-back svg {
    width: 100px;
  }
}
@media (min-width: 1366px) {
  .arrow-back svg {
    width: 128px;
  }
}

.basic-page .content h2 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (min-width: 1536px) {
  .basic-page .content h2 {
    font-size: 70px;
  }
}
.basic-page .content p {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .basic-page .content p {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .basic-page .content p {
    font-size: 33px;
  }
}
@media (min-width: 1366px) {
  .basic-page .content p {
    font-size: 35px;
  }
}
@media (min-width: 1536px) {
  .basic-page .content p {
    font-size: 40px;
  }
}
.basic-page .content a {
  text-decoration: underline;
}

.map-area-container {
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}

#my-agile-privacy-notification-area {
  width: auto !important;
  padding: 0 !important;
}

.map-closebutton-right, #map-customize-button {
  display: none !important;
}

#my-agile-privacy-notification-content {
  padding: 20px !important;
}

#my-agile-privacy-notification-area .map_notification_container a {
  padding: 5px 15px !important;
}

.header {
  position: relative;
  width: 100%;
}
.header .logo svg {
  height: 60px;
  width: auto;
}
@media (min-width: 768px) {
  .header .logo svg {
    height: 120px;
  }
}
@media (min-width: 1536px) {
  .header .logo svg {
    height: 220px;
  }
}
.header .sidebar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 40px;
  top: 100px;
  right: 10px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .header .sidebar-container {
    top: 85px;
    width: 60px;
    right: 10px;
  }
}
.header .icon-container {
  margin-bottom: 20px;
}
.header .icon {
  display: block;
}
.header .icon svg {
  width: 19px;
  height: auto;
}
@media (min-width: 768px) {
  .header .icon svg {
    width: 22px;
  }
}
@media (min-width: 1280px) {
  .header .icon svg {
    width: 26px;
  }
}
.header .text-vertical-fallback {
  transform: rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .header .text-vertical-fallback {
    margin-top: 80px;
  }
}
.header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer {
  background-image: url("/wp-content/themes/allog/assets/images/svg/texture.svg");
}
.footer .logo-b svg {
  width: 110px;
  height: auto;
}
@media (min-width: 1280px) {
  .footer .logo-b svg {
    width: 120px;
  }
}
@media (min-width: 1366px) {
  .footer .logo-b svg {
    width: 130px;
  }
}
@media (min-width: 1536px) {
  .footer .logo-b svg {
    width: 140px;
  }
}
@media (min-width: 1920px) {
  .footer .logo-b svg {
    width: 170px;
  }
}
.footer .logo svg {
  width: auto;
  height: 90px;
}
@media (min-width: 1280px) {
  .footer .logo svg {
    height: 110px;
  }
}
@media (min-width: 1536px) {
  .footer .logo svg {
    height: 130px;
  }
}
.footer .social svg {
  width: 55px;
  height: auto;
}
@media (min-width: 1024px) {
  .footer .social svg {
    width: 60px;
  }
}
@media (min-width: 1366px) {
  .footer .social svg {
    width: 78px;
  }
}
.footer a {
  transition: all 0.5s ease;
}
.footer .social a:hover svg {
  transition: all 0.5s ease;
  transform: scale(1.1);
}
.footer .secondary-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.block-col {
  /* Screen reader only - nascosto visivamente ma accessibile */
}
.block-col p {
  margin-bottom: 20px;
}
.block-col .swiper {
  width: 100%;
  margin: 0 auto;
}
.block-col .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-col .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block-col .sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.services .list {
  /* Pallino verde acqua allineato alla prima riga */
  /* Animazione */
  /* Miglioramenti per alto contrasto */
  /* 🖥️ Desktop */
}
.services .list ul li {
  position: relative;
  padding-left: 45px;
  margin: 20px 0;
  line-height: 1.4; /* assicurati che sia uniforme */
}
.services .list:focus-within {
  outline: 2px solid #02FCB8;
  outline-offset: 2px;
  border-radius: 4px;
}
.services .list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; /* allineato alla prima riga del testo */
  width: 25px;
  height: 25px;
  background-color: #02FCB8;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(2, 252, 184, 0.7);
  animation: pulse 1.5s infinite;
  /* Rispetta le preferenze utente per animazioni ridotte */
}
@media (prefers-reduced-motion: reduce) {
  .services .list ul li::before {
    animation: none;
    box-shadow: 0 0 0 2px rgba(0, 212, 163, 0.3);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 252, 184, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(2, 252, 184, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(2, 252, 184, 0);
  }
}
@media (prefers-contrast: high) {
  .services .list ul li::before {
    background-color: #000000;
    border-color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
  }
}
@media (min-width: 1024px) {
  .services .list ul li {
    padding-left: 54px;
  }
  .services .list ul li::before {
    width: 34px;
    height: 34px;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(2, 252, 184, 0.7);
    }
    70% {
      box-shadow: 0 0 0 17px rgba(2, 252, 184, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(2, 252, 184, 0);
    }
  }
}
@media (min-width: 1366px) {
  .services .list ul li {
    padding-left: 60px;
  }
  .services .list ul li::before {
    width: 40px;
    height: 40px;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(2, 252, 184, 0.7);
    }
    70% {
      box-shadow: 0 0 0 20px rgba(2, 252, 184, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(2, 252, 184, 0);
    }
  }
}
.services .arrow-bg svg {
  position: absolute;
  top: 0;
  left: 20px;
  width: 90%;
  height: auto;
  z-index: -1;
}
@media (min-width: 768px) {
  .services .arrow-bg svg {
    width: 65%;
    right: 20px;
    left: auto;
  }
}
@media (min-width: 1366px) {
  .services .arrow-bg svg {
    width: 45%;
    right: 20px;
    left: auto;
  }
}

.text-with-bg strong {
  color: #02FCB8;
}

.slider {
  /* Screen reader only - nascosto visivamente ma accessibile */
}
.slider .swiper {
  width: 100%;
  margin: 0 auto;
}
.slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .swiper-slide img {
  object-fit: cover;
  display: block;
}
.slider .sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .blocks-grid .group:nth-child(even) {
    border-right: none;
  }
}
@media (min-width: 1280px) {
  .blocks-grid .group:nth-child(3n) {
    border-right: none;
  }
}
.blocks-grid .icon-grid svg {
  width: auto;
  height: 120px;
}
@media (min-width: 1920px) {
  .blocks-grid .icon-grid svg {
    height: 150px;
  }
}

.tir-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tir-inner {
  display: flex;
  width: max-content;
  animation: scrollTIR 30s linear infinite;
  will-change: transform;
  /* Aggiunto per Safari */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.tir-track {
  display: flex;
  gap: 50px;
  margin-right: 50px;
  flex-shrink: 0; /* Aggiunto per evitare il shrinking */
}

.single-tir svg {
  height: 100px;
  width: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .single-tir svg {
    height: 200px;
  }
}
@media (min-width: 1280px) {
  .single-tir svg {
    height: 240px;
  }
}

@keyframes scrollTIR {
  0% {
    transform: translateX(-50%) translateZ(0);
  }
  100% {
    transform: translateX(0%) translateZ(0);
  }
}
.hero {
  /* Focus visibile per elementi interattivi */
}
@media (min-width: 768px) {
  .hero .el-projecte {
    transform: translateY(-100%);
    /* Aggiunto per Safari */
    transform: translateY(-100%) translateZ(0);
    backface-visibility: hidden;
  }
}
.hero .el-projecte h2.big-title {
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  position: relative;
  white-space: nowrap;
  will-change: transform;
  /* Aggiunto per Safari */
  transform: translateZ(0);
  backface-visibility: hidden;
}
.hero .icon-division svg {
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .hero .icon-division svg {
    width: 90px;
  }
}
@media (min-width: 1280px) {
  .hero .icon-division svg {
    width: 120px;
  }
}
.hero .arrow-animation {
  /* Aggiunto per Safari */
  transform: translateZ(0);
  backface-visibility: hidden;
}
.hero .arrow-animation svg {
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .hero .arrow-animation svg {
    width: auto;
    height: 100dvh;
    margin-right: 15%;
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero .hero * {
    animation: none !important;
    transition: none !important;
  }
}
.hero .hero *:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/*# sourceMappingURL=style.css.map */
