/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1950 {
    min-height: 100dvh;
    /* 200px - 300px top */
    /* 60px - 100px bottom */
    padding: clamp(12.5rem, 12vw, 18.75rem) 1rem clamp(3.75rem, 8vw, 6.25rem)
      1rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  #hero-1950 .cs-container {
    width: 100%;
    max-width: 85.5625rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    /* 60px - 180px */
    gap: clamp(3.75rem, 13vw, 11.25rem);
  }
  #hero-1950 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #hero-1950 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.2375rem, 5vw, 4.5rem);
    /* margin-bottom: 1.75rem; */
    color: #fff;
  }
  #hero-1950 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 1.25rem;
    color: #fff;
    opacity: 0.8;
  }
  #hero-1950 .cs-flex-group {
    max-width: 30rem;
  }
  #hero-1950 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    margin: 0;
    /* 32px - 48px */
    padding: 0 clamp(2rem, 4vw, 3rem);
    background-color: var(--primary);
    color: black;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #hero-1950 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #hero-1950 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-1950 .cs-button-solid:hover {
    color: white;
  }
  #hero-1950 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1950 .cs-background:before {
    /* Overlay */
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(
      180deg,
      rgba(26, 26, 26, 0.86) 10.79%,
      rgba(26, 26, 26, 0) 48.32%,
      rgba(26, 26, 26, 0.86) 82.84%
    ); */
    /* prevents the cursor from interacting with it */
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hero-1950 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1950 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 2rem;
  }
  #hero-1950 .cs-title {
    width: 55%;
    max-width: 39.375rem;
    margin-bottom: 0;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #hero-1950 .cs-flex-group {
    max-width: 30rem;
  }
}
/* Large Desktop Parallax Effect - 100px */
@media only screen and (min-width: 100rem) {
  #hero-1950 .cs-background {
    background: url("/assets/images/desktop-hero.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* creates the parallax effect */
    background-attachment: fixed;
  }
  #hero-1950 .cs-background img {
    display: none;
  }
}
/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1121 {
    padding: var(--sectionPadding);
    background-color: #111926;
    position: relative;
    z-index: 1;
  }
  #services-1121 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1121 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* changes to a clamp on tablet */
    gap: 2.5rem;
  }
  #services-1121 .cs-item {
    text-align: center;
    list-style: none;
    width: 100%;
    max-width: 25.8125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 16px - 24px */
    gap: clamp(1rem, 3vw, 1.5rem);
  }
  #services-1121 .cs-image-group {
    /* 80px - 100px */
    width: clamp(5rem, 8vw, 6.25rem);
    height: clamp(5rem, 8vw, 6.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
    z-index: 1;
  }
  #services-1121 .cs-icon {
    /* 36px - 48px */
    width: clamp(2.25rem, 4vw, 3rem);
    height: auto;
  }
  #services-1121 .cs-graphic {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #services-1121 .cs-h2 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 0.75rem;
    color: var(--bodyTextColorWhite);
  }
  #services-1121 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #services-1121 .cs-waves {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* makes it act like a background image */
    object-fit: cover;
    position: absolute;
    z-index: -1;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1121 .cs-card-group {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    /* 16px - 20px */
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-1121 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  #services-1121 .cs-item {
    text-align: left;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1636 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #sbs-1636:before {
    content: "";
    width: 100%;
    height: 70%;
    background: #111926;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbs-1636 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 100px */
    gap: clamp(3rem, 9vw, 6.25rem);
  }
  #sbs-1636 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-1636 .cs-flex {
    max-width: 38rem;
  }
  #sbs-1636 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  #sbs-1636 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColorWhite);
  }
  #sbs-1636 .cs-text {
    margin-bottom: 1rem;
    opacity: 0.8;
    color: var(--bodyTextColorWhite);
  }
  #sbs-1636 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1636 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #sbs-1636 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-1636 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-1636 .cs-picture {
    width: 100%;
    height: 90vw;
    /* 340px - 620px */
    max-height: clamp(21.25rem, 45vw, 38.75rem);
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-1636 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-1636 .omoss {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-1636:before {
    height: 63%;
  }
  #sbs-1636 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5rem;
  }
  #sbs-1636 .cs-flex {
    width: 50%;
    text-align: left;
    max-width: 38rem;
  }
  #sbs-1636 .cs-title {
    margin: 0;
  }
}

