*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: var(--secondary);
  background-image: url(/assets/images/globals/textures/html-wood.webp);
  background-size: 100px;
  touch-action: manipulation;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.dark {
  background: #062b47;
  background-image: url(/assets/images/globals/textures/html-wood.webp);
  background-size: 100px;
}

body {
  font-size: 1rem;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-x: clip;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  body {
    font-size: 0.925rem;
  }
}

b a,
p,
li,
ul,
span,
div,
button {
  text-wrap: pretty;
  font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
}

p {
  letter-spacing: -0.25px;
}

h1,
h2,
h3 {
  line-height: 1.25;
  font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 100;
}

button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 10000;
  background: var(--primary);
  color: black;
  padding: 14px 18px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.skip:focus {
  top: 20px;
  outline: 3px solid #fff;
}

:root {
  --black: #000;
  --white: #fff;
  --white2: #F5F5F7;
  --white3: #FAFAFC;
  --primary: #FF9A01;
  --secondary-light: #0b83df;
  --secondary: #0370C1;
  --secondary2: #01589c;
  --secondary3: #004880;
  --secondaryDark: #062b47;
  --body: #f9f9f9;
  --bodyDark: #0D1B2A;
  --stroke: -0.5px -0.5px 0 rgba(0, 0, 0, 1),
      0.5px -0.5px 0 rgba(0, 0, 0, 1),
      -0.5px 0.5px 0 rgba(0, 0, 0, 1),
      0.5px 0.5px 0 rgba(0, 0, 0, 1),
      0px 0px 1px rgba(0, 0, 0, 0.9),
      0px 0px 2px rgba(0, 0, 0, 0.9);
  --cta: 0px 0px 3px rgba(0, 0, 0, 0.125),
      0px 0px 2px rgba(0, 0, 0, 0.25),
      0px 0px 1.5px rgba(0, 0, 0, 0.5),
      0px 0px 1px rgba(0, 0, 0, .75);
  --cta-light: 0px 0px 3px rgba(0, 0, 0, 0.125),
      0px 0px 2px rgba(0, 0, 0, 0.25),
      0px 0px 1.5px rgba(0, 0, 0, 0.125),
      0px 0px 1px rgba(0, 0, 0, .25);
}

