/* PAGE-SPECIFIC STYLES FOR /becoming-a-client/ */
/*-- -------------------------- -->
<---           Intro            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #client-intro {
    padding: var(--sectionPadding);
  }
  #client-intro .cs-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: auto;
    max-width: 85rem;
    width: 100%;
  }
  #client-intro .cs-title {
    margin: 0 0 0.75rem 0;
  }
  #client-intro .cs-subtitle {
    margin: 0 0 1rem 0;
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    line-height: 1.5em;
    font-weight: 500;
    color: var(--secondary);
  }
  #client-intro .cs-text {
    max-width: none;
  }
  #client-intro .cs-video iframe {
    border: none;
    border-radius: 1rem;
    height: 27.5rem;
    width: 100%;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #client-intro .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #client-intro .cs-content {
    width: 52%;
  }
  #client-intro .cs-video {
    width: 42%;
  }
}
/*-- -------------------------- -->
<---        Commitment          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #client-commitment {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #client-commitment .cs-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: auto;
    max-width: 85rem;
    width: 100%;
  }
  #client-commitment .cs-title-card {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    background-color: var(--secondary);
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3rem);
    /* faint circular watermark */
  }
  #client-commitment .cs-title-card:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    opacity: 0.15;
    display: block;
    background: url("/assets/images/uploads/2022/10/a360-circle.svg") no-repeat center/contain;
    height: 20rem;
    width: 20rem;
    pointer-events: none;
  }
  #client-commitment .cs-title-card h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(1.375rem, 2.6vw, 1.75rem);
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
  }
  #client-commitment .cs-card-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
  #client-commitment .cs-item {
    border-radius: 1rem;
    background-color: #fff;
    list-style: none;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    box-shadow: rgba(43, 57, 144, 0.08) 0px 12px 40px;
  }
  #client-commitment .cs-item-title {
    margin: 0 0 0.625rem 0;
    font-size: 1.1875rem;
    line-height: 1.3em;
    font-weight: 600;
    color: var(--headerColor);
  }
  #client-commitment .cs-item-text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7em;
    color: var(--bodyTextColor);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #client-commitment .cs-container {
    flex-direction: row;
    align-items: stretch;
  }
  #client-commitment .cs-title-card {
    flex: none;
    width: 30%;
  }
  #client-commitment .cs-card-group {
    flex-direction: row;
    flex: 1;
  }
  #client-commitment .cs-card-group .cs-item {
    width: 33.3333333333%;
  }
}
/*-- -------------------------- -->
<---     Who We Work With       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #client-who {
    background-color: var(--lightBg);
    padding: var(--sectionPadding);
  }
  #client-who .cs-container {
    margin: auto;
    max-width: 62.5rem;
    width: 100%;
    text-align: center;
  }
  #client-who .cs-title {
    margin: 0 auto 1.25rem;
  }
  #client-who .cs-text {
    margin: 0 auto 1rem;
    max-width: none;
  }
}
/*-- -------------------------- -->
<---   Questions accordion      -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #client-questions {
    padding: var(--sectionPadding);
  }
  #client-questions .cs-container {
    margin: auto;
    max-width: 68.75rem;
    width: 100%;
  }
  #client-questions .cs-title {
    margin: 0 0 0.75rem 0;
  }
  #client-questions .cs-text {
    margin: 0 0 2rem 0;
  }
  #client-questions .cs-faq-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
/*-- -------------------------- -->
<---     Process (4 steps)      -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #client-process {
    background-color: var(--lightBg);
    padding: var(--sectionPadding);
  }
  #client-process .cs-container {
    margin: auto;
    max-width: 85rem;
    width: 100%;
  }
  #client-process .cs-process-intro {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
  #client-process .cs-topper {
    letter-spacing: 0.35em;
    color: var(--secondary);
  }
  #client-process .cs-title {
    margin: 0 0 1rem 0;
  }
  #client-process .cs-picture {
    display: block;
  }
  #client-process .cs-picture img {
    display: block;
    border-radius: 1rem;
    width: 100%;
    height: auto;
  }
  #client-process .cs-steps {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
  }
  #client-process .cs-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
  }
  #client-process .cs-step-label {
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--secondary);
  }
  #client-process .cs-step-icon {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: var(--secondary);
    height: 2.25rem;
    width: 2.25rem;
    color: #fff;
  }
  #client-process .cs-step-icon.cs-step-icon-gold {
    background-color: var(--primary);
    color: #1a1a1a;
  }
  #client-process .cs-step-card {
    position: relative;
    border-radius: 1rem;
    background-color: #fff;
    width: 100%;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    box-shadow: rgba(43, 57, 144, 0.1) 0px 12px 40px;
    text-align: left;
  }
  #client-process .cs-step-card:before {
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    content: "";
    display: block;
    background-color: #fff;
    height: 1rem;
    width: 1rem;
  }
  #client-process .cs-step-title {
    margin: 0 0 0.625rem 0;
    font-size: 1.0625rem;
    line-height: 1.3em;
    font-weight: 600;
    color: var(--headerColor);
  }
  #client-process .cs-step-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.7em;
    color: var(--bodyTextColor);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #client-process .cs-process-intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #client-process .cs-process-intro .cs-content {
    width: 48%;
  }
  #client-process .cs-process-intro .cs-picture {
    width: 46%;
  }
  #client-process .cs-steps {
    flex-direction: row;
    gap: 1.5rem;
  }
  #client-process .cs-step {
    width: 25%;
  }
  #client-process .cs-step:not(:last-of-type):after {
    position: absolute;
    top: 2.75rem;
    left: 50%;
    content: "";
    display: block;
    background-color: var(--secondary);
    height: 2px;
    width: 100%;
  }
  #client-process .cs-step-icon {
    position: relative;
    z-index: 2;
  }
}
/*-- -------------------------- -->
<---         Final CTA          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #client-cta {
    padding: var(--sectionPadding);
  }
  #client-cta .cs-container {
    margin: auto;
    max-width: 56.25rem;
    width: 100%;
    text-align: center;
  }
  #client-cta .cs-title {
    margin: 0 auto 1rem;
  }
  #client-cta .cs-text {
    margin: auto;
  }
}

/*# sourceMappingURL=becoming-a-client.css.map */
