/*-- -------------------------- -->
<---       About / PBS         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1474 {
    padding: var(--sectionPadding);
    overflow: hidden;
    background-color: #F4F3EF;
  }
  #sbs-1474 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 4vw, 4rem);
  }
  #sbs-1474.aboutpage h2 {
    margin-bottom: 0.75rem;
  }
  #sbs-1474.aboutpage h3 {
    margin-bottom: 0.25rem;
    color: var(--secondary);
  }
  #sbs-1474 .icons {
      width: 100%;
      margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 1rem;
      gap: 2rem;    
  }
  #sbs-1474 .cs-item {
      text-decoration: none;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 1rem;
      position: relative;
      z-index: 1;
      overflow-wrap: anywhere;
  }
  #sbs-1474 .cs-item:nth-of-type(1)::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1rem;
    background-color: #E8E8E8;
  }
  #sbs-1474 .cs-item:nth-of-type(2) {
    flex-wrap: nowrap;
    text-wrap: nowrap;
  }
  #sbs-1474 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }
    #sbs-1474 .cs-header {
      font-weight: 700;
      color: #1A1A1A;
      font-size: clamp(18px, 4vw, 20px)
    }
    #sbs-1474 .cs-link {
      text-decoration: none;
      color: var(--bodyTextColor)
      ;
    }
    #sbs-1474 .cs-flex {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }
    #sbs-1474 .cs-picon {
      width: 3rem;
      height: 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex: none;
      position: relative;
      background-color: #fff;
      border-radius: 50%;
      z-index: 1;
      transition: transform 0.3s;
      border: 1px solid #E8E8E8;
    }
    #sbs-1474 .cs-icon {
      width: 1.5rem;
      height: auto;
      display: block;
      transition: transform 0.3s;
    }
  #sbs-1474 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-1474 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1474 .cs-ul {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 2.5rem;
    row-gap: 0.75rem;
  }
  #sbs-1474 .cs-li {
    font-size: var(--bodyFontSize);
    list-style: none;
    line-height: 1.5em;
    width: 100%;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    /* push icon top the top so if the list item goes to two lines the icon stays at the top */
    align-items: flex-start;
    gap: 0.5rem;
  }
  #sbs-1474 .cs-icon {
    width: 1.5rem;
    height: auto;
    /* adds extra space between the icon and top of parent so it's more centered */
    margin-top: 1px;
    display: block;
  }
  #sbs-1474 .cs-image-group {
    /* font size scaling. Everything inside the group is in ems so they pull their value for em from the parent (this group div) and when the font is set to a vw, it scales the whole section down and grows proportionally with the screen width, stopping at the final em value declared in the second slot for the min function. */
    font-size: min(2.25vw, .83em);
    width: 40.75em;
    min-height: 45em;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  #sbs-1474 .cs-picture {
    width: 33.875em;
    height: auto;
    
    overflow: hidden;
    display: block;
    position: relative;
    


  }
  #sbs-1474 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;

    top: 50%;
    border-radius: 276px 276px 0 0;
    transform: translateY(-50%);
    left: 0;
    max-height: 720px;
  }
  #sbs-1474 .cs-oval {
    width: 40.4375em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
  #sbs-1474.about .cs-blob {
    width: 30.4375em;
    height: auto;
    position: absolute;
    top: 48%;
    left: 33%;
    z-index: -2;
    transform: translate(-50%, -50%);
  }
  #sbs-1474.pbs .cs-blob {
    width: 30.4375em;
    height: auto;
    position: absolute;
    top: 35%;
    left: 60%;
    z-index: -2;
    transform: translate(-50%, -50%);
  }
  #sbs-1474.about .cs-scatter {
    width: 163px;
    height: auto;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 2;
  }
  #sbs-1474.pbs .cs-scatter {
    width: 95px;
    height: auto;
    position: absolute;
    bottom: -35px;
    right: 15px;
    z-index: 2;
  }
  #sbs-1474 .cs-box {
    text-align: center;
    width: auto;
    /* 16px - 40px */
    padding: clamp(1em, 3vw, 2.5em) clamp(2.5em, 5vw, 4em);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 3.75em;
    z-index: 10;
  }
  #sbs-1474 .cs-blob {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sbs-1474 .cs-number {
    /* 24px - 49px */
    font-size: clamp(1.25rem, 4.3vw, 3.0625rem);
    line-height: 1.2em;
    font-weight: 900;
    margin: 0;
    color: var(--secondary);
    display: block;
    z-index: 10;
  }
  #sbs-1474 .cs-desc {
    /* 12px - 16px */
    font-size: clamp(0.75rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: inherit;
    font-weight: bold;
    width: 100%;
    max-width: 20ch;
    color: var(--bodyTextColor);
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 500px) {
  #sbs-1474 .icons {  
      flex-direction: row;
      align-items: flex-start;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-1474 .cs-container {
    max-width: 80rem;
    /* set to horizontal arrangement */
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sbs-1474 .cs-container.pbs {
    flex-direction: row-reverse;
  }
  #sbs-1474 .cs-content {
    width: 47%;
    padding: 4.375rem 0;
    align-self: center;
  }
  #sbs-1474 .cs-image-group {
    font-size: min(1.2vw, 1em);
  }
  /* 
  #sbs-1474.aboutpage .cs-image-group::before {
    content: url('/assets/svgs/bg-shape-4.svg');
    position: absolute;
    bottom: -1100px;
    left: -335px;
  }  
  */
}

