@media only screen and (min-width: 0rem) {
  #services-966 {
    z-index: 1;
    position: relative;
    padding: var(--sectionPadding);
    padding-top: 0rem;
    overflow: clip;
  }
  #services-966 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 34.375rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-966 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50rem;
    width: 100%;
    text-align: center;
  }
  #services-966 .cs-text {
    margin: 0;
    max-width: 40.625rem;
    width: 100%;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #services-966 .cs-title,
  #services-966 .cs-text {
    max-width: 100%;
  }
  #services-966 .cs-title {
    max-width: 20ch;
    margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
  }
  #services-966 .cs-title-emphasis-wrap {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 0.75rem;
  }
  #services-966 .cs-title em {
    font-style: italic;
  }
  #services-966 .cs-title-scribble {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    color: var(--headerColor);
  }
  #services-966 .cs-services-cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: clamp(2rem, 5vw, 4rem);
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #services-966 .cs-services-cards::-webkit-scrollbar {
    display: none;
  }
  #services-966 .cs-service-card-wrap {
    flex: none;
    width: min(22rem, 88vw);
    margin-left: -2.75rem;
    position: relative;
    transform: translateY(var(--card-y, 0%)) rotate(var(--card-rotate, 0deg));
    transition:
      transform 0.35s ease,
      box-shadow 0.35s ease,
      z-index 0s;
    z-index: 1;
  }
  #services-966 .cs-service-card-wrap.is--1 {
    margin-left: 0;
    z-index: 1;
  }
  #services-966 .cs-service-card-wrap.is--2 {
    z-index: 2;
  }
  #services-966 .cs-service-card-wrap.is--3 {
    z-index: 3;
  }
  #services-966 .cs-service-card-wrap.is--4 {
    z-index: 4;
  }
  #services-966 .cs-service-card-wrap.is--5 {
    z-index: 5;
  }
  #services-966 .cs-service-card-wrap:hover,
  #services-966 .cs-service-card-wrap:focus-within {
    z-index: 10;
    transform: translateY(calc(var(--card-y, 0%) - 3%)) rotate(0deg)
      scale(1.04);
  }
  #services-966 .cs-service-card {
    position: relative;
    width: 100%;
    border-radius: 0.875rem;
    overflow: visible;
    box-shadow: 0 0.75rem 1.75rem rgba(36, 28, 21, 0.14);
  }
  #services-966 .cs-service-card-wrap:hover .cs-service-card,
  #services-966 .cs-service-card-wrap:focus-within .cs-service-card {
    box-shadow: 0 1.25rem 2.5rem rgba(36, 28, 21, 0.22);
  }
  #services-966 .cs-service-card {
    color: var(--primary);
  }
  #services-966 .cs-service-card.is--forest {
    background-color: #fef3d6;
  }
  #services-966 .cs-service-card.is--sky {
    background-color: var(--primaryLight);
  }
  #services-966 .cs-service-card.is--coral {
    background-color: #fde2ea;
  }
  #services-966 .cs-service-card.is--wine {
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
  }
  #services-966 .cs-service-card.is--lavender {
    background-color: var(--surface);
  }
  #services-966 .cs-service-card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    min-height: 24rem;
    padding: 3.75rem 1.75rem 1.75rem;
  }
  #services-966 .cs-service-card-sticker {
    position: absolute;
    top: 0;
    right: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 1rem;
    background: var(--surface);
    box-shadow: 0 0.5rem 1.25rem rgba(36, 28, 21, 0.18);
    transform: translateY(-35%);
  }
  #services-966 .cs-service-card-sticker.is--tilt-left {
    transform: translateY(-35%) rotate(-8deg);
  }
  #services-966 .cs-service-card-sticker.is--tilt-right {
    transform: translateY(-35%) rotate(8deg);
  }
  #services-966 .cs-service-card-sticker-icon {
    width: 2.5rem;
    height: 2.5rem;
    filter: grayscale(1) brightness(0);
  }
  #services-966 .cs-service-card-title {
    margin: 0;
    font-family: var(--uiFont);
    font-size: clamp(1.375rem, 2.5vw, 1.625rem);
    line-height: 1.25;
    font-weight: 700;
    text-wrap: balance;
    color: inherit;
  }
  #services-966 .cs-service-card.is--wine .cs-service-card-title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  }
  #services-966 .cs-service-card-line {
    width: 100%;
    height: auto;
    opacity: 0.45;
  }
  #services-966 .cs-service-card-text {
    margin: 0;
    flex: 1;
    font-family: var(--bodyFont);
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    line-height: 1.65;
    color: inherit;
    -webkit-font-smoothing: antialiased;
  }
  #services-966 .cs-service-card.is--wine .cs-service-card-text,
  #services-966 .cs-service-card.is--wine .cs-service-card-link {
    color: var(--bodyTextColorWhite);
  }
  #services-966 .cs-service-card-link {
    margin-top: auto;
    font-family: var(--uiFont);
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    transition:
      opacity 0.3s,
      text-decoration-color 0.3s;
  }
  #services-966 .cs-service-card-link:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media only screen and (min-width: 48rem) {
  #services-966 {
    padding-top: 3.125rem;
  }
  #services-966 .cs-container {
    max-width: 80rem;
  }
  #services-966 .cs-services-cards {
    overflow-x: visible;
    justify-content: center;
  }
}
@media only screen and (max-width: 63.9375rem) {
  #services-966 .cs-services-cards {
    flex-wrap: wrap;
    gap: 3.5rem;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #services-966 .cs-service-card-wrap {
    margin-left: 0;
    width: min(21rem, 100%);
  }
  #services-966 .cs-service-card-wrap.is--1 {
    transform: rotate(4deg);
  }
  #services-966 .cs-service-card-wrap.is--2 {
    transform: rotate(-5deg);
  }
  #services-966 .cs-service-card-wrap.is--3 {
    transform: rotate(6deg);
  }
  #services-966 .cs-service-card-wrap.is--4 {
    transform: rotate(-1deg);
  }
  #services-966 .cs-service-card-wrap.is--5 {
    transform: rotate(-8deg);
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-966 .cs-title,
  body.dark-mode #services-966 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-966 .cs-text {
    opacity: 0.9;
  }
  body.dark-mode #services-966 .cs-service-card-sticker {
    background-color: rgba(255, 253, 245, 0.95);
    box-shadow:
      rgba(232, 93, 76, 0.2) 0px 0px 44px,
      inset rgba(232, 93, 76, 0.15) 0px 0px 30px;
  }
  body.dark-mode #services-966 .cs-service-card.is--forest {
    background-color: #fef3d6;
    color: var(--primary);
  }
  body.dark-mode #services-966 .cs-service-card.is--sky {
    background-color: var(--primaryLight);
    color: var(--primary);
  }
  body.dark-mode #services-966 .cs-service-card.is--coral {
    background-color: #fde2ea;
    color: var(--primary);
  }
  body.dark-mode #services-966 .cs-service-card.is--wine {
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-966 .cs-service-card.is--lavender {
    background-color: var(--surface);
    color: var(--primary);
  }
  body.dark-mode #services-966 .cs-service-card.is--wine .cs-service-card-text,
  body.dark-mode #services-966 .cs-service-card.is--wine .cs-service-card-link {
    color: var(--bodyTextColorWhite);
  }
}
@media only screen and (min-width: 64rem) {
  #services-966 .cs-service-card-wrap {
    width: 21rem;
    margin-left: -2.25rem;
  }
  #services-966 .cs-service-card-wrap.is--1 {
    margin-left: 0;
  }
  #services-966 .cs-service-card-inner {
    padding: 3.75rem 1.875rem 1.875rem;
    min-height: 25rem;
  }
  #services-966 .cs-service-card-sticker {
    width: 4.75rem;
    height: 4.75rem;
  }
  #services-966 .cs-service-card-sticker-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (min-width: 0rem) {
  #sbs-1362 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: var(--sectionPadding);
    padding-top: 0rem;
  }
  #sbs-1362 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 36.5rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1362 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 39.375rem;
    width: 100%;
    text-align: left;
  }
  #sbs-1362 .cs-title {
    max-width: 26ch;
  }
  #sbs-1362 .cs-text {
    margin-bottom: 1.5rem;
  }
  #sbs-1362 #list-1597 {
    display: grid;
    align-items: center;
    margin: 0 0 2rem;
    max-width: clamp(34.375rem, 50vw, 39.375rem);
    width: 100%;
    padding: 0;
    gap: clamp(1rem, 4vw, 2.5rem);
  }
  #sbs-1362 #list-1597 .cs-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    list-style: none;
    gap: 0.75rem;
  }
  #sbs-1362 #list-1597 .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 0.625rem;
  }
  #sbs-1362 #list-1597 .cs-h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    gap: 0.5rem;
  }
  #sbs-1362 #list-1597 .cs-item-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs-1362 .cs-image-group {
    position: relative;
    border-radius: clamp(1rem, 10vw, 6.25rem);
    height: 32.5rem;
    max-width: 36.625rem;
    width: 100%;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
  }
  #sbs-1362 .cs-background {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-1362 .cs-background img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-1362 .cs-box {
    position: absolute;
    bottom: clamp(0.75rem, 1.9vw, 1.5rem);
    right: clamp(0.75rem, 1.9vw, 1.5rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: #fff;
    width: 80%;
    max-width: 19rem;
    box-sizing: border-box;
    padding: 1.5rem;
    text-align: left;
    gap: 1.5rem;
  }
  #sbs-1362 .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #sbs-1362 .cs-name {
    display: block;
    text-transform: uppercase;
    font-family: var(--headerFont);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #sbs-1362 .cs-job {
    display: block;
    font-size: clamp(0.875rem, 1.8vw, 1rem);
    line-height: 1.2em;
    color: var(--primary);
  }
  #sbs-1362 .cs-box-icon {
    display: block;
    height: 3rem;
    width: auto;
  }
  #sbs-1362 .cs-bubbles {
    z-index: -1;
    position: absolute;
    bottom: -3.125em;
    right: -16.25em;
    height: 26.6875em;
    width: 26.1875em;
    font-size: min(2.5vw, 0.7em);
  }
  #sbs-1362 .cs-bubbles:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 1;
    display: block;
    border: 1px solid #241c15;
    border-radius: 50%;
    background: transparent;
    height: 20.625em;
    width: 20.625em;
    animation-name: floatAnimation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
  }
  #sbs-1362 .cs-bubbles:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.15;
    display: block;
    border-radius: 50%;
    background: var(--primary);
    height: 16.25em;
    width: 16.25em;
    animation-name: floatAnimation2;
    animation-duration: 14s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    transition: box-shadow 0.3s;
  }
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3rem);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media only screen and (min-width: 48rem) {
  #sbs-1362 {
    padding-top: 3.125rem;
  }
  #list-1597 {
    grid-template-columns: repeat(12, 1fr);
  }
  #list-1597 .cs-item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-1362 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 80rem;
  }
  #sbs-1362 .cs-image-group {
    height: auto;
  }
  #sbs-1362 .cs-content {
    align-self: center;
  }
  #sbs-1362 .cs-bubbles {
    font-size: min(2.5vw, 1em);
  }
}
@media only screen and (min-width: 100rem) {
  #sbs-1362 .cs-bubbles {
    bottom: 1.875rem;
    left: 50%;
    right: auto;
    margin-left: 40.625rem;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-1362 .cs-title,
  body.dark-mode #sbs-1362 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1362 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-1362 #list-1597 .cs-item-text,
  body.dark-mode #sbs-1362 #list-1597 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1362 #list-1597 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-1362 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1362 .cs-bubbles:before {
    border-color: #ffffff;
    box-shadow:
      rgba(232, 93, 76, 0.2) 0px 0px 44px,
      inset rgba(232, 93, 76, 0.2) 0px 0px 30px,
      inset rgba(232, 93, 76, 0.2) 0px 0px 55px,
      inset rgba(232, 93, 76, 0.4) 0px 0px 75px,
      rgba(232, 93, 76, 0.4) 0px 0px 105px;
  }
  body.dark-mode #sbs-1362 .cs-bubbles:after {
    background-color: var(--secondary);
  }
}
@media only screen and (min-width: 0rem) {
  #portfolio {
    background-color: #fff9f0;
    padding: var(--sectionPadding);
  }
  #portfolio .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 34.375rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #portfolio .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 80rem;
    width: 100%;
    text-align: left;
  }
  #portfolio .cs-text {
    z-index: 1;
    position: relative;
    max-width: 40rem;
  }
  #portfolio .cs-text:after {
    position: relative;
    content: "";
    opacity: 1;
    display: block;
    margin-top: 1.5rem;
    background: var(--primary);
    height: 1px;
    width: 100%;
    opacity: 0.2;
  }
  #portfolio .cs-title {
    max-width: 20ch;
  }
  #portfolio .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    padding: 0;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    row-gap: clamp(2.5rem, 5vw, 3.5rem);
  }
  #portfolio .cs-item {
    list-style: none;
    grid-column: span 12;
  }
  #portfolio .cs-item-portfolio {
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 3.5vw, 2.5rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 1.25rem;
    transition: background-color 0.45s ease;
  }
  #portfolio .cs-item-portfolio:hover {
    background-color: rgba(255, 255, 255, 0.55);
  }
  #portfolio .cs-portfolio-link {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    z-index: 0;
    padding: 0.5rem 0.5rem 0;
  }
  #portfolio .cs-portfolio-link:hover {
    text-decoration: none;
  }
  #portfolio .cs-laptop-mockup {
    width: 100%;
    transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center bottom;
  }
  #portfolio .cs-portfolio-link:hover .cs-laptop-mockup {
    transform: translateY(-12px) scale(1.015);
  }
  #portfolio .cs-laptop-screen {
    position: relative;
    overflow: hidden;
    border: 3px solid #3d3a36;
    border-radius: 14px 14px 6px 6px;
    background: linear-gradient(145deg, #2b2926 0%, #1a1816 100%);
    padding: clamp(0.5rem, 1.2vw, 0.75rem);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 36px rgba(36, 28, 21, 0.18);
    transition: box-shadow 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #portfolio .cs-laptop-screen::before {
    position: absolute;
    top: clamp(0.35rem, 0.9vw, 0.5rem);
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    content: "";
    border-radius: 50%;
    background: #4a4743;
    width: 6px;
    height: 6px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  }
  #portfolio .cs-laptop-screen img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #portfolio .cs-portfolio-link:hover .cs-laptop-screen {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 28px 48px rgba(36, 28, 21, 0.22),
      0 0 0 1px rgba(232, 93, 76, 0.18);
  }
  #portfolio .cs-portfolio-link:hover .cs-laptop-screen img {
    transform: scale(1.03);
  }
  #portfolio .cs-laptop-hinge {
    width: 92%;
    height: 4px;
    margin: 0 auto;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(90deg, #2a2826, #4a4743, #2a2826);
  }
  #portfolio .cs-laptop-base {
    width: 58%;
    height: clamp(0.5rem, 1vw, 0.65rem);
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, #3d3a36 0%, #2a2826 100%);
    box-shadow: 0 8px 16px rgba(36, 28, 21, 0.12);
    transition:
      transform 0.55s cubic-bezier(0.23, 1, 0.32, 1),
      box-shadow 0.55s ease;
  }
  #portfolio .cs-portfolio-link:hover .cs-laptop-base {
    transform: scaleX(1.04);
    box-shadow: 0 12px 24px rgba(36, 28, 21, 0.18);
  }
  #portfolio .cs-item-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 0.5rem;
  }
  #portfolio .cs-portfolio-live-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    font-weight: 600;
    color: var(--secondaryText);
    text-decoration: none;
    transition:
      color 0.35s ease,
      gap 0.35s ease;
  }
  #portfolio .cs-portfolio-live-link::after {
    content: "→";
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #portfolio .cs-portfolio-live-link:hover {
    gap: 0.75rem;
    color: var(--secondary);
    text-decoration: none;
  }
  #portfolio .cs-portfolio-live-link:hover::after {
    transform: translateX(4px);
  }
  #portfolio .cs-picture {
    z-index: 0;
    position: relative;
    display: block;
    border-radius: 1rem;
    margin: 0 0 0rem;
    height: clamp(12.5rem, 25vw, 16.875rem);
    width: 100%;
    overflow: hidden;
    transition: transform 0.65s;
  }
  #portfolio .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0 1.25rem;
  }
  #portfolio .cs-picture.cs-picture-cover {
    height: auto;
    aspect-ratio: 16 / 10;
    background-color: #fff;
  }
  #portfolio .cs-picture.cs-picture-cover img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
    padding: 0;
  }
  #portfolio .cs-h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #portfolio .cs-item-text {
    display: block;
    margin: 0;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #portfolio .cs-button-solid {
    margin-top: auto;
    justify-self: flex-end;
  }
}
@media only screen and (min-width: 48rem) {
  #portfolio .cs-container {
    max-width: 80rem;
  }
  #portfolio .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #portfolio .cs-text {
    padding: 0.75rem 0 0.75rem 1.5rem;
  }
  #portfolio .cs-text:after {
    order: -1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 1.5rem 0 0;
    height: 100%;
    width: 1px;
  }
  #portfolio .cs-flex {
    max-width: 40rem;
    width: 40vw;
    text-align: left;
    flex: none;
  }
  #portfolio .cs-title {
    margin: 0;
  }
  #portfolio .cs-item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #portfolio {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #portfolio .cs-title,
  body.dark-mode #portfolio .cs-text,
  body.dark-mode #portfolio .cs-h3,
  body.dark-mode #portfolio .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #portfolio .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #portfolio .cs-item-portfolio:hover {
    background-color: rgba(255, 255, 255, 0.04);
  }
  body.dark-mode #portfolio .cs-portfolio-live-link {
    color: var(--secondary);
  }
  body.dark-mode #portfolio .cs-portfolio-live-link:hover {
    color: #fff;
  }
  body.dark-mode #portfolio .cs-text {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 0rem) {
  #sbs-1640 {
    background-color: var(--primary);
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #sbs-1640 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 36.5rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1640 .cs-stats-group {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 39.375rem;
    width: 100%;
    text-align: left;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #sbs-1640 .cs-stats {
    display: flex;
    grid-template-columns: repeat(12, 1fr);
    justify-content: space-between;
    margin: 0;
    max-width: 39.375rem;
    width: 100%;
    padding: 0;
    row-gap: 1.5rem;
    column-gap: clamp(1.5rem, 4vw, 4.5vw);
  }
  #sbs-1640 .cs-stat {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-column: span 4;
    align-self: stretch;
  }
  #sbs-1640 .cs-number {
    font-family: var(--headerFont);
    display: block;
    margin: 0 0 0.25rem 0;
    font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    line-height: 1.2em;
    font-weight: 900;
    color: var(--primaryLight);
    text-align: left;
  }
  #sbs-1640 .cs-desc {
    margin: 0;
    font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    line-height: 1.5em;
    color: var(--bodyTextColorWhite);
    text-align: left;
  }
  #sbs-1640 .cs-picture {
    z-index: 1;
    position: relative;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    height: 28.8125rem;
    width: 100%;
  }
  #sbs-1640 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-1640 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 35.625rem;
    width: 100%;
  }
  #sbs-1640 .cs-topper {
    color: var(--bodyTextColorWhite);
  }
  #sbs-1640 .cs-title {
    margin: 0 0 2.5rem 0;
    color: var(--bodyTextColorWhite);
  }
  #sbs-1640 .cs-color {
    color: var(--primaryLight);
  }
  #sbs-1640 .cs-text {
    opacity: 0.8;
    margin-bottom: 1rem;
    color: var(--bodyTextColorWhite);
  }
  #sbs-1640 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1640 #list-823 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 2rem 0;
    max-width: 27.3125rem;
    padding: 0;
    row-gap: clamp(1.5rem, 4vw, 2rem);
  }
  #sbs-1640 #list-823 .cs-li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    list-style: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    gap: 2rem;
  }
  #sbs-1640 .cs-icon {
    width: 2.5rem;
    height: auto;
    filter: grayscale(1) brightness(1000%);
  }
}
@media only screen and (min-width: 48rem) {
  #sbs-1640 .cs-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    max-width: 80rem;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-1640 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #sbs-1640 .cs-topper {
    color: var(--secondary);
  }
  body.dark-mode #sbs-1640 .cs-icon {
    filter: grayscale(1) brightness(1000%) drop-shadow(1px 0px 5px #e85d4c);
  }
  body.dark-mode #sbs-1640 .cs-item {
    background-color: rgba(232, 93, 76, 0.1);
  }
}
@media only screen and (min-width: 0rem) {
  #video-548 {
    position: relative;
    padding: var(--sectionPadding);
    padding-top: 3.125rem;
  }
  #video-548 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #video-548 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #video-548 .cs-topper {
    color: var(--bodyTextColorWhite);
  }
  #video-548 .cs-title {
    margin: 0;
    max-width: 30ch;
    color: var(--bodyTextColorWhite);
  }
  #video-548 .cs-big-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    height: clamp(12.875rem, 63vw, 37.6875rem);
    width: 100%;
    overflow: hidden;
  }
  #video-548 .cs-big-link:hover .cs-background img {
    transform: scale(1.1);
  }
  #video-548 .cs-background {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  #video-548 .cs-background img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s;
  }
  #video-548 .cs-background:before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.2;
    display: block;
    background: #000;
    height: 100%;
    width: 100%;
    background-blend-mode: multiply;
  }
  #video-548 .cs-link-icon {
    z-index: 10;
    position: absolute;
    border-radius: 50%;
    height: clamp(5rem, 11vw, 6.875rem);
    width: clamp(5rem, 11vw, 6.875rem);
    transition:
      transform 0.3s,
      box-shadow 0.3s;
  }
  #video-548 .cs-link-icon:hover {
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 7px 29px 0px;
  }
  #video-548::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: var(--primary);
    height: 62%;
    width: 100%;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #video-548 .cs-title,
  body.dark-mode #video-548 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #video-548 .cs-topper {
    color: var(--secondary);
  }
  body.dark-mode #video-548 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #video-548::before {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (min-width: 0rem) {
  #pricing-1690 {
    padding: var(--sectionPadding);
    padding-top: 44px;
  }
  #pricing-1690 .cs-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 80em;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #pricing-1690 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #pricing-1690 .cs-title {
    max-width: 20ch;
  }
  #pricing-1690 .cs-text {
    max-width: 32.625rem;
  }
  #pricing-1690 .cs-card-group {
    transform-style: preserve-3d;
    perspective: 700px;
    display: flex;
    flex-direction: column;
    flex-flow: wrap row;
    justify-content: center;
    margin: 0;
    width: 100%;
    padding: 0;
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #pricing-1690 .cs-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 1rem;
    margin: 0;
    background-color: #fff9f0;
    max-width: 31.25rem;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
    list-style: none;
  }
  #pricing-1690 .cs-item.cs-popular {
    background-color: var(--primary);
    position: relative;
    z-index: 10;
  }
  #pricing-1690 .cs-item.cs-popular .cs-package,
  #pricing-1690 .cs-item.cs-popular .cs-li,
  #pricing-1690 .cs-item.cs-popular .cs-duration {
    color: var(--bodyTextColorWhite);
  }
  #pricing-1690 .cs-item.cs-popular .cs-price {
    color: var(--bodyTextColorWhite);
  }
  #pricing-1690 .cs-package {
    margin-bottom: 1rem;
    text-transform: none;
    font-family: var(--headerFont);
    font-size: clamp(1.5625rem, 3vw, 2.25rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #pricing-1690 .cs-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    gap: 0.75rem;
  }
  #pricing-1690 .cs-li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    color: var(--bodyTextColor);
    gap: 1rem;
  }
  #pricing-1690 .cs-li.cs-disabled {
    opacity: 0.8;
  }
  #pricing-1690 .cs-li.cs-disabled .cs-icon {
    width: 1rem;
    margin-right: 4px;
  }
  #pricing-1690 .cs-icon {
    display: block;
    height: auto;
    width: 1.5rem;
  }
  #pricing-1690 .cs-price {
    font-family: var(--headerFont);
    display: flex;
    align-items: baseline;
    margin: auto 0 1rem;
    padding-top: clamp(3rem, 6vw, 4rem);
    font-size: 3.0625rem;
    line-height: 1.2em;
    font-weight: 900;
    color: var(--headerColor);
    gap: 0.5rem;
  }
  #pricing-1690 .cs-duration {
    font-family: var(--bodyFont);
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--bodyTextColor);
  }
  #pricing-1690 .cs-button-solid {
    width: fit-content;
  }
  #pricing-1690.pricing-single .cs-content {
    text-align: center;
    align-items: center;
  }
  #pricing-1690.pricing-single .cs-title {
    max-width: none;
  }
  #pricing-1690.pricing-single .cs-text {
    margin-top: 1rem;
    max-width: 36rem;
  }
  #pricing-1690.pricing-single .cs-card-group {
    justify-content: center;
  }
  #pricing-1690.pricing-single .cs-item {
    max-width: 36rem;
  }
  #pricing-1690.pricing-single .cs-ul {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  #pricing-1690.pricing-single .cs-price {
    padding-top: clamp(2rem, 4vw, 2.5rem);
    justify-content: center;
  }
  #pricing-1690.pricing-single .cs-button-solid {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 30rem) {
  #pricing-1690.pricing-single .cs-ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  #pricing-1690 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
  }
  #pricing-1690 .cs-title {
    margin: 0;
  }
  #pricing-1690 .cs-option2 {
    top: auto;
    bottom: 0;
  }
  #pricing-1690 .cs-item {
    width: 48.9%;
  }
  #pricing-1690.pricing-single .cs-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #pricing-1690.pricing-single .cs-item {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  #pricing-1690 .cs-card-group {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #pricing-1690 .cs-title,
  body.dark-mode #pricing-1690 .cs-text,
  body.dark-mode #pricing-1690 .cs-li,
  body.dark-mode #pricing-1690 .cs-package,
  body.dark-mode #pricing-1690 .cs-price,
  body.dark-mode #pricing-1690 .cs-duration {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #pricing-1690 .cs-text,
  body.dark-mode #pricing-1690 .cs-duration {
    opacity: 0.8;
  }
  body.dark-mode #pricing-1690 .cs-item {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body.dark-mode #pricing-1690 .cs-item.cs-popular {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    animation: ulGlow 7.2s forwards infinite;
    box-shadow:
      rgba(232, 93, 76, 0.2) 0px 0px 44px,
      inset rgba(232, 93, 76, 0.2) 0px 0px 30px,
      inset rgba(232, 93, 76, 0.2) 0px 0px 55px,
      rgba(232, 93, 76, 0.4) 0px 0px 10px;
  }
  body.dark-mode #pricing-1690 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  @keyframes ulGlow {
    0% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 24px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 69px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 60px,
        rgba(232, 93, 76, 0.2) 0px 0px 74px;
    }
    50% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 24px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 39px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 24px,
        rgba(232, 93, 76, 0.2) 0px 0px 74px;
    }
    51% {
      box-shadow: none;
    }
    52% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 24px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 69px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 24px,
        rgba(232, 93, 76, 0.2) 0px 0px 74px;
    }
    53% {
      box-shadow: none;
    }
    64% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 24px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 69px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 24px,
        rgba(232, 93, 76, 0.2) 0px 0px 74px;
    }
    78% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 14px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 49px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 14px,
        rgba(232, 93, 76, 0.2) 0px 0px 54px;
    }
    92% {
      box-shaodw: none;
    }
    93% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 14px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 49px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 14px,
        rgba(232, 93, 76, 0.2) 0px 0px 54px;
    }
    94% {
      box-shaodw: none;
    }
    95% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 14px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 49px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 24px,
        rgba(232, 93, 76, 0.2) 0px 0px 54px;
    }
    100% {
      box-shadow:
        rgba(232, 93, 76, 0.2) 0px 0px 24px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 69px,
        inset rgba(232, 93, 76, 0.2) 0px 0px 60px,
        rgba(232, 93, 76, 0.2) 0px 0px 74px;
    }
  }
}
@media only screen and (min-width: 0rem) {
  #blog-1347 {
    z-index: 1;
    position: relative;
    background-color: #fff9f0;
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #blog-1347 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 43.75rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #blog-1347 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #blog-1347 .cs-title {
    margin: 0;
  }
  #blog-1347 .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    width: 100%;
    padding: 0;
    gap: 1rem;
  }
  #blog-1347 .cs-item {
    display: flex;
    flex-direction: column;
    list-style: none;
    grid-column: span 12;
  }
  #blog-1347 .cs-item:hover .cs-h3,
  #blog-1347 .cs-item:hover .cs-date,
  #blog-1347 .cs-item:hover .cs-category {
    color: #fff;
  }
  #blog-1347 .cs-item:hover .cs-item-text {
    background-color: var(--primary);
  }
  #blog-1347 .cs-item:hover .cs-icon-wrapper {
    border-color: #fff;
  }
  #blog-1347 .cs-item:hover .cs-icon,
  #blog-1347 .cs-item:hover .cs-date-icon {
    filter: brightness(1000%) grayscale(1);
  }
  #blog-1347 .cs-item:hover .cs-icon {
    transform: rotate(45deg);
  }
  #blog-1347 .cs-item:hover .cs-category::before {
    opacity: 0.2;
    background-color: #fff;
  }
  #blog-1347 .cs-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-decoration: none;
    gap: 1rem;
  }
  #blog-1347 .cs-picture {
    z-index: 1;
    position: relative;
    display: block;
    border-radius: 1.5rem;
    margin: 0;
    height: 20rem;
    width: 100%;
    overflow: hidden;
  }
  #blog-1347 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #blog-1347 .cs-picture.blog-image-bg-yellow {
    background-color: #fef3d6;
  }
  #blog-1347 .cs-picture.blog-image-bg-pink {
    background-color: #fde2ea;
  }
  #blog-1347 .cs-picture.blog-image-bg-yellow img,
  #blog-1347 .cs-picture.blog-image-bg-pink img {
    object-fit: contain;
    padding: 0.75rem;
  }
  #blog-1347 .cs-item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    border-radius: 1.5rem;
    background-color: #fff;
    padding: 1.25rem;
    transition: background-color 0.3s;
  }
  #blog-1347 .cs-h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
    line-height: 1.2em;
    color: #241c15;
    transition: color 0.3s;
    text-align: left;
    gap: 1rem;
  }
  #blog-1347 .cs-icon-wrapper {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #bababa;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    transition: border-color 0.3s;
  }
  #blog-1347 .cs-icon {
    height: 0.75rem;
    width: auto;
    transition:
      filter 0.3s,
      transform 0.3s;
  }
  #blog-1347 .cs-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    margin: 1rem 0 0;
    padding: 1rem 0 0;
  }
  #blog-1347 .cs-date {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #241c15;
    transition: color 0.3s;
    text-align: left;
    gap: 0.5rem;
  }
  #blog-1347 .cs-date-icon {
    height: 1.5rem;
    width: auto;
    transition: filter 0.3s;
  }
  #blog-1347 .cs-category {
    z-index: 0;
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    color: #241c15;
    text-align: center;
  }
  #blog-1347 .cs-category::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #e8e8e8;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  #blog-1347 .cs-container {
    max-width: 80rem;
  }
  #blog-1347 .cs-item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #blog-1347 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #blog-1347 .cs-title,
  body.dark-mode #blog-1347 .cs-text,
  body.dark-mode #blog-1347 .cs-h3,
  body.dark-mode #blog-1347 .cs-date,
  body.dark-mode #blog-1347 .cs-category {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #blog-1347 .cs-text,
  body.dark-mode #blog-1347 .cs-date,
  body.dark-mode #blog-1347 .cs-category {
    opacity: 0.8;
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-item-text {
    background-color: #fff;
    box-shadow:
      rgba(232, 93, 76, 0.2) 0px 0px 24px,
      rgba(232, 93, 76, 0.2) 0px 0px 39px,
      rgba(232, 93, 76, 0.2) 0px 0px 60px;
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-h3 {
    color: var(--primary);
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-date {
    color: var(--primary);
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-info {
    border-color: var(--primary);
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-date-icon {
    filter: grayscale(1) brightness(0);
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-icon-wrapper {
    background-color: var(--primary);
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-category {
    color: #fff;
  }
  body.dark-mode #blog-1347 .cs-item:hover .cs-category:before {
    background-color: var(--primary);
    opacity: 1;
  }
  body.dark-mode #blog-1347 .cs-info {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #blog-1347 .cs-item-text {
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #blog-1347 .cs-category::before {
    background-color: var(--accent);
  }
}





@media only screen and (min-width: 0rem) {
  #popup-2064 {
    max-width: 52.625rem;
    margin-top: clamp(3.75rem, 7vw, 6.25rem);
    margin-left: clamp(1rem, 3vw, 2.5rem);
    padding: clamp(1rem, 4vw, 2.5rem) clamp(1rem, 3vw, 3rem);
    background-color: #f3fcfb;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0;
    border-radius: 1rem;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1400;
    transform: translateY(10rem);
    transition:
      transform 0.3s,
      opacity 0.3s;
  }
  #popup-2064 .cs-container {
    display: flex;
    flex-direction: column;
  }
  #popup-2064 .cs-content {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #popup-2064 .cs-text {
    font-size: clamp(0.8rem, 0.8vw, 1rem);
  }
  #popup-2064 .cs-close {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    transition: transform 0.3s;
  }
  #popup-2064 .cs-close:hover {
    cursor: pointer;
    transform: rotate(90deg);
  }
  #popup-2064 .cs-h3 {
    font-size: clamp(1.25rem, 4vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem;
    color: var(--headerColor);
  }
  #popup-2064 .cs-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 0.25rem;
    color: var(--secondary);
    display: block;
  }
  #popup-2064.cs-show {
    opacity: 1;
    transform: translateY(0);
  }
  #popup-2064 .cs-accept:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 48rem) {
  #popup-2064 .cs-content {
    flex-direction: row;
    align-items: flex-end;
  }
  #popup-2064 .cs-text {
    margin: 0;
  }
  #popup-2064 .cs-link {
    display: inline;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #popup-2064 {
    background-color: var(--medium);
  }
  body.dark-mode #popup-2064 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #popup-2064 .cs-text {
    opacity: 0.8;
  }
}
