﻿body {
}
body {
}

.mygpofooter {
    background-color: #fff;
    padding: 57px 6%;
    border-top: 1px solid #e9e9ee;
    position: relative;
}

    .mygpofooter .row {
        margin: 0;
    }

        .mygpofooter .row .col-lg-12 {
            width: 100%;
        }

    .mygpofooter .copy-right {
        display: flex;
        margin-top: 0;
        gap: 25px;
        padding-top: 0;
        border: none;
    }

        .mygpofooter .copy-right a {
            display: inline;
            margin-right: 25px;
            overflow: hidden;
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: .01em;
            text-decoration-line: underline;
            color: #C6430C;
        }

            .mygpofooter .copy-right a:hover, .footer .copy-right a:focus {
                color: #43364c;
                text-decoration: none;
            }
