.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.center .innerService .wrapService .rowService.bodyService .cellService {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .wrapSafetyGuide:first-child .wrapTitleCase {
    margin-top: 0;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.pricingHalf .innerService .wrapService .rowService .cellService:first-child {
    width: 50%;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService {
    display: grid;
    grid-template-columns: 161px 159px auto
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService {
    display: contents;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService .cellService {
    width: auto !important;
    min-width: 0 !important;
    flex: none !important;
    height: 100%;
    padding: 8px 12px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService.bodyService .cellService {
    justify-content: flex-start;
    padding: 10px 12px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService .rowspan-3 {
    grid-row: span 3;
    justify-content: flex-start;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService .rowspan-4 {
    grid-row: span 4;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService:not(.headerService) .cellService.small:first-child {
    padding: 10px 10px;
    min-height: 50px;
    justify-content: center;
    line-height: 1.6;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService .cellService.small {
    justify-content: center;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService:not(.headerService) .cellService.small {
    justify-content: start;
}

/* tableHighlight */
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .tableHighlight {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.18em;
    min-height: 50px;
    padding: 10px 20px;
    background-color: #ffe655;
    color: #333333;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .tableHighlight::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 49.8%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ffe655 transparent transparent transparent;
}

.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService .cellService:first-child {
    width: 21.1%;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService {
    margin-bottom: 20px;
}
.areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService {
    padding: 10px 6px 8px;
}
@media (max-width: 768px) {
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService {
        grid-template-columns: 39% 26.5% 1fr;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .tableHighlight {
        font-size: 14px;
        min-height: unset;
        line-height: 20px;
        padding: 5px 20px;
        margin-bottom: 18px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .contentGuidePopItem .tableHighlight::after {
        border-width: 6px 5px 0 5px;
        bottom: -6px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService .cellService .txtTitleMobile {
        width: 44%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService:first-child {
        width: 39%;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService .innerService .wrapService .rowService.headerService .cellService:first-child .innerTabMobile .btnTab:first-child {
        min-height: 38px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService {
        padding: 2px 2px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.hasTabMobile .innerService .wrapService .rowService.bodyService .cellService:not(:first-child) {
        width: calc(61% - 0px);
        justify-content: flex-start;
        text-align: left;
        padding: 2px 2px 2px 5px
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService:not(.headerService) .cellService.small:first-child {
        min-height: 44px;
        line-height: 1.4;
        padding: 2px 2px;
    }

    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService.servicePricing.gridPricing .innerService .wrapService .rowService.bodyService .cellService {
        padding: 2px 5px;
        line-height: 1.4;
    }
    .areaPopupGuide .popupGuideOverlay .popupGuideInner .wrapPopupGuide .boxPopupGuide .wrapStepGuide .boxStepGuide .sectionService {
        margin-bottom: 15px;
    }
}