/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #pricing-1103 {
    padding: var(--sectionPadding);
    background-color: #f1f1f1;
  }
  #pricing-1103 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #pricing-1103 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }

  #pricing-1103 .cs-text {
    max-width: 25.8125rem;
    margin-bottom: 1rem;
  }
  #pricing-1103 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #pricing-1103 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #pricing-1103 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #pricing-1103 .cs-button-solid:hover:before {
    width: 100%;
  }
  #pricing-1103 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* 16px - 20px */
    gap: clamp(1rem, 1.8vw, 1.25rem);
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #pricing-1103 .cs-item {
    list-style: none;
    width: 100%;
    margin: 0;
    /* 24px - 40px top & Bottom */
    /* 16px - 32px left & right */
    padding: clamp(1.5rem, 3vw, 2.5rem) 1.5rem;
    background-color: #fff;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #pricing-1103 .cs-package {
    /* 13px - 16px */
    font-size: clamp(0.8125rem, 1.4vw, 1rem);
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #767676;
    display: block;
  }
  #pricing-1103 .cs-price {
    /* 31px - 49px */
    font-size: var(--headerFontSize);
    line-height: 1.2em;
    text-align: center;
    font-weight: 900;
    margin: 0;
    color: var(--headerColor);
  }
  #pricing-1103 .cs-ul {
    /* 20px - 25px */
    margin: clamp(1.25rem, 3vw, 1.5rem) 0 0 0;
    padding: clamp(1.25rem, 3vw, 1.5rem) 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
  }
  #pricing-1103 .cs-ul:before {
    /* divider Line */
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(232, 232, 232, 0.2) 0%,
      #e8e8e8 53.78%,
      rgba(232, 232, 232, 0.2) 100%
    );
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #pricing-1103 .cs-li {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    list-style: none;
    line-height: 1.2em;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: space-between;
    /* push everything to the top so if the li goes to two lines the icon stays at the top */
    align-items: flex-start;
    gap: 1rem;
  }
  #pricing-1103 .cs-li.cs-disabled {
    opacity: 0.5;
  }
  #pricing-1103 .cs-li.cs-disabled .cs-icon {
    filter: grayscale(1) brightness(300%);
  }
  #pricing-1103 .cs-icon {
    width: 1.125rem;
    height: auto;
    display: block;
  }
  #pricing-1103 .cs-topper-spec {
    color: #704900;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #pricing-1103 .cs-card-group {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #pricing-1103 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
  }
  #pricing-1103 .cs-title {
    max-width: 14ch;
  }
  #pricing-1103 .cs-card-group {
    width: 62%;
    max-width: 52.9375rem;
  }
}
/*-- -------------------------- */
/*           Video              */
/*----------------------------- */

/* Utility: visuellt gömt men tillgängligt för skärmläsare */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* ========== Basvariabler ========== */
/* Bas: små buffertar (gäller mobiler och mindre skärmar) */
:root {
  --header-h: 0rem; /* ingen extra offset som standard */
  --top-gap: 0rem;
  --bottom-gap: 2rem;
  --app-vh: 1vh; /* uppdateras av JS för stabil höjd vid rotation */
}

/* ≤470 px */
@media (max-width: 470px) {
  :root {
    --header-h: 6rem;
    --top-gap: 2rem;
    --bottom-gap: 2rem;
  }
}

/* 471–600 px */
@media (max-width: 600px) and (min-width: 471px) {
  :root {
    --header-h: 8rem;
    --top-gap: 2rem;
    --bottom-gap: 2rem;
  }
}

/* Stora skärmar (desktop & surfplattor på breddläge med gott om höjd) */
@media (min-width: 1024px) {
  :root {
    --header-h: 15rem;
    --top-gap: 0rem;
    --bottom-gap: 2rem;
  }
}

/* Viktigt: små höjder i landskap (typ telefon i landscape) */
@media (orientation: landscape) and (max-height: 500px) {
  :root {
    /* ta bort den stora headerytan så videon får plats */
    --header-h: 0rem;
    --top-gap: 5rem;
    --bottom-gap: 0.75rem;
  }
}

/* ====== Play-sektion ====== */
@media only screen and (min-width: 0rem) {
  #video-1314 .cs-big-link,
  #video-1314 .cs-big-link:link,
  #video-1314 .cs-big-link:visited,
  #video-1314 .cs-big-link:hover,
  #video-1314 .cs-big-link:active {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
  #video-1314 .cs-big-link {
    width: 100%;
    height: clamp(20rem, 65vw, 46.875rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
  }
  #video-1314 .cs-background {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
  }
  #video-1314 .cs-media {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2.5vw, 1.5rem);
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #video-1314 .cs-play {
    width: clamp(3.75rem, 11vw, 6.25rem);
    height: clamp(3.75rem, 11vw, 6.25rem);
    border-radius: 50%;
    border: 2px solid #bababa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    transition:
      transform 0.3s,
      box-shadow 0.3s;
  }
  #video-1314 .cs-play:hover {
    transform: scale(1.06);
    box-shadow: rgba(0, 0, 0, 0.5) 0 7px 29px 0;
  }
  #video-1314 .cs-link-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #video-1314 h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 4.5vw, 2.5rem);
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  #video-1314 .cs-media {
    flex-direction: column;
    text-align: center;
  }
}

