.section-sm {
    max-width: 860px;
    width: 100%;
}

.section-xs {
    max-width: 580px;
    width: 100%;
}

.section-xxl {
    max-width: 1160px;
    width: 100%;
}


.section-xl {
    max-width: 1120px;
    width: 100%;
}

.section-l {
    max-width: 1020px;
    width: 100%;
}

.page-template-default h1 {
    max-width: 500px;
    padding: 100px 0 30px;
    margin: 0;
    width: 100%;
    color: var(--color-amber-500);
}

.our-facilities-page h1 {
    max-width: 550px;
    color: #0F0037;
}

.our-facilities-page p {
    color: #fff;
}


.page-section {
    padding: 0;
    z-index: 5;
    position: relative;
}

.main-banner {
    height: 440px;
    position: relative;
    overflow: hidden;
}

.main-banner .page-section p {
    max-width: 500px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: unset;
}

.main-banner::before {
    content: '';
    position: absolute;
    background: var(--bg-banner) top no-repeat #0f0037;
    width: 1100px;
    z-index: 2;
    top: -37%;
    left: 50vw;
    height: stretch;
    background-size: 1100px auto;
}

.main-banner.particles-network-bg::before {
    width: 521px;
    top: -13%;
    left: 54vw;
    background-size: 521px auto;
}

.main-banner.careers p,
.main-banner.meet-the-team p {
    max-width: unset;
}

.main-banner.meet-the-team::before,
.main-banner.careers::before{
    width: 835px;
    top: -60px;
    background-size: 835px auto;
    left: calc(50vw - 120px);
}

.main-banner.seed-to-forest::before {
    width: 770px;
    left: 50vw;
    top: 0;
    margin: 0;
    background-size: 770px auto;
}

.main-banner.packaging::before {
    width: 867px;
    top: 0;
    right: 0;
    background-size: 867px auto;
}

.main-banner.stem-internship::before,
.main-banner.academia-support::before {
    width: 700px;
    top: -290px;
    right: -30px;
    background-size: 700px auto;
}

.main-banner.sds-page::before {
    width: 400px;
    top: 12px;
    right: 13%;
    background-size: 400px auto;
}

.main-banner.quality-safety p {
    padding: 0;
}


.main-banner.our-facilities-page {
    background: #0f0037;
}

.main-banner.our-facilities-page::before {
    background: var(--bg-banner) top no-repeat #0f0037;
    width: 100vw;
    top: 0;
    object-fit: cover;
    left: 0;
}

.page-section p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 21px;
    font-weight: 300;
}

.page-section p a {
    color: #0f0037;
}

.page-section p.m-text {
    font-size: 16px;
    line-height:27px;
}

.page-section p.xs-text {
    font-size: 12px;
    line-height: 18px;
}

.text-center {
    text-align: center;
}

.fw-700 {
    font-weight: 700 !important;
}

.page-section p strong {
    font-weight: 700;
}

 p:last-child {
    padding: 0;
}

.page-section h2 {
    font-size: 24px;
    line-height: 36px;
}

