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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Host Grotesk", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {

    /* Primary Blue */
    --primary-blue-01: #DFEEFF;
    --primary-blue-03: #BFDEFF;
    --primary-blue-05: #99CBFF;
    --primary-blue-07: #4DA4FF;
    --primary-blue-09: #18317A;

    /* Primary Yellow */
    --primary-yellow-01: #FFFFE4;
    --primary-yellow-03: #FFFCBB;
    --primary-yellow-05: #FFF878;
    --primary-yellow-07: #FFD944;
    --primary-yellow-09: #FFC107;

    /* Neutral White */
    --neutral-white: #FFFFFF;

    /* Neutral Chalk */
    --neutral-chalk-01: #FBFBF6;
    --neutral-chalk-03: #F8FBED;
    --neutral-chalk-05: #F2F2E9;
    --neutral-chalk-07: #D9D9CC;
    --neutral-chalk-09: #B8B8A9;

    /* Neutral Coffee */
    --neutral-coffee-01: #C7BBA6;
    --neutral-coffee-03: #99876B;
    --neutral-coffee-05: #261C0A;

    /* Support Green */
    --support-green-01: #D7EDB8;
    --support-green-03: #B4DFB5;
    --support-green-05: #90D092;
    --support-green-07: #659266;
    --support-green-09: #3A533A;

    /* Support Orange */
    --support-orange-01: #FFD9CC;
    --support-orange-03: #FFB89E;
    --support-orange-05: #FF9670;
    --support-orange-07: #B3694E;
    --support-orange-09: #663C2D;

    /* Support Purple */
    --support-purple-01: #E9E0FA;
    --support-purple-03: #D6C5F5;
    --support-purple-05: #C2A9F1;
    --support-purple-07: #8876A9;
    --support-purple-09: #4E4460;
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
.coffee-regular-btn {
  border-style: none;
    background-color: #261C0A;
    color: #F2F2E9;
}
.coffee-regular-btn:hover {
    background-color: #99CBFF;
    color: #261C0A;
  }
.yellow-regular-btn {
  border-style: none;
    background-color: #FFF878;
    color: #261C0A;
}
.yellow-regular-btn:hover {
    background-color: #261C0A;
    color: #FBFBF6;
  }
.green-regular-btn {
  border-style: none;
    background-color: #90D092;
    color: #3A533A;
}
.green-regular-btn:hover {
    background-color: #261C0A;
    color: #FBFBF6;
  }
.bluegreen-regular-btn {
  border-style: none;
    background-color: #99CBFF;
    color: #3A533A;
}
.bluegreen-regular-btn:hover {
    background-color: #261C0A;
    color: #FBFBF6;
  }
.coffee-ghost-btn {
    background-color: transparent;
    color: #261C0A;
    border: 1px solid #261C0A;
  }
.coffee-ghost-btn:hover {
    background-color: #261C0A;
    color: #F2F2E9;
  }
.yellow-ghost-btn {
    background-color: transparent;
    color: #FFF878;
    border: 1px solid #FFF878;
  }
.yellow-ghost-btn:hover {
    background-color: #FFF878;
    color: #261C0A;
  }
.green-ghost-btn {
    background-color: transparent;
    color: #90D092;
    border: 1px solid #90D092;
  }
.green-ghost-btn:hover {
    background-color: #90D092;
    color: #261C0A;
  }
.blue-ghost-btn {
    background-color: transparent;
    color: #99CBFF;
    border: 1px solid #99CBFF;
  }
.blue-ghost-btn:hover {
    background-color: #99CBFF;
    color: #261C0A;
  }
