/*-- -------------------------- -->
<---         About Hero         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #about-hero {
    padding: clamp(9rem, 20vw, 12rem) 1rem clamp(3rem, 6vw, 5rem);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #about-hero .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }
  #about-hero .cs-title {
    font-family: 'Inter', sans-serif;
    /* 40px - 70px */
    font-size: clamp(2.5rem, 6vw, 4.375rem);
    font-weight: 600;
    line-height: 1.08571429em;
    letter-spacing: -1px;
    color: #fff;
    margin: 0;
  }
  #about-hero .cs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  #about-hero .cs-breadcrumb-link {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #3D64FD;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  #about-hero .cs-breadcrumb-link:hover {
    opacity: 0.8;
  }
  #about-hero .cs-breadcrumb-separator {
    display: flex;
    align-items: center;
    color: #F7F7F7;
  }
  #about-hero .cs-breadcrumb-current {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #F7F7F7;
  }
  #about-hero .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #about-hero .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, #000000 2%, rgba(0, 0, 0, 0) 41%), linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 47%);
  }
  #about-hero .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-position: top;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #about-hero {
    padding: 12.5rem clamp(1rem, 3vw, 2.5rem) 5rem;
    min-height: 29.875rem;
    display: flex;
    align-items: flex-end;
  }
}
/*-- -------------------------- -->
<---       About Content        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #about-content {
    background-color: #F8F8F8;
    padding: clamp(3.75rem, 10vw, 6.25rem) 1rem 3.125rem;
    /* ===== Main Block (blue tinted container) ===== */
    /* ===== About Intro Row ===== */
    /* ===== Feature Cards ===== */
    /* ===== Team Section ===== */
    /* ===== CTA Banner ===== */
  }
  #about-content .cs-container {
    width: 100%;
    max-width: 112.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
  }
  #about-content .cs-main-block {
    background: rgba(61, 100, 253, 0.1);
    border-radius: 1rem;
    padding: 2.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    overflow: hidden;
  }
  #about-content .cs-about-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  #about-content .cs-about-image {
    width: fit-content;
    border-radius: 1rem;
    overflow: hidden;
    order: 2;
  }
  #about-content .cs-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 28.125rem;
  }
  #about-content .cs-about-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  #about-content .cs-section-title {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  #about-content .cs-topper {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3D64FD;
  }
  #about-content .cs-title {
    font-family: 'Inter', sans-serif;
    /* 28px - 48px */
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.16666667em;
    color: #1A1A1A;
    margin: 0;
  }
  #about-content .cs-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #4E4B66;
    margin: 0;
  }
  #about-content .cs-button-solid {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3D64FD;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
    align-self: flex-start;
  }
  #about-content .cs-button-solid:hover {
    background-color: #2D4FE0;
  }
  #about-content .cs-feature-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #about-content .cs-feature-card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #about-content .cs-feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: block;
  }
  #about-content .cs-feature-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #about-content .cs-feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #1A1A1A;
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E3DDD9;
  }
  #about-content .cs-feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    margin: 0;
  }
  #about-content .cs-team-section {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 3.125rem;
  }
  #about-content .cs-team-intro {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }
  #about-content .cs-team-heading {
    font-family: 'Inter', sans-serif;
    /* 28px - 36px */
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.03125rem;
    color: #1A1A1A;
    margin: 0;
  }
  #about-content .cs-team-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    margin: 0;
  }
  #about-content .cs-team-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #about-content .cs-team-card {
    display: flex;
    flex-direction: column;
  }
  #about-content .cs-role-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
  }
  #about-content .cs-dot-blue {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #3D64FD;
    flex-shrink: 0;
  }
  #about-content .cs-card-picture {
    width: 100%;
    height: 23.75rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  #about-content .cs-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #about-content .cs-card-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 1rem;
  }
  #about-content .cs-card-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #1A1A1A;
    margin: 0;
  }
  #about-content .cs-card-bio {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1A;
    margin: 0;
  }
  #about-content .cs-card-socials {
    display: flex;
    gap: 0.75rem;
  }
  #about-content .cs-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: #1A1A1A;
    transition: color 0.3s;
  }
  #about-content .cs-social-link:hover {
    color: #3D64FD;
  }
  #about-content .cs-social-link svg {
    width: 100%;
    height: 100%;
  }
  #about-content .cs-cta-banner {
    background-color: #F8F8F8;
    border: 1px solid #1A1A1F;
    border-radius: 1rem;
    padding: 2.125rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #about-content .cs-cta-left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #about-content .cs-cta-badge {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3D64FD;
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 0.5rem 0.625rem;
    display: inline-block;
    align-self: flex-start;
  }
  #about-content .cs-cta-title {
    font-family: 'Inter', sans-serif;
    /* 24px - 36px */
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.03125rem;
    color: #1A1A1F;
    margin: 0;
  }
  #about-content .cs-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #about-content .cs-button-outline {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    text-decoration: none;
    color: #1A1A1F;
    background-color: transparent;
    border: 1px solid #1A1A1F;
    padding: 0 2.25rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.3s, color 0.3s;
  }
  #about-content .cs-button-outline:hover {
    background-color: #1A1A1F;
    color: #fff;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #about-content .cs-feature-cards {
    flex-direction: row;
    gap: 2.5rem;
  }
  #about-content .cs-feature-card {
    flex: 1;
    min-width: 0;
  }
  #about-content .cs-team-cards {
    flex-direction: row;
  }
  #about-content .cs-team-card {
    flex: 1;
    min-width: 0;
  }
  #about-content .cs-cta-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #about-content .cs-cta-buttons {
    flex-direction: row;
    flex-shrink: 0;
    gap: 1.5rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #about-content {
    padding: 6.25rem 3.75rem 3.125rem;
  }
  #about-content .cs-main-block {
    padding: 5rem;
  }
  #about-content .cs-about-row {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  #about-content .cs-about-image {
    width: 28.125rem;
    height: auto;
    flex-shrink: 0;
  }
  #about-content .cs-about-text {
    flex: 1;
  }
  #about-content .cs-feature-cards {
    gap: 6.25rem;
  }
  #about-content .cs-team-section {
    flex-direction: row;
    gap: 4rem;
  }
  #about-content .cs-team-intro {
    width: 19.0625rem;
    flex-shrink: 0;
  }
  #about-content .cs-team-cards {
    flex: 1;
  }
  #about-content .cs-cta-banner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2.125rem 3.625rem;
  }
  #about-content .cs-cta-title {
    max-width: 27.125rem;
  }
}
