/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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: -0.125rem; /* 2 */
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* config */

/* Custom Properties */

:root {
  /* Colors */
  --white: #ffffff;
  --black: #000000;
  --orange: #ff6700;
  --storm-coat-grey: #3e3f43;
  --storm-coat-grey-alpha: rgba(62, 63, 67, 0.75);
  --storm-coat-grey-alpha2: rgba(62, 63, 67, 0.5);
  --grey: var(--storm-coat-grey);
  --grey-lighter: #E6E6E6;
  --white-alpha: #ffffffaa;
  --orange-alpha: #ff670044;
  --grey-alpha: var(--storm-coat-grey-alpha2);

  /* Fonts */
  --oswald: "Oswald", Sans-serif;
  --skateboardUnlimited: "Skateboard Unlimited", Sans-serif;

  /* Responsive Device Break Points */
  --extra-small-width: 25rem;
  --small-width: 40rem;
  --medium-width: 48rem;
  --large-width: 64rem;
  --extra-large-width: 80rem;

  --page-max-width: 82rem;
  --gap: 2.5rem;

  /* General */
  --text-font: "Roboto Condensed", Sans-Serif;
  --text-color: var(--grey-lighter);
  --text-color-dark: var(--black);
  --text-color-bright: var(--white);
  --text-color-highlight: var(--orange);
  --text-shadow: 0 0 0.5rem #000000;

  --nav-color-bg: var(--storm-coat-grey);
  --nav-color-highlight: var(--white);
  --nav-color-bg-highlight: var(--orange);
  --nav-color-highlight2: var(--white);
  --nav-color-bg-highlight2: var(--orange);
  --nav-color-selected: var(--storm-coat-grey);
  --nav-color-bg-selected: var(--white);
  --nav-button-color-bg: var(--orange);

  --header-text-color: var(--text-color-bright);
  --header-text-color-dark: var(--text-color-dark);

  --section-padding-h: var(--gap);
  --section-padding-v: 4.5rem;
  --section-header-font: var(--oswald);
  --section-header-font-size: 1.5625rem;
  --section-header-alt-font: var(--skateboardUnlimited);
  --section-header-alt-font-size: 2.5rem;
  --subheader-font-size: 1.5rem;

  --label-spacing: 0.5rem;

  --overlay-bg: rgba(0, 0, 0, 0.5);
  --overlay-bg-dark: rgba(0, 0, 0, 0.7);
  --overlay-bg-light: rgba(0, 0, 0, 0.75);

  --cta-text-color: var(--text-color-bright);
  --cta-bg-color: var(--orange);
  --cta-bg-alt-color: var(--white);
  --cta-font: var(--oswald);
  --cta-font-size: 0.9375rem;

  --card-bg: var(--grey);
  --card-bg-light: var(--white);
  --card-bg-alpha: var(--grey-alpha);
  --card-bg-light-alpha: var(--white-alpha);

  /* Swiper */
  --swiper-pagination-bullet-inactive-color: var(--orange-alpha);
  --swiper-pagination-color: var(--orange);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-scrollbar-bg-color: var(--grey-alpha);
  --swiper-scrollbar-drag-bg-color: var(--orange);
  --swiper-arrows-bg: var(--grey-alpha);
  --swiper-theme-color: var(--white);

  --form-field-disabled-bg: var(--grey);
  --form-field-disabled-color: var(--grey);
}

/* general */

/* Base */

html {
  height: 100%;
}

body {
  margin: 0;
  font-family: var(--text-font);
  color: var(--text-color);
  background-color: var(--black);
}

a {
  color: var(--text-color);
  transition: color .2s linear;
}

a:hover {
    color: var(--text-color-highlight);
  }