.white-ghost-btn {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
.white-ghost-btn:hover {
    background-color: #FFFFFF;
    color: #261C0A;
  }
.grid-pattern {
    background-image: url('../../assets/images/grid-pattern.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
  }
.grid-pattern:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #FBFBF6, #FFFFFF);
    z-index: -1;
  }
.grid-pattern-blue {
    background-image: url('../../assets/images/grid-pattern-blue.png');
  }
.grid-pattern-blue:after {
    content: '';
    background-image: linear-gradient(to bottom, #99CBFF, #FFFFFF);
  }
.gradient-down-yellow {
    background-image: linear-gradient(to bottom, #FFF878, #FFFFFF);
  }
.gradient-down-blue {
    background-image: linear-gradient(to bottom, #99CBFF, #FFFFFF);
  }
.product-header-pattern {
    background-color: #F2F2E9;
    background-image: url('../../assets/images/product-header-bg.png');
  }
.cta-block-blog-yellow>div {
    background-image: url('../../assets/images/cta-bg-yellow.png');
    background-color: #FFF878;
  }
.cta-block-blog-blue>div {
    background-image: url('../../assets/images/cta-bg-blue.png');
    background-color: #99CBFF;
  }
.cta-block-ebook-yellow>div {
    background-color: #FFF878;
  }
.cta-block-ebook-blue>div {
    background-color: #99CBFF;
  }
.scconstruction-active {
    color: #4DA4FF !important;
    border-color: #4DA4FF !important;
  }
.scconstruction-scroll-to-top.scconstruction-active {
    border-color: #261C0A !important;
  }
.cta-section-yellow>div {
    background-image: url('../../assets/images/cta-section-bg-yellow.png');
    background-color: #FFF878;
  }
.cta-section-blue>div {
    background-image: url('../../assets/images/cta-section-bg-blue.png');
    background-color: #99CBFF;
  }
.cta-section-blue2>div {
    background-image: url('../../assets/images/blue-background2.png');
    background-color: #99CBFF;
  }
.statistic-nav-link-active {
    color: #4DA4FF !important;
    border-color: #4DA4FF !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
.square-pattern {
    background-image: url('../../assets/images/grid-square.png');
    background-repeat: repeat;
    background-position-y: -22px;
  }
.square-xl-pattern {
    background-image: url('../../assets/images/grid-square-xl.png');
    background-repeat: repeat;
    background-position-y: -22px;
  }
.square-xl-pattern-blue {
    background-image: url('../../assets/images/grid-square-xl-blue.png');
    background-repeat: repeat;
    background-position-y: -22px;
  }
.coudbeds-background-position-y-0 {
    background-position-y: 0;
  }
.scconstruction-hidden {
    display: none !important;
  }
/* Button colors */
a.scconstruction-custom-button.text-neutral-white,
  div.scconstruction-custom-button.text-neutral-white {
    color: #FFFFFF !important;
  }
a.scconstruction-custom-button.text-neutral-coffee-05,
  div.scconstruction-custom-button.text-neutral-coffee-05 {
    color: #261C0A !important;
  }
a.scconstruction-custom-button.text-support-green-07,
  div.scconstruction-custom-button.text-support-green-07 {
    color: #659266 !important;
  }
a.scconstruction-custom-button.text-primary-yellow-05,
  div.scconstruction-custom-button.text-primary-yellow-05 {
    color: #FFF878 !important;
  }
a.scconstruction-custom-button.text-primary-blue-05,
  div.scconstruction-custom-button.text-primary-blue-05 {
    color: #99CBFF !important;
  }
/* Button hover colors */
a.scconstruction-custom-button.hover\:text-neutral-coffee-05:hover,
  div.scconstruction-custom-button.hover\:text-neutral-coffee-05:hover {
    color: #261C0A !important;
  }
a.scconstruction-custom-button.hover\:text-primary-yellow-05:hover,
  div.scconstruction-custom-button.hover\:text-primary-yellow-05:hover {
    color: #FFF878 !important;
  }
a.scconstruction-custom-button.hover\:text-support-green-07:hover,
  div.scconstruction-custom-button.hover\:text-support-green-07:hover {
    color: #659266 !important;
  }
a.scconstruction-custom-button.hover\:text-primary-blue-05:hover,
  div.scconstruction-custom-button.hover\:text-primary-blue-05:hover {
    color: #99CBFF !important;
  }
a.scconstruction-custom-button.hover\:text-neutral-white:hover,
  div.scconstruction-custom-button.hover\:text-neutral-white:hover {
    color: #FFFFFF !important;
  }
/* Hover background colors */
a.scconstruction-custom-button.hover\:bg-primary-blue-05:hover,
  div.scconstruction-custom-button.hover\:bg-primary-blue-05:hover {
    background-color: #99CBFF !important;
  }
/* Highlight Extending */
.highlight-strong-primary-yellow-05 strong,
  .highlight-strong-primary-yellow-05 b {
    background-color: var(--wp--preset--color--primary-yellow-05);
    font-weight: inherit;
  }
.highlight-strong-primary-blue-05 strong,
  .highlight-strong-primary-blue-05 b {
    background-color: var(--wp--preset--color--primary-blue-05);
    font-weight: inherit;
  }
.highlight-strong-support-green-05 strong,
  .highlight-strong-support-green-05 b {
    background-color: var(--wp--preset--color--support-green-05);
    font-weight: inherit;
  }
.scconstruction-platform-cut-noise-section {
    background-image: linear-gradient(to bottom, #261C0A, #18317A);
  }
.scconstruction-platform-cut-noise-section .wp-block-scconstruction-section-counter-video {
    background-color: transparent !important;
  }
.not_valid_empty,
    .not_valid_email,
    .not_valid_number,
    .not_valid_website,
    .not_valid_phone,
    .not_checked,
    .radio_not_selected {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(239 68 68 / 0.7);
}
.not_valid_empty::-moz-placeholder, .not_valid_email::-moz-placeholder, .not_valid_number::-moz-placeholder, .not_valid_website::-moz-placeholder, .not_valid_phone::-moz-placeholder, .not_checked::-moz-placeholder, .radio_not_selected::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.not_valid_empty::placeholder,
    .not_valid_email::placeholder,
    .not_valid_number::placeholder,
    .not_valid_website::placeholder,
    .not_valid_phone::placeholder,
    .not_checked::placeholder,
    .radio_not_selected::placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.not_valid_empty:focus,
    .not_valid_email:focus,
    .not_valid_number:focus,
    .not_valid_website:focus,
    .not_valid_phone:focus,
    .not_checked:focus,
    .radio_not_selected:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-ring-color: rgb(239 68 68 / 0.7);
}
.error-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.right-\[15px\] {
  right: 15px;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[15px\] {
  top: 15px;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-13 {
  grid-column: span 13 / span 13;
}
.col-span-14 {
  grid-column: span 14 / span 14;
}
.col-span-15 {
  grid-column: span 15 / span 15;
}
.col-span-16 {
  grid-column: span 16 / span 16;
}
.col-span-17 {
  grid-column: span 17 / span 17;
}
.col-span-18 {
  grid-column: span 18 / span 18;
}
.col-span-19 {
  grid-column: span 19 / span 19;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-20 {
  grid-column: span 20 / span 20;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[66px\] {
  margin-bottom: 66px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-19px\] {
  margin-top: -19px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1025\/560\] {
  aspect-ratio: 1025/560;
}
.aspect-\[280\/260\] {
  aspect-ratio: 280/260;
}
.aspect-\[398\/480\] {
  aspect-ratio: 398/480;
}
.aspect-\[700\/700\] {
  aspect-ratio: 700/700;
}
.aspect-\[796\/418\] {
  aspect-ratio: 796/418;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[30px\] {
  height: 30px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[calc\(100vh-100px\)\] {
  max-height: calc(100vh - 100px);
}
.min-h-\[600px\] {
  min-height: 600px;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-32 {
  width: 8rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[30px\] {
  width: 30px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1368px\] {
  max-width: 1368px;
}
.max-w-\[1410px\] {
  max-width: 1410px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[409px\] {
  max-width: 409px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[562px\] {
  max-width: 562px;
}
.max-w-\[564px\] {
  max-width: 564px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[678px\] {
  max-width: 678px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-y-1 {
  --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));
}
.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));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-\[4px\] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[24px\] {
  border-bottom-width: 24px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-error-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-neutral-chalk-07 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 204 / var(--tw-border-opacity, 1));
}
.border-neutral-chalk-09 {
  --tw-border-opacity: 1;
  border-color: rgb(184 184 169 / var(--tw-border-opacity, 1));
}
.border-neutral-coffee-03 {
  --tw-border-opacity: 1;
  border-color: rgb(153 135 107 / var(--tw-border-opacity, 1));
}
.border-neutral-coffee-05 {
  --tw-border-opacity: 1;
  border-color: rgb(38 28 10 / var(--tw-border-opacity, 1));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-neutral-chalk-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 246 / var(--tw-bg-opacity, 1));
}
.bg-neutral-chalk-03 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 237 / var(--tw-bg-opacity, 1));
}
.bg-neutral-chalk-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 233 / var(--tw-bg-opacity, 1));
}
.bg-neutral-chalk-07 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 204 / var(--tw-bg-opacity, 1));
}
.bg-neutral-chalk-09 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 169 / var(--tw-bg-opacity, 1));
}
.bg-neutral-coffee-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 187 166 / var(--tw-bg-opacity, 1));
}
.bg-neutral-coffee-03 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 135 107 / var(--tw-bg-opacity, 1));
}
.bg-neutral-coffee-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 28 10 / var(--tw-bg-opacity, 1));
}
.bg-neutral-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-03 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 222 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 203 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-07 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 164 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-09 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 49 122 / var(--tw-bg-opacity, 1));
}
.bg-primary-yellow-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 228 / var(--tw-bg-opacity, 1));
}
.bg-primary-yellow-03 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 187 / var(--tw-bg-opacity, 1));
}
.bg-primary-yellow-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 120 / var(--tw-bg-opacity, 1));
}
.bg-primary-yellow-07 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 68 / var(--tw-bg-opacity, 1));
}
.bg-primary-yellow-09 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity, 1));
}
.bg-support-green-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 237 184 / var(--tw-bg-opacity, 1));
}
.bg-support-green-03 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 223 181 / var(--tw-bg-opacity, 1));
}
.bg-support-green-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(144 208 146 / var(--tw-bg-opacity, 1));
}
.bg-support-green-07 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 146 102 / var(--tw-bg-opacity, 1));
}
.bg-support-green-09 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 83 58 / var(--tw-bg-opacity, 1));
}
.bg-support-orange-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 204 / var(--tw-bg-opacity, 1));
}
.bg-support-orange-03 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 158 / var(--tw-bg-opacity, 1));
}
.bg-support-orange-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 112 / var(--tw-bg-opacity, 1));
}
.bg-support-orange-07 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 105 78 / var(--tw-bg-opacity, 1));
}
.bg-support-orange-09 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 60 45 / var(--tw-bg-opacity, 1));
}
.bg-support-purple-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 224 250 / var(--tw-bg-opacity, 1));
}
.bg-support-purple-03 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 197 245 / var(--tw-bg-opacity, 1));
}
.bg-support-purple-05 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 169 241 / var(--tw-bg-opacity, 1));
}
.bg-support-purple-07 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 118 169 / var(--tw-bg-opacity, 1));
}
.bg-support-purple-09 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 68 96 / var(--tw-bg-opacity, 1));
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-neutral-coffee-05\/50 {
  --tw-gradient-from: rgb(38 28 10 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 28 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-coffee-05\/90 {
  --tw-gradient-from: rgb(38 28 10 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 28 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-neutral-coffee-05\/0 {
  --tw-gradient-to: rgb(38 28 10 / 0) var(--tw-gradient-to-position);
}
.to-neutral-coffee-05\/50 {
  --tw-gradient-to: rgb(38 28 10 / 0.5) var(--tw-gradient-to-position);
}
.bg-\[length\:30px_60px\] {
  background-size: 30px 60px;
}
.bg-cover {
  background-size: cover;
}
.bg-\[position\:0_0\] {
  background-position: 0 0;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-baseline {
  vertical-align: baseline;
}
.font-host {
  font-family: "Host Grotesk", sans-serif;
}
.font-stix {
  font-family: "STIX Two Text", serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.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-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-1px\] {
  letter-spacing: -1px;
}
.text-neutral-chalk-01 {
  --tw-text-opacity: 1;
  color: rgb(251 251 246 / var(--tw-text-opacity, 1));
}
.text-neutral-chalk-03 {
  --tw-text-opacity: 1;
  color: rgb(248 251 237 / var(--tw-text-opacity, 1));
}
.text-neutral-chalk-05 {
  --tw-text-opacity: 1;
  color: rgb(242 242 233 / var(--tw-text-opacity, 1));
}
.text-neutral-chalk-07 {
  --tw-text-opacity: 1;
  color: rgb(217 217 204 / var(--tw-text-opacity, 1));
}
.text-neutral-chalk-09 {
  --tw-text-opacity: 1;
  color: rgb(184 184 169 / var(--tw-text-opacity, 1));
}
.text-neutral-coffee-01 {
  --tw-text-opacity: 1;
  color: rgb(199 187 166 / var(--tw-text-opacity, 1));
}
.text-neutral-coffee-03 {
  --tw-text-opacity: 1;
  color: rgb(153 135 107 / var(--tw-text-opacity, 1));
}
.text-neutral-coffee-05 {
  --tw-text-opacity: 1;
  color: rgb(38 28 10 / var(--tw-text-opacity, 1));
}
.text-neutral-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-primary-blue-01 {
  --tw-text-opacity: 1;
  color: rgb(223 238 255 / var(--tw-text-opacity, 1));
}
.text-primary-blue-03 {
  --tw-text-opacity: 1;
  color: rgb(191 222 255 / var(--tw-text-opacity, 1));
}
.text-primary-blue-05 {
  --tw-text-opacity: 1;
  color: rgb(153 203 255 / var(--tw-text-opacity, 1));
}
.text-primary-blue-07 {
  --tw-text-opacity: 1;
  color: rgb(77 164 255 / var(--tw-text-opacity, 1));
}
.text-primary-blue-09 {
  --tw-text-opacity: 1;
  color: rgb(24 49 122 / var(--tw-text-opacity, 1));
}
.text-primary-yellow-01 {
  --tw-text-opacity: 1;
  color: rgb(255 255 228 / var(--tw-text-opacity, 1));
}
.text-primary-yellow-03 {
  --tw-text-opacity: 1;
  color: rgb(255 252 187 / var(--tw-text-opacity, 1));
}
.text-primary-yellow-05 {
  --tw-text-opacity: 1;
  color: rgb(255 248 120 / var(--tw-text-opacity, 1));
}
.text-primary-yellow-07 {
  --tw-text-opacity: 1;
  color: rgb(255 217 68 / var(--tw-text-opacity, 1));
}
.text-primary-yellow-09 {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity, 1));
}
.text-support-green-01 {
  --tw-text-opacity: 1;
  color: rgb(215 237 184 / var(--tw-text-opacity, 1));
}
.text-support-green-03 {
  --tw-text-opacity: 1;
  color: rgb(180 223 181 / var(--tw-text-opacity, 1));
}
.text-support-green-05 {
  --tw-text-opacity: 1;
  color: rgb(144 208 146 / var(--tw-text-opacity, 1));
}
.text-support-green-07 {
  --tw-text-opacity: 1;
  color: rgb(101 146 102 / var(--tw-text-opacity, 1));
}
.text-support-green-09 {
  --tw-text-opacity: 1;
  color: rgb(58 83 58 / var(--tw-text-opacity, 1));
}
.text-support-orange-01 {
  --tw-text-opacity: 1;
  color: rgb(255 217 204 / var(--tw-text-opacity, 1));
}
.text-support-orange-03 {
  --tw-text-opacity: 1;
  color: rgb(255 184 158 / var(--tw-text-opacity, 1));
}
.text-support-orange-05 {
  --tw-text-opacity: 1;
  color: rgb(255 150 112 / var(--tw-text-opacity, 1));
}
.text-support-orange-07 {
  --tw-text-opacity: 1;
  color: rgb(179 105 78 / var(--tw-text-opacity, 1));
}
.text-support-orange-09 {
  --tw-text-opacity: 1;
  color: rgb(102 60 45 / var(--tw-text-opacity, 1));
}
.text-support-purple-01 {
  --tw-text-opacity: 1;
  color: rgb(233 224 250 / var(--tw-text-opacity, 1));
}
.text-support-purple-03 {
  --tw-text-opacity: 1;
  color: rgb(214 197 245 / var(--tw-text-opacity, 1));
}
.text-support-purple-05 {
  --tw-text-opacity: 1;
  color: rgb(194 169 241 / var(--tw-text-opacity, 1));
}
.text-support-purple-07 {
  --tw-text-opacity: 1;
  color: rgb(136 118 169 / var(--tw-text-opacity, 1));
}
.text-support-purple-09 {
  --tw-text-opacity: 1;
  color: rgb(78 68 96 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-lg {
  --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);
}
.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);
}
.outline {
  outline-style: solid;
}
.outline-neutral-coffee-05 {
  outline-color: #261C0A;
}
.outline-neutral-white {
  outline-color: #FFFFFF;
}
.outline-primary-blue-05 {
  outline-color: #99CBFF;
}
.outline-primary-yellow-05 {
  outline-color: #FFF878;
}
.outline-support-green-05 {
  outline-color: #90D092;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-error-500\/70 {
  --tw-ring-color: rgb(239 68 68 / 0.7);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.duration-300 {
  transition-duration: 300ms;
}

body {
  font-family: "Host Grotesk", sans-serif !important;
}

/* Buttons */

.scc-cta-button {
  width: 182px;
}

.scc-header-phone {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ********************************************************************* */
/* ############################# SMALL MENU ############################ */
/* ********************************************************************* */

#mobile-nav-bar {
  display: none;
  background-color: #002a38;
  box-sizing: border-box;
}

#mobile-nav-window {
  display: none;
}

.menuicon {
  cursor: pointer;
}


/* **************************************************************************** */
/* ############################### MENUS ###################################### */
/* **************************************************************************** */

/* main top links */

.headermenu ul .menu-item a {
  font-size: 20px;
  transition: 0.3s;
  font-weight: 400;
  display: block;
  padding: 10px 10px;
}

@media screen and (max-width: 1600px) {
  .headermenu ul .menu-item a {
    font-size: 16px;
  }
}

/* current menu */

.headermenu .current-menu-parent {
  color: #fff;
  background-color: #115bee;
}

.headermenu .current-menu-item {
  background-color: #db543d;
}


.headermenu ul .current-menu-item a {
  background-color: #fff;
  color: #115bee;
}

.headermenu ul li ul .current-menu-item {
  background-color: rgba(255, 255, 255, 0.7);
}


/* active menu */

.headermenu-active {
  /*
    background-color:rgba(0,0,0,0.1);
    box-shadow:inset 0 0 0 0 #fff;
    cursor:pointer;
    border-radius:0;
    */
}

/* submenu href */

.headermenu-black ul li ul .menu-item a:hover {
  color: #fff;
}

.headermenu-white ul li ul .menu-item a:hover {
  color: #fff;
}

.headermenu ul li ul .menu-item a {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 10px;
  display: block;
  min-width: 200px;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0;
}

.headermenu ul li ul .menu-item a:hover {
  background-color: #115bee;
}

/* submenu description */

.headermenu ul li ul .menu-item a span.sub {
  color: #636363;
  font-weight: 400;
  transition: 0.5s;
}

.headermenu ul li ul li:hover a span.sub {
  color: #374a58;
}

.scc-d-menu-wrapper {
  margin-top: -33px;
}

.scc-category-menu-wrapper {
  margin-bottom: -20px;
  padding-bottom: 16px;
  position: relative;
}

.scc-category-menu-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 22px;
  border-right: 2px solid #000;
}

.headermenu ul li.menu-item-has-children:hover>ul {
  display: block;
  border-left: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

.headermenu ul li.menu-item-has-children:hover>ul a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.scc-category-menu-wrapper a {
  display: block;
  width: 100px;
}

.scc-category-menu-wrapper .active-menu-icon::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 50%;
  width: 1;
  height: 20px;
  border-right: 2px solid #000;
  background-color: #fff;
}

.scc-category-menu-wrapper .menuIconBackground:has(#colResidential.active-menu-icon) .active-menu-icon::after {
  right: 272px;
}

.scc-category-menu-wrapper .menuIconBackground:has(#colCommericial.active-menu-icon) .active-menu-icon::after {
  right: 162px;
}

.scc-category-menu-wrapper .menuIconBackground:has(#colMilitary.active-menu-icon) .active-menu-icon::after {
  right: 54px;
}

.scc-category-menu-wrapper .menuIconBackground::before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: -2px;
  right: 0;
  width: 100%;
}

