
body {
    font-size: 1.6rem;
}
.headerspacer {
    height: 5rem;
}

.blackbox {
    background: url(/assets/img/blackbox.webp) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    padding: 4rem 5rem;
}

.box h2 {
    letter-spacing: 0.462px;
}

.box .font-20 {
    line-height: 1.3; /* 26px */
    letter-spacing: 0.21px;
}

.box .font-16 {
    line-height: 1.40; /* 22.4px */
    letter-spacing: 0.168px;
}

/* ---------- Section 01 (Hero) ---------- */
#sec01 {
    background: #F2EAD8 !important;
    padding: 7rem 4rem 5rem;
}

#sec01 h1 {
    color: #3A2F2A;
    font-weight: 600;
    letter-spacing: 0.067rem;
}

#sec01 .container.text-center {
    max-width: 80rem;
}

#sec01 p {
    color: #3A2F2A;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.021rem;
}

#sec01 .goldbox {
    color: #1E1B18;
    background: none;
    margin: 0;
    padding: 0;
}

#sec01 .goldbox p {
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4; /* 23.8px */
    letter-spacing: 0.178px;
}

#sec01 .btn-group {
    gap: 1rem;
}

/* ---------- Logo List ---------- */
#logolist {
    background: url(/assets/img/logolist-bg.webp) no-repeat center;
    background-size: cover;
    padding: 3rem 0;
}

#logolist .container {
    padding: 0 2rem;
}

/* ---------- Section 02 ---------- */
#sec02 {
    background: #F2EAD8;
    padding: 5rem 0;
}

#sec02 .container,
#sec06 .container {
    max-width: 73rem;
    background: url(/assets/img/sec2box-bg.webp) no-repeat center;
    background-size: cover;
    border: 1px solid #C2A66F;
    padding: 1rem;
}

#sec02 .container .box,
#sec06 .container .box {
    border: 1px solid #E6DDCB;
    background: #FFFBF2;
    padding: 4rem 5rem;
}

ul.founders-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

ul.founders-list li {
    display: flex;
    gap: 2rem;
    text-align: left;
    padding: 1.5rem 0;
}

ul.founders-list li:not(:last-child) {
    border-bottom: 1px solid #E6DDCB;
}

ul.founders-list span.number {
    color: #C2A66F;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.336px;
    width: 3.5rem;
    margin-top: -5px;
}