/* ========== Modal (enda källan) ========== */
#video-modal.hidden {
  display: none;
}

#video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: flex-start; /* börja från toppen */
  z-index: 999;

  /* padding beräknat med safe areas + variabler (uppdateras av JS) */
  --pad-top: calc(var(--header-h) + var(--top-gap) + env(safe-area-inset-top));
  --pad-bottom: calc(
    var(--bottom-gap) + max(1rem, env(safe-area-inset-bottom))
  );

  padding: var(--pad-top) 1rem var(--pad-bottom);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Fallback när env() saknas (äldre Android m.fl.) */
@supports not (padding: env(safe-area-inset-top)) {
  #video-modal {
    --pad-top: calc(var(--header-h) + var(--top-gap));
    --pad-bottom: var(--bottom-gap);
    padding: var(--pad-top) 1rem var(--pad-bottom);
  }
}

/* Innehåll */
.video-wrapper {
  position: relative;
  width: min(900px, 100dvw - 2rem);
  margin: 0 auto;
  box-sizing: border-box;
}

/* Videon: skala så att ALLT (inkl. kontroller) syns */
#arm-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #000;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);

  /* Maxhöjd = synlig viewport minus padding (via vår stabila --app-vh) */
  max-height: calc((var(--app-vh) * 100) - var(--pad-top) - var(--pad-bottom));
}

/* Stäng-knapp */
.video-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  cursor: pointer;
}

/* Lås bakgrunds-scroll när modalen är öppen */
body.modal-open {
  overflow: hidden;
}

/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-1582 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #faq-1582 .cs-container {
    width: 100%;
    /* changes to 1280px at talet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 5vw, 4rem);
    position: relative;
  }
  #faq-1582 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #faq-1582 .cs-title {
    margin: 0;
  }
  #faq-1582 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #faq-1582 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    /* 20px - 32px */
    padding: clamp(1.25rem, 2.3vw, 2rem);
    background-color: #f7f7f7;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column: span 12;
    position: relative;
    z-index: 1;
  }
  #faq-1582 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #faq-1582 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #faq-1582 .cs-container {
    max-width: 80rem;
  }
  #faq-1582 .cs-item {
    grid-column: span 6;
  }
}
/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-2320 {
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #contact-2320 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.25rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #contact-2320 .cs-container2 {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.25rem;
    padding: 5rem 3rem;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  #contact-2320 .cs-hours .cs-topper {
    font-size: 2rem;
  }
  #contact-2320 .cs-container2 .cs-topper {
    color: #fff;
  }
  #contact-2320 .cs-content {
    text-align: left;
  }
  #contact-2320 .cs-title {
    margin-bottom: 2rem;
  }
  #contact-2320 .cs-form {
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }
  #contact-2320 .cs-label {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #contact-2320 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    background-color: #f7f7f7;
    border: none;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
  }
  #contact-2320 .cs-input::placeholder {
    color: #7d799c;
    opacity: 0.6;
  }
  #contact-2320 .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: inherit;
  }
  #contact-2320 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #contact-2320 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #contact-2320 .cs-button-solid:hover:before {
    width: 100%;
  }
  #contact-2320 .cs-submit {
    text-transform: uppercase;
    background-color: var(--secondaryLight);
    color: var(--headerColor);
    border: none;
    transition: color 0.3s;
  }
  #contact-2320 .cs-submit:hover {
    cursor: pointer;
    color: #fff;
  }
  #contact-2320 .cs-map {
    width: 100%;
    max-width: 39.375rem;
    height: 25rem;
    position: relative;
    z-index: 1;
    display: block;
  }
  #contact-2320 .cs-iframe-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* 40px - 56px */
    bottom: clamp(2.5rem, 5vw, 3.5rem);
  }
  #contact-2320 .cs-iframe-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  #contact-2320 .cs-box {
    width: 90%;
    max-width: 28.125rem;
    /* 16px - 32px top & bottom */
    /* 16px left & right */
    padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 2.4vw, 1rem);
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  #contact-2320 .cs-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    pointer-events: none;
    opacity: 0.1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #contact-2320 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #contact-2320 .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #contact-2320 .cs-header {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem;
    color: var(--headerColor);
  }
  #contact-2320 .cs-address {
    font-size: clamp(0.75rem, 2.8vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #contact-2320 .cs-hours {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact-2320 .cs-hours-info {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    width: 60%;
    max-width: 28ch;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #contact-2320 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #contact-2320 .cs-background:before {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #contact-2320 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
}
@media only screen and (min-width: 103rem) {
  #contact-2320 .cs-iframe-wrapper img {
    object-fit: scale-down;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact-2320 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.25rem;
  }
  #contact-2320 .cs-container2 {
    max-width: 80rem;
  }
  #contact-2320 .cs-content {
    max-width: 32.625rem;
    /* 24px - 80px */
    padding: clamp(2rem, 5vw, 5rem) 0;
  }
  #contact-2320 .cs-title,
  #contact-2320 .cs-topper,
  #contact-2320 .cs-text {
    text-align: left;
    margin-left: 0;
  }
  #contact-2320 .cs-hours .cs-topper {
    font-size: 2.5rem;
  }
  #contact-2320 .cs-title {
    max-width: 32.625rem;
  }

  #contact-2320 .cs-button-solid {
    margin-left: 0;
  }
  #contact-2320 .cs-map {
    max-width: 39.375rem;
    height: auto;
    order: -1;
  }
}