.scc-category-menu-wrapper .menuIconBackground:has(#colResidential.active-menu-icon)::before {
  width: 272px;
}

.scc-category-menu-wrapper .menuIconBackground:has(#colCommericial.active-menu-icon)::before {
  width: 162px;
}

.scc-category-menu-wrapper .menuIconBackground:has(#colMilitary.active-menu-icon)::before {
  width: 54px;
}

/* ULS */

.headermenu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.headermenu ul li {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#headermenu #dwdmenu>ul {
  border-bottom: 2px solid #000;
}

#headermenu #dwdmenu>ul>li::after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  right: -4px;
  bottom: 15px;
  border-right: 2px solid #000;
}

#headermenu #dwdmenu>ul>li:last-child::after {
  display: none;
}

.headermenu ul li ul {
  display: none;
  position: absolute;
  background-color: transparent;
  top: 100%;
  left: 0;
  overflow: hidden;
  z-index: 1500;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  transition: 0.5s;
  border-radius: 0px 0px 15px 15px;
}

.headermenu-scroll ul li ul {
  border: #cccccc 1px solid;
  box-shadow: 1px 1px 2px #999999;
}

/* 3rd Level Menu */
.headermenu ul li ul li ul {
  display: none;
  position: relative;
  background-color: transparent;
  top: 100%;
  left: 0;
  overflow: hidden;
  z-index: 1500;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 5px 5px 0px 5px;
  transition: 0.5s;
}