/* ---------- Section 1_2 / 2_2 (shared dark band) ---------- */
.section1_2,
.section2_2 {
    align-items: center;
    background-image: url(/assets/img/services-section2-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
}

.section1_2 h2 {
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.section2_2 h2 {
    color: #E6DDCB;
    font-family: "Crimson Pro";
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 2.76px; /* overrides the 0.462px value below it */
    text-align: center;
    margin-bottom: 1rem;
}

.section2_2 h3 {
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* ---------- Section 2_3 (Plan / How it works) ---------- */
.section2_3 {
    align-items: center;
    background-image: url(/assets/img/plan-works-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0 5.5rem 0;
}

.section2_3 .container {
    padding: 0 2rem;
}

.section2_3 .arrow-down {
    text-align: center;
}

.section2_3 .section-header {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 3rem;
}

.section2_3 .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 3rem;
}

.section2_3 .card-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 1rem;
}

.section2_3 .phase-label {
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
}

.section2_3 h2 {
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.462px;
}

.section2_3 h3 {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.21px;
}

.section2_3 p {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.168px;
}

.section2_3 .card {
    border: 1px solid #E6DDCB;
    background: #FFFBF2;
    padding: 4rem 4rem 3rem 4rem;
}

.section2_3 .card h4 {
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.252px;
    margin-bottom: 1rem;
}

.section2_3 .card p {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.147px;
}

.section2_3 .divider {
    padding: 3rem 0;
}

.highlight-bar {
    background: #3A2F2A;
    border-left: 4px solid #C2A66F;
    padding: 2.5rem;
    margin-top: 1rem;
        background-image: url(/assets/img/psychology-bg.webp);
    background-position: center;
    background-size: auto;

}

.highlight-bar span {
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.147px;
    text-transform: uppercase;
}

.highlight-bar p {
    color: #F2EAD8;
    font-family: "Work Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.168px;
}

/* ---------- Section 2_4 (Founder bio) ---------- */
.section2_4 {
    background: #F2EAD8;
    padding: 6rem 0;
}

.section2_4 .container {
    padding: 0 2rem;
}

.founder-image {
    text-align: left;
    position: sticky;
    padding-bottom:6rem;
    top: 10rem;
}

.founder-image img {
    max-width: 22rem;
}

.founder-grid {
    display: grid;
    grid-template-columns: 29% 71%;
    max-width: 93.8rem;
    margin: 0 auto;
}

.founder-content .eyebrow {
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
}

.section2_4 h2 {
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.462px;
}

.section2_4 .author {
    margin: 2rem 0;
}

.section2_4 .author h3 {
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.336px;
}

.section2_4 .author span {
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.147px;
}

.section2_4 .author .content-body p {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.168px;
}

.section2_4 .quote-box {
    background: #E6DDCB;
    border-left: 3px solid #C2A66F;
    margin: 2.3rem 0;
    padding: 2.3rem;
}

.section2_4 .quote-box strong {
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.336px;
}

.section2_4 .cta-panel {
    background: #3A2F2A;
    padding: 3rem;
    text-align: center;
    background-image: url(/assets/img/psychology-bg.webp);
    background-position: center;
    background-size: auto;
}

.section2_4 .cta-panel a{
    border: 1px solid #3A2F2A;
}
.section2_4 .cta-panel a:hover {
    background: transparent;
    border: 1px solid #F2EAD8;
}
#sec05 a.btn-primary{
  border: 1px solid #3A2F2A;  
}
#sec05 a.btn-primary:hover {
    background: transparent;
    border: 1px solid #F2EAD8;
}

.cta-panel h4 {
    color: #F2EAD8;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.252px;
    margin-bottom: 1.5rem;
}


/* ---------- Section 03 (Cards row) ---------- */
#sec03 {
    padding: 5rem 0;
    background: url(/assets/img/home-sec3-bg.webp) no-repeat center;
    background-size: cover;
    background-position: center top;
}

#sec03 .container {
    padding: 0 2.8rem;
}

#sec03 .row {
    background: #FFFBF2;
    border-top: 1px solid var(--Warm-Bone, #E6DDCB);
}

#sec03 .row:first-of-type,
#sec03 .row .col:first-of-type {
    border: 0;
}

#sec03 .row .col {
    border-left: 1px solid var(--Warm-Bone, #E6DDCB);
    padding: 3rem 4rem 4rem;
}

#sec03 .row .col p {
    font-size: 1.4rem;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.147px;
}

#sec03 .row .col a {
    color: #8E2F23;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.276rem;
    text-decoration: none;
    text-transform: uppercase;
}

#sec03 img {
    max-width: 6.2rem;
}

#sec03 .box h3 {
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 33.6px */
    letter-spacing: 0.336px;
}

#sec03 .box .color-gold {
    font-family: "Crimson Pro";
}
.deliver-box {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 4rem;
    background: #FFFBF2;
    position: relative;
}
.deliver-box:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    border-left: 1px solid #E6DDCB;
    margin-left: -1px;
    height: 100%;
}
.inner-deliver {
    width: 50%;
    padding: 3rem 4rem;
}
ul.g-list {
    margin: 3rem 0 0 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    position: relative;
}

ul.g-list li {
    padding: 1.5rem 0 1.5rem 4.5rem;
    background-image: url(/assets/img/star-icon.svg);
    background-position: 0 0.8rem;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    position: relative;
    font-weight: 400;
    background-color: rgba(230, 221, 203, 0.30);
    margin-bottom: 2px;
    background-position: 1.6rem 1.8rem;
    font-size: 1.4rem;
}



