/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-81 {
    /* Centers button */
    text-align: center;
    /* 144px - 300px - leaving extra space for the navigation */
    padding: clamp(9rem, 25.95vw, 18.75rem) 1rem 0;
    /* 130px - 450px */
    padding-bottom: clamp(12.125rem, 30.95vw, 28.125rem);
    position: relative;
    z-index: 1;
    /* Prevents white rectangle pseudos from overlapping the sections below */
    overflow: hidden;
  }

  #hero-81:before {
    /* Left side of the triangle */
    content: '';
    width: 31.25rem;
    /* make really long so it covers the whole screen all the way to desktop */
    height: 250rem;
    background: #fff;
    opacity: 1;
    transform: rotate(-67deg);
    transform-origin: center;
    position: absolute;
    display: block;
    bottom: -139.6875rem;
    /* this makes the right edge sit at the 50% line at all times */
    right: 50%;
    z-index: 0;
  }

  #hero-81:after {
    /* Right side of the triangle */
    content: '';
    width: 31.25rem;
    height: 250rem;
    background: #fff;
    opacity: 1;
    transform: rotate(67deg);
    transform-origin: center;
    position: absolute;
    display: block;
    bottom: -139.6875rem;
    /* this makes the left edge sit at the 50% line at all times */
    left: 50%;
    z-index: 0;
  }

  #hero-81 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  #hero-81 .cs-background:before {
    /* Overlay */
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    /* prevents the cursor from interacting with it */
    pointer-events: none;
  }

  #hero-81 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #hero-81 .cs-container {
    width: 100%;
    max-width: 67.5rem;
    margin: auto;
  }

  #hero-81 .cs-topper {
    color: #fff;
  }

  #hero-81 h1.cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    max-width: 51.8125rem;
    /* 16px - 24px */
    margin: 0 auto clamp(1rem, 4vw, 1.5rem);
    color: #fff;
    position: relative;
  }

  #hero-81 .cs-title:after {
    /* Divider Line */
    content: '';
    /* 60px - 100px */
    width: clamp(3.75rem, 9.5vw, 6.25rem);
    /* 4px - 8px */
    height: clamp(0.25rem, 0.8vw, 0.5rem);
    /* 16px - 24px */
    margin: clamp(1rem, 4vw, 1.5rem) auto clamp(1rem, 4vw, 1.5rem);
    background: linear-gradient(135deg, var(--primary), #3399ff, #66ccff);
    opacity: 1;
    position: relative;
    display: block;
  }

  #hero-81 .cs-text {
    /* 16px - 25px */
    font-size: clamp(1rem, 1.95vw, 1.5625rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    /* 464px - 800px */
    max-width: clamp(29rem, 60vw, 50rem);
    margin: 0 auto;
    /* 40px - 48px */
    margin-bottom: clamp(2.5rem, 4vw, 3rem);
    color: #fff;
  }
}

/* Desktop - 1300px (To make image background parallax) */
@media only screen and (min-width: 81.25rem) {
  #hero-81 {
    background: url("/assets/img/developers-1.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* makes the parallax effect */
    background-attachment: fixed;
  }

  #hero-81 .cs-background img {
    display: none;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {

  body.dark-mode #hero-81:before,
  body.dark-mode #hero-81:after {
    background: var(--dark);
  }

  body.dark-mode #hero-81 .cs-background:before {
    opacity: .85;
  }
}

/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #h-services-81 {
    /* 40px - 100px */
    padding: 0 1rem clamp(2.5rem, 7.9vw, 6.25rem) 1rem;
    position: relative;
    /* give a higher z index than the hero so it can sit on top */
    z-index: 10;
  }

  #h-services-81 .cs-content {
    text-align: center;
    margin: 0 auto 2.5rem;
    width: 100%;
    max-width: 22.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #h-services-81 .cs-card-group {
    padding: clamp(3rem, 4.9vw, 4rem) clamp(2.5rem, 4vw, 3.5rem);
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  }

  #h-services-81 .cs-card-group::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: linear-gradient(135deg, var(--primary), #3399ff, #66ccff);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    z-index: 1;
  }

  #h-services-81 ul .cs-item {
    list-style: none;
    margin: 0 auto 2.5rem;
    width: 100%;
    max-width: 22.5rem;
  }

  #h-services-81 ul .cs-item:last-of-type {
    margin-bottom: 0;
  }

  #h-services-81 ul .cs-icon {
    /* 68px - 88px */
    width: clamp(4.25rem, 8.8vw, 5.5rem);
    /* 68px - 88px */
    height: clamp(4.25rem, 8.8vw, 5.5rem);
    margin: auto;
    /* 20px - 24px */
    margin-bottom: clamp(1.25rem, 5vw, 1.5rem);
    background: linear-gradient(135deg, var(--primary), #3399ff, #66ccff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #h-services-81 ul .cs-icon svg {
    /* 44px - 52px */
    width: clamp(2.75rem, 5.8vw, 3.25rem);
    height: auto;
    color: #fff;
  }

  #h-services-81 ul .cs-title {
    font-size: 1.25rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 0.5rem;
    color: var(--headerColor);
  }

  #h-services-81 ul .cs-text {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5em;
    max-width: 22.5rem;
    margin: 0 auto;
    color: var(--bodyTextColor);
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #h-services-81 {
    padding-bottom: 0;
  }

  #h-services-81 .cs-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 2.5rem;
  }

  #h-services-81 .cs-card-group {
    margin: calc(clamp(4.75rem, 20vw, 20rem)*-1) auto 0;
    max-width: 80rem;
  }

  #h-services-81 ul .cs-item {
    margin: 0;
  }

  #h-services-81 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #h-services-81 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #h-services-81 .cs-card-group {
    background: var(--medium);
  }

  body.dark-mode #h-services-81 .cs-title,
  body.dark-mode #h-services-81 .cs-text,
  body.dark-mode #h-services-81 .cs-topper {
    color: var(--bodyTextColorWhite);
  }
}