.headermenu ul li ul li ul .menu-item a {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 10px;
  display: block;
  min-width: 300px;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0;
}

.is-style-header-fixed .scc-logo {
  transition: all 0.3s ease;
  width: 140px;
}

.is-style-header-fixed.mx_clean_header_background .scc-logo {
  width: 200px;
}

.is-style-header-fixed {
  padding-top: 0;
  transition: all 0.3s ease;
}

.is-style-header-fixed.mx_clean_header_background {
  padding-top: 2rem;
}

.scc-header-cover {
  position: relative;
}

.scc-header-cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 25%;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)); */
  z-index: 1;
  height: 28%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.92) 45%, rgba(255, 255, 255, 0) 100%);
  /* backdrop-filter: blur(6px); */
}

/* Flip card */
ul.deliver-list {
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 17px;
}

ul.deliver-list li {
  list-style-type: none;
  margin-bottom: 6px;
}

ul.deliver-list li .deliver-icon-check {
  display: inline !important;
}

.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card.flip-card-clicked .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #1e2d5c 0%, #3b6fc8 60%, #6a94e5 100%);
}

.wrapper-deliver-carousel {
  max-width: 1200px;
  margin: -20px auto 0 auto;
}

.visitIconLinks {
  color: #fff;
  font-weight: 500;
}

