.elementor-585 .elementor-element.elementor-element-cade135{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ed1dee0 *//* =========================================================
   GETMYDD214 GLOBAL FOOTER
========================================================= */

.gm214-footer {
    --gm214-navy: #0d243b;
    --gm214-orange: #ff7315;
    --gm214-white: #ffffff;

    width: 100%;

    background: var(--gm214-navy);

    border-radius: 0 0 26px 26px;

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}

.gm214-footer *,
.gm214-footer *::before,
.gm214-footer *::after {
    box-sizing: border-box;
}


/* =========================================================
   FOOTER INNER
========================================================= */

.gm214-footer__inner {
    width: 100%;
    max-width: 1660px;

    min-height: 350px;

    margin: 0 auto;

    padding: 48px 70px 70px;

    display: grid;

    grid-template-columns:
        minmax(300px, 1.15fr)
        minmax(280px, 0.8fr)
        minmax(380px, 1fr);

    gap: 90px;

    align-items: start;
}


/* =========================================================
   BRAND COLUMN
========================================================= */

.gm214-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* =========================================================
   LOGO
========================================================= */

.gm214-footer__logo {
    display: inline-flex;

    align-items: center;

    text-decoration: none;
}

.gm214-footer__logo img {
    display: block;

    width: 345px;
    max-width: 100%;

    height: auto;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.gm214-footer__copyright {
    margin: 32px 0 0;

    color: var(--gm214-white);

    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
}


/* =========================================================
   CONTACT COLUMNS
========================================================= */

.gm214-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* =========================================================
   CONTACT HEADINGS
========================================================= */

.gm214-footer__heading {
    margin: 0 0 26px;

    color: var(--gm214-white);

    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   PHONE + EMAIL LINKS
========================================================= */

.gm214-footer__link {
    display: inline-block;

    color: var(--gm214-white);

    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;

    text-decoration: none;

    transition: color 0.2s ease;
}

.gm214-footer__link:hover,
.gm214-footer__link:focus-visible {
    color: var(--gm214-orange);
}


/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (max-width: 1350px) {

    .gm214-footer__inner {
        padding-left: 45px;
        padding-right: 45px;

        gap: 55px;

        grid-template-columns:
            1fr
            0.8fr
            1.05fr;
    }

    .gm214-footer__logo img {
        width: 300px;
    }

    .gm214-footer__heading {
        font-size: 17px;
    }

    .gm214-footer__link {
        font-size: 19px;
    }

    .gm214-footer__copyright {
        font-size: 18px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .gm214-footer__inner {
        min-height: auto;

        padding: 50px 40px;

        grid-template-columns: 1fr 1fr;

        gap: 50px 60px;
    }

    .gm214-footer__brand {
        grid-column: 1 / -1;
    }

    .gm214-footer__logo img {
        width: 285px;
    }

    .gm214-footer__copyright {
        margin-top: 25px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {

    .gm214-footer {
        border-radius: 0 0 20px 20px;
    }

    .gm214-footer__inner {
        display: flex;
        flex-direction: column;

        gap: 36px;

        padding: 42px 24px 48px;
    }

    .gm214-footer__brand,
    .gm214-footer__contact {
        width: 100%;
    }

    .gm214-footer__logo img {
        width: 255px;
    }

    .gm214-footer__copyright {
        margin-top: 24px;

        font-size: 16px;
    }

    .gm214-footer__heading {
        margin-bottom: 14px;

        font-size: 17px;
    }

    .gm214-footer__heading br {
        display: none;
    }

    .gm214-footer__link {
        font-size: 19px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .gm214-footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gm214-footer__logo img {
        width: 225px;
    }

    .gm214-footer__heading {
        font-size: 16px;
    }

    .gm214-footer__link {
        font-size: 18px;
    }

    .gm214-footer__copyright {
        font-size: 15px;
    }
}/* End custom CSS */