.page-section h3 {
    padding: 0 0 20px;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

p.highlight-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.highlight-text {
    color: var(--color-indigo-500);
}

.accent-text {
    color: var(--color-amber-500);
}
.content-section {
    padding: 60px 0 20px;
}

.content-section:last-child {
    padding: 60px 0 80px;
}

.content-section h2 {
    margin: 0;
    padding: 0 0 20px;
}

.content-section.with-bg {
    position: relative;
}

.content-section.with-bg::before {
    content: '';
    position: absolute;
    background: var(--content-bg-image) center no-repeat transparent;
    width: 900px;
    height: 848px;
    top: 0;
    right: -40px;
    object-fit: cover;
    z-index: 5;
}

.content-section.with-bg .content-wrapper {
    z-index: 5;
}

[class^="column-width--"] {
    width: 100%;
}

.column-width--420 { max-width: 420px; }
.column-width--380 { max-width: 380px; }
.column-width--350 { max-width: 350px; }
.column-width--300 { max-width: 300px; }
.column-width--290 { max-width: 290px; }
.column-width--287 { max-width: 287px; }
.column-width--270 { max-width: 270px; }
.column-width--230 { max-width: 230px; }
.column-width--210 { max-width: 210px; }

.column-width--350 img {
    width: 350px;
    height: auto;
    object-fit: cover;
}
.column-width--350 .ol-marker img {
    width: unset;
}

.column-width--400 {
    width: 100%;
    max-width: 400px;
}

.column-width--400 img {
    width: 400px;
    height: auto;
    object-fit: cover;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    align-self: center;
}

.card-section {
    padding: 30px;
    background: var(--color-white);
    box-shadow: 0 0 20px 0 #3D3EFE33;
    position: relative;
    margin: 0;
}

.card-section.dark {
    box-shadow: 0px 0px 40px 0px #3D3EFE66;
    background: var(--color-indigo-950);
}

.no-absolute .card-section__icon {
    position: relative;
    inset: 0;
}

.s-70 .card-section__icon {
    width: 70px;
    height: 70px;
}

.s-35 .card-section__icon {
    width: 35px;
    height: 35px;
}

.s-30 .card-section__icon {
    width: 30px;
    height: 30px;
}

.career-card {
    min-height: 270px;
}

.career-card .card-section__icon {
    display: flex;
    margin-bottom: 10px;
}

.stem-internship .card-section__icon {
    display: flex;
    margin-bottom: 15px;
}

.stem-internship.card-section__quote::before {
    height: 60px;
}

.flagship-card.card-section__quote::before {
    height: 100%;
}

[class^="column-width--"]:last-child .flagship-card.card-section__quote::after,
[class^="column-width--"]:last-child .stem-internship.card-section__quote::after{
    height: 60px;
    border: 1px solid #CFCCD7;
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    bottom: 0;
}


[class^="column-width--"]:last-child .flagship-card.card-section__quote::after {
    height: 100%;
}

.card-section__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    content: '';
    inset: 20px;
}

.card-section.arrow-after::after{
    content: '';
    height: 30px;
    position: absolute;
    background: url(../icons/arrow-down-icon.svg) center no-repeat;
    width: 15px;
    bottom: -45px;
    left: 2px;
}

.card-section__quote {
    position: relative;
    height: 100%;
}

.card-section__quote::before {
    border: 1px solid #CFCCD7;
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    left: 0;
    bottom: 0;
}

.career-quote {
    min-height: 261px;
}
.career-quote::before {
    height: 210px;
}

.career-quote .card-section__icon {
    display: flex;
    margin-bottom: 11px;
}

.card-section__quote.academia-support::before {
    height: calc(100% - 56px);
}

.card-section__quote.no-icon::before {
    height: 100%;
}




.dark-text {
    color: var(--color-indigo-950) !important;
}

.mg-0 {
    margin: 0 ;
}


