:root {
    --service_provider_2022_explore_font_height: 1.5vmax;
    --service_provider_2022_room_info_font_size: 6.5vw;
    --service_provider_2022_room_info_small_title: 2.5vw/2.5vw;
    --service_provider_2022_room_info_container_width: 70%;
}

.service_provider_2022_room_info_title {
    padding: 0px 0;
    font: 400 var(--service_provider_2022_room_info_font_size)/var(--service_provider_2022_room_info_font_size) 'Alegre';
    text-align: center;
    margin: var(--service_provider_2022_margin_top) 0 0 0;
    color: #000;
    background-color: #ededed;
}

.service_provider_2022_explore_thumbnails {
    width: 80%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
}

.service_provider_2022_explore_thumbnails_item {
    flex: 0 1 40%;
    position: relative;
    overflow: hidden;
    padding: 3vh 0 0 0;
}

.service_provider_2022_explore_thumbnails_image_container {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

.service_provider_2022_explore_thumbnails_image_container .owl-stage-outer,
.service_provider_2022_explore_thumbnails_image_container .owl-stage,
.service_provider_2022_explore_thumbnails_image_container .owl-item {
    height: 100%;
}

.service_provider_2022_explore_thumbnails_image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* min-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute; */
}

.service_provider_2022_explore_thumbnails_item_texts {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.service_provider_2022_explore_thumbnails_item_title {
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    font: 400 var(--service_provider_2022_title_font_size) 'Alegre';
    text-align: center;
    color: #053361;
    /* height: calc(var(--service_provider_2022_title_font_size) * 2); */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.service_provider_2022_lockers_divider {
    font: 500 calc(var(--service_provider_2022_font_size) + 0.5vw) 'Open Sans', sans-serif;
    text-align: center;
    color: #000;
    margin: 0 0 2vh 0;
    padding: 2vh 0 2vh 0;
    background-color: #e0e0e0;
}

.service_provider_2022_lockers_specs {
    font: 300 var(--service_provider_2022_font_size) 'Open Sans', sans-serif;
    text-align: center;
    color: rgba(68, 68, 68, 0.8);
    margin: 0 0 2vh 0;
    padding: 0 0 2vh 0;
    position: relative;
}

.service_provider_2022_lockers_specs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(68, 68, 68, 0.8) 15%, rgba(68, 68, 68, 0.8) 85%, rgba(255, 255, 255, 1) 90%);
}

.service_provider_2022_lockers_specs.without_border {
    margin: 0 0 0vh 0;
}

.service_provider_2022_lockers_specs.without_border::after {
    height: 0px;
}

.service_provider_2022_lockers_specs_or {
    text-align: center;
    margin: 0vh 0 2vh 0;
    padding: 0;
    position: relative;
}

.service_provider_2022_lockers_specs_or>span {
    background-color: #fff;
    padding: 0 0.5vw;
    color: #000;
    font: 500 calc(var(--service_provider_2022_font_size) + 0.4vw) 'Open Sans', sans-serif;
    top: -0.3vh;
    position: relative;
    z-index: 1;
}

.service_provider_2022_lockers_specs_or::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    /* transform: translateY(-50%); */
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(68, 68, 68, 0.8) 15%, rgba(68, 68, 68, 0.8) 85%, rgba(255, 255, 255, 1) 90%);
}

.service_provider_2022_explore_thumbnails_item_text {
    padding: 0px 0 0px 0;
    margin: 0 auto 20px auto;
    position: relative;
    width: 90%;
    font: 300 var(--service_provider_2022_font_size)/var(--service_provider_2022_explore_font_height) 'Effra';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: center;
    height: calc(var(--service_provider_2022_explore_font_height) * 4);
}

.service_provider_2022_explore_thumbnails_hyperlink {
    padding: 10px 25px;
    margin: 20px 0;
    font: 600 var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height) 'Alegre';
    letter-spacing: 2px;
    border: 1px solid #000;
    background-color: #053361;
    color: #fff;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    display: block;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.service_provider_2022_explore_thumbnails_hyperlink:hover {
    background-color: #fff;
    color: #053361;
    border: 1px solid #053361;
    transition: 0.2s all ease-in-out;
}

.service_provider_2022_payment_methods {
    width: 100%;
    position: relative;
    width: var(--service_provider_2022_room_info_container_width);
    margin: 0 auto 3vh auto;
}