/* ---------- Section 04 (Feature cards) ---------- */
#sec04 {
    background: #F2EAD8;
    padding: 5rem 0;
}

#sec04 .container {
    padding: 0 2rem;
}

#sec04 .row {
    background: #FFFBF2;
    border: 1px solid #E6DDCB;
}

#sec04 .col {
    background: #FFFBF2;
    border-left: 1px solid #E6DDCB;
    padding: 4rem;
}

#sec04 .col:first-of-type {
    border-left: 0;
}

#sec04 img {
    max-width: 10.2rem;
    margin-bottom: 2rem;
}

#sec04 h3 {
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.336px;
}

#sec04 p {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.147px;
}

/* ---------- Section 05 (Psychology / split image section) ---------- */
section#sec05 {
    background: url(/assets/img/psychology-bg.webp) no-repeat center !important;
    background-size: cover !important;
    height: auto !important;
    padding: 5rem 0;
}

section#sec05 .container,
section#sec05 .row {
    height: auto;
    padding: 0;
}
section#sec05 .container {
    padding: 0 2rem;
}
#sec05 h2 {
    color: #F2EAD8;
}

#sec05 p {
    color: #E6DDCB;
    font-size: 2rem;
    letter-spacing: 0.21px;
}

.imgframe {
    background: url(/assets/img/sec2box-bg.webp) no-repeat center;
    background-size: cover;
    border: 1px solid #C2A66F;
    padding: 1rem;
}

.criteria-box {
    background: #FFFBF2;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.criteria-item {
    border-right: 1px solid #E6DDCB;
    border-bottom: 1px solid #E6DDCB;
    width: calc(33.33% - 1px);
    padding: 2rem 3rem;
    text-align: left;
    font-size: 2rem;
}
.criteria-item p {
    color: #3A2F2A !important;
    font-size: 2rem !important;
    line-height: 1.3;
    letter-spacing: 0.21px;
}
.criteria-item:nth-child(3n) {
    border-right: none;
}
.criteria-item:nth-child(4), .criteria-item:nth-child(5), .criteria-item:nth-child(6) {
    border-bottom: none;
}
span.item-number {
    color: #C2A66F;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 33.6px */
    letter-spacing: 0.336px;
    margin-bottom: 3rem;
    display: block;
}
.criteria-box + p {
    margin-bottom: 3rem;
}

/* ---------- Section 06 (Closing CTA) ---------- */
#sec06 {
    background: #F2EAD8;
    padding: 5rem 0;
}

#sec06 .blackbox {
    background: url(/assets/img/blackbox2.webp) no-repeat center;
    background-size: 100% 100%;
    max-width: 104.5rem;
    margin: 5rem auto 0;
    padding: 8rem 15rem;
}

#sec06 .container .box {
    padding: 4rem;
}
#sec06 .g-list {
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

/* ---------- Case Study Slider ---------- */
.casestudy-box {
    background: #3A2F2A;
    min-height: 53.2rem;
    margin: 0 1.3rem;
    position: relative;
}

.casestudy-box:before,
.casestudy-box:after {
    content: '';
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 3.9rem;
    top: 45%;
}

.casestudy-box:before {
    background-image: url(/assets/img/caret-left.webp);
    left: 0;
}

.casestudy-box:after {
    background-image: url(/assets/img/caret-right.webp);
    right: -1px;
}

.slider-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-nav .slick-arrow {
    position: absolute;
    top: -33rem;
}

.slider-nav .slick-arrow img {
    width: 6.5rem;
    max-width: 100%;
}

.slider-nav .slick-arrow.custom-prev {
    left: -9rem;
}

.slider-nav .slick-arrow.custom-next {
    right: -9rem;
}

.custom-dots {
    position: relative;
}

.custom-dots > .slick-dots {
    position: static;
}

.custom-dots > .slick-dots button:before {
    display: none;
}

.custom-dots > .slick-dots li {
    width: auto;
}