@media only screen and (min-width: 0px) {
  main section [class$=-inner] {
    padding: 100px 0 125px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  main section [class$=-inner] {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] {
    margin-bottom: clamp(25px, 3vw, 35px);
  }
  html section [class$=-header] .topper {
    display: block;
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(1.25em, 3.5vw, 1.75em);
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--primary);
    text-shadow: none;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html section [class$=-header] .topper {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] h2 {
    font-weight: normal;
    font-size: clamp(1.75em, 3.5vw, 2.5em);
    line-height: 1.25;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
    color: var(--secondary);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html section [class$=-header] h2 {
    letter-spacing: 0.25px;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] h3 {
    font-size: clamp(1.125em, 2vw, 1.3em);
  }
  html section [class$=-header] p {
    max-width: 800px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  html section [class$=-header] p:last-of-type {
    margin-bottom: 35px;
  }
  html section [class$=-header] a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 100vw;
    padding: 25px 30px;
    font-size: 0.95em;
    box-shadow: 0px 0px 3px rgb(0, 0, 0);
    text-shadow: var(--cta);
    color: white;
    background: var(--primary);
    transition: 0.1s;
  }
  html section [class$=-header] a:hover {
    background: var(--white);
    color: black;
    text-shadow: none;
    transition: 0.1s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  html section [class$=-header] a {
    padding: 22px 20px;
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] .cta-button {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  html section [class$=-header] .cta-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] .cta-button .cta-1 {
    background: var(--secondary);
    transition: 0.1s;
  }
  html section [class$=-header] .cta-button .cta-1:hover {
    transition: 0.1s;
    background-color: white;
    color: black;
  }
  html.dark section [class$=-header] .topper {
    color: var(--primary);
  }
  html.dark section [class$=-header] h2 {
    color: white;
  }
  html.dark section [class$=-header] p {
    color: white;
  }
  html.dark section [class$=-header] .cta-button .cta-1a {
    background: var(--secondary);
  }
  html.dark section [class$=-header] .cta-button .cta-1a:hover {
    background-color: var(--body);
    color: black;
  }
  html.dark section [class$=-header] .cta-button .cta-1 {
    background: var(--secondary2);
  }
  html.dark section [class$=-header] .cta-button .cta-1:hover {
    background-color: var(--body);
    color: black;
  }
}
@media only screen and (min-width: 0px) {
  html [class~=primary-cta] {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 100vw;
    padding: 25px 30px;
    font-size: 0.95rem;
    box-shadow: 0px 0px 3px rgb(0, 0, 0);
    text-shadow: var(--cta);
    color: white;
    background: var(--primary);
  }
  html [class~=primary-cta]:hover {
    background: var(--white);
    color: black;
    text-shadow: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  html [class~=primary-cta] {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 0px) {
  html.dark [class~=primary-cta] p {
    color: white;
  }
}
/* Anton */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/fonts/anton-v27-latin-regular.woff2") format("woff2");
}
/* Inter */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
/* inter-regular */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/bebas-neue-v16-latin-regular.woff2") format("woff2");
}
@media only screen and (min-width: 0px) {
  html #overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: hsla(206, 97%, 38%, 0.25);
    cursor: pointer;
    z-index: 90;
    padding-bottom: env(safe-area-inset-bottom);
  }
  html #overlay.active {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) {
  html #overlay.active {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  html header {
    border-bottom: 3px solid var(--secondary);
  }
  html.dark #overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
  html.dark header {
    border-bottom: 3px solid var(--primary);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  z-index: 80;
  transition: top 0.2s ease-in-out;
  will-change: top;
}

body.topbar-hidden header {
  top: calc(-1 * var(--topbar-h));
}

body .topbar {
  font-weight: 500;
  background: var(--secondary);
}
body .topbar .topbar-inner {
  margin: 0 auto;
  max-width: 1850px;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(25px, 3.5vw, 75px);
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
  body .topbar .topbar-inner {
    justify-content: center;
    padding: 0 clamp(0px, 1vw, 25px);
  }
  body .topbar .topbar-inner .line {
    margin: 0 10px !important;
  }
  body .topbar .topbar-inner img {
    margin-right: 5px !important;
  }
}
body .topbar .topbar-inner .topbar-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body .topbar .topbar-inner .topbar-left .address,
body .topbar .topbar-inner .topbar-left .hours {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body .topbar .topbar-inner .topbar-left .address a,
body .topbar .topbar-inner .topbar-left .address p,
body .topbar .topbar-inner .topbar-left .hours a,
body .topbar .topbar-inner .topbar-left .hours p {
  color: white;
  font-size: 0.85rem;
  padding: 5px 0;
}
body .topbar .topbar-inner .topbar-left .address img,
body .topbar .topbar-inner .topbar-left .hours img {
  display: block;
  margin-right: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (hover: hover) and (pointer: fine) {
  body .topbar .topbar-inner .topbar-left .address a:hover {
    -webkit-text-decoration: underline 1px solid var(--white);
            text-decoration: underline 1px solid var(--white);
    text-underline-offset: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  body .topbar .topbar-inner .topbar-left .address,
  body .topbar .topbar-inner .topbar-left .separator {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) and (min-width: 0px) and (max-width: 600px) {
  body .topbar .topbar-inner .topbar-left .hours {
    display: none;
  }
}
body .topbar .topbar-inner .topbar-center {
  font-weight: 400;
  font-size: 0.85rem;
  color: white;
}
body .topbar .topbar-inner .topbar-center a {
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  body .topbar .topbar-inner .topbar-center:hover p a {
    -webkit-text-decoration: underline 1px solid var(--white);
            text-decoration: underline 1px solid var(--white);
    text-underline-offset: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1300px) {
  body .topbar .topbar-inner .topbar-center {
    display: none;
  }
}
body .topbar .topbar-inner .topbar-right {
  font-size: 0.85rem;
  display: flex;
  flex-direction: row;
}
body .topbar .topbar-inner .topbar-right .socials {
  display: flex;
  gap: 10px;
}
body .topbar .topbar-inner .topbar-right .socials img {
  margin-top: 4px;
  transition: 0.1s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  body .topbar .topbar-inner .topbar-right .socials img:hover {
    transform: scale(1.15);
    filter: drop-shadow(0px 0px 5px var(--white));
    cursor: pointer;
    transition: 0.1s ease-in-out;
  }
}
@media only screen and (min-width: 0px) and (max-width: 950px) {
  body .topbar .topbar-inner .topbar-right .socials {
    display: none;
  }
}
body .topbar .topbar-inner .topbar-right .email,
body .topbar .topbar-inner .topbar-right .phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .topbar .topbar-inner .topbar-right .email img,
body .topbar .topbar-inner .topbar-right .phone img {
  margin-right: 9px;
}
body .topbar .topbar-inner .topbar-right .email a,
body .topbar .topbar-inner .topbar-right .phone a {
  padding: 5px 0;
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  body .topbar .topbar-inner .topbar-right .email a:hover,
  body .topbar .topbar-inner .topbar-right .phone a:hover {
    -webkit-text-decoration: underline 1px solid var(--white);
            text-decoration: underline 1px solid var(--white);
    text-underline-offset: 3px;
  }
}
body .topbar .topbar-inner .topbar-right .email img {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  body .topbar .topbar-inner .topbar-right .s1 {
    display: none;
  }
}
body .topbar .topbar-inner .separator .line {
  margin: 0 15px;
  height: 26px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
}

html.dark body .topbar {
  background: var(--black);
}
@media (hover: hover) and (pointer: fine) {
  html.dark body .topbar .topbar-inner .topbar-left .address a:hover {
    -webkit-text-decoration: underline 1px solid var(--primary);
            text-decoration: underline 1px solid var(--primary);
  }
}
@media (hover: hover) and (pointer: fine) {
  html.dark body .topbar .topbar-inner .topbar-center:hover p a {
    -webkit-text-decoration: underline 1px solid var(--primary);
            text-decoration: underline 1px solid var(--primary);
  }
}
html.dark body .topbar .topbar-inner .topbar-right .email img,
html.dark body .topbar .topbar-inner .topbar-right .phone img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (hover: hover) and (pointer: fine) {
  html.dark body .topbar .topbar-inner .topbar-right .email a:hover,
  html.dark body .topbar .topbar-inner .topbar-right .phone a:hover {
    -webkit-text-decoration: underline 1px solid var(--primary);
            text-decoration: underline 1px solid var(--primary);
  }
}
@media (hover: hover) and (pointer: fine) {
  html.dark body .topbar .topbar-inner .topbar-right .socials img:hover {
    transform: scale(1.15);
    filter: drop-shadow(0px 0px 2px var(--white));
    cursor: pointer;
    transition: 0.1s;
  }
}

html body .mainbar {
  background: var(--body);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  height: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
  html body .mainbar {
    min-height: 90px;
    height: 90px;
  }
}
html body .mainbar .mainbar-inner {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1100px) and (max-width: 1500px) {
  html body .mainbar .mainbar-inner {
    width: 96%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1099px) {
  html body .mainbar .mainbar-inner {
    width: 100%;
    margin-right: 20px;
  }
}
html body .mainbar .mainbar-inner .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
html body .mainbar .mainbar-inner .logo .logo-dark {
  display: none;
}
html body .mainbar .mainbar-inner .logo .logo-light {
  display: block;
  transition: 0.125s;
}
html body .mainbar .mainbar-inner .logo .logo-light:hover {
  transition: 0.125s;
  filter: brightness(1.1);
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
  html body .mainbar .mainbar-inner .logo {
    transform: scale(0.85);
  }
}

html.dark body .mainbar {
  background: var(--bodyDark);
  height: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
  html.dark body .mainbar {
    min-height: 90px;
    height: 90px;
  }
}
html.dark body .mainbar .logo .logo-dark {
  display: block;
  transition: 0.15s;
}
html.dark body .mainbar .logo .logo-dark:hover {
  transition: 0.15s;
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.1)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}
html.dark body .mainbar .logo .logo-light {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
  html.dark body .mainbar .logo {
    transform: scale(0.85);
  }
}
html.dark body .mainbar nav a {
  color: white;
}
html.dark body .mainbar svg {
  filter: invert(1) contrast(100);
  position: relative;
  max-width: 17px;
}

body .topbar-inner,
body .mainbar-inner {
  width: 100%;
}
body .topbar-inner svg,
body .mainbar-inner svg {
  filter: contrast(100);
  position: relative;
  max-width: 17px;
}

.theme-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.theme-toggle img {
  transition: 0.3s;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .theme-toggle:hover img {
    transition: 0.3s;
    filter: drop-shadow(0px 0px 5px var(--secondary)) drop-shadow(0px 0px 10px var(--secondary));
  }
}

html.dark .theme-toggle {
  transition: 0.3s;
}
html.dark .theme-toggle img {
  filter: invert(1);
}
@media (hover: hover) and (pointer: fine) {
  html.dark .theme-toggle {
    transition: 0.3s;
  }
  html.dark .theme-toggle:hover img {
    filter: invert(1) drop-shadow(0px 0px 1px var(--primary)) drop-shadow(0px 0px 5px var(--primary)) drop-shadow(0px 0px 10px var(--primary));
  }
}

body .secondary-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: white;
}
body .secondary-nav .mobile-nav-container {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 450px) {
  body .secondary-nav .mobile-nav-container {
    gap: 15px;
  }
}
body .secondary-nav .mobile-nav-container .line {
  background-color: white;
}
body .secondary-nav .free-estimates {
  border-radius: 100vw;
  padding: 20px 25px;
  background: var(--primary);
  box-shadow: 0px 0px 3px rgb(0, 0, 0);
  transition: 0.1s;
}
body .secondary-nav .free-estimates p {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: white;
  position: relative;
  text-shadow: var(--cta);
}
@media (hover: hover) and (pointer: fine) {
  body .secondary-nav .free-estimates:hover {
    background: var(--white);
    box-shadow: 0px 0px 5px rgb(0, 0, 0);
  }
  body .secondary-nav .free-estimates:hover p {
    color: var(--bodyDark);
    transition: 0.1s;
    text-shadow: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1250px) {
  body .secondary-nav .free-estimates {
    display: none;
  }
}

html.dark body .secondary-nav .mobile-nav-container .line {
  background-color: white;
}

@media only screen and (min-width: 0px) and (max-width: 1099px) {
  html #hamburger {
    background: var(--secondary);
  }
  html.dark #hamburger {
    background: var(--primary);
  }
  #mobile-box {
    position: relative;
    display: block;
    margin-right: 5px;
    z-index: 110;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1099px) and (hover: hover) and (pointer: fine) {
  #mobile-box:hover {
    box-shadow: var(--boxShadowHover);
  }
}
@media only screen and (min-width: 0px) and (max-width: 1099px) {
  #mobile-box #hamburger {
    position: relative;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobile-box #hamburger .line {
    position: absolute;
    height: 3px;
    width: 22px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.15s;
  }
  #mobile-box #hamburger .line1 {
    top: 10px;
  }
  #mobile-box #hamburger .line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #mobile-box #hamburger .line3 {
    bottom: 10px;
  }
  #mobile-box.active {
    position: fixed;
    right: 7px;
    transform: rotate(180deg);
    transition: 0.3s;
  }
  #mobile-box.active #hamburger .line2 {
    opacity: 0;
  }
  #mobile-box.active #hamburger .line1 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  #mobile-box.active #hamburger .line3 {
    bottom: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
}
@media only screen and (min-width: 0px) and (max-width: 1099px) and (min-width: 0px) and (max-width: 600px) {
  #mobile-box.active {
    right: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1099px) and (min-width: 601px) and (max-width: 1100px) {
  #mobile-box.active {
    right: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1099px) {
  #nav.open .nav-links {
    padding-top: 125px;
  }
}
@media only screen and (min-width: 1100px) {
  #mobile-box,
  .mobile-logo {
    display: none;
  }
}
a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: var(--primary);
  }
}

