
/* Key Value Repeater Styling */

.omax-key-value-pillars {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================
   INDIVIDUAL PILLAR
   ========================================= */

.omax-key-value-pillar {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.omax-key-value-pillar:first-child {
    padding-top: 0;
}

.omax-key-value-pillar:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


/* =========================================
   ICON
   ========================================= */

.omax-kvp-icon {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    margin-right: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #b9786d;
}

.omax-kvp-icon svg {
    display: block;
    width: 29px;
    height: 29px;
    fill: currentColor;
}


/* =========================================
   CONTENT
   ========================================= */

.omax-kvp-content {
    flex: 1;
    min-width: 0;
}


/* =========================================
   HEADING
   ========================================= */

.omax-kvp-heading {
    margin: 0 0 10px;
    padding: 0;

    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;

    color: #ffffff;
}


/* =========================================
   DESCRIPTION
   ========================================= */

.omax-kvp-description {
    margin: 0 0 12px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;

    color: rgba(255, 255, 255, 0.78);
}


/* =========================================
   SUPPORTING EVIDENCE
   PROFESSIONAL RELEVANCE
   ========================================= */

.omax-kvp-meta {
    margin-top: 5px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;

    color: rgba(255, 255, 255, 0.58);
}

.omax-kvp-meta strong {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}


/* =========================================
   TABLET / MOBILE
   ========================================= */

@media (max-width: 767px) {

    .omax-key-value-pillar {
        padding: 24px 0;
    }

    .omax-kvp-icon {
        flex: 0 0 26px;
        width: 26px;
        height: 26px;
        margin-right: 18px;
    }

    .omax-kvp-icon svg {
        width: 26px;
        height: 26px;
    }

    .omax-kvp-heading {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .omax-kvp-description {
        font-size: 14px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.78);
    }

    .omax-kvp-meta {
        font-size: 11px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.58);
    }

    .omax-kvp-meta strong {
        color: rgba(255, 255, 255, 0.88);
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .omax-key-value-pillar {
        padding: 22px 0;
    }

    .omax-kvp-icon {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }

    .omax-kvp-icon svg {
        width: 24px;
        height: 24px;
    }

    .omax-kvp-heading {
        font-size: 20px;
    }

    .omax-kvp-description {
        font-size: 14px;
        line-height: 1.6;
    }

    .omax-kvp-meta {
        font-size: 11px;
        line-height: 1.5;
    }
}







/* =========================================
   OMAX — TECHNOLOGIES
   ========================================= */

.omax-technologies {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
}


/* =========================================
   TECHNOLOGY ITEM
   ========================================= */

.omax-technology-item {
    display: grid;
    grid-template-columns: 78px minmax(260px, 0.72fr) minmax(320px, 1.28fr);
    column-gap: 34px;

    width: 100%;
    padding: 52px 0;

    border-top: 1px solid #e5e0dc;
}

.omax-technology-item:first-child {
    padding-top: 0;
    border-top: none;
}


/* =========================================
   NUMBER
   ========================================= */

.omax-technology-number {
    padding-top: 23px;

    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;

    letter-spacing: -0.03em;

    color: #b9786d;
}


/* =========================================
   MAIN CONTENT
   ========================================= */

.omax-technology-main {
    display: contents;
}


/* =========================================
   TECHNOLOGY HEADING
   ========================================= */

.omax-technology-heading {
    grid-column: 2;

    margin: 0;
    padding: 0;

    font-family: "Times New Roman", Times, serif;
    font-size: 31px;
    line-height: 1.16;
    font-weight: 400;

    letter-spacing: -0.015em;

    color: #171717;
}


/* =========================================
   SMALL ACCENT
   ========================================= */

.omax-technology-heading::before {
    content: "";

    display: block;

    width: 32px;
    height: 1px;

    margin-bottom: 17px;

    background: #b9786d;
}


/* =========================================
   TECHNOLOGY CONTENT
   ========================================= */

.omax-technology-content {
    grid-column: 3;

    max-width: 620px;

    margin: 0;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 400;

    color: #57524f;
}


/* =========================================
   WYSIWYG PARAGRAPHS
   ========================================= */

.omax-technology-content p {
    margin: 0 0 15px;
    padding: 0;
}

.omax-technology-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   STRONG LABELS
   ========================================= */

.omax-technology-content strong {
    font-weight: 600;
    color: #1c1c1c;
}


/* =========================================
   LISTS
   ========================================= */

.omax-technology-content ul,
.omax-technology-content ol {
    margin: 4px 0 17px;
    padding-left: 20px;
}

.omax-technology-content li {
    margin-bottom: 7px;
}

.omax-technology-content li:last-child {
    margin-bottom: 0;
}


/* =========================================
   LINKS
   ========================================= */

.omax-technology-content a {
    color: #1c1c1c;
    text-decoration: underline;
    text-decoration-color: #b9786d;
    text-underline-offset: 3px;
}


/* =========================================
   BLOCKQUOTE
   ========================================= */

.omax-technology-content blockquote {
    margin: 22px 0;
    padding: 2px 0 2px 18px;

    border-left: 1px solid #b9786d;

    color: #57524f;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .omax-technology-item {
        grid-template-columns: 64px minmax(220px, 0.8fr) minmax(280px, 1.2fr);
        column-gap: 27px;

        padding: 44px 0;
    }

    .omax-technology-number {
        font-size: 27px;
    }

    .omax-technology-heading {
        font-size: 28px;
    }

    .omax-technology-content {
        font-size: 13.5px;
        line-height: 1.68;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .omax-technology-item {
        display: grid;

        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: 18px;

        padding: 36px 0;
    }

    .omax-technology-item:first-child {
        padding-top: 0;
    }


    /* Number */

    .omax-technology-number {
        grid-column: 1;
        grid-row: 1;

        padding-top: 2px;

        font-size: 27px;
        line-height: 1;

        letter-spacing: -0.03em;
    }


    /* Heading */

    .omax-technology-heading {
        grid-column: 2;
        grid-row: 1;

        font-size: 26px;
        line-height: 1.18;
    }

    .omax-technology-heading::before {
        width: 27px;
        margin-bottom: 14px;
    }


    /* Content */

    .omax-technology-content {
        grid-column: 2;
        grid-row: 2;

        max-width: none;

        margin-top: 24px;

        font-size: 13.5px;
        line-height: 1.67;
    }

    .omax-technology-content p {
        margin-bottom: 13px;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .omax-technology-item {
        grid-template-columns: 43px minmax(0, 1fr);
        column-gap: 15px;

        padding: 31px 0;
    }

    .omax-technology-number {
        font-size: 24px;
        padding-top: 15px;
    }

    .omax-technology-heading {
        font-size: 23px;
        line-height: 1.2;
    }

    .omax-technology-heading::before {
        width: 23px;
        margin-bottom: 12px;
    }

    .omax-technology-content {
        margin-top: 21px;

        font-size: 13px;
        line-height: 1.65;
    }

}