.mg-t-20 {
    margin-top: 20px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-40 {
    margin-top: 40px;
}

.pd-0 {
    padding: 0!important;
}

.pd-t-5 {
    padding-top: 5px!important;
}

.pd-t-20 {
    padding-top: 20px!important;
}

.pd-t-30 {
    padding-top: 30px!important;
}

.pd-t-40 {
    padding-top: 40px!important;
}

.pd-t-50 {
    padding-top: 50px!important;
}

.pd-t-60 {
    padding-top: 60px!important;
}

.pd-t-75 {
    padding-top: 75px!important;
}


.pd-t-80 {
    padding-top: 80px!important;
}

.pd-b-10 {
   padding-bottom: 10px!important;
}

.pd-b-16 {
    padding-bottom: 16px!important;
}

.pd-b-20 {
    padding-bottom: 20px!important;
}

.pd-b-30 {
    padding-bottom: 30px!important;
}

.pd-b-40 {
    padding-bottom: 40px!important;
}

.pd-b-48 {
    padding-bottom: 48px!important;
}

.pd-b-50 {
    padding-bottom: 50px!important;
}

.pd-b-60 {
    padding-bottom: 60px!important;
}

.pd-b-70 {
    padding-bottom: 70px!important;
}

.pd-b-78 {
    padding-bottom: 78px!important;
}

.pd-b-80 {
    padding-bottom: 80px!important;
}

.pd-b-144 {
    padding-bottom: 144px!important;
}

.pd-b-176 {
    padding-bottom: 176px!important;
}


ul.content-list {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    padding-left: 18px;
    font-weight: 300;
}

li.content-list__item {
    list-style: none;
    position: relative;
}

li.content-list__item::before {
    content: '•';
    position: absolute;
    left: -14px;
}

.caption {
    color: var(--color-indigo-950);
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
}

.table-content {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0;
    gap: 13px;
}

.table-content p,
.table-content .content-wrapper {
    padding: 0 0 10px;
    border-bottom: 1px solid #F2F2F5;
}
.table-content .content-wrapper p {
    padding: 0;
    border-bottom: unset;
}

.content-wrapper:has(.btn) {
    position: relative;
    isolation: isolate;
}

.page-section .btn {
    height: fit-content;
    text-decoration: unset;
}

.packaging-item {
    display: grid;
    grid-template-columns: 46px 1fr 293px;
    padding: 20px 0;
    border-bottom: 1px solid #0F003733
}

.packaging-title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0F0037;
}

.packaging-item.header .packaging-title {
    color: #F7941E;
}

.packaging-index {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #F7941E;
}

.packaging-content {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0F0037;
}

a.packaging-item{
    pointer: cursor !important;
    text-decoration: none !important;
    transition: opacity 0.3s;
    opacity: 1;
}

a.packaging-item:hover {
    opacity: 0.5;
}

.acad-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.acad-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all 0.3s;
}

.acad-logo-item img {
    max-height: 60px;
    max-width: 150px;
    object-fit: contain;
}

.acad-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0 2em;
}

.acad-logos-container {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

@keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translatex(-1000%)}
}

.acad-logo-item img {
    animation: scroll 60s linear infinite;
}

.acad-text-logo {
    font-size: 1.1rem;
    font-weight: 700;
    white-space: nowrap;
}

.team-member__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.team-member__img {
    display: flex;
    width: 100px;
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #0F003733;
}

.team-member__card {
    width: 100%;
    max-width: 400px;
}

.wrapper-relative {
    position: relative;
}

.wrapper-overlap {
    top: -116px !important;
    position: absolute;
    width: 100%;
}

.hover-link {
    text-decoration: none;
    font-weight: 300;
    opacity: 1;
    transition: opacity 0.5s;
}
.hover-link:hover {
   opacity: 0.5;
}

.word-break-all {
word-break: break-all;
}

.word-break-word {
    word-break: break-word;
}

.stem-quote-icon {
    width: 40px;
    height: 40px;
    margin: 20px 0 10px;
}

.top-divider-1100{
    position: relative;
}

.top-divider-1100::before {
    position: absolute;
    content: "";
    width: 1100px;
    height: 1px;
    border-bottom: 1px solid #0F003733;
    top: 0;
    left: -120px;
}

.quote-author-info {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.p-link {
    cursor: pointer;
    text-decoration: underline !important;
}

.blue-link {
    cursor: pointer;
    text-decoration: underline !important;
}

.prev-page__icon a,
.p-link,
.blue-link {
    opacity: 1;
    transition: opacity 0.5s;
    cursor: pointer;
}

.prev-page__icon a:hover,
.p-link:hover,
.blue-link:hover {
    opacity: 0.3;
}

img.packaging-image {
    display: flex;
    width: 210px;
    height: 180px;
    object-fit: cover;
    object-position: top;
    clip-path: inset(4px 4px 0px 4px);
}

.packaging-pdf .card-section__quote::before {
    height: 100%;
}

.main-color {
    color: #0f0037 !important;
}

.packaging-pdf {
    display:  flex; 
    height: 270px;
    transition: transform 0.4s ease, border-radius 0.4s ease;
}

.packaging-pdf:hover {
    transform: scale(1.05);
}