.visitIconLinks:hover {
  color: red;
}

.ssc-category-active .ssc-sprite {
  background-position: 0 -30px;
}

.scc-popup-form {
  margin-top: 22px;
}

/* Make the CF7 form a grid */
.scc-popup-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Remove default paragraph spacing so grid works cleanly */
.scc-popup-form .wpcf7-form>p {
  margin: 0;
}

/* Make textarea row full width */
.scc-popup-form .wpcf7-form>p:has(textarea) {
  grid-column: span 2;
}

/* Make submit button row full width */
.scc-popup-form .wpcf7-form>p:has(.wpcf7-submit) {
  grid-column: span 2;
}

/* Make inputs fill column width */
.scc-popup-form .wpcf7-form input,
.scc-popup-form .wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  padding: 5px;
}

.scc-popup-form .wpcf7-form>p:has(.wpcf7-submit) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scc-popup-form input[type="submit"] {
  border-color: #242925;
  border-style: solid;
  border-width: 1px;
  border-radius: 2.5rem;
  color: #242925;
  padding-top: 1.1rem;
  padding-right: 40px;
  padding-bottom: 1.1rem;
  padding-left: 40px;
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.227), 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  max-width: 200px;
}

.pum-close.popmake-close {
  padding: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  margin-right: -18px;
  margin-top: -18px;
}

