/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/header/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the line height in all browsers.
3. Prevent adjustments of font size after orientation changes in iOS.
4. Use a more readable tab size (opinionated).
*/
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 4 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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 {
  inset-block-end: -0.25em;
}

sup {
  inset-block-start: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out
'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
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 {
  block-size: 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 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  interpolate-size: allow-keywords;
}

html {
  scroll-behavior: smooth;
}

body .wp-site-blocks {
  min-block-size: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
}
body .wp-site-blocks > *:nth-last-child(2) {
  flex: 1 0 auto;
}

p {
  margin-block-end: 1rem;
}

button {
  cursor: pointer;
}

.hide {
  display: none;
  block-size: 0;
  inline-size: 0;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  block-size: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  inline-size: 1px !important;
  white-space: nowrap !important;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog {
  background: none;
  border: none;
  padding: 0;
  max-block-size: 90vh;
  inline-size: clamp(60vw, 100%, 90vw);
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow: visible;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
dialog.dialog--opening {
  opacity: 1;
  transform: scale(1);
}
dialog.dialog--opening::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
dialog.dialog--closing::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
dialog .dialog-content {
  position: relative;
  background-color: transparent;
  inline-size: 100%;
  max-inline-size: 100%;
}
dialog .dialog-content .dialog-close {
  position: absolute;
  inset-block-start: -2.5rem;
  inset-inline-end: 0;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
dialog .dialog-content .dialog-close:hover {
  opacity: 0.7;
}
dialog .dialog-content .dialog-close:focus, dialog .dialog-content .dialog-close:focus-visible {
  outline: 2px solid #fff;
}
dialog .dialog-content .dialog-close svg {
  fill: #fff;
  inline-size: 100%;
  block-size: 100%;
}
dialog .dialog-content .dialog-video {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
dialog .dialog-content .dialog-video iframe[src*=youtube],
dialog .dialog-content .dialog-video iframe[src*="youtu.be"] {
  aspect-ratio: 9/16;
  block-size: auto;
  max-block-size: 80vh;
  inline-size: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  dialog .dialog-content .dialog-video iframe[src*=youtube],
  dialog .dialog-content .dialog-video iframe[src*="youtu.be"] {
    aspect-ratio: 16/9;
    max-inline-size: 80vw;
  }
}

.improntad-theme-header-block {
  margin-block-start: calc(var(--wp-admin--admin-bar--height, 0px)) !important;
  padding: 0.625rem;
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 1000;
  max-inline-size: 85.375rem;
  margin-inline: auto;
  transition: padding-inline 0.3s ease;
}
.improntad-theme-header-block + *:not(:has(.wp-block-improntad-theme-blocks-hero)) {
  padding-block-start: calc(var(--nav-height, 0px) + 2rem) !important;
  margin-block-start: 0;
}
.improntad-theme-header-block .nav-bar-container {
  border-radius: 10px;
  background: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 48rem) {
  .improntad-theme-header-block .nav-bar-container.scrolled {
    background: #fff;
    box-shadow: var(--wp--preset--shadow--card-shadow);
  }
}
@media (min-width: 48rem) {
  .improntad-theme-header-block .nav-bar-container {
    box-shadow: var(--wp--preset--shadow--card-shadow);
    background: rgba(255, 255, 255, 0.8);
  }
}
.improntad-theme-header-block .nav-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .improntad-theme-header-block .nav-bar-content {
    padding: 1rem 2.5rem;
    gap: 2rem;
  }
}
.improntad-theme-header-block .nav-mobile-overlay {
  position: absolute;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  block-size: 0;
  transform-origin: top center;
}
@media (min-width: 48rem) {
  .improntad-theme-header-block .nav-mobile-overlay {
    display: none;
  }
}
.improntad-theme-header-block .nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  block-size: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  overflow-block: auto;
}
.improntad-theme-header-block .nav-mobile-overlay .nav-mobile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-block-size: 100%;
  padding: 80px 20px 40px;
  text-align: center;
}

body.nav-menu-open {
  overflow: hidden;
  inline-size: 100%;
}

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