@charset "UTF-8";

@media (max-width: 60.5625em) {
    .prd-layout-grid.of-general > .prd-layout-grid-column.support-smallScreen-order-first {
        order: -1;
    }
}

.support-layout-container {
    box-sizing: content-box;
    max-width: 97rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.support-step {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 16px -35px;
}

@media (max-width: 60.5625em) {
    .support-step {
        flex-direction: column;
        margin: -43px 0 16px;
    }
    .support-step > * {
        width: 100%;
    }
}

.support-step > * {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 35px);
    margin: 16px 0 0 35px;
    border: 2px solid #1f5ea1;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 60.5625em) {
    .support-step > * {
        width: 100% !important;
        margin: 43px 0 0 0;
    }
}

.support-step > *.of-primary {
    border-color: #2674c7;
}

.support-step > *.of-primary .support-step-header {
    background-color: #2674c7;
}

.support-step > *:not(:last-child)::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -36px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 8px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #728594;
    content: "";
}

@media (max-width: 60.5625em) {
    .support-step > *:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -38px;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        border-width: 11px 8px;
        border-color: #728594 transparent transparent transparent;
    }
}

.support-step-header {
    width: 100%;
    padding: 6px 4px 8px;
    background-color: #1f5ea1;
    color: #fff;
    text-align: center;
}

@media (max-width: 60.5625em) {
    .support-step-header {
        font-size: 1.6rem;
    }
}

.support-step-body {
    flex: 1 0 auto;
    width: 100%;
    padding: 1.6rem;
    text-align: left;
}

.support-step-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.support-step-text {
    width: 100%;
}

.support-step.of-column-2 > * {
    width: calc((100% / 2) - 35px);
}

.support-step.of-column-3 > * {
    width: calc((100% / 3) - 35px);
}

.support-step.of-column-4 > * {
    width: calc((100% / 4) - 35px);
}

.support-step.of-column-5 > * {
    width: calc((100% / 5) - 35px);
}

.support-table td,
.support-table th {
    padding: 1.6rem 1.6rem;
    border: 1px solid #ddd;
    vertical-align: top;
}

.support-table th {
    background-color: #f0f0f0;
    font-weight: inherit;
    text-align: left;
}

@media (max-width: 60.5625em) {
    .support-table {
        display: block;
        border-top: 1px solid #ddd;
    }
    .support-table thead,
    .support-table tbody,
    .support-table tr,
    .support-table th,
    .support-table td {
        display: block;
        width: 100%;
    }
    .support-table th,
    .support-table td {
        border-top: 0;
    }
}
