/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-712 {
    padding: clamp(9rem, 20vw, 12.5rem) 1rem clamp(5rem, 10vw, 7.5rem);
    position: relative;
    z-index: 1;
  }
  #banner-712 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #banner-712 .cs-int-title {
    font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 43.75rem;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }
  #banner-712 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-712 .cs-background:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-712 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1533 {
    padding: var(--sectionPadding);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #content-page-1533 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 4vw, 4rem);
    position: relative;
  }
  #content-page-1533 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 46.125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page-1533 .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-1533 h2,
  #content-page-1533 h3,
  #content-page-1533 h4,
  #content-page-1533 h5,
  #content-page-1533 h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #content-page-1533 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page-1533 h3 {
    font-size: 1.5rem;
    color: var(--secondary);
  }
  #content-page-1533 h4,
  #content-page-1533 h5,
  #content-page-1533 h6 {
    font-size: 1.25rem;
  }
  #content-page-1533 .cs-button-solid {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  #content-page-1533 .cs-color {
    color: var(--secondary);
  }
  #content-page-1533 p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page-1533 p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page-1533 p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--secondary);
    filter: brightness(120%);
  }
  #content-page-1533 ol,
  #content-page-1533 ul {
    padding-left: 1.5rem;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #content-page-1533 ul li {
    list-style: disc;
    color: inherit;
  }
  #content-page-1533 img {
    width: 100%;
    height: auto;
    display: block;
  }
  #content-page-1533 .cs-image-group {
    width: 100%;
    max-width: 32.625rem;
    display: none;
    position: relative;
    z-index: 1;
  }
  #content-page-1533 .cs-background {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    object-fit: cover;
    display: block;
    position: relative;
  }
  #content-page-1533 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-page-1533 .cs-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #content-page-1533 .cs-content {
    width: 60%;
    max-width: 43.375rem;
    flex: none;
  }
  #content-page-1533 .cs-image-group {
    display: block;
    order: 2;
    height: 33.75rem;
    position: sticky;
    top: 6rem;
  }
  #content-page-1533 .cs-background {
    height: 100%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #content-page-1533 {
    background-color: var(--dark);
  }
  body.dark-mode #content-page-1533 .cs-title,
  body.dark-mode #content-page-1533 .cs-text,
  body.dark-mode #content-page-1533 h2,
  body.dark-mode #content-page-1533 h3,
  body.dark-mode #content-page-1533 h4,
  body.dark-mode #content-page-1533 h5,
  body.dark-mode #content-page-1533 h6,
  body.dark-mode #content-page-1533 li,
  body.dark-mode #content-page-1533 p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #content-page-1533 .cs-color,
  body.dark-mode #content-page-1533 a {
    color: var(--primaryLight);
  }
  body.dark-mode #content-page-1533 p,
  body.dark-mode #content-page-1533 li {
    color: #ebebeb;
  }
}

/*-- -------------------------- -->
<---       Services Grid        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-grid {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #services-grid .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-grid .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-grid .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #services-grid .cs-item {
    list-style: none;
    background-color: #fff;
    padding: 2rem;
    text-align: center;
    border-radius: 0.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  #services-grid .cs-item:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  #services-grid .cs-icon-wrapper {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #services-grid .cs-icon {
    width: 2rem;
    height: auto;
    filter: brightness(0) invert(1);
  }
  #services-grid .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #services-grid .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-grid .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-grid .cs-card-group {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-grid {
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.dark-mode #services-grid .cs-item {
    background-color: var(--medium);
  }
  body.dark-mode #services-grid .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-grid .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
}

/*-- -------------------------- -->
<---       FAQ Section          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-1109 {
    padding: var(--sectionPadding);
    background-color: #fff;
  }
  #faq-1109 .cs-container {
    width: 100%;
    max-width: 50rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #faq-1109 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #faq-1109 .cs-faq-group {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #faq-1109 .cs-faq-item {
    width: 100%;
    padding: 1.25rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  #faq-1109 .cs-faq-item:hover {
    background-color: #f7f7f7;
  }
  #faq-1109 .cs-button-text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #faq-1109 .cs-faq-item:hover .cs-button-text {
    color: var(--secondary);
  }
  #faq-1109 .cs-indicator {
    width: 1rem;
    height: 1rem;
    flex: none;
    position: relative;
  }
  #faq-1109 .cs-indicator::before,
  #faq-1109 .cs-indicator::after {
    content: '';
    position: absolute;
    background-color: var(--secondary);
    transition: transform 0.3s;
  }
  #faq-1109 .cs-indicator::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #faq-1109 .cs-indicator::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #faq-1109 .cs-faq-item.cs-active .cs-indicator::after,
  #faq-1109 .cs-faq-item[aria-expanded="true"] .cs-indicator::after {
    transform: translateX(-50%) rotate(90deg);
  }
  #faq-1109 .cs-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    opacity: 0;
    transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  }
  #faq-1109 .cs-faq-item.cs-active + .cs-faq-answer,
  #faq-1109 .cs-faq-item[aria-expanded="true"] + .cs-faq-answer {
    max-height: 20rem;
    opacity: 1;
    padding: 1rem 1.25rem 1.5rem;
  }
  #faq-1109 .cs-faq-answer a {
    color: var(--secondary);
    text-decoration: underline;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #faq-1109 {
    background-color: var(--dark);
  }
  body.dark-mode #faq-1109 .cs-faq-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #faq-1109 .cs-faq-item:hover {
    background-color: var(--medium);
  }
  body.dark-mode #faq-1109 .cs-button-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq-1109 .cs-faq-answer {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #faq-1109 .cs-indicator::before,
  body.dark-mode #faq-1109 .cs-indicator::after {
    background-color: var(--primaryLight);
  }
}

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #cta-51 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #cta-51 .cs-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cta-51 .cs-topper {
    color: var(--primaryLight);
  }
  #cta-51 .cs-title {
    color: #fff;
  }
  #cta-51 .cs-text {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 2rem;
  }
  #cta-51 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta-51 .cs-picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    display: block;
    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;
  }
}