.service_provider_2022_accepted_cards_icons {
    position: relative;
    margin: 1vh 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.service_provider_2022_accepted_cards_image {
    height: 3vh;
    position: relative;
    margin: 0 2vw 2vh 0;
}

.service_provider_2022_locakers_prices_table {
    width: var(--service_provider_2022_room_info_container_width);
    position: relative;
    margin: 0 auto;
}

.service_provider_2022_locakers_prices_table .service_provider_2022_location_distances_row {
    border: 0;
}

.service_provider_2022_locakers_prices_table .service_provider_2022_location_distances_row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 3%, rgba(68, 68, 68, 0.8) 6%, rgba(68, 68, 68, 0.8) 94%, rgba(255, 255, 255, 1) 98%);
}

.service_provider_2022_room_info_small_title {
    width: var(--service_provider_2022_room_info_container_width);
    margin: 0 auto;
    padding: 10px 0;
    font: 300 var(--service_provider_2022_room_info_small_title) 'Alegre';
    color: #222;
    position: relative;
    text-align: center;
}

.service_provider_2022_room_info_text {
    width: var(--service_provider_2022_room_info_container_width);
    margin: 0 auto;
    padding: 0;
    font: 300 var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height) 'Effra';
    color: #999;
    position: relative;
    text-align: center;
}

@media screen and (orientation: portrait) and (max-width: 500px) {
     :root {
        --service_provider_2022_explore_font_height: var(--service_provider_2022_line_height);
        --service_provider_2022_room_info_font_size: 12.5vw;
        --service_provider_2022_room_info_small_title: 9.5vw/9.5vw;
        --service_provider_2022_room_info_container_width: 95%;
    }
    .service_provider_2022_room_info_title {
        padding: 1vh 0;
    }
    .service_provider_2022_explore_thumbnails_item {
        flex: 0 1 100%;
    }
    .service_provider_2022_explore_thumbnails_image_container {
        height: 80vw;
    }
    .service_provider_2022_accepted_cards_image {
        height: 3vh;
        position: relative;
        margin: 0 3vw 2vh 0;
    }
    .service_provider_2022_payment_methods {
        margin: 0 auto;
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
     :root {
        --service_provider_2022_explore_font_height: var(--service_provider_2022_line_height);
        --service_provider_2022_room_info_font_size: 8.5vw;
        --service_provider_2022_room_info_small_title: 7.5vw/7.5vw;
        --service_provider_2022_room_info_container_width: 95%;
    }
    .service_provider_2022_room_info_title {
        padding: 1vh 0;
    }
    .service_provider_2022_explore_thumbnails_item {
        flex: 0 1 48%;
    }
    .service_provider_2022_explore_thumbnails_image_container {
        height: 38vw;
    }
    .service_provider_2022_accepted_cards_image {
        height: 7vh;
        position: relative;
        margin: 0 2vw 2vh 0;
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1150px) {
     :root {
        --service_provider_2022_explore_font_height: var(--service_provider_2022_line_height);
        --service_provider_2022_room_info_font_size: 7.5vw;
        --service_provider_2022_room_info_small_title: 6.5vw/6.5vw;
        --service_provider_2022_room_info_container_width: 95%;
    }
    .service_provider_2022_room_info_title {
        padding: 1vh 0;
    }
    .service_provider_2022_explore_thumbnails_item {
        flex: 0 1 100%;
    }
    .service_provider_2022_explore_thumbnails_image_container {
        height: 80vw;
        aspect-ratio: unset;
        width: 100%;
    }
    .service_provider_2022_accepted_cards_image {
        height: 3vh;
        position: relative;
        margin: 0 3vw 2vh 0;
    }
    .service_provider_2022_payment_methods {
        margin: 0 auto;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1150px) {
     :root {
        --service_provider_2022_explore_font_height: var(--service_provider_2022_line_height);
        --service_provider_2022_room_info_font_size: 6.5vw;
        --service_provider_2022_room_info_small_title: 5.5vw/5.5vw;
        --service_provider_2022_room_info_container_width: 95%;
    }
    .service_provider_2022_room_info_title {
        padding: 1vh 0;
    }
    .service_provider_2022_explore_thumbnails_item {
        flex: 0 1 48%;
    }
    .service_provider_2022_explore_thumbnails_image_container {
        height: 38vw;
    }
    .service_provider_2022_accepted_cards_image {
        height: 5vh;
        position: relative;
        margin: 0 2vw 2vh 0;
    }
}