#intro-section .stripe-img {
    width: 54.27vw; /* 1042 */
    height: 70.21vw; /* 1348 */
    margin: 0 auto;
}
#intro-section .stripe-content {
    right: 0;
    bottom: 19vw;
}
#intro-section .stripe-content * {
    text-shadow: 0px 0px 0.78vw #fff; /* 15 */
}


#what-we-do .col-title h2 {
    font-size: 1.41vw; /* 27 */
    font-style: italic;
    color: var(--gray-500);
    letter-spacing: -0.05em;
}
#what-we-do .stripe-content{
    grid-template-columns: 1fr 22.76vw; /* 437 */
    gap: 1.56vw; /* 30 */
}
#what-we-do p {
    margin-bottom: 0 !important;
}
#what-we-do .stripe-img {
    border: 1.04vw solid var(--gray-000); /* 20 */
    height: 31.25vw; /* 600 */
}
#what-we-do .stripe-content .stripe-title {
    grid-template-columns: 1fr 25vw; /* 480 */
    gap: 1.56vw; /* 30 */
}
#what-we-do .stripe-img img {
    width: 22.92vw;  /* 440 */
}
#what-we-do .stripe-text {
    padding-top: 1.04vw;  /* 20 */
}



#images .grid-2 {
    grid-template-rows: 65.1vw;  /* 1250 */
}
#images .col-1 img {
    width: 27.19vw;  /* 522 */
    height: 39.17vw;  /* 752 */
}
#images .col-4 .col-container {
    width: 30.73vw;  /* 590 */
    margin-left: auto;
    text-align: right;
    margin-right: 3.65vw;  /* 70 */
    margin-bottom: 4.43vw; /* 85 */
    line-height: 1.3; 
}


#presentation .col-1 {
    width: 37.4vw; /* 718 */
    min-width: 37.4vw; /* 718 */
}
#presentation .col-2 {
    width: 100%;
    margin-left: -3.65vw; /* 70 */
}
#presentation .col-container-inner {
    padding: 3.13vw 7.55vw 10.16vw 3.13vw; /* 60 145 195 60 */
}
#presentation h2 {
        letter-spacing: -0.03em;
}
#presentation .col-2 .col-container {
    height: 27.86vw; /* 535 */
}


#hightlights .stripe-container {
    padding-left: 1.56vw; /* 30 */
    padding-right: 0;
}
#hightlights .grid.main-grid {
    grid-template-areas: 
    " A B "
    " C C ";
    gap: 1.3vw 2.6vw; /* 25 50 */
    grid-template-columns: 57.4fr 43.6fr;
    align-items: flex-end;
}
#hightlights .grid.main-grid > .col-1 {
    grid-area: A;
}
#hightlights .grid.main-grid > .col-2 {
    grid-area: B;
}
#hightlights .grid.main-grid > .col-3 {
    grid-area: C;
    display: flex;
    justify-content: flex-end;
}

.col-prev-pre-title {
    font-family: var(--font-bodoni-rg);
    font-style: italic;
}
/* COL 1
------------------------------------------------------*/
    /* COL 1 inner
    ------------------------------------------------------*/
        #hightlights .grid.main-grid > .col-1 .grid {
            gap: 1.3vw 0; /* 25 0 */
        }
        #hightlights .grid.main-grid > .col-1 .col-1 {
            position: relative;
            display: flex;
            justify-content: flex-end;
        }
        #hightlights .grid.main-grid > .col-1 .col-1 .col-title {
            position: absolute;
            top: 0;
            left: 0;
            transform: rotate(-90deg);
            top: 19%;
            left: -22%;
        }
        #hightlights .grid.main-grid > .col-1 .col-1 .col-title > * {
            line-height: 0.8;
        }
        #hightlights .grid.main-grid > .col-1 .col-1 .col-title .col-subtitle {
            padding-left: 14.06vw; /* 270 */
            letter-spacing: 0.055em;
        }
        #hightlights .grid.main-grid > .col-1 .col-1 .col-title:before {
            content: '';
            width: 90%;
            height: 1px;
            background-color: var(--gray-300);
            display: block;
            position: absolute;
            bottom: -0.78vw; /* 15 */
            right: -13.8vw; /* 265 */
        }
        #hightlights .main-grid > .col-1 .col-1 .col-prev a {
            display: block;
            padding: 1.04vw; /* 20 */
        }
        #hightlights .main-grid > .col-1 .col-1 .col-prev .img-container {
            height: 36.72vw; /* 705 */
            width: 25.78vw; /* 495 */
        }

        /* Title position */
            #hightlights .main-grid > .col-1 .col-1 .col-prev a .col-prev-title {
                position: absolute;
                top: 1.3vw; /* 25 */
                right: 1.3vw; /* 25 */
                z-index: 2;
            }
            #hightlights .main-grid > .col-1 .col-1 .col-prev a * {
                line-height: 1.2;
            }


    /* COL 2 inner
    ------------------------------------------------------*/
        #hightlights .grid.main-grid > .col-1 .col-2 {
            height: 29.32vw; /* 563 */
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        #hightlights .main-grid > .col-1 .col-2 .col-prev .img-container {
            width: 35.52vw; /* 682 */
            height: 18.75vw; /* 360 */
        }

/* COL 2
------------------------------------------------------*/
    #hightlights .grid.main-grid > .col-2 .col-prev a {
        display: block;
        padding: 2.6vw 0; /* 50 */
    }
    #hightlights .grid.main-grid .col-2 .img-container {
        height: 31.67vw; /* 607 */
        width: 20.31vw; /* 390 */
        margin: 0 auto;
    }

/* COL 3
------------------------------------------------------*/
    #hightlights .grid.main-grid > .col-3 .col-container {
        width: 41.15vw; /* 790 */
        margin-right: 11.98vw; /* 230 */
    }
    #hightlights .grid.main-grid > .col-3 .col-prev a {
        display: block;
        padding: 1.56vw; /* 30 */
    }
    #hightlights .grid.main-grid > .col-3 .img-container {
        height: 25.05vw; /* 481 */
    }
    #hightlights .grid.main-grid > .col-3 .col-prev .col-prev-title {
        position: absolute;
        bottom: 3vw;
        left: 0;
        width: 100%;
        z-index: 2;
    }


/* PARTNER STRIPE
------------------------------------------------------*/
    #partners .stripe-content {
        width: 100%;
        justify-content: space-around;
        gap: 2.6vw 0; /* 50 */
    }
    .single-logo {
        width: 14.06vw; /* 270 */
        min-width: 14.06vw; /* 270 */
        height: 5.21vw; /* 100 */
        padding: 0 1.56vw; /* 30 */
    }
    

@media screen and (max-width: 190px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}