.elementor-580 .elementor-element.elementor-element-4c72651{--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-a3a273c *//* =========================================================
   GETMYDD214 GLOBAL HEADER
========================================================= */

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

    position: relative;
    z-index: 9999;

    width: 100%;

    background: var(--gm214-navy);

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

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


/* =========================================================
   HEADER INNER
========================================================= */

.gm214-header__inner {
    width: 100%;
    max-width: 1920px;

    height: 94px;

    margin: 0 auto;
    padding: 0 64px;

    display: flex;
    align-items: center;
}


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

.gm214-header__logo {
    display: flex;
    align-items: center;

    flex: 0 0 auto;

    text-decoration: none;
}

.gm214-header__logo img {
    display: block;

    width: 250px;
    max-width: 100%;
    height: auto;
}


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.gm214-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;

    gap: 38px;

    margin: 0 45px;
}

.gm214-header__nav a {
    color: var(--gm214-white);

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

    text-decoration: none;

    white-space: nowrap;

    transition: color 0.2s ease;
}

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


/* =========================================================
   SPEAK TO AN EXPERT
========================================================= */

.gm214-header__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    color: var(--gm214-white);

    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none;

    white-space: nowrap;

    transition: color 0.2s ease;
}

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


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

.gm214-header__toggle {
    display: none;

    width: 42px;
    height: 42px;

    padding: 7px;

    border: 0;
    background: transparent;

    cursor: pointer;
}

.gm214-header__toggle span {
    display: block;

    width: 100%;
    height: 2px;

    margin: 6px 0;

    background: var(--gm214-white);

    transition:
        transform 0.25s ease,
        opacity 0.25s ease,
        background-color 0.2s ease;
}

.gm214-header__toggle:hover span {
    background: var(--gm214-orange);
}


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

.gm214-header__mobile-nav {
    display: none;

    width: 100%;

    background: var(--gm214-navy);

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gm214-header__mobile-nav nav {
    display: flex;
    flex-direction: column;

    width: 100%;

    padding: 12px 24px 26px;
}

.gm214-header__mobile-nav nav > a {
    display: block;

    width: 100%;

    padding: 14px 0;

    color: var(--gm214-white);

    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;

    text-decoration: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    transition: color 0.2s ease;
}

.gm214-header__mobile-nav nav > a:hover,
.gm214-header__mobile-nav nav > a:focus-visible {
    color: var(--gm214-orange);
}


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

.gm214-header__mobile-phone {
    margin-top: 8px;

    font-weight: 700;
}


/* =========================================================
   SMALLER DESKTOP
========================================================= */

@media (max-width: 1350px) {

    .gm214-header__inner {
        height: 88px;

        padding: 0 40px;
    }

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

    .gm214-header__nav {
        gap: 26px;

        margin: 0 30px;
    }

    .gm214-header__nav a {
        font-size: 18px;
    }

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


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

@media (max-width: 980px) {

    .gm214-header__inner {
        height: 76px;

        padding: 0 22px;

        justify-content: space-between;
    }

    .gm214-header__logo img {
        width: 205px;
    }

    .gm214-header__nav,
    .gm214-header__phone {
        display: none;
    }

    .gm214-header__toggle {
        display: block;
    }

    .gm214-header.is-open .gm214-header__mobile-nav {
        display: block;
    }

    .gm214-header.is-open
    .gm214-header__toggle
    span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .gm214-header.is-open
    .gm214-header__toggle
    span:nth-child(2) {
        opacity: 0;
    }

    .gm214-header.is-open
    .gm214-header__toggle
    span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}


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

@media (max-width: 480px) {

    .gm214-header__inner {
        height: 70px;

        padding: 0 18px;
    }

    .gm214-header__logo img {
        width: 185px;
    }

    .gm214-header__toggle {
        width: 40px;
        height: 40px;
    }

    .gm214-header__mobile-nav nav {
        padding-left: 20px;
        padding-right: 20px;
    }
}/* End custom CSS */