p {
  margin-top: 0.5rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

button[type="submit"] {
  max-width: min-content;
  align-self: flex-end;
}

ul {
  padding-left: 1.25rem;
}

li::marker {
    color: var(--orange);
  }

/* Fonts */

@font-face {
  font-family: "Skateboard Unlimited";
  src: url("/fonts/Skate-Board-Unlimited.woff2") format("woff2"),
    url("/fonts/Skate-Board-Unlimited.woff") format("woff"),
    url("/fonts/Skate-Board-Unlimited.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Shared */

.main-cta.overlay-grid {
  display: grid;
  grid-template: "container";
}

.main-cta.overlay-grid > * {
    grid-area: container;
    width: 100%;
  }

.main-cta.overlay-grid .overlay {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    width: auto;
    margin: 0 2.3rem 2rem;
    height: auto;
  }

.main-cta.overlay-grid .overlay.align-top {
      margin-top: 9rem;
      align-self: flex-start;
    }

.main-cta.overlay-grid .overlay.items-normal {
      align-items: normal;
    }

.cards-container {
  display: grid;
  gap: calc(var(--section-padding-v) / 4);
  max-width: var(--page-max-width);
  padding: 2rem 0;
}

.cta-container {
  margin: 0 auto;
  max-width: 30rem;
}

.cta-container.flex-wrap-row {
    --column-width: 3rem;
    justify-content: center;
  }

.cta-container.flex-wrap-row > * {
      white-space: nowrap;
      flex-grow: 0;
    }

.section-header,
.subheader {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--header-text-color);
  font-family: var(--section-header-font);
}

.section-header:not(.no-shadow), .subheader:not(.no-shadow) {
    text-shadow: var(--text-shadow);
  }

.section-header.alt, .subheader.alt {
    font-family: var(--section-header-alt-font);
    font-size: var(--section-header-alt-font-size);
    font-weight: normal;
  }

.light .section-header, .light .subheader {
    color: var(--header-text-color-dark);
  }

.section-header {
  font-size: var(--section-header-font-size);
  margin-bottom: 2rem;
}

.section-header.has-subheader {
    margin-bottom: 0.5rem;
  }

.subheader {
  font-size: var(--subheader-font-size);
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.section-subheader {
  margin-bottom: 0.5rem;
  font-family: var(--section-subheader-font);
  font-size: var(--section-subheader-font-size);
  font-weight: normal;
  text-shadow: var(--text-shadow);
}

.section-subheader.alt {
    font-family: var(--section-header-font);
    font-size: var(--section-header-font-size);
  }

/* utilities */

.flex-wrap-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap, 2.5rem);
  align-items: center;
}

.flex-wrap-row.reversed {
    flex-direction: row-reverse;
  }

.flex-wrap-row > * {
    flex: var(--column-width, 18.75rem); /* 300px */
  }

.flex-wrap-row > img {
    width: 100%;
  }

img.full {
  width: 100%;
}

.grid-cols {
  /* broken down for easier understanding */
  --grid-gap: var(--gap, 2.5rem);
  --grid-columns: var(--columns, 2);
  --min: 100% / (var(--grid-columns, 2) + 1) + 0.1%;
  --val: (var(--column-width, 50rem) - 100vw) * 1000; /* 50rem: 800px */
  --max: 100%;
  --clamp: clamp(var(--min), var(--val), var(--max));

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--clamp), 1fr));
  gap: var(--grid-gap);
}

.grid-cols-3 {
  --columns: 3;
}

[data-hidden] {
  display: none !important;
}

.center {
  text-align: center;
}

.object-left {
  object-position: left !important;
}

.object-right {
  object-position: right !important;
}

.object-h-10 {
  object-position: 10% !important;
}

.object-h-15 {
  object-position: 15% !important;
}

.object-h-20 {
  object-position: 20% !important;
}

.object-h-30 {
  object-position: 30% !important;
}

.object-h-35 {
  object-position: 35% !important;
}

.object-h-40 {
  object-position: 40% !important;
}

.object-h-50 {
  object-position: 50% !important;
}

.object-h-60 {
  object-position: 60% !important;
}

.object-h-63 {
  object-position: 63% !important;
}

.object-h-65 {
  object-position: 65% !important;
}

.object-h-70 {
  object-position: 70% !important;
}

.object-h-75 {
  object-position: 75% !important;
}

.object-h-80 {
  object-position: 80% !important;
}

.object-h-85 {
  object-position: 85% !important;
}

.object-h-90 {
  object-position: 90% !important;
}

.object-h-95 {
  object-position: 95% !important;
}

.hide {
  display: none;
}

.youtube-embed {
  width: 100%;
}

.full-width {
  width: 100%;
}

/* pages */

/* Home page */

.featured-articles {
  background-image: url("/images/4'H-miniramp-3VcEx6LM2j-768w.webp");
}

.featured-articles .articles.flex-wrap-row {
    --column-width: 5.625rem;

    justify-content: space-evenly;
  }

.featured-articles .articles.flex-wrap-row > * {
      flex-grow: 0;
      text-align: center;
    }

.featured-best-seller {
  --column-width: 24rem;

  background-image: url("/images/pexels-cottonbro-studio-10319785-I9vMIc4D3D-768w.webp");
}