/*-- -------------------------- -->
<---        Why Choose          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-2403 {
    padding: var(--sectionPadding);
    /* 48px - 64px */
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
    overflow: hidden;
    position: relative;
    background-color: #FBF9F5;
    z-index: 1;
  }
  #why-2403 h2 {
    margin-bottom: 0.75rem;
  }
  #why-2403 h3 {
    margin-bottom: 0.25rem;
    color: var(--secondary);
  }
  #why-2403 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #why-2403 .cs-wrapper {
    position: relative;
    z-index: 1;
  }
  #why-2403 .cs-content {
    /* set text align to center if content needs to be center aligned */
    text-align: center;
    width: 100%;
    max-width: 30.125rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #why-2403 .content .cs-text {
    max-width: none;
  }
  #why-2403 .cs-text {
    margin-bottom: 1.25rem;
  }
  #why-2403 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #why-2403 .cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #why-2403 .cs-card-group {
    margin: 0;
    padding: 2rem 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.4vw, 1.25rem);
    position: relative;
    z-index: 10;
  }
    #why-2403 .cs-item {
        list-style: none;
        /* 24px - 40px top & bottom */
        padding: clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
        background-color: #fff;
        box-sizing: border-box;
        grid-column: span 12;
        border: 1px solid #E8E8E8;
        border-radius: 18px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition:
            background-color 0.3s,
            transform 0.3s,
            box-shadow 0.3s;
    }
    #why-2403 .cs-item:hover {
        background-color: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
        transform: translateY(-0.4375rem);
    }
    #why-2403 .cs-item:hover .cs-picture:before {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    #why-2403 .cs-round {
        width: 4rem;
        height: 4rem;
        margin: 0;
        margin-bottom: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0px 12px 30px rgba(26, 26, 26, 0.07);
        position: relative;
        z-index: 1;
    }
    #why-2403 .cs-icon {
        height: 2rem;
        width: auto;
    }
    #why-2403 .cs-h3 {
        font-size: 1.25rem;
        font-weight: 900;
        text-align: center;
        line-height: 1.2em;
        margin: 0;
        margin-bottom: 0.75rem;
        color: var(--headerColor);
        transition: color 0.3s;
    }
    #why-2403 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        text-align: center;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColor);
        transition: color 0.3s;
    }
  #why-2403 .cs-picture {
    width: 52%;
    max-width: 22.75rem;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;

    overflow: hidden;
  }
  #why-2403 .cs-picture img {
    width: 100%;
    height: auto;
    display: block;
        border-radius: 276px 276px 0 0;
        object-fit: cover;
  }
}

@media only screen and (min-width: 600px) {
    #why-2403 .cs-item {
        grid-column: span 6;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-2403 .cs-container {
    max-width: 80rem;
    align-items: stretch;
  }
  #why-2403 .cs-wrapper {
    flex-direction: row;
  }
  #why-2403 .cs-content {
    text-align: left;
    /* removed at desktop */
    padding: 1.25rem 0;
    align-items: flex-start;
  }
  #why-2403 .cs-picture {
    height: auto;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  #why-2403 .cs-picture img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #why-2403 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  #why-2403 .cs-content {
    padding: 0;
    flex: none;
    position: relative;
    overflow: visible;
  }
  /*
  #why-2403 .cs-content::after {
    content: url('/assets/svgs/bg-shape-3.svg');
    position: absolute;
    bottom: -1100px;
    left: -385px;
  }  
  */
  #why-2403 .cs-wrapper {
    width: 31%;
    flex-direction: column;
    flex: none;
  }
  #why-2403 .cs-card-group {
    width: 100%;
    max-width: 50.1875rem;
  }
  #why-2403 .cs-item {
    grid-column: span 6;
  }
  #why-2403 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;

  }


  #why-2403 .cs-picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    max-height: 474px;
  }
}
/*-- -------------------------- -->
<---          Steps             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-1893 {
    padding: var(--sectionPadding);
    background-color: #F4F3EF;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
  #steps-1893 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 2rem;
  }
  /* 
  #steps-1893 .cs-container::after {
    content: url('/assets/svgs/bg-shape-2.svg');
    position: absolute;
    top: -200px;
    right: -400px;
  }  
  */
  #steps-1893 .cs-wrapper {
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-1893 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #steps-1893 .cs-card-group {
    margin: 0;
    padding: 0;
    display: grid;
    align-items: stretch;
    grid-auto-flow: row;
    /* 24px - 32px */
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #steps-1893 .cs-item {
    list-style: none;
    padding-bottom: 2rem;
    border-bottom: #4C4A48 1px dotted;
    display: flex;
    align-items: flex-start;
    /* 16px - 24px */
    gap: clamp(1rem, 2vw, 1.5rem);
    position: relative;
  }
  #steps-1893 .cs-number {
    /* 49px - 72px */
    font-size: clamp(3.0625rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1875em;
    color: #DED1BD;
    display: block;
  }
  #steps-1893 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.125em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #steps-1893 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-1893 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    /* 48px - 60px */
    gap: clamp(3rem, 6vw, 3.75rem);
  }
  #steps-1893 .cs-card-group {
    /* 16px - 32px */
    gap: clamp(1rem, 3vw, 2rem);
  }
  #steps-1893 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #steps-1893 .cs-item {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }
  #steps-1893 .cs-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #steps-1893 .cs-h3 {
    flex: none;
    margin-bottom: 0;
  }
  #steps-1893 .cs-item-text {
    max-width: min(60%, 600px);
  }
}
               
@media only screen and (min-width: 1000px) {
  #steps-1893 .cs-item {
    flex-direction: row;
    gap: 100px;
  }
}