
#header{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    column-gap:30px;
    padding:15px 0 14px;
}
#header:before{
    content:"";
    position:absolute;
    left:-50vw;
    right:-50vw;
    top:0;
    bottom:0;
    margin:0 50%;
    background:#fff;
    z-index:-1;
}
#header ul,
#header li{
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul{
    display:flex;
}
#header li{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:12px 20px;
    color:var(--label);
    font-size:16px;
    line-height:1.2em;
    font-weight:700;
}
#header li:first-child{
    border-radius:8px 0 0 8px;
}
#header li:last-child{
    border-radius:0 8px 8px 0;
}
#header li i{
    display:block;
    font-style:normal;
    font-size:0.9em;
    opacity:.5;
}
#header li a{
    display:flex;
    align-items:center;
    column-gap:10px;
    font:inherit;
    color:inherit;
    text-decoration:none;
    font-weight: 800;
    font-size: 18px;
}
.tel {
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #54b3d6;
    transition: color .3s ease-in, box-shadow .3s ease-in;
    border-radius: 20px;
    padding-right: 6px;
}
.tel:hover {
    box-shadow: inset 300px 0 0 0 #2c8dff;
    color: #fff !important;
}
#header li a:hover {
    color: #2c8dff;
}
#header li a[href^="tel"]:before,
#header li a.tel:before,
#header li a[href^="terminal"]:before,
#header li a.terminal:before{
    content:"";
    display:block;
    min-width:22px;
    max-width:22px;
    height:22px;
    border-radius:50%;
    background:50% 50% no-repeat #2c8dff;
}
#header li a[href^="tel"]:before,
#header li a.tel:before{
    background-image:url('../../svg/phone-icon.svg');
}
#header li a[href^="terminal"]:before,
#header li a.terminal:before{
    background-image:url('../../svg/terminal-icon.svg');
}
#header .mobile{
    display:none;
}
#header .button.mobile{
    padding:5px 10px;
}
#header .button.mobile span{
    font-size: 9px;
    line-height: 1.2em;
    margin-top: 2px;
}
#header .button.mobile span i{
    line-height:0.8em;
    line-height:1em;
    color: #ffffffa3 !important;
    font-size: 10px;
}
#header .logo{
    max-width: 294px;
    height: auto;
}
#header .logo img {
    width: 100%;
    height: 100%;
}
#header .logo a{
    display:block;
    height:100%;
    width:100%;
}
#header .logo a > *{
    display:block;
    max-width:100%;
    max-height:100%;
    width:auto;
    margin:0;
}
#header button span i,
#header .button span i{
    font-size:0.76em;
    color:#fff;
    font-weight: 300;
}
.header_outer {
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
}

/** Footer **/
#footer {
    background: #ECF5FF;
    z-index: 2;
    position: relative;
}
#footer p {
    color: #6F8CA3;
    font-size: 15px;
}
.notification {
    padding: 30px 0;
}
.description {
    background: #16395c;
    padding: 10px;
}
#footer .logo {
    text-align: center;
}
#footer .accolades {
    text-align: center;
}
#footer .accolades img {
    max-height: 61px;
    margin-top: 19px;
    height: auto;
    width: auto;
}
#footer p a {
    color: var(--label);
    font-weight: 600;
    text-decoration: underline;
}
#footer .logo img {
    max-width: 242px;
    height: auto;
}
.copyright {
    border-top: 1px solid var(--text-light);
    padding-top: 20px;
    margin-top: 24px;
}
.copyright span {
    color: var(--text-light);
}
.copyright .right, .copyright .right a {
    color: var(--text-light);
}
.copyright .right a:hover {
    text-decoration: underline;
    color: #A2B7CA;
}

/** Content **/
#lp-display, #form-display {
    transition: opacity 0.5s ease-in-out;
}
#form-display {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,244,255,1) 100%);
    display: none;
    padding-top: 30px;
}

@media only screen and (max-width: 1080px) {
    #form-display {
        padding-top: 0;
    }
    input[type="submit"],
    button,
    .button {
        justify-content: flex-start;
        padding: 15px 15px;
        font-size: 24px;
    }
    button span,
    .button span {
        white-space: nowrap;
    }
    button span i,
    .button span i {
        line-height: 1em;
        margin: 4px 0 0;
    }
    input[type^="te"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    textarea,
    select {
        height: auto;
        padding: 17px 15px !important;
    }
    #header {
        align-items: center;
        padding: 15px 0;
        column-gap: 10px;
    }
    #header .logo {
        height: 50px;
        max-width: 45vw;
    }
    #header .logo a > * {
        height: 100%;
        width: calc(320 / 72 * 50px);
        max-width: 100%;
    }
    #header .logo a img {
        object-fit: contain;
    }
    #header ul li {
        display: none;
    }
    #header ul {
        display: none;
    }
    #main-logo {
        content: url('../../svg/mobile-logo.svg');
    }
    #header a.button.alternative.mobile {
        background: #2c8dff;
        border: 0;
        border-radius: 8px;
        padding: 13px 14px !important;

        img {
            width: 21px;
        }
    }
    #header .button.mobile span {
        color: #fff;
        letter-spacing: 0.4px;
        font-weight: 400;
    }
    #header .mobile {
        display: block;
    }
    #header .button.mobile {
        display: block;
        font-size: 19px;
    }
}

@media screen and (min-width: 1080px) {
    .description .wrap {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    #footer .accolades img {
        margin-top: 0;
    }
    .copyright {
        display: flex;
        justify-content: space-between;
    }
    .copyright .right {
        display: flex;
        gap: 18px;
    }
    #footer .logo img {
        max-width: 294px;
    }
}

@media only screen and (max-width: 620px) {
    section#header {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 0px;
        padding: 11px 0 13px;
    }

    #copyright {
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
    }

    .copyright .right {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: .5px;
    }
}