
#footer,
#footer-mobile {
    padding-top: 150px !important;
    padding-bottom: 30px !important;
    vertical-align: bottom;
    position: relative;
    padding-top: 200px;
}

#footer>.row_col_wrap_12>div {
    margin-top: auto !important;
}

#footer div {
    padding: 0 !important;
}


div:has(>.contact-card) {
    display: flex;
    justify-content: end;
}

.contact-card {
    color: white;
    border-radius: 8px;
    line-height: 1.6;
}



#footer .contact-card {
    max-width: 300px;
}

#footer-mobile .contact-card {
    width: 100%;
}

#footer {
    display: none;
}

@media (min-width: 1000px) {
    #footer-mobile {
        display: none;
    }

    #footer {
        display: block;
    }

}


.company-name {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-style: italic;
    color: white !important;
    font-weight: 200;
}

.company-address {
    font-style: normal;
    margin-bottom: 20px;
    color: #888787;
}

.company-email,
.company-phone {
    display: block;
    text-decoration: none;
    color: #888787;
}

.company-email:hover,
.company-phone:hover {
    text-decoration: underline;
}

.link-category ul {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.link-category li {
    list-style: none !important;
}

.link-category li:not(:last-child) {
    margin-bottom: 8px;
}

.link-category a {
    color: #888787;
    text-decoration: none;
    text-align: left;
}

.link-category svg {
    height: 18px;
    display: inline;
    text-align: left;
    width: auto !important;
}

.link-category a:hover {
    text-decoration: underline;
}



#footer-copyright {
    padding-top: 15px !important;
    padding-bottom: 50px !important;
    color: white;
    font-size: 0.9em;
}

#footer-copyright div {
    padding: 0 !important;
}

#footer-copyright a {
    color: white;
    text-decoration: underline;
    margin-left: 5px;
}

#footer-outer {
    display: none !important;
}

.video-mask {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 300px;
    width: 300px;
    z-index: 99999;
}

.video-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    scale: 0.98;
}

.video-mask svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#footer-mask {
    margin-bottom: 0;
    padding-top: 160px !important;
}