@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* Tailwind CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

@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: 1150px){
  .container{
    max-width: 1150px;
  }
}

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

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

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

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

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-4{
  left: 1rem;
}

.top-4{
  top: 1rem;
}

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

.mb-3{
  margin-bottom: 0.75rem;
}

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

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

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

.mt-auto{
  margin-top: auto;
}

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}

.h-4{
  height: 1rem;
}

.h-full{
  height: 100%;
}

.w-4{
  width: 1rem;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

.gap-8{
  gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

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

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

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

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

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

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

/* Your CSS Styles */

.header-nofp .header-cont-mid{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(175 175 175 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
}

.header-cont-sticky{
  position: fixed;
  top: -80px;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky{
    padding-bottom: 0px;
  }
}

.header-cont-sticky .header-cont{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont{
    padding-top: 2.5rem;
  }
}

.header-cont-sticky .header-cont .header-cont-top{
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
  max-width: 1248px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-top{
    display: flex;
  }
}

.header-cont-sticky .header-cont .header-cont-top_links{
  display: flex;
  gap: 1.5rem;
  text-transform: uppercase;
}

.header-cont-sticky .header-cont .header-cont-top_links a{
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont .header-cont-top_links a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont .header-cont-mid{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 1.5rem;
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .menu-menu-glowne-container{
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu{
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu{
    display: flex;
  }
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu{
    gap: 2.5rem;
  }
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu ul{
  display: flex;
  gap: 2rem;
  padding-right: 1.25rem;
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu li{
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu li:hover::before img{
  filter: invert(73%) sepia(57%) saturate(423%) hue-rotate(330deg) brightness(95%) contrast(95%);
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu{
  visibility: visible;
  opacity: 1;
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu li{
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82::before,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81::before{
  position: absolute;
  top: 50%;
  right: -16px;
  height: 7px;
  width: 8px;
  content: "";
  background-image: url('../img/arrow-menu.svg');
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82::before:hover,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81::before:hover{
  filter: invert(73%) sepia(57%) saturate(423%) hue-rotate(330deg) brightness(95%) contrast(95%);
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82:hover .sub-menu,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82:focus-within .sub-menu,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81:hover .sub-menu,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81:focus-within .sub-menu{
  opacity: 1;
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82:hover .sub-menu li,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82:focus-within .sub-menu li,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81:hover .sub-menu li,.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81:focus-within .sub-menu li{
  border-style: none !important;
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .main-menu .current-menu-item{
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 138 81 / var(--tw-border-opacity));
}

@media not all and (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-mid .header-cont-menu .btn-black{
    display: none;
  }
}

.header-cont-sticky .header-cont .header-cont-mid .header-cont-menu #show-menu{
  margin-top: 0.5rem;
  width: 2rem;
  cursor: pointer;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont .header-cont-mid .header-cont-menu #show-menu{
    display: none;
  }
}

.bg-header-motion{
  position: fixed;
  top: -4px !important;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  border-radius: 25px;
  background-color: transparent;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .bg-header-motion{
    padding-bottom: 0px;
  }
}

@media (min-width: 640px){
  .bg-header-motion{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px){
  .bg-header-motion{
    top: -80px !important;
  }
}

.bg-header-motion .header-nofp .header-cont-mid{
  border-style: none !important;
  padding-bottom: 0px !important;
}

.bg-header-motion .header-cont{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .bg-header-motion .header-cont{
    padding-top: 2.5rem;
    padding-bottom: 1.25rem !important;
  }
}

.bg-header-motion .header-cont .header-cont-top{
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
  max-width: 1248px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .bg-header-motion .header-cont .header-cont-top{
    display: flex;
  }
}

.bg-header-motion .header-cont .header-cont-top_links{
  display: flex;
  gap: 1.5rem;
  text-transform: uppercase;
}

.bg-header-motion .header-cont .header-cont-top_links a{
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

.bg-header-motion .header-cont .header-cont-top_links a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.bg-header-motion .header-cont .header-cont-mid{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 1.5rem;
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .menu-menu-glowne-container{
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu{
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu{
    display: flex;
  }
}

@media (min-width: 1280px){
  .bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu{
    gap: 2.5rem;
  }
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu ul{
  display: flex;
  gap: 2rem;
  padding-right: 1.25rem;
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu li{
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu li:hover::before img{
  filter: invert(73%) sepia(57%) saturate(423%) hue-rotate(330deg) brightness(95%) contrast(95%);
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu{
  visibility: visible;
  opacity: 1;
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu li{
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu li .sub-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82::before,.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81::before{
  position: absolute;
  top: 50%;
  right: -16px;
  height: 7px;
  width: 8px;
  content: "";
  background-image: url('../img/arrow-menu.svg');
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82::before:hover,.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81::before:hover{
  filter: invert(73%) sepia(57%) saturate(423%) hue-rotate(330deg) brightness(95%) contrast(95%);
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82:hover .sub-menu,.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81:hover .sub-menu{
  opacity: 1;
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-82:hover .sub-menu li,.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu #menu-item-81:hover .sub-menu li{
  border-style: none !important;
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu .main-menu .current-menu-item{
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 138 81 / var(--tw-border-opacity));
}

@media not all and (min-width: 1024px){
  .bg-header-motion .header-cont .header-cont-mid .header-cont-menu .btn-black{
    display: none;
  }
}

.bg-header-motion .header-cont .header-cont-mid .header-cont-menu #show-menu{
  margin-top: 0.5rem;
  width: 2rem;
  cursor: pointer;
}

@media (min-width: 1024px){
  .bg-header-motion .header-cont .header-cont-mid .header-cont-menu #show-menu{
    display: none;
  }
}

.header-cont-sticky.visible {
  top: 0px;
}

.header-cont-sticky.visible .header-cont{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .header-cont-sticky.visible .header-cont{
    padding-top: 2.5rem;
  }
}

.menu-visible {
  transform: translateX(0) !important;
  visibility: unset !important;
}

.menu-mobile{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100dvh;
  width: 100%;
  flex-direction: column;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 0px;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}

.menu-mobile.active, .menu-mobile[style*="display: block"] {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.menu-mobile .menu-mobile-cont{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.menu-mobile .menu-mobile-cont #menu-close{
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 0.5rem;
  width: 42px;
  height: 42px;
  background: #f3f4f6;
  border-radius: 50%;
}

.menu-mobile .menu-mobile-cont #menu-close path {
  fill: #111827;
}

.menu-mobile .menu-mobile-cont .main-menu{
  margin: 0px;
  margin-top: 4rem;
  display: flex;
  width: 100%;
  flex-grow: 1;
  list-style-type: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.menu-mobile .menu-mobile-cont .main-menu::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.menu-mobile .menu-mobile-cont .main-menu > li{
  margin-bottom: 0.5rem;
  width: 100%;
}

.menu-mobile .menu-mobile-cont .main-menu > li > a{
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-thickness: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.menu-mobile .menu-mobile-cont .main-menu > li > a:active {
  background-color: #f3f4f6;
  transform: scale(0.98);
}

.menu-mobile .menu-mobile-cont .main-menu > li.current-menu-item > a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.menu-mobile .menu-mobile-cont .main-menu > li .sub-menu{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.menu-mobile .menu-mobile-cont .main-menu > li .sub-menu li a{
  display: block;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  text-decoration-thickness: 0px;
}

.menu-mobile .menu-mobile-cont .main-menu > li .sub-menu li:hover > a, .menu-mobile .menu-mobile-cont .main-menu > li .sub-menu li:active > a{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.menu-mobile .menu-mobile-cont .main-menu > li .sub-menu li.current-menu-item > a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-mobile .menu-mobile-cont > a{
  display: none;
}

.menu-mobile .menu-mobile-cont::after {
  content: '';
}

.menu-mobile .menu-mobile-cont > a{
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  text-decoration-thickness: 0px;
}

.menu-mobile .menu-mobile-cont > a:last-child{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 0px;
  width: calc(100% + 40px);
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.menu-mobile .menu-mobile-cont > a:nth-last-child(2){
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: auto;
  width: calc(100% + 40px);
  border-radius: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.header-fp{
  border-style: none !important;
}

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

.external-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.external-info {
  font-size: 0.85em;
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 50px;
}

@media (min-width: 1024px){
  .footer{
    padding-top: 84px;
  }
}

.footer .footer-cont .footer-cont-top{
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 2.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(158 158 158 / var(--tw-border-opacity));
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 1150px){
  .footer .footer-cont .footer-cont-top{
    align-items: center;
  }
}

@media (min-width: 1150px){
  .footer .footer-cont .footer-cont-top{
    flex-direction: row;
  }
}

.footer .footer-cont .footer-cont-top_left{
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

@media not all and (min-width: 1150px){
  .footer .footer-cont .footer-cont-top_left{
    align-items: center;
  }
}

@media (min-width: 1150px){
  .footer .footer-cont .footer-cont-top_left{
    gap: 2.75rem;
  }
}

.footer .footer-cont .footer-cont-top_left a{
  width: -moz-fit-content;
  width: fit-content;
}

.footer .footer-cont .footer-cont-top_right{
  display: grid;
  width: 100%;
  max-width: 781px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px){
  .footer .footer-cont .footer-cont-top_right{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footer .footer-cont .footer-cont-top_right{
    gap: 98px;
  }
}

.footer .footer-cont .footer-cont-top_right__item h4{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 2rem;
}

.footer .footer-cont .footer-cont-top_right__item___des{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-top_right__item___des a{
  display: block;
}

.footer .footer-cont .footer-cont-top_right__item___socials{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.footer .footer-cont .footer-cont-bot{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media not all and (min-width: 768px){
  .footer .footer-cont .footer-cont-bot{
    gap: 1.25rem;
  }
}

@media (min-width: 768px){
  .footer .footer-cont .footer-cont-bot{
    flex-direction: row;
  }
}

.footer .footer-cont .footer-cont-bot p{
  font-size: 1.125rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px){
  .footer .footer-cont .footer-cont-bot p{
    text-align: center;
  }
}

.footer .footer-cont .footer-cont-bot_everywhere{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.ext-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.ext-modal.active {
  display: block;
}

.ext-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.ext-modal__content {
  position: relative;
  background: #fff;
  max-width: 420px;
  margin: 10vh auto;
  padding: 24px 28px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.ext-modal__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.ext-modal__content p {
  font-size: 0.95rem;
  color: #444;
}

.ext-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.ext-modal__actions button {
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.btn-cancel {
  background: #f1f1f1;
  border: none;
}

.btn-confirm {
  background: #00A651;
  color: #fff;
  border: none;
}

.fp-top{
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

@media not all and (min-width: 1024px){
  .fp-top{
    align-items: center;
  }
}

@media (min-width: 1024px){
  .fp-top{
    margin-top: 200px;
    flex-direction: row;
  }
}

.fp-top_left{
  width: 100%;
  border-radius: 0.75rem;
}

@media (min-width: 1024px){
  .fp-top_left{
    max-width: 500px;
  }
}

@media (min-width: 1280px){
  .fp-top_left{
    max-width: 612px;
  }
}

.fp-top_left img{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1024px){
  .fp-top_left img{
    max-height: 400px;
  }
}

@media not all and (min-width: 640px){
  .fp-top_left img{
    min-height: 300px;
  }
}

@media (min-width: 1024px){
  .fp-top_left img{
    max-width: 500px;
  }
}

@media (min-width: 1280px){
  .fp-top_left img{
    max-width: 612px;
  }
}

@media (min-width: 1536px){
  .fp-top_left img{
    min-height: 612px;
  }
}

.fp-top_right{
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  gap: 2rem;
}

@media not all and (min-width: 1024px){
  .fp-top_right{
    align-items: center;
  }
}

@media (min-width: 1024px){
  .fp-top_right{
    max-width: 532px;
    flex-direction: row;
    justify-content: flex-end;
  }
}

.fp-top_right__des{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px){
  .fp-top_right__des{
    max-width: 450px;
  }
}

.fp-top_right__des h2{
  text-align: center;
}

.fp-top_right__des h1{
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.fp-top_right__des p{
  text-align: center;
}

.fp-top_right__des a{
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.fp-top_right__socials{
  display: flex;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .fp-top_right__socials{
    flex-direction: column;
  }
}

.fp-works{
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px){
  .fp-works{
    margin-top: 5rem;
  }
}

.fp-works h3{
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 1280px){
  .fp-works h3{
    max-width: 608px;
  }
}

.fp-works .fp-works-boxes{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .fp-works .fp-works-boxes{
    width: 100%;
    max-width: 700px;
  }
}

@media (min-width: 640px){
  .fp-works .fp-works-boxes{
    margin-top: 64px;
  }
}

@media (min-width: 1024px){
  .fp-works .fp-works-boxes{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fp-works .fp-works-boxes_item{
  position: relative;
  border-radius: 15px;
}

.fp-works .fp-works-boxes_item img{
  height: 322px;
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fp-works .fp-works-boxes_item__name{
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 100%;
  max-width: 335px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 22px;
}

.fp-archive{
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px){
  .fp-archive{
    margin-top: 5rem;
  }
}

.fp-archive h3{
  margin-bottom: 1.25rem;
  text-align: center;
}

.fp-archive .fp-archive-box{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 640px){
  .fp-archive .fp-archive-box{
    margin-top: 64px;
  }
}

@media (min-width: 1024px){
  .fp-archive .fp-archive-box{
    flex-direction: row;
  }
}

@media (min-width: 1350px){
  .fp-archive .fp-archive-box{
    gap: 82px;
  }
}

.fp-archive .fp-archive-box_item{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .fp-archive .fp-archive-box_item{
    flex-direction: row;
  }
}

.fp-archive .fp-archive-box_item__img{
  height: 188px;
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .fp-archive .fp-archive-box_item__img{
    width: 188px;
  }
}

.fp-archive .fp-archive-box_item__name{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.fp-archive .fp-archive-box_item__name h3{
  text-align: start;
  font-size: 26px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-archive .fp-archive-box_item__name a{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-archive .fp-archive-box_item:hover h3, .fp-archive .fp-archive-box_item:hover a{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

/* --- GŁÓWNY KONTENER --- */

.materials-section-wrapper {
  margin: 40px 0;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
  border-left: 5px solid #F18A51;
  /* Akcent z lewej strony tytułu */
  padding-left: 15px;
}

/* Siatka kart (Responsywna) */

.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  /* Auto dopasowanie */
  gap: 30px;
}

/* --- KARTA EDYCJI --- */

.material-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}

.material-card:hover {
  transform: translateY(-3px);
  /* Lekkie uniesienie całej karty */
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Nagłówek karty (Nazwa edycji) */

.material-header {
  background: #f9f9f9;
  padding: 20px 25px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.material-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #222;
  font-weight: 700;
}

/* Ozdobna linia pod nagłówkiem */

.material-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  /* Krótka kreseczka */
  height: 3px;
  background: #F18A51;
}

/* --- LISTA PLIKÓW --- */

.material-list {
  padding: 10px 0;
}

.file-item {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  color: #555;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  /* Miejsce na pasek hover */
}

/* Paski oddzielające (oprócz ostatniego) */

.file-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

/* --- INTERAKCJA HOVER NA LINKU --- */

.file-item:hover {
  background-color: #fff8f5;
  /* Bardzo jasny pomarańczowy w tle */
  color: #333;
  border-left-color: #F18A51;
  /* Pomarańczowy pasek z lewej */
  padding-left: 30px;
  /* Lekkie przesunięcie w prawo */
}

/* Ikona dokumentu */

.file-icon svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  color: #aaa;
  transition: color 0.3s;
}

.file-item:hover .file-icon svg {
  color: #F18A51;
}

/* Nazwa pliku */

.file-name {
  flex-grow: 1;
  /* Rozpycha się na środek */
  font-weight: 500;
  font-size: 0.95rem;
}

/* Sekcja "Pobierz" po prawej */

.download-action {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}

.file-item:hover .download-action {
  color: #F18A51;
  font-weight: 700;
}

/* Animacja strzałki */

.arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.file-item:hover .arrow-icon {
  transform: translateY(3px);
  /* Strzałka skacze w dół */
}

.empty-msg {
  padding: 20px 25px;
  color: #999;
  font-style: italic;
  font-size: 0.9rem;
}

.fp-opinion{
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px){
  .fp-opinion{
    margin-top: 5rem;
  }
}

.fp-opinion h3{
  margin-bottom: 1.25rem;
  text-align: center;
}

.fp-opinion_boxes{
  margin-top: 2rem;
  overflow: hidden;
}

@media (min-width: 640px){
  .fp-opinion_boxes{
    margin-top: 64px;
  }
}

.fp-opinion_boxes{
  width: -webkit-fill-available;
  width: -moz-available;
}

.fp-opinion_boxes .swiper-slide{
  display: flex;
  flex-direction: column;
}

.fp-opinion_boxes .swiper-slide .slide-img{
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 640px){
  .fp-opinion_boxes .swiper-slide .slide-img{
    padding: 1.5rem;
  }
}

.fp-opinion_boxes .swiper-slide .slide-img img{
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .fp-opinion_boxes .swiper-slide .slide-img img{
    height: 284px;
  }
}

.fp-opinion_boxes .swiper-slide .slide-opinion{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
}

@media (min-width: 640px){
  .fp-opinion_boxes .swiper-slide .slide-opinion{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fp-opinion_boxes .swiper-slide .slide-person{
  margin-top: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px){
  .fp-opinion_boxes .swiper-slide .slide-person{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fp-opinion_boxes .swiper-slide .slide-person h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
}

@media (min-width: 640px){
  .fp-opinion_boxes .swiper-slide .slide-person h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.fp-faq{
  margin-top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .fp-faq{
    margin-top: 5rem;
  }
}

@media (min-width: 1024px){
  .fp-faq{
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.fp-faq .answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.fp-faq .fp-faq-cont{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 824px;
}

.fp-faq .fp-faq-cont h3{
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-faq .fp-faq-cont h3{
    font-size: 32px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .fp-faq .fp-faq-cont h3{
    font-size: 50px;
    line-height: 50px;
  }
}

.fp-faq .fp-faq-cont_boxes{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.fp-faq .fp-faq-cont_boxes__item{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.25rem;
}

.fp-faq .fp-faq-cont_boxes__item .question{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.fp-faq .fp-faq-cont_boxes__item .question h4{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.fp-faq .fp-faq-cont_boxes__item .question .minus-icon{
  display: none;
}

.fp-faq .fp-faq-cont_boxes__item .question .plus-icon{
  display: block;
}

.fp-faq .fp-faq-cont_boxes__item .question.active .question .plus-icon{
  display: none;
}

.fp-faq .fp-faq-cont_boxes__item .question.active .question .minus-icon{
  display: block;
}

.fp-faq .fp-faq-cont_boxes__item .answer{
  height: 0px;
  overflow: hidden;
  transition-property: height;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-faq-cont_boxes__item .question:focus {
  outline: 2px solid #00A651;
  outline-offset: 2px;
}

.fp-org{
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px){
  .fp-org{
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.fp-org h3{
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 2rem;
}

@media (min-width: 768px){
  .fp-org h3{
    font-size: 30px;
    line-height: 60px;
  }
}

.fp-org .fp-org-cont{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px){
  .fp-org .fp-org-cont{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 768px){
  .fp-org .fp-org-cont{
    margin-top: 4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fp-org .fp-org-cont_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.fp-org .fp-org-cont_item h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 30px;
}

.fp-org .fp-org-cont_item .gray-line{
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.ap-top{
  margin-top: 120px;
}

@media (min-width: 1024px){
  .ap-top{
    margin-top: 200px;
  }
}

.ap-top_box{
  position: relative;
}

.ap-top_box__socials{
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .ap-top_box__socials{
    margin-bottom: 0.75rem;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .ap-top_box__socials{
    position: absolute;
    top: 0px;
    right: 0px;
    flex-direction: column;
  }
}

.ap-top_box__content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ap-top_box__content h1{
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.ap-top_box__content h2{
  margin-top: 1.75rem;
  text-align: center;
}

.ap-top_box__content .text-defoult{
  margin-bottom: 3rem;
  max-width: 824px;
  text-align: center;
}

.ap-top_box__content img{
  max-height: 560px;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.ap-des_box{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .ap-des_box{
    margin-top: 60px;
    gap: 60px;
  }
}

.ap-des_box .itemone{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .ap-des_box .itemone{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ap-des_box .itemone .content-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .ap-des_box .itemone .content-left{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.ap-des_box .itemone .content-left h3{
  text-align: center;
}

.ap-des_box .itemone .content-left .text-defoult{
  display: flex;
  width: 100%;
  max-width: 488px;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.ap-des_box .itemone .content-right img{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.ap-des_box .itemtwo{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .ap-des_box .itemtwo{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ap-des_box .itemtwo .content-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .ap-des_box .itemtwo .content-left{
    order: 2;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.ap-des_box .itemtwo .content-left h3{
  text-align: center;
}

.ap-des_box .itemtwo .content-left .text-defoult{
  display: flex;
  width: 100%;
  max-width: 488px;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 1024px){
  .ap-des_box .itemtwo .content-right{
    order: 1;
  }
}

.ap-des_box .itemtwo .content-right img{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.ap-gallery{
  margin-top: 60px;
}

.ap-gallery .ap-gallery-box{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .ap-gallery .ap-gallery-box{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .ap-gallery .ap-gallery-box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ap-gallery .ap-gallery-box .ap-gallery-item img{
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.des-page{
  position: relative;
  margin-top: 120px;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .des-page{
    margin-top: 200px;
  }
}

.des-page_socials{
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .des-page_socials{
    margin-bottom: 0.75rem;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .des-page_socials{
    position: absolute;
    top: 0px;
    right: 0px;
    flex-direction: column;
  }
}

.des-page_content{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 824px;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.des-page_content__heading h1{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .des-page_content__heading h1{
    font-size: 38px;
    line-height: 42px;
  }
}

@media (min-width: 1280px){
  .des-page_content__heading h1{
    font-size: 56px;
    line-height: 66px;
  }
}

.des-page_content__heading p{
  text-align: center;
}

.des-page_content__img{
  border-radius: 15px;
}

.des-page_content__img img{
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.des-page_content__des{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.des-page_content__des .images-wrapper{
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 640px){
  .des-page_content__des .images-wrapper{
    flex-direction: column;
  }
}

.des-page_content__des .images-wrapper p{
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 640px){
  .des-page_content__des .images-wrapper p{
    flex-direction: column;
  }
}

.des-page_content__des .images-wrapper img{
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.des-page_content__des img{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.des-page_content h3{
  margin-top: 0.5rem;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.des-page_content__boxes{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

@media not all and (min-width: 640px){
  .des-page_content__boxes{
    align-items: center;
  }
}

@media (min-width: 640px){
  .des-page_content__boxes{
    flex-direction: row;
  }
}

.des-page_content__boxes a{
  display: flex;
  width: 100%;
  max-width: 280px;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(2 165 56 / var(--tw-border-opacity));
  padding: 1rem;
}

.des-page_content__boxes a h4{
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.des-page_content__pdf a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.archive-page{
  margin-top: 120px;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .archive-page{
    margin-top: 200px;
  }
}

.single-page{
  margin-top: 80px;
  padding-bottom: 5rem;
}

@media (min-width: 640px){
  .single-page{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .single-page{
    margin-top: 220px;
  }
}

/* --- KONTENER GŁÓWNY --- */

.single-page .galleries-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

/* --- KAFELEK (CARD) --- */

.single-page .gallery-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.single-page .gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* Obrazek okładkowy */

.single-page .card-image-wrapper {
  position: relative;
  height: 220px;
  /* Stała wysokość kafelka */
  overflow: hidden;
}

.single-page .card-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.single-page .gallery-card:hover .card-image-wrapper img {
  transform: scale(1.1);
}

/* Overlay po najechaniu */

.single-page .card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.single-page .gallery-card:hover .card-overlay {
  opacity: 1;
}

.single-page .view-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  background: rgba(255,255,255,0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* Tytuł kafelka */

.single-page .card-content {
  padding: 15px 20px;
  text-align: center;
}

.single-page .card-content h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}

/* --- MODAL (OKNO GALERII) --- */

.single-page .gallery-modal{
  position: relative;
}

@media (min-width: 640px){
  .single-page .gallery-modal{
    grid-column: span 3 / span 3;
  }
}

.single-page .gallery-modal {
  display: none;
  /* Domyślnie ukryte */
  width: 100%;
  height: 100%;
  animation: fadeIn 0.3s;
}

.single-page .modal-content {
  background-color: #fefefe;
  margin: 0vh auto;
  width:100%;
  max-width: 1248px;
  border-radius: 8px;
  position: relative;
}

.single-page .material-author{
  margin-top: 2.5rem;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 60px;
}

.single-page .modal-header{
  margin-bottom: 1.5rem;
}

@media (min-width: 640px){
  .single-page .modal-header{
    margin-bottom: 78px;
  }
}

.single-page .modal-header span{
  margin-top: 1.25rem;
  display: block;
  cursor: pointer;
  text-align: center;
}

.single-page .modal-header span:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.single-page .modal-header h2{
  text-align: center;
}

.single-page .modal-header h2 p{
  display: inline-block;
}

.single-page .gallery-modal-socials{
  top: -60px;
  right: 0px;
  z-index: 10;
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .single-page .gallery-modal-socials{
    margin-bottom: 1.25rem;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .single-page .gallery-modal-socials{
    position: absolute;
    flex-direction: column;
  }
}

/* Siatka zdjęć wewnątrz modala */

@media not all and (min-width: 640px){
  .single-page .modal-gallery-grid{
    place-items: center;
  }
}

.single-page .modal-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 16px;
}

.single-page .ap-gallery-item{
  display: flex;
  width: 100%;
  justify-content: center;
}

@media not all and (min-width: 640px){
  .single-page .ap-gallery-item{
    max-width: 316px;
  }
}

.single-page .ap-gallery-item a{
  display: flex;
  width: 100%;
  justify-content: center;
}

.single-page .ap-gallery-item img{
  height: 322px;
}

@media not all and (min-width: 640px){
  .single-page .ap-gallery-item img{
    height: 280px;
    max-width: 316px;
  }
}

.single-page .ap-gallery-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  transition: opacity 0.2s;
}

.single-page .ap-gallery-item img:hover {
  opacity: 0.8;
}

/* Animacja pojawiania się */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --- TYTUŁ I JEGO KONTENER --- */

.card-content {
  padding: 20px 25px;
  text-align: center;
  /* Wyśrodkowanie treści */
  background: #fff;
  position: relative;
}

/* Styl samego nagłówka */

.card-content h3 {
  margin: 0;
  padding-bottom: 5px;
  /* Miejsce na linię */
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  /* Wielkie litery dla nowoczesnego wyglądu */
  letter-spacing: 2px;
  /* Rozstrzelenie liter */
  color: #333;
  /* Domyślny kolor (ciemny szary) */
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

.card-content h3::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #F18A51;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}

.gallery-card:hover .card-content h3 {
  color: #F18A51;
}

/* 2. Animacja linii (rozszerzanie się) */

.gallery-card:hover .card-content h3::after {
  width: 100%;
}

.content-page{
  position: relative;
  margin-top: 120px;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .content-page{
    margin-top: 192px;
  }
}

.content-page_socials{
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .content-page_socials{
    margin-bottom: 0.75rem;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .content-page_socials{
    position: absolute;
    top: 0px;
    right: 0px;
    flex-direction: column;
  }
}

.content-page_des h1{
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .content-page_des h1{
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 1280px){
  .content-page_des h1{
    font-size: 70px;
    line-height: 70px;
  }
}

.content-page_des h3{
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .content-page_des h3{
    font-size: 38px;
    line-height: 42px;
  }
}

@media (min-width: 1280px){
  .content-page_des h3{
    font-size: 50px;
    line-height: 66px;
  }
}

.content-page_des ul{
  list-style-type: disc;
  padding-left: 1.5rem;
}

.content-page_des ul li{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.content-page_des p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.contact-page{
  position: relative;
  margin-top: 120px;
  display: flex;
  width: 100%;
  max-width: 450px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .contact-page{
    margin-top: 200px;
  }
}

.contact-page .contact-page-cont{
  display: flex;
  width: 100%;
  max-width: 450px;
  flex-direction: column;
  align-items: center;
}

.contact-page .contact-page-cont_socials{
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .contact-page .contact-page-cont_socials{
    margin-bottom: 0.75rem;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .contact-page .contact-page-cont_socials{
    position: absolute;
    top: 0px;
    right: 0px;
    flex-direction: column;
  }
}

.contact-page .contact-page-cont_des{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.contact-page .contact-page-cont_des__text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.contact-page .contact-page-cont_des__text strong{
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
}

@media (min-width: 640px){
  .contact-page .contact-page-cont_des__text strong{
    font-size: 26px;
  }
}

.contact-page .contact-page-cont_des__text p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.form-page{
  margin-top: 120px;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .form-page{
    margin-top: 200px;
  }
}

.form-page .form-page-cont_heading{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 824px;
  flex-direction: column;
  align-items: center;
}

.form-page .form-page-cont_heading h1{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .form-page .form-page-cont_heading h1{
    font-size: 34px;
    line-height: 40px;
  }
}

@media (min-width: 1280px){
  .form-page .form-page-cont_heading h1{
    font-size: 50px;
    line-height: 62px;
  }
}

.form-page .form-page-cont_heading p{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.form-page .form-page-cont_form{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1126px;
}

.form-page .form-page-cont_form h3{
  margin-top: 60px;
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 2rem;
  font-size: 30px;
  font-weight: 700;
}

/* KONTENER */

.emaus-wrapper {
  max-width: 1126px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #1a1f36;
}

.section-label , .section-title-form{
  margin-bottom: 14px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.qual-q label{
  margin-bottom: 1rem;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.section-title-form{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* TYPOGRAFIA I ODSTĘPY */

.main-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 40px;
  color: #1a1f36;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 24px;
}

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

label{
  margin-bottom: 0.5rem;
  display: block;
}

.info-note {
  background: #fdfdfd;
  border-left: 4px solid #00A651;
  padding: 15px;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 30px;
}

.small-info {
  font-size: 0.8rem;
  color: #777;
  margin-top: -15px;
  margin-bottom: 15px;
}

/* INPUTY */

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 250px;
}

.form-col.full {
  flex: 100%;
}

.emaus-wrapper input[type="text"],
.emaus-wrapper input[type="email"],
.emaus-wrapper input[type="tel"],
.emaus-wrapper input[type="number"],
.emaus-wrapper textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;
  transition: all 0.3s;
}

.emaus-wrapper input:focus, .emaus-wrapper textarea:focus {
  border-color: #00A651;
  box-shadow: 0 0 0 3px rgba(0, 166, 81, 0.1);
  outline: none;
}

/* --- STYLIZACJA KAFELKÓW (RADIO/CHECKBOX) --- */

.radio-pills .wpcf7-list-item {
  margin: 0 0 10px 0;
  display: block;
  /* Domyślnie lista pionowa */
}

/* Wersja pozioma (np. Tak/Nie) */

.radio-pills.inline-opts .wpcf7-list-item {
  display: inline-block;
  margin-right: 15px;
}

.radio-pills input[type="radio"],
.radio-pills input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* Wygląd kafelka */

.radio-pills .wpcf7-list-item-label{
  width: 100%;
  max-width: 620px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s;
  position: relative;
}

/* Stan zaznaczony (Zielone tło) */

.radio-pills input:checked + .wpcf7-list-item-label {
  background-color: #E8F5E9;
  /* Bardzo jasny zielony */
  border-color: #E8F5E9;
  color: #007a3d;
  font-weight: 600;
}

/* Ikonka (check) */

.radio-pills .wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.2s;
}

.radio-pills input[type="radio"] + .wpcf7-list-item-label::before {
  border-radius: 50%;
  /* Kółko dla radio */
}

/* Ikonka po zaznaczeniu */

.radio-pills input:checked + .wpcf7-list-item-label::before {
  background-color: #00A651;
  border-color: #00A651;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

/* Kontener siatki */

.upload-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

/* Pojedynczy kafelek */

.upload-item {
  position: relative;
  width: 100%;
  height: 140px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  background-color: #fafafa;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.upload-item:hover {
  border-color: #00A651;
  background-color: #f0fdf4;
}

/* Ukrycie prawdziwego inputa, ale rozciągnięcie go na całość, żeby był "klikalny" */

.real-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

/* --- WIDOK DOMYŚLNY (Ikona + Tekst) --- */

.default-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  /* Kliknięcie przechodzi do inputa */
}

.up-icon svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  opacity: 0.7;
}

.up-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: #00A651;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* --- WIDOK PODGLĄDU --- */

.preview-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  background: #fff;
}

.preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(220, 38, 38, 0.9);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 30;
}

.remove-btn:hover {
  background: #ef4444;
}

.remove-btn svg {
  width: 16px;
  height: 16px;
}

.upload-item.has-file {
  border-style: solid;
  border-color: #00A651;
}

.upload-item.has-file .real-file-input {
  display: none;
}

.upload-item.has-file .preview-view {
  display: block;
}

/* --- BUTTON SUBMIT --- */

.form-footer {
  margin-top: 40px;
}

.emaus-wrapper input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.3s;
  display: block;
  margin-top: 20px;
}

.emaus-wrapper input[type="submit"]:hover {
  background-color: #333;
}

/* Animacja pojawiania się grup */

.fade-in {
  animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity:0;
    transform: translateY(10px);
  }

  100% {
    opacity:1;
    transform: translateY(0);
  }
}

/* --- KONTENER SEKCJI --- */

.selection-box {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Nagłówek sekcji (Label) */

.selection-box > label {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1f36;
  margin-bottom: 15px;
  display: block;
}

/* --- LISTA ELEMENTÓW (RESET) --- */

.checkbox-list .wpcf7-list-item {
  display: block;
  /* Ustawiamy elementy jeden pod drugim */
  margin: 0 0 12px 0;
  /* Odstęp między kartami */
}

/* Ukrywamy domyślny, brzydki checkbox przeglądarki */

.checkbox-list input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.checkbox-list .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.5;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  gap: 15px;
}

.checkbox-list .wpcf7-list-item-label:hover {
  border-color: #00A651;
  background-color: #f8fffa;
  transform: translateY(-1px);
}

.checkbox-list .wpcf7-list-item-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex-shrink: 0;
  border: 2px solid #cbd5e0;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.2s ease;
  align-self: center;
}

.checkbox-list input:checked + .wpcf7-list-item-label {
  border-color: #00A651;
  background-color: #eef9f2;
  color: #065f46;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0, 166, 81, 0.1);
}

.checkbox-list input:checked + .wpcf7-list-item-label::before {
  background-color: #00A651;
  border-color: #00A651;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

/* --- FLEX DLA WEWNĘTRZNYCH ELEMENTÓW --- */

.checkbox-list span, .radio-pills span{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* --- WPCF7 ACCEPTANCE --- */

.wpcf7-acceptance .wpcf7-list-item-label{
  position: relative !important;
  display: flex !important;
  gap: 0px !important;
  border-style: none !important;
  padding-right: 0.75rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 2rem;
}

.wpcf7-acceptance .wpcf7-list-item-label::before{
  position: absolute;
  top: 0.5rem;
  left: 0px;
}

.slection-one input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wpcf7-spinner , .wpcf7-response-output{
  display: none;
}

.wpcf7-acceptance a{
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.wpcf7-form-control.field-error {
  border-color: #e74c3c !important;
  background-color: #fdf2f2 !important;
  box-shadow: 0 0 0 1px #e74c3c inset !important;
}

.emaus-error-msg {
  color: #e74c3c;
  font-size: 11px;
  margin-top: 4px;
  font-weight: 600;
  display: block;
  animation: slideDown 0.2s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.shake-field {
  animation: shake 0.4s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.blog-page{
  position: relative;
  margin-top: 120px;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .blog-page{
    margin-top: 200px;
  }
}

.blog-page_socials{
  z-index: 10;
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  .blog-page_socials{
    margin-bottom: 3rem;
    justify-content: center;
  }
}

@media not all and (min-width: 640px){
  .blog-page_socials{
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px){
  .blog-page_socials{
    position: absolute;
    top: 0px;
    right: 0px;
    flex-direction: column;
  }
}

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

.blog-page_socials img:hover{
  --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));
}

.blog-page_content{
  width: 100%;
}

.blog-page_content__single{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.75rem;
}

@media (min-width: 1024px){
  .blog-page_content__single{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.blog-page_content__single___left img{
  border-radius: 0.75rem;
}

.blog-page_content__single___right{
  width: 100%;
  max-width: 500px;
}

.blog-page_content__single___right h1{
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .blog-page_content__single___right h1{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1280px){
  .blog-page_content__single___right h1{
    font-size: 36px;
    line-height: 46px;
  }
}

.blog-page_content__single___right p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 243 243 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

.page-numbers.current{
  z-index: 10;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 138 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(33 44 80 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-black{
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-black:hover{
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.heading-big{
  font-size: 32px;
  font-weight: 800;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .heading-big{
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 1280px){
  .heading-big{
    font-size: 70px;
    line-height: 70px;
  }
}

.heading-56{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .heading-56{
    font-size: 38px;
    line-height: 42px;
  }
}

@media (min-width: 1280px){
  .heading-56{
    font-size: 56px;
    line-height: 66px;
  }
}

.heading-50{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .heading-50{
    font-size: 34px;
    line-height: 40px;
  }
}

@media (min-width: 1280px){
  .heading-50{
    font-size: 50px;
    line-height: 62px;
  }
}

.heading-36{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .heading-36{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1280px){
  .heading-36{
    font-size: 36px;
    line-height: 46px;
  }
}

.heading-small-orange{
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(241 138 81 / var(--tw-text-opacity));
}

.text-defoult{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

html{
  scroll-behavior: smooth
}

body{
  position: relative;
  font-family: Figtree, sans-serif;
}

main{
  overflow-x: hidden;
}

.container{
  max-width: 1440px;
}

.content-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1248px;
}

.shadow-deep-layered {
  box-shadow:
    -34px 64px 20px rgba(0, 0, 0, 0),
    -22px 41px 19px rgba(0, 0, 0, 0.01),
    -12px 23px 16px rgba(0, 0, 0, 0.05),
    -6px 10px 12px rgba(0, 0, 0, 0.09),
    -1px 3px 10px rgba(0, 0, 0, 0.10);
}

.green-heading-line{
  margin-left: auto;
  margin-right: auto;
  height: 0.5rem;
  width: 100%;
  max-width: 208px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 165 56 / var(--tw-bg-opacity));
}

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

.hover\:opacity-70:hover{
  opacity: 0.7;
}

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

.group\/btn:hover .group-hover\/btn\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