/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2329 {
    padding: var(--sectionPadding);
    position: relative;
  }

  #sbs-2329 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  #sbs-2329 .cs-content {
    text-align: left;
    width: 100%;
    margin-bottom: clamp(3rem, 6vw, 4rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #sbs-2329 .cs-title {
    margin: 0;
    max-width: 20ch;
  }

  #sbs-2329 .cs-flex-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  #sbs-2329 .cs-picture {
    width: 100%;
    height: 20.5rem;
    display: block;
    position: relative;
    z-index: 1;
  }

  #sbs-2329 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  }

  #sbs-2329 .cs-text {
    padding-bottom: 1rem;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2329 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: flex-start;
    /* Changed from stretch to flex-start */
    gap: 2rem;
  }

  #sbs-2329 .cs-content-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #sbs-2329 .cs-content {
    margin-bottom: 0;
  }

  #sbs-2329 .cs-flex-wrapper {
    flex-direction: column;
    /* Changed from row to column */
    gap: 2rem;
  }

  #sbs-2329 .cs-picture {
    width: 100%;
    max-width: 100%;
    height: 25rem;
    min-height: auto;
  }

  #sbs-2329 .cs-button-solid {
    align-self: flex-start;
  }

  /* Right side image */
  #sbs-2329 .cs-container>.cs-picture {
    width: 35%;
    height: auto;
    max-height: 100%;
    align-self: stretch;
  }

  #sbs-2329 .cs-container>.cs-picture img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2329 .cs-container {
    gap: 2.5rem;
  }

  #sbs-2329 .cs-flex-wrapper {
    flex-direction: row;
    /* Switch back to row layout on desktop */
    gap: 2.5rem;
  }

  #sbs-2329 .cs-picture {
    height: 30rem;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {

  body.dark-mode #sbs-2329 .cs-title,
  body.dark-mode #sbs-2329 .cs-h3,
  body.dark-mode #sbs-2329 .cs-topper,
  body.dark-mode #sbs-2329 .cs-text {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #sbs-2329 .cs-text {
    opacity: 0.8;
  }
}

/*-- -------------------------- -->
<---          Portfolio         -->
<--- -------------------------- -*/
/* Base Styles */
@media (min-width: 0rem) {
  #portfolio {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
    overflow: hidden;
  }

  #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;
    width: 100%;
    max-width: 80rem;
    text-align: left;
  }

  #portfolio .cs-flex {
    max-width: 40rem;
    width: 100%;
    text-align: left;
  }

  #portfolio .cs-title {
    max-width: 20ch;
    margin: 0;
  }

  #portfolio .cs-text {
    position: relative;
    max-width: 40rem;
    z-index: 1;
  }

  #portfolio .cs-text::after {
    content: "";
    display: block;
    margin-top: 1.5rem;
    height: 1px;
    width: 100%;
    background: var(--primary);
    opacity: 0.2;
  }

  #portfolio .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    row-gap: 2rem;
    margin: 0;
    padding: 0;
  }

  #portfolio .cs-item {
    list-style: none;
    grid-column: span 12;
    position: relative;
  }

  #portfolio .cs-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
  }

  #portfolio .cs-link:hover {
    text-decoration: none;
  }

  #portfolio .cs-picture {
    position: relative;
    display: block;
    height: clamp(12.5rem, 25vw, 16.875rem);
    width: 100%;
    overflow: hidden;
    z-index: -1;
    border-radius: 0.5rem;
  }

  #portfolio .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    padding: 0;
    transition: transform 1.5s ease;
    z-index: -1;
  }

  #portfolio .cs-item:hover .cs-picture img {
    transform: translateY(-140px);
  }

  #portfolio .cs-h3 {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--headerColor);
  }

  #portfolio .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    /* margin-bottom: 1.5rem; */
    text-align: inherit;
  }

  #portfolio .cs-button-solid {
    margin-top: auto;
    align-self: flex-start;
  }
}