.pum-content.popmake-content h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.pum-content.popmake-content .contact-form {
  text-align: center;
}
/* responsive header gradient */
@media (max-width: 1116px) {
  .scc-header-cover::before {
    height: 17%;
  }
}
@media (max-width: 768px) {
  .scc-header-cover::before {
    height: 10%;
  }
}
/* Responsive: 1 column on mobile */
@media (max-width: 600px) {
  .scc-popup-form .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .scc-popup-form .wpcf7-form>p:has(textarea),
  .scc-popup-form .wpcf7-form>p:has(.wpcf7-submit) {
    grid-column: span 1;
  }
}

/* Mobile Menu */
@media screen and (max-width: 1509.5px) {
 .scc-header-contacts .wp-block-button .wp-element-button {
    padding-top: 1rem !important;
    padding-right: 10px !important;
    padding-bottom: 1rem !important;
    padding-left: 10px !important;
    font-size: clamp(0.775rem, 0.875rem + ((1vw - 0.2rem) * 0.227), 0.5rem) !important;
    line-height: 1.5 !important;
 }
 .scc-header-phone {
    font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.455), 1.1rem);
  }
  .scc-header-phone img {
    width: 15px !important;
  }
}
@media screen and (max-width: 1399.5px) {
  .scc-header-contacts {
    flex-flow: column;
    justify-content: space-around;
    gap: 10px;
  }
}
@media screen and (max-width: 1299.5px) {
  .scc-header-contacts .wp-block-button .wp-element-button {
    display: none;
  }
  .scc-header-contacts {
    gap: unset;
  }
}
@media screen and (max-width: 1249.5px) {
  .scc-logo-column {
    flex-basis: 150px !important;
  }
  .scc-logo.wp-block-site-logo {
    width: 100% !important;
  }
  .scc-menu-column > div:first-of-type {
    gap: 1rem !important;
  }
  .headermenu ul .menu-item a {
    font-size: 14px;
  }
  .scc-header-phone {
    font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.455), 0.9rem);
  }
  .scc-header-phone img {
    width: 12px !important;
  }
}
@media screen and (max-width: 1199px) {
  .scc-logo-column {
    flex-basis: 135px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .scc-d-menu-wrapper > .flex.col.justify-center.mgr-20 {
        margin-right: 0 !important;
    }
}

.scconstruction-masonry-grid-item {
  z-index: 0;
}

/* =========================
   MOBILE HEADER MENU FIX (UPDATED)
   ========================= */

@media (max-width: 1023.5px){

  /* Stack hamburger and dropdown area vertically */
  .scc-menu-column .scc-menu-wrap{
    display:flex;
    flex-direction:column;
    align-items:flex-end; /* keep hamburger right aligned */
    gap:12px;
    position: relative; /* anchor absolute children if needed */
  }

  /* Ensure hamburger sits on its own row */
  .scc-menu-column .scc-m-menu-button{
    width:100%;
    display:flex;
    justify-content:flex-end;
  }

  /* Show dropdown under the button and keep it within the column width */
  .scc-menu-column .scc-d-menu-wrapper{
    width:100%;
    padding-top:10px;
  }

  /* Force mobile stacking inside dropdown: icons block + menu block */
  .scc-menu-column .scc-d-menu-wrapper > div{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }

  /* Remove the desktop underline line under icon row */
  .scc-category-menu-wrapper .menuIconBackground::before{
    content:none !important;
  }

  /* Icons row: keep it compact and centered */
  .scc-menu-column .menuIconBackground{
    position: relative;
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:10px;
    width:100%;
    margin:0;
    padding:0 6px;
  }

  /* Icon columns: reduce visual weight and avoid huge blocks */
  .scc-menu-column .menuIconBackground .flex.col{
    min-width:0;
    width:33.333% !important;
    max-width:none !important;
    margin:0 !important;
    padding:8px 6px;
    border-radius:12px;
  }

  /* Active icon: keep it, but avoid oversized scaling on mobile */
  .scc-menu-column .menuIconBackground .active-menu-icon{
    transform:none !important; /* remove scale jump on small screens */
  }

  /* Remove desktop right margin from the menu column wrapper */
  .scc-menu-column .flex.col.justify-center.mgr-20{
    margin-right:0 !important;
  }

  /* Dropdown panel styling */
  #headermenu #dwdmenu{
    width:100%;
  }

  #headermenu #dwdmenu > ul{
    width:100%;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    gap:10px;
    margin:0;
    padding:16px 18px;
    list-style:none;
    border-bottom: none;
  }

  /* Remove desktop separators */
  #headermenu #dwdmenu > ul > li::after,
  .scc-category-menu-wrapper .active-menu-icon::after,
  .scc-category-menu-wrapper::after {
    content:none !important;
  }

  /* Top-level items */
  #headermenu #dwdmenu > ul > li{
    position:relative;
  }

  #headermenu #dwdmenu > ul > li > a{
    display:block;
    padding:10px 6px;
    font-size:16px;
    font-weight:500;
    text-decoration:none;
  }

  /* Submenu: visually nested and separated */
  #headermenu #dwdmenu .sub-menu{
    list-style:none;
    margin:6px 0 0 0;
    padding:0 0 0 14px;
    display:flex;
    flex-direction:column;
    gap:8px;
    border-left: none;
  }

  #headermenu #dwdmenu .sub-menu a{
    display:block;
    padding:8px 6px;
    font-size:15px;
    opacity:0.9;
    text-decoration:none;
  }

  /* Optional: soft blur behind dropdown (safe to keep) */
  .scc-menu-column .scc-d-menu-wrapper{
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  }


   /* Ensure parent <li> is the positioning context, not the whole menu */
  #headermenu #dwdmenu > ul > li{
    position: relative;
  }

  /* Force submenus to stay in flow on mobile (prevents overlap) */
  #headermenu #dwdmenu ul.sub-menu,
  #headermenu #dwdmenu .sub-menu{
    position: static !important;   /* kills absolute positioning from desktop */
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    transform: none !important;
  }

  /* If desktop CSS uses display/visibility tricks, normalize it */
  #headermenu #dwdmenu li.menu-item-has-children > .sub-menu{
    /* visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible; */
    display: none;
  }
  #headermenu #dwdmenu li.menu-item-has-children:focus-within > .sub-menu{
    display: flex;
  }

  /* Submenu spacing (keeps it between items) */
  #headermenu #dwdmenu .sub-menu{
    margin: 8px 0 0 0;
    padding: 0 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-left: none;
  }

  /* Reduce submenu link weight so it doesn't look like top-level */
  #headermenu #dwdmenu .sub-menu a{
    font-weight: 400;
  }
  /* Anchor for the absolute dropdown */
  .scc-menu-column .scc-menu-wrap{
    position: relative;
  }

  /* Make dropdown overlay (do not resize header) */
  .scc-menu-column .scc-d-menu-wrapper{
    position: absolute;
    top: calc(44px + 12px); /* button height + gap (adjust if needed) */
    right: 0;
    width: min(360px, 92vw); /* card width */
    z-index: 9999;

    /* Remove flow spacing styles */
    padding-top: 0;
    margin: 0;

    /* Keep your card look here (was previously on wrapper) */
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  }

  /* Ensure inner layout still stacks nicely */
  .scc-menu-column .scc-d-menu-wrapper > div{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px; /* move padding inside the card */
    box-sizing: border-box;
  }

  /* Optional: prevent the overlay from being clipped by header/columns */
  .wp-block-template-part,
  .mx_clean_header_background,
  .wp-block-columns,
  .scc-menu-column{
    overflow: visible !important;
  }
  .active-menu-icon {
    border-bottom: 2px solid black;
    border-radius: 0 !important;
  }


  /* =========================
   SIMPLER MOBILE MENU BUTTON
   ========================= */