.custom-dots > .slick-dots li button {
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.custom-dots > .slick-dots .slick-active button {
    background: #3A2F2A;
}

/* ==========================================================================
   Mobile (max-width: 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {

    .font-75 {
        font-size: 3.8rem;
    }

    .font-28 {
        font-size: 2rem;
    }

    .goldbox {
        font-size: 1.6rem;
    }

    .goldbox2 {
        background: url(/assets/img/goldbox2-mob.webp) no-repeat center;
        background-size: 100% 100%;
        padding: 3rem;
    }

    .btn-group {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        gap: 2rem;
    }

    .btn-group a.btn {
        width: 31.6rem;
        margin: 0 auto !important;
    }

    .text-center-mbl {
        text-align: center;
    }

    .logo-slider .slick-track {
        display: flex;
        align-items: center;
    }

    .logo-slider .slick-slide {
        width: auto !important;
        padding: 0 1.5rem;
    }

    .logo-slider .slick-track img {
        opacity: 0.6;
    }

    /* ---- Section 01 ---- */
    section#sec01 {
        padding: 5rem 0 2rem 0;
        font-size: 2rem;
        background: url(/assets/img/home-mob-sec1bg.webp) no-repeat center top;
        background-size: cover;
    }

   #sec01 h1 {
        font-size: 10vw;
        line-height:1.1;
    }

    #sec01 strong {
        font-weight: inherit;
    }

    #sec01 p {
        font-size: 1.7rem;
        letter-spacing: 0.178px;
    }

    #sec01 .goldbox {
        margin: 0 auto 0rem;
        padding: 1rem 2rem;
    }

    /* ---- Logo list ---- */
    #logolist {
        padding: 2rem;
    }

    #logolist .container {
        padding: 0;
    }

    /* ---- Section 02 ---- */
    section#sec02 {
        padding: 3rem 1.5rem;
    }

    #sec02 .container .box,
    #sec06 .container .box {
        padding: 2.5rem;
    }

    .box h2 {
        font-size: 3rem;
        line-height: 105%; /* 31.5px */
        letter-spacing: 0.315px;
    }

    .box .font-20 {
        line-height: 1.3;
        letter-spacing: 0.02rem;
    }

    .box .font-16 {
        font-size: 1.5rem;
        letter-spacing: 0.157px;
    }

    .section1_2 h2 {
        font-size: 1.1rem;
    }


.section2_3 .card-grid {
    display: block;
}
.section2_3 .card {
    margin-bottom: 5px;
    padding: 2.5rem;
}

.section2_3 .card h4 {
    font-size: 2rem;
}

.section2_3 .car {
    font-size: 1.5rem;
}
.section2_3 .arrow-down img {
    width: 1.8rem;
    margin-bottom: 2rem;
}
p.intro.show-mb {
    display: block;
}
.icon-circle img {
    max-width: 5.8rem;
}

.section2_3 .phase-label {
    font-size: 1.2rem;
}

.section2_3 h2 {
    font-size: 3rem;
}

.section2_3 h3 {
        margin-bottom: 1.5rem !important;
        font-size: 1.7rem;
    }

.section2_3 h3.show-mb {
    display: block;
}
.section2_3 .section-header {
    margin-bottom: 2rem;
}
.section2_3 .card-grid2 {
    display: block;
    margin: 0;
}
.founder-grid {
    display: block;
}

aside.founder-sidebar {
    display: none;
}

.section2_4 .quote-box strong {
    display: block;
    margin-bottom: 5px;
    font-size: 3rem;
    font-weight: 500;
}

.section2_4 .cta-panel {
    padding: 2rem 1.4rem;
    border-left: 3px solid #C2A66F;
}

.cta-panel h4 {
    font-size: 2rem;
}

.section2_4 .cta-panel a {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding: 1.5rem 1rem;
    width: 100%;
}
.section2_4 h2 {
    text-align: center;
    font-size: 3rem;
}