/* <------------------------------------------------------------------------------------------------------------------------------------->
/* <---------------------------------------------------------------------GDPR---------------------------------------------------------------->
/* <------------------------------------------------------------------------------------------------------------------------------------->

/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-851 {
    padding: var(--sectionPadding);
    background-color: #fff;
    /* clips the wave background from causing overflow issues when it goes off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #content-page-851 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    margin-top: 1rem;
  }
  #content-page-851 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 46.125rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #content-page-851 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #content-page-851 h2,
  #content-page-851 h3,
  #content-page-851 h4,
  #content-page-851 h5,
  #content-page-851 h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #content-page-851 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page-851 h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }
  #content-page-851 h4,
  #content-page-851 h5,
  #content-page-851 h6 {
    font-size: 1.25rem;
  }
  #content-page-851 .cs-button-solid {
    margin-bottom: 2rem;
  }
  #content-page-851 .cs-no-margin {
    margin: 0;
  }
  #content-page-851 .cs-color {
    color: var(--secondary);
  }
  #content-page-851 p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page-851 p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page-851 p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
  }
  #content-page-851 ol,
  #content-page-851 ul {
    padding-left: 1.5rem;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page-851 ul li {
    list-style: none;
    color: inherit;
    position: relative;
  }
  #content-page-851 ul li:before {
    /* custom list bullet */
    content: "";
    width: 3px;
    height: 3px;
    background: currentColor;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0.625rem;
    left: -0.75rem;
  }
  #content-page-851 img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #ffffff;
  }
  #content-page-851 .cs-image-group {
    width: 50%;
    max-width: 27.0625rem;
    display: none;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
  }
  #content-page-851 .cs-image-group:after {
    /* colored box */
    content: "";
    width: 100%;
    /* 177px - 258px */
    height: clamp(2.0625rem, 19vw, 5.125rem);
    background: var(--primary);
    border-radius: 0 6.25rem 0 6.25rem;
    opacity: 1;
    display: block;
  }
  #content-page-851 .cs-picture {
    width: 100%;
    /* 300px - 520px */
    height: clamp(18.75rem, 40vw, 32.5rem);
    /* 125px - 200px */
    border-radius: clamp(7.8125rem, 15vw, 12.5rem) 0
      clamp(7.8125rem, 15vw, 12.5rem) 0;
    /* prevents border from affecting height and width */
    box-sizing: border-box;
    /* clips img tag corners */
    overflow: hidden;
    display: block;
    position: relative;
  }
  #content-page-851 .cs-picture img {
    width: 100%;
    height: 100%;
    /* makes it act like a background image */
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-page-851 .cs-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #content-page-851 .cs-content {
    flex: none;
    width: 60%;
  }
  #content-page-851 .cs-image-group {
    display: flex;
  }
}

/* Hero button */
.cs-button-2 {
  font-size: 1rem;
  /* 46px - 56px */
  line-height: clamp(2.875rem, 8vw, 3.5rem);
  text-decoration: none;
  font-weight: 700;
  margin: auto;
  color: #fff;
  padding: 0 1.5rem;
  background-color: #2c68ba;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s;
}
.cs-button-2:hover {
  background-color: #000;
}