#mobile-menu-button{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

/* Remove heavy hover lift */
#mobile-menu-button:hover{
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Hamburger lines — thinner and lighter */
#mobile-menu-button .hamburger{
  width: 20px;
  height: 1.3px;
  background: #222; /* slightly softer than pure black */
  border-radius: 2px;
  transition: all 0.25s ease;
}

/* Slightly tighter spacing */
#mobile-menu-button .hamburger + .hamburger{
  margin-top: 5px;
}

}
@media (max-width: 768px){

  /* Make header positioning context */
  .mx_clean_header_background{
    position: relative;
  }

  /* Anchor container */
  .scc-menu-column .scc-menu-wrap{
    position: unset;
  }

  /* Full width dropdown */
  .scc-menu-column .scc-d-menu-wrapper{
    position: absolute;
    top: 100%;          /* directly under header row */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;

    background: rgba(255,255,255,0.98);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);

    padding: 20px 18px;
    box-sizing: border-box;
  }

  /* Remove rounded corners (clean full-width look) */
  .scc-menu-column .scc-d-menu-wrapper{
    border-radius: 0;
  }

  /* Prevent clipping */
  .wp-block-template-part,
  .mx_clean_header_background,
  .wp-block-columns,
  .scc-menu-column{
    overflow: visible !important;
  }

}
.hover\:text-neutral-white:hovera.scconstruction-custom-button,.hover\:text-neutral-white:hover
  div.scconstruction-custom-button {
    color: #FFFFFF !important;
  }