/* Medium & Up */
@media (min-width: 48rem) {
  #portfolio .cs-container {
    max-width: 80rem;
  }

  #portfolio .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #portfolio .cs-flex {
    width: 40vw;
    flex: none;
  }

  #portfolio .cs-text {
    padding: 0.75rem 0 0.75rem 1.5rem;
  }

  #portfolio .cs-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    margin: 0 1.5rem 0 0;
    background: var(--primary);
    opacity: 0.2;
  }

  #portfolio .cs-item {
    grid-column: span 4;
  }
}

/* Dark Mode */
@media (min-width: 0rem) {
  body.dark-mode #portfolio {
    background-color: var(--darker);
  }

  body.dark-mode #portfolio .cs-title,
  body.dark-mode #portfolio .cs-topper,
  body.dark-mode #portfolio .cs-h3,
  body.dark-mode #portfolio .cs-item-text,
  body.dark-mode #portfolio .cs-text {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #portfolio .cs-text::after {
    background: var(--bodyTextColorWhite);
  }
}

/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #pricing-1690 {
    padding: var(--sectionPadding);
  }

  #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;
    margin: 0;
    background-color: #f7f7f7;
    max-width: 31.25rem;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
    list-style: none;
    border-radius: 0.5rem;
  }

  #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: uppercase;
    font-family: var(--headerFont);
    font-size: clamp(1.5625rem, 3vw, 2.25rem);
    line-height: 1.2em;
    font-weight: 700;
    color: #111926;
  }

  #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: center;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    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: 700;
    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 ul .cs-button-solid {
    width: fit-content;
    color: var(--primary);
    background: linear-gradient(135deg, #ffffff, #f2f2f2, #e6e6e6);
    background-size: 200% 200%;
    transition: background-position 0.4s ease;
    border: 1px solid var(--primary);
    box-shadow: none;
  }

  #pricing-1690 ul .cs-button-solid:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
        rgba(0, 113, 227, 0.05) 0%,
        rgba(0, 113, 227, 0.1) 50%,
        rgba(0, 113, 227, 0.05) 100%);
    transform: skewX(-20deg);
    z-index: 2;
    transition: left 0.5s ease;
  }

  #pricing-1690 ul .cs-button-solid:hover {
    background-position: right center;
  }

  #pricing-1690 ul .cs-button-solid:hover:before {
    left: 125%;
  }

  #pricing-1690 .cs-or-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #pricing-1690 .cs-or-separator span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    font-family: var(--headerFont);
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    z-index: 1;
  }

  #pricing-1690 .cs-or-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 0;
  }

  body.dark-mode #pricing-1690 .cs-or-separator::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@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;
  }
}

@media only screen and (min-width: 64rem) {
  #pricing-1690 .cs-card-group {
    flex-wrap: nowrap;
  }

  #pricing-1690 .cs-or-separator {
    width: auto;
    padding: 0 1rem;
  }

  #pricing-1690 .cs-or-separator::before {
    display: none;
  }

  #pricing-1690 .cs-or-separator::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e0e0e0;
    z-index: 0;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode {
    background-color: var(--dark);
  }

  body.dark-mode #pricing-1690 {
    background-color: var(--dark);
  }

  body.dark-mode #pricing-1690 .cs-title,
  body.dark-mode #pricing-1690 .cs-text,
  body.dark-mode #pricing-1690 .cs-package,
  body.dark-mode #pricing-1690 .cs-price,
  body.dark-mode #pricing-1690 .cs-duration,
  body.dark-mode #pricing-1690 .cs-li {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #pricing-1690 .cs-text,
  body.dark-mode #pricing-1690 .cs-duration {
    opacity: 0.9;
  }

  body.dark-mode #pricing-1690 .cs-li.cs-disabled {
    opacity: 0.5;
  }

  body.dark-mode #pricing-1690 .cs-item {
    background-color: var(--medium);
  }

  body.dark-mode #pricing-1690 .cs-item.cs-popular {
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    box-shadow: 0 0 24px rgba(0, 113, 227, 0.4), inset 0 0 60px rgba(0, 113, 227, 0.3);
    animation: darkPulseGlow 8s infinite;
  }

  body.dark-mode #pricing-1690 ul .cs-button-solid.cs-secondary {
    width: fit-content;
    color: #ffffff;
    background: var(--medium);
    background-size: 200% 200%;
    transition: background-position 0.4s ease;
    border: 1px solid #fff;
  }

  body.dark-mode #pricing-1690 .cs-or-separator::before {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
  }

  #cta-51 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #cta-51 .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;
  }

  #cta-51 .cs-topper,
  #cta-51 .cs-title,
  #cta-51 .cs-text {
    color: var(--bodyTextColorWhite);
  }

  #cta-51 .cs-text {
    margin-bottom: 1rem;
  }

  #cta-51 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #cta-51 .cs-picture {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #cta-51 .cs-picture:before {
    /* black color overlay */
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #cta-51 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}