﻿@media (min-width: 1px) {

    /*#############################################################*/
    /* SHARED ###################################################
    ############################################################*/

    .top-row-margin {
        margin-top: calc(28.08vw);
    }

    /* Background image rows */
    .background-row {
        height: calc(153.87vw);
        margin: 0 0 8vw 0;
    }

    /*#############################################################*/
    /* ROW ONE ###################################################
    ############################################################*/

    .legal-row-one-container {
        position: relative;
        width: 100%;
        height: calc(120vw);
    }

    .legal-row-one-background-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        margin: 0;
    }

    .legal-row-one-content-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(10vw) 5.33%;
    }

    .legal-row-one-content {
        width: 100%;
        text-align: center;
    }

    .legal-row-one-heading {
        color: #326295;
        font-size: calc(8vw);
        margin-bottom: calc(6vw);
        font-weight: 600;
    }

    .legal-row-one-links {
        list-style: disc;
        padding-left: calc(5vw);
        margin: 0;
        text-align: left;
    }

    .legal-row-one-links li {
        margin-bottom: calc(2vw);
    }

    .legal-row-one-links li:last-child {
        margin-bottom: 0;
    }

    .legal-row-one-links a {
        color: #326295;
        font-size: calc(4vw);
        text-decoration: none;
        font-weight: 600;
    }

    .legal-row-one-links a:hover {
        text-decoration: underline;
    }

    /*#############################################################*/
    /* CONTENT SECTIONS (ROWS 3-7) ###############################
    ############################################################*/

    .legal-content-container {
        margin: 0;
        padding: calc(4vw) 5.33%;
    }

    .legal-content-wrapper {
        padding: 0;
    }

    .legal-content-title {
        color: #326295;
        font-size: calc(6vw);
        font-weight: 600;
        margin-bottom: calc(4vw);
    }

    .legal-content-text {
        color: rgb(0, 0, 0);
        font-size: calc(3.5vw);
        line-height: 1.6;
    }

    /* Separator styles */
    .row-separator {
        padding: calc(4vw) 0;
    }

    .separator-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .separator-line {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: rgb(76, 132, 62);
    }

    .separator-icon {
        position: relative;
        background-color: rgb(246, 248, 243);
        padding: 0 calc(4vw);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .separator-icon img {
        width: calc(12vw);
        height: auto;
    }

}