.founder-content .eyebrow {
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}
.section2_4 .author img {
    display: block;
    max-width: 8rem;
}
.section2_4 .author {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.section2_4 .author h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
}
.section2_4 .author span {
    font-size: 1.3rem;
}
article.founder-content .divider {
    margin-top: 2rem !important;
    display: block;
}
.inner-deliver {
        width: 100%;
        padding: 2rem;
    }
    .inner-deliver:first-child {
        border-bottom: 1px solid #E6DDCB;
    }
  
    .deliver-box {
        gap: 0rem;
        margin-top: 2rem;
    }
.deliver-box:after {
    display: none;
}
ul.g-list li {
    padding-right: 1rem;
}
ul.g-list {
    margin-top: 2rem;
}

    /* ---- Section 03 ---- */
    #sec03 {
        padding: 3rem 0;
    }

    #sec03 .container {
        padding: 0 2rem;
    }

    #sec03 .row {
        border: 1px solid var(--Warm-Bone, #E6DDCB) !important;
        border-top: 0;
    }

    #sec03 .row:first-of-type {
        border-top: 1px solid var(--Warm-Bone, #E6DDCB);
        margin-bottom: -2px;
        position: relative;
        z-index: 9;
    }

    #sec03 .row .col {
        border: 0 !important;
        border-top: 1px solid var(--Warm-Bone, #E6DDCB) !important;
        padding: 2.5rem;
    }

    #sec03 .row:first-of-type .col:first-of-type {
        border: 0 !important;
        margin-bottom: -1px !important;
    }

    #sec03 .row .col p {
        font-size: 1.3rem !important;
    }

    .font-32,
    #sec03 .box h3,
    #sec03 .row .col p.font-32 {
        font-size: 2.4rem !important;
        line-height: 1;
    }

    /* ---- Section 04 ---- */
    #sec04 {
        padding: 4rem 0 6rem;
    }

    #sec04 .col {
        border-top: 1px solid #E6DDCB;
        border-left: 0;
        padding: 2rem;
    }

    #sec04 .col:first-of-type {
        border-top: 0;
    }

    #sec04 img {
        max-width: 9rem;
        margin: -1rem -1rem 1rem;
    }

    /* ---- Section 05 ---- */
    section#sec05 {
        background: url(/assets/img/psychology-mob-bg.webp) no-repeat center !important;
        background-size: cover !important;
        height: auto;
        padding: 5rem 2.2rem;
    }

    section#sec05 .container,
    section#sec05 .row {
        height: auto;
    }

    section#sec05 .col {
        padding: 0;
    }

    section#sec05 .row {
        gap: 3rem;
    }

    #sec05 p {
        font-size: 1.5rem;
        letter-spacing: 0.157px;
    }

    #sec05 em {
        font-style: normal;
    }

    /* ---- Section 06 ---- */
    #sec06 {
        padding: 3rem 1.5rem;
    }

    #sec06 .blackbox {
        background: url(/assets/img/blackbox2-mob.webp) no-repeat center;
        background-size: 100% 100%;
        padding: 4rem;
    }

    #sec06 .blackbox h2 {
        font-size: 3.2rem;
    }

    #sec06 .container .box {
        padding: 2rem;
    }

    #sec06 .container .box a.btn-primary {
        display: block;
        margin: 0 1rem;
    }
    .section2_2 h2 {
        font-size: 3rem;
    }
    #sec04 h3 {
    font-size: 2.4rem !important;
}
#sec06 .container .box a.btn-primary, #sec05 a.btn-primary  {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding: 1.5rem 1rem;
    width: 100%;
    margin: 0;
}
.criteria-item {
    border-bottom: 1px solid #E6DDCB !important;
    width: 100%;
    padding: 2.5rem 2rem;
    border-right: none;
}

span.item-number {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}

.criteria-item p {
    font-size: 1.5rem !important;
    margin-bottom: 0;
}

section#sec05 .container {
    padding: 0;
}
.section2_3 {
    padding: 3rem 0 4rem 0;
}
.section2_4 {
    padding: 4rem 0;
}
}
@media screen and (max-width:480px){
    #sec01 h1{font-size: 9vw!important;}
}