.featured-best-seller .cta-container {
    margin-top: 1rem;
  }

.featured-best-seller .matt-quote {
    --column-width: 18.75rem;

    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background: var(--card-bg-alpha);
  }

.featured-best-seller .matt-photo {
    max-width: 12.5rem;
    margin: auto;
  }

.featured-best-seller blockquote {
    margin: 0;
  }

.two-by-four {
  background-image: url("/images/mini-ramp-play-fort-1-ypRCKAgXaJ-768w.webp");
}

.two-by-four ul.flex-wrap-row {
    --column-width: 17.8125rem;
    gap: 0;
    column-gap: 2.5rem;
  }

.two-by-four .overlay {
    background-image: linear-gradient(0deg, #00000069 0%, #000 100%);
  }

.two-by-four .section-subheader {
    margin-top: 2rem;
  }

.two-by-four .about {
    max-width: 100%;
  }

.why-skaters-love-us {
  background-image: url("/images/pexels-cottonbro-studio-5037623-F_J1iccmTk-768w.webp");
}

.our-process {
  background-image: url("/images/IMG_20200621_213120_186-GKrOCffCYL-768w.webp");
}

.what-skaters-like-you-say .cards-container {
    align-items: stretch;
  }

.join-the-fam {
  background-image: url("/images/sean-benesh-YyXbQsftm1g-unsplash-TDXs0scNa4-400w.webp");
}

.join-the-fam .description {
    text-align: center;
    margin-bottom: 2rem;
  }

.join-the-fam .cta-button {
    align-self: flex-end;
  }

.join-the-fam .overlay-inner {
    max-width: 28.125rem !important;
  }

.join-the-fam form {
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 auto;
  }

.join-the-fam form.flex-wrap-row {
      --column-width: 15.625rem;
      --gap: 1rem;
    }

.street-features {
  background-image: url("/images/grind-box-in-action-EdOXS-5QZg-768w.webp");
}

.street-features header {
    --bg-img: url("/images/grind-box-in-action-EdOXS-5QZg-640w.webp");
  }

.miniramps {
  background-image: url("/images/4Hx16W-miniramp(1)-fLKrlGfrjq-768w.webp");
}

.miniramps header {
    --bg-img: url("/images/4Hx16W-miniramp(1)-fLKrlGfrjq-640w.webp");
    background-position: bottom center !important;
  }

.custom-builds {
  background-image: url("/images/tree-house-mini-ramp-M0e0YCSgxD-768w.webp");
}

.custom-builds header {
    --bg-img: url("/images/sd-20161128-042434-1-Ur3FZtanQZ-640w.webp");
  }

.skate-surfaces {
  background-image: url("/images/334520321_597725511894052_5595184277027894980_n-QIzLpsprTw-768w.webp");
}

.skate-surfaces header {
    --bg-img: url("/images/334520321_597725511894052_5595184277027894980_n-QIzLpsprTw-640w.webp");
  }

.skate-surfaces .other-skate-surfaces {
    margin-top: 3rem;
  }

.get-a-quote .form-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

.get-a-quote button[type="submit"] {
    display: block;
    white-space: nowrap;
    min-width: min-content;
    width: 30%;
    max-width: 30rem;
  }

.faqs {
  background-image: url("/images/launch-ramp-in-action(1)-BDk1e9QUqg-768w.webp");
}

.faqs header {
    --bg-img: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-640w.webp");
  }

/* About Us */

.about-us {
  background-image: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-768w.webp");
}

.about-us header {
    --bg-img: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-640w.webp");
    /* background-position: bottom center !important; */
  }

@media (max-width: calc(50rem - 1px)) {

.about-us .hero {
      padding: 0 !important
  }
    }

.about-us .since-2012 {
    max-width: var(--page-max-width);
  }

.about-us .since-2012 ul.flex-wrap-row {
      --column-width: 15.625rem;
      gap: 0;
      column-gap: 2.5rem;
    }

@media (min-width: 1024px) { .featured-articles { background-image: url("/images/4'H-miniramp-3VcEx6LM2j-1024w.webp"); } }

@media (min-width: 1024px) { .featured-best-seller { background-image: url("/images/pexels-cottonbro-studio-10319785-I9vMIc4D3D-1024w.webp"); } }

@media (min-width: 1200px) { .featured-best-seller { background-image: url("/images/pexels-cottonbro-studio-10319785-I9vMIc4D3D-1200w.webp"); } }

@media (min-width: 1024px) { .two-by-four { background-image: url("/images/mini-ramp-play-fort-1-ypRCKAgXaJ-1024w.webp"); } }

@media (min-width: 1024px) { .why-skaters-love-us { background-image: url("/images/pexels-cottonbro-studio-5037623-F_J1iccmTk-1024w.webp"); } }

@media (min-width: 1200px) { .why-skaters-love-us { background-image: url("/images/pexels-cottonbro-studio-5037623-F_J1iccmTk-1200w.webp"); } }

@media (min-width: 1024px) { .our-process { background-image: url("/images/IMG_20200621_213120_186-GKrOCffCYL-1024w.webp"); } }

@media (min-width: 640px) { .join-the-fam { background-image: url("/images/sean-benesh-YyXbQsftm1g-unsplash-TDXs0scNa4-640w.webp"); } }

@media (min-width: 768px) { .join-the-fam { background-image: url("/images/sean-benesh-YyXbQsftm1g-unsplash-TDXs0scNa4-768w.webp"); } }

@media (min-width: 1024px) { .join-the-fam { background-image: url("/images/sean-benesh-YyXbQsftm1g-unsplash-TDXs0scNa4-1024w.webp"); } }

@media (min-width: 1200px) { .join-the-fam { background-image: url("/images/sean-benesh-YyXbQsftm1g-unsplash-TDXs0scNa4-1200w.webp"); } }

@media (min-width: 1024px) { .street-features { background-image: url("/images/grind-box-in-action-EdOXS-5QZg-1024w.webp"); } }

@media (min-width: 1200px) { .street-features { background-image: url("/images/grind-box-in-action-EdOXS-5QZg-1200w.webp"); } }

@media (min-width: 1024px) { .miniramps { background-image: url("/images/4Hx16W-miniramp(1)-fLKrlGfrjq-1024w.webp"); } }

@media (min-width: 1200px) { .miniramps { background-image: url("/images/4Hx16W-miniramp(1)-fLKrlGfrjq-1200w.webp"); } }

@media (min-width: 1024px) { .custom-builds { background-image: url("/images/tree-house-mini-ramp-M0e0YCSgxD-1024w.webp"); } }

@media (min-width: 1024px) { .skate-surfaces { background-image: url("/images/334520321_597725511894052_5595184277027894980_n-QIzLpsprTw-1024w.webp"); } }

@media (min-width: 1024px) { .faqs { background-image: url("/images/launch-ramp-in-action(1)-BDk1e9QUqg-1024w.webp"); } }

@media (min-width: 1200px) { .faqs { background-image: url("/images/launch-ramp-in-action(1)-BDk1e9QUqg-1200w.webp"); } }

@media (min-width: 1024px) { .about-us { background-image: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-1024w.webp"); } }

@media (min-width: 1200px) { .about-us { background-image: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-1200w.webp"); } }

@media (min-width: 768px) { .street-features header { --bg-img: url("/images/grind-box-in-action-EdOXS-5QZg-768w.webp"); } }

@media (min-width: 1458px) { .street-features header { --bg-img: url("/images/grind-box-in-action-EdOXS-5QZg-1458w.webp"); } }

@media (min-width: 768px) { .miniramps header { --bg-img: url("/images/4Hx16W-miniramp(1)-fLKrlGfrjq-768w.webp"); } }

@media (min-width: 2048px) { .miniramps header { --bg-img: url("/images/4Hx16W-miniramp(1)-fLKrlGfrjq-2048w.webp"); } }

@media (min-width: 700px) { .custom-builds header { --bg-img: url("/images/sd-20161128-042434-1-Ur3FZtanQZ-700w.webp"); } }

@media (min-width: 768px) { .skate-surfaces header { --bg-img: url("/images/334520321_597725511894052_5595184277027894980_n-QIzLpsprTw-768w.webp"); } }

@media (min-width: 1080px) { .skate-surfaces header { --bg-img: url("/images/334520321_597725511894052_5595184277027894980_n-QIzLpsprTw-1080w.webp"); } }

@media (min-width: 768px) { .faqs header { --bg-img: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-768w.webp"); } }

@media (min-width: 2560px) { .faqs header { --bg-img: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-2560w.webp"); } }

@media (min-width: 768px) { .about-us header { --bg-img: url("/images/Santa-Barbara-custom-miniramp-scaled--hcDz-3oMx-768w.webp"); } }