/* ===== PROMO MODAL scene ===== */
.promo-modal[aria-hidden="true"] {
  display: none;
}
.promo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: clamp(12px, 3vw, 28px);
  padding-top: calc(clamp(12px, 3vw, 28px) + 72px);
  padding-bottom: clamp(12px, 3vw, 28px);

  display: grid;
  place-items: center;
  overflow: auto;
}
.promo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
}
.promo-panel {
  position: relative;
  width: min(86vw, 520px);
  max-height: 78dvh;
  background: #0b0f1a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}
.promo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: #0b0f1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  box-shadow: inset 0 2px 0 #ffd400;
}
.promo-title {
  margin: 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.promo-title::before {
  content: "★";
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 212, 0, 0.22);
  border: 1px solid rgba(255, 212, 0, 0.35);
}
.promo-close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1;
}
.promo-close:hover {
  background: rgba(255, 255, 255, 0.08);
}
.promo-content {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.promo-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.promo-image {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.02);
}
.promo-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 0.875rem;
}
.promo-body {
  padding: 14px 14px 16px;
  color: rgba(255, 255, 255, 0.92);
}
.promo-headline {
  margin: 0 0 6px;
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 900;
}
.promo-sub {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  line-height: 1.35;
  padding-top: 10px;
}
.promo-list {
  margin: 0 0 14px;
  padding: 0;
  padding-top: 15px;
  list-style: none;
  display: grid;
  gap: 8px;
}
.promo-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.875rem;
}
.promo-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd400;
  font-weight: 900;
}
.promo-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 0;
  background: #ffd400;
  color: #111;
  font-weight: 900;
  text-decoration: none;
  font-size: 0.9375rem;
}
.promo-cta:hover {
  filter: brightness(1.02);
}
.promo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9375rem;
}
.promo-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.promo-footnote {
  margin: 12px 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 380px) {
  .promo-media {
    max-height: 200px;
  }
  .promo-image {
    height: 200px;
    object-fit: cover;
    object-position: center;
    transform: none;
  }
  .promo-badge {
    left: 10px;
    bottom: 10px;
    padding: 7px 9px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 768px) {
  .promo-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    min-height: 420px;
    overflow: hidden;
  }
  .promo-media {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .promo-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .promo-body {
    padding: 18px 18px 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .promo-headline {
    font-size: 1.625rem;
  }
  .promo-sub {
    margin-bottom: 1rem;
  }
  .promo-list {
    margin-bottom: 1.125rem;
  }
  .promo-actions {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1024px) {
  .promo-panel {
    width: min(920px, 92vw);
    max-height: calc(100vh - 96px - 32px);
  }
  .promo-content {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    overflow: hidden;
  }
  .promo-body {
    padding: 26px 26px 22px;
  }
  .promo-headline {
    font-size: 2.125rem;
  }
  .promo-sub,
  .promo-list li {
    font-size: 1rem;
  }
  .promo-actions {
    gap: 12px;
  }
}

/* ---------- PROMO FAB ---------- */
.promo-fab {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 9998;
  border: 0;
  border-radius: 14px 0 0 14px;
  padding: 12px 10px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.2px;
  background: #111;
  color: #ffd400;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.4),
    0 0 0 0 rgba(255, 212, 0, 0.35);

  display: inline-flex;
  align-items: center;
  gap: 6px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateZ(0);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}
.promo-fab::before {
  display: none;
}
.promo-fab::after {
  content: "NY";
  font-size: 0.625rem;
  font-weight: 900;
  padding: 4px 6px;
  border-radius: 999px;
  background: #ffd400;
  color: #111;
  margin-top: 6px;
}
.promo-fab:hover {
  transform: translateX(-2px);
  filter: brightness(1.03);
}
.promo-fab:active {
  transform: translateX(0) scale(0.98);
}

@media (prefers-reduced-motion: no-preference) {
  .promo-fab {
    animation: promoPulseSmooth 2.6s ease-out infinite;
  }

  @keyframes promoPulseSmooth {
    0% {
      box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.4),
        0 0 0 0 rgba(255, 212, 0, 0.35);
    }

    60% {
      box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.4),
        0 0 0 14px rgba(255, 212, 0, 0);
    }

    100% {
      box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.4),
        0 0 0 0 rgba(255, 212, 0, 0);
    }
  }
}

@media (min-width: 1024px) {
  .promo-fab {
    bottom: 160px;
    padding: 14px 12px;
    border-radius: 16px 0 0 16px;
  }
}
