/* General */
#main { overflow: hidden; }
main .vce-row-container + .vce-row-container:not( :last-of-type ) { margin-top: 60px; counter-increment: service; }
.dropped-image-holder span { border-radius: 50px; }

/* Logo slider */
#partner-brands { margin: auto; max-width: 90%; padding: 30px 50px; border-radius: 35px; box-shadow: 0 0 5px #00000029; background: no-repeat url( 'https://images.unsplash.com/photo-1743657166981-8d8e11d03c3e?q=80&w=667&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D' ) bottom/cover; position: relative; box-sizing: border-box; }
#partner-brands > section { display: flex; overflow: hidden; gap: 50px; align-items: center; }
#partner-brands > section > img { width: 186px; max-height: 96px; }
#tns1 { display: flex; align-items: center; }
.tns-controls button { box-shadow: 0 0 5px #00000029; font-size: 0; background: #000; position: absolute; top: 50%; right: -20px; transform: translateY( -50% ); z-index: 1; border: 0; border-radius: 50%; background: linear-gradient( to right, #ff7b07, #ff2e70 ); display: block; width: clamp( 40px, 10vw, 45px ); aspect-ratio: 1; }
.tns-controls [data-controls="prev"] { left: -20px; right: auto; background: linear-gradient( to left, #ff7b07, #ff2e70 ); }
.tns-controls button:before { content: '\f105'; font: clamp( 16pt, 2.5vw, 23pt ) 'Panamex'; display: block; color: #fff; position: relative; right: -2px; }
.tns-controls [data-controls="prev"]:before { transform: rotateZ( 180deg ); top: 1px; right: auto; }

/* Services */
.service { width: 1280px; max-width: 90%; margin: auto; }
.service .vce-row-content { justify-content: space-between; }
.service h2 { position: relative; font-style: italic; margin: 0 0 57px; }
.service h2:before { content: counter( service ); position: absolute; z-index: -1; display: inline-block; font-style: italic; background: linear-gradient( 90deg, #ffc501, #ff3d16 ); background-clip: border-box; background-clip: text; -webkit-background-clip: text; color: transparent; font-size: clamp( 80pt, 15vw, 106pt ); top: 50%; transform: translateY( -50% ); left: -53px; font-weight: 800; opacity: .4; padding: 0 17px 0 0; }
.checkboxes { list-style: none; padding: 0; }
.checkboxes li { padding: 0 0 0 25px; position: relative; letter-spacing: -.5px; line-height: 1.3; }
.checkboxes li:before { content: '\e802'; font: 12pt/.9 'Panamex'; color: #6ebe44; position: absolute; left: 0; top: 8px; }
.checkboxes li + li { margin-top: 11px; }

/* Map */
#map-holder { height: 500px; border-radius: 20px; overflow: hidden; position: relative; margin: 0 0 50px; }
#map { width: 100%; height: 100%; }

@media (max-width: 768px) {
    .service .vce-row-content { gap: 30px 0; }
    .service h2:before { left: -40px; }
}

@media (max-width: 650px) {
    #partner-brands { padding: 20px 30px; }
}

@media (max-width: 550px) {
    .service h2:before { left: -26px; }
}