.content .help-center-wrapper {
    position: relative;
}

.content .help-center-wrapper .area-bg-image {
    height: 100%;
    width: 100%;
}

.content .help-center.area .tiles.swiper .tile {
    /* height: 218px !important; */
    width: 320px !important;
}

.content .help-center.area .tiles.swiper .swiper-wrapper {
    padding: 10px 0;
}

.content .help-center.area .tiles.swiper .swiper-slide {
    margin-right: 8px;
    transition: transform .3s;
}

.content .help-center.area .tiles.swiper .swiper-slide:hover {
    transform: scale(1.0137, 1.0142);
}

.content .help-center.area .tiles.swiper .tile .help-center-tile-link {
    text-decoration: none;
}

.content .help-center.area .tiles.swiper .tile .help-center-tile-icon {
    width: 32px;
    height: 32px;
}

.content .contact-us-by-country.area .tiles.persistent-tiles {
    /* display: flex;
    flex-direction: column; */
    align-items: normal;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile {
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    height: auto;
    max-width: none;
    cursor: auto;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile:hover {
    transform: none;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-country-icon {
    width: 32px;
    height: 32px;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-list-item-icon {
    width: 16px;
    height: 16px;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-qr {
    display: none;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-app:hover + img.contact-us-qr {
    display: block;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-email {
    font-weight: normal;
}

.content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-qr {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    width: 136px;
    /* top: 50%; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media (min-width: 767.5px) {
    .content .help-center-wrapper .area-bg-image {
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .content .help-center.area .tiles.swiper .swiper-wrapper {
        padding: 10px 0;
    }

    .content .help-center.area .tiles.swiper .tile {
        /* height: 240px !important; */
        width: 352px !important;
    }

    .content .help-center.area .tiles.swiper .tile .help-center-tile-icon {
        width: 40px;
        height: 40px;
    }

    .content .contact-us-by-country.area .tiles.persistent-tiles {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .content .contact-us-by-country.area .tiles.persistent-tiles .tile {
        /* height: 156px; */
    }

    .content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-list-item-icon {
        width: 20px;
        height: 20px;
    }
}

@media(min-width: 1023.5px) {
    .dynamic-content .area .swiper-tiles:hover .swiper-button-prev, 
    .dynamic-content .area .swiper-tiles:hover .swiper-button-next {
        display: none !important;
    }

    .content .help-center.area .tiles.swiper .swiper-wrapper {
        padding: 10px 0;
    }
    
    .content .help-center.area .tiles.swiper .tile {
        /* height: 268px !important; */
        width: 427px !important;
    }

    .content .help-center.area .tiles.swiper .swiper-slide {
        margin-right: 16px;
    }

    .content .help-center.area .tiles.swiper .tile .help-center-tile-icon {
        width: 48px;
        height: 48px;
    }

    .content .contact-us-by-country.area .tiles.persistent-tiles .tile {
        height: 245px;
    }

    .content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-country-icon {
        width: 48px;
        height: 48px;
    }
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .content .help-center.area .tiles.swiper .tile .help-center-tile-link > :not(:last-child) {
        margin-bottom: 16px;
    }

    .content .help-center.area .tiles.swiper .tile .help-center-list > :not(:last-child) {
        margin-bottom: 4px;
    }

    .content .contact-us-by-country.area .tiles.persistent-tiles .tile > :not(:last-child) {
        margin-bottom: 8px;
    }

    .content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-tile-header > :not(:last-child) {
        margin-right: 8px;
    }

    @media (min-width: 767.5px) {
        .content .contact-us-by-country.area .tiles.persistent-tiles .tile > :not(:last-child) {
            margin-bottom: 16px;
        }
    }

    @media(min-width: 1023.5px) {
        .content .help-center.area .tiles.swiper .tile .help-center-list > :not(:last-child) {
            margin-bottom: 8px;
        }

        .content .contact-us-by-country.area .tiles.persistent-tiles .tile .contact-us-tile-header > :not(:last-child) {
            margin-right: 0;
            margin-bottom: 16px;
        }
    }
}