.group:hover .group-hover\:text-neutral-coffee-05a.scconstruction-custom-button,.group:hover .group-hover\:text-neutral-coffee-05
  div.scconstruction-custom-button {
    color: #261C0A !important;
  }
.placeholder\:text-error-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.placeholder\:text-error-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.hover\:bg-neutral-chalk-05\/70:hover {
  background-color: rgb(242 242 233 / 0.7);
}
.hover\:bg-neutral-coffee-05:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 28 10 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-blue-01:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-blue-05:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 203 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-yellow-05:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 120 / var(--tw-bg-opacity, 1));
}
.hover\:bg-support-green-05:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(144 208 146 / var(--tw-bg-opacity, 1));
}
.hover\:text-neutral-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.focus\:border-error-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-neutral-coffee-05:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 28 10 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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\:bg-\[position\:0_-30px\] {
  background-position: 0 -30px;
}
.group:hover .group-hover\:text-neutral-chalk-01 {
  --tw-text-opacity: 1;
  color: rgb(251 251 246 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-neutral-chalk-05 {
  --tw-text-opacity: 1;
  color: rgb(242 242 233 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-neutral-coffee-05 {
  --tw-text-opacity: 1;
  color: rgb(38 28 10 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

  .sm\:w-1\/2 {
    width: 50%;
  }

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (min-width: 768px) {

  .md\:col-span-13 {
    grid-column: span 13 / span 13;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:aspect-\[678\/484\] {
    aspect-ratio: 678/484;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:max-h-\[calc\(100vh-110px\)\] {
    max-height: calc(100vh - 110px);
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

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

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

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:from-neutral-coffee-05\/90 {
    --tw-gradient-from: rgb(38 28 10 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(38 28 10 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:to-neutral-coffee-05\/0 {
    --tw-gradient-to: rgb(38 28 10 / 0) var(--tw-gradient-to-position);
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

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

  .md\:px-\[2\.2rem\] {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:right-\[-48px\] {
    right: -48px;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

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

  .lg\:col-span-15 {
    grid-column: span 15 / span 15;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

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

  .lg\:mt-36 {
    margin-top: 9rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:min-w-\[558px\] {
    min-width: 558px;
  }

  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }

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

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

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

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

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }

  .lg\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }
}
@media (min-width: 1280px) {

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

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

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

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

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

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

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

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

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

  .xl\:p-5 {
    padding: 1.25rem;
  }
}