@media only screen and (min-width: 0px) {
  html .footer {
    background: var(--secondary3);
    background-image: url(/assets/images/globals/textures/wall-dark.png);
  }
  html .footer .footer-top {
    max-width: min(1600px, 90%);
    padding: 75px 0 125px 0;
    margin: 0 auto;
  }
  html .footer .footer-top .footer-top-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html .footer .footer-top .footer-top-inner {
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1300px) {
  html .footer .footer-top .footer-top-inner {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-upper {
    display: flex;
    flex-direction: row;
    gap: clamp(100px, 15vw, 250px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html .footer .footer-upper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 800px) {
  html .footer .footer-upper {
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html .footer .footer-upper .inner-right {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-upper .inner-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 275px;
    max-width: 375px;
    color: white;
  }
  html .footer .footer-upper .inner-left .footer-logo {
    display: inline-block;
  }
  html .footer .footer-upper .inner-left .footer-logo img {
    transition: 0.2s;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
  }
  html .footer .footer-upper .inner-left .footer-logo img:hover {
    transition: 0.2s;
    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.1)) drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.75));
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 550px) {
  html .footer .footer-upper .inner-left .footer-logo img {
    width: 260px;
    height: 89px;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-upper .inner-left p {
    line-height: 1.5;
    text-shadow: var(--cta-light);
  }
  html .footer .footer-upper .inner-left div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: relative;
    left: -5px;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
  }
  html .footer .footer-upper .inner-left div a {
    padding: 5px;
    transition: 0.15s ease-in-out;
  }
  html .footer .footer-upper .inner-left div a:hover {
    transition: 0.15s ease-in-out;
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 5px var(--white));
  }
  html .footer .footer-upper .inner-right {
    position: relative;
    top: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  html .footer .footer-upper .inner-right {
    top: 15px;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-upper .inner-right h2 {
    font-weight: normal;
    font-size: clamp(2em, 3.5vw, 2.5em);
    line-height: 1.25;
    margin-bottom: 10px;
    color: var(--white);
    text-shadow: var(--cta);
  }
  html .footer .footer-upper .inner-right p {
    max-width: 800px;
    line-height: 1.75;
    margin-bottom: 25px;
    color: var(--white);
    text-shadow: var(--cta-light);
  }
  html .footer .footer-upper .inner-right p:last-of-type {
    margin-bottom: 35px;
  }
  html .footer .footer-upper .inner-right a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 100vw;
    padding: 25px 30px;
    font-size: 0.9rem;
    box-shadow: 0px 0px 3px rgb(0, 0, 0);
    text-shadow: var(--cta);
    color: white;
    background: var(--primary);
    transition: 0.15s;
  }
  html .footer .footer-upper .inner-right a:hover {
    background: var(--white);
    color: black;
    text-shadow: none;
    transition: 0.15s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  html .footer .footer-upper .inner-right a {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-lower {
    position: relative;
    top: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: clamp(25px, 3vw, 50px) 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1550px) {
  html .footer .footer-lower {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1550px) and (min-width: 0px) and (max-width: 1100px) {
  html .footer .footer-lower {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1550px) and (min-width: 0px) and (max-width: 1100px) and (min-width: 0px) and (max-width: 650px) {
  html .footer .footer-lower {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-lower h3 {
    color: var(--primary);
    letter-spacing: 0.5px;
    font-size: 1.75em;
  }
  html .footer .footer-lower a {
    color: white;
    padding: 5px 5px 5px 0;
    max-width: 180px;
  }
  html .footer .footer-lower a:hover {
    -webkit-text-decoration: underline 2px var(--primary);
            text-decoration: underline 2px var(--primary);
  }
  html .footer .footer-lower p {
    color: white;
  }
  html .footer .footer-contact {
    display: block;
    display: flex;
    flex-direction: column;
  }
  html .footer .footer-contact h3 {
    margin-bottom: 15px;
  }
  html .footer .footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  html .footer .footer-contact div {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 550px) {
  html .footer .footer-contact div {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-contact li {
    margin-bottom: 12px;
    line-height: 1.5;
  }
  html .footer .footer-contact li span {
    font-weight: 700;
    margin-right: 8px;
  }
  html .footer .footer-contact li p {
    display: inline;
    margin: 0;
  }
  html .footer .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
  }
  html .footer .contact-item img {
    flex-shrink: 0;
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
  }
  html .footer .contact-item p {
    margin: 0;
    text-shadow: var(--cta-light);
  }
  html .footer .footer-col h3 {
    color: white;
    font-weight: 100;
    margin-bottom: 20px;
    text-shadow: var(--cta-light);
  }
  html .footer .footer-col ul {
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  html .footer .footer-col ul {
    width: 350px;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-col li {
    margin-bottom: 10px;
    line-height: 1.5;
    text-underline-offset: 4px;
    text-shadow: var(--cta-light);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 550px) {
  html .footer .footer-col li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-col a {
    text-underline-offset: 4px;
    line-height: 1.5;
    text-shadow: var(--cta-light);
  }
  html .footer .footer-col .active {
    -webkit-text-decoration: 2px underline solid;
            text-decoration: 2px underline solid;
    text-underline-offset: 4px;
    text-decoration-color: var(--primary);
  }
  html .footer .footer-col .service-areas {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  html .footer .footer-col .service-areas {
    margin-bottom: 0;
    gap: 0 25px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 0px) {
  html .footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 18px 20px;
  }
  html .footer .footer-bottom .footer-bottom-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 25px;
    font-size: 0.85rem;
  }
  html .footer .footer-bottom .footer-bottom-inner p {
    color: white;
    text-shadow: var(--cta-light);
  }
  html .footer .footer-bottom .footer-bottom-inner .artshawebdesign {
    line-height: 1.5;
    text-shadow: var(--cta-light);
  }
  html .footer .footer-bottom .footer-bottom-inner .artshawebdesign:hover a {
    color: white;
  }
  html .footer .footer-bottom .footer-bottom-inner .artshawebdesign:hover span {
    color: var(--primary);
  }
  html .footer svg {
    filter: invert(1) contrast(100);
    position: relative;
    max-width: 17px;
  }
  html.dark .footer {
    background: var(--bodyDark);
    background-image: url(/assets/images/globals/textures/wall-dark.png);
    color: white;
  }
}
@media only screen and (min-width: 0px) and (hover: hover) and (pointer: fine) {
  html.dark .footer a:hover {
    color: var(--primary);
    text-underline-offset: 4px;
  }
}
@media only screen and (min-width: 0px) {
  html.dark .footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 20px;
  }
  html.dark .footer svg {
    filter: invert(1) contrast(100);
    position: relative;
    max-width: 17px;
  }
}
@media only screen and (min-width: 0px) {
  html .fslightbox-toolbar {
    background-color: var(--secondary) !important;
  }
  html .fslightbox-toolbar-button {
    transform: scale(1.25) !important;
  }
  html .fslightbox-svg-path {
    background: var(--white) !important;
    fill: var(--white) !important;
  }
  html .fslightbox-slide-btn.fslightbox-flex-centered {
    background-color: var(--secondary) !important;
    fill: var(--white) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 600px) {
  html .fslightbox-slide-btn-container.fslightbox-slide-btn-container-next,
  html .fslightbox-slide-btn-container.fslightbox-slide-btn-container-previous {
    top: 80% !important;
  }
}
@media only screen and (min-width: 0px) {
  html.dark .fslightbox-toolbar {
    background-color: var(--primary) !important;
  }
  html.dark .fslightbox-toolbar-button {
    transform: scale(1.25) !important;
  }
  html.dark .fslightbox-svg-path {
    background: var(--white) !important;
    fill: var(--white) !important;
  }
  html.dark .fslightbox-slide-btn.fslightbox-flex-centered {
    background-color: var(--primary) !important;
    fill: var(--white) !important;
  }
}
@media only screen and (min-width: 0rem) {
  html main .page-hero {
    --nav-offset: 132px;
    position: relative;
    padding-top: var(--nav-offset);
  }
}
@media only screen and (min-width: 0rem) and (max-width: 1100px) {
  html main .page-hero {
    --nav-offset: 122px;
  }
}
@media only screen and (min-width: 0rem) {
  html main .page-hero .hero-shell {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 801px) {
  html main .page-hero .hero-shell {
    height: 450px;
  }
}
@media only screen and (min-width: 0rem) {
  html main .page-hero .hero-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }
  html main .page-hero .hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  html main .page-hero .hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
  html main .page-hero .hero-h1 {
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  html main .page-hero .hero-title {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.25;
    color: white;
    font-weight: 400;
    text-shadow: var(--stroke);
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  html main .page-hero .hero-title .topper {
    font-weight: 900;
    color: var(--primary);
    font-size: clamp(1.125rem, 3.5vw, 1.25rem);
  }
  html main .page-hero .hero-title h1 {
    font-weight: 100;
    color: white;
    line-height: 1.25;
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    margin: 0px 0 25px;
    letter-spacing: 0px;
    position: relative;
  }
  html main .page-hero .hero-title h1 span {
    line-height: 1.5;
    width: 125%;
    position: absolute;
    bottom: -150px;
    left: -12.5%;
    font-size: clamp(0.95rem, 3.5vw, 1rem);
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    letter-spacing: 0.25px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 0px) and (max-width: 800px) {
  html main .page-hero .hero-title h1 span {
    bottom: -115px;
    font-size: clamp(0.8rem, 3vw, 0.9rem);
  }
}
@media only screen and (min-width: 0rem) {
  html main .page-hero .hero-title .breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(4px, 2vw, 6px);
    line-height: 1.5;
  }
  html main .page-hero .hero-title .breadcrumbs a {
    color: white;
    font-weight: 600;
    font-size: clamp(1rem, 3.5vw, 1.125rem);
    text-decoration: none;
  }
  html main .page-hero .hero-title .breadcrumbs a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 0px) and (max-width: 500px) {
  html main .page-hero .hero-title .breadcrumbs a {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 0rem) {
  html main .page-hero .hero-title .breadcrumbs img {
    position: relative;
    top: 1px;
    margin: 0 5px;
    display: block;
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 0 1px black);
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 0rem) and (min-width: 0px) and (max-width: 500px) {
  html main .page-hero .hero-title .breadcrumbs img {
    transform: rotate(-90deg) scale(0.85);
  }
}
@media only screen and (min-width: 0rem) {
  html.dark main .page-hero .hero-overlay {
    background-color: rgba(0, 0, 0, 0.1);
  }
}/*# sourceMappingURL=faq-critical.css.map */