:root {
    --paragraphs: rgba(230, 230, 230, .8);
}
.logo,
.navbar {
    z-index: 999;
}

.nav-menu,
.nav-dropdown-list {
    background-color: rgba(45, 44, 45, 1);
}
.nav-dropdown-list a {
    display: block;
    text-align: right;
}
.lightbox-link .block-project-text {
    opacity: 1 !important;
}

.block-img-large-a {
    position: relative;
}
.block-img-large-a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}
.block-img-large-a .heading-large {
    z-index: 2;
}
.brand {
    padding-top: 0;
    margin-top: -5px;
}
@media (max-width: 478px) {
    .image-logo {
        height: 3em;
    }
    .brand {
        margin-top: 0;
    }
    .cgi-img:hover {
        opacity: 100%;
    }
}

.success-message {
    margin-top: 1.2em;
}
.text-circle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 991px) {
    .text-circle {
        display: none;
    } 
}
@media (max-width: 767px) {
    .block-circle-hero {
        margin-top: 3em;
    }
    .block-hero-horizontal {
        min-width: 75vw;
    }
}



.nav-link-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 30px;
    transition: all 300ms ease;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="%23dddddd" d="M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z"/></svg>');
    background-position: center center;
    background-repeat: no-repeat;
}
.mobile-menu-toggle.open {
    transform: rotateZ(90deg);
}
@media (min-width: 768px) {
    .nav-item.has-children:hover .nav-dropdown {
        display: block;
    }
    .mobile-menu-toggle {
        display: none;
    }
}
@media (max-width: 767px) {
    .nav-item.has-children .nav-dropdown {
        display: none;
    }
    .nav-item.has-children .nav-dropdown.open {
        display: block;
    }
    .nav-link {
        flex-grow: 1;
        text-overflow: ellipsis;
    }
    .nav-menu.w-nav-menu {
        max-height: 80vh;
        overflow: auto;
    }
    .nav-dropdown {
        padding-top: 0;
    }
}
.w-input[readonly] {
    background: transparent;
}

@media (max-width: 478px) {
    .block-footer {
        grid-row-gap: 0.5em;
        grid-column-gap: 0.5em;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer {
        padding: 1.6em 0.5em;
    }
}
a.link-footer img {
    transition: opacity 300ms ease;
    width: 20px;
    opacity: 0.6;
}
a.link-footer:hover img {
    opacity: 1;
}
.heading-large {
    text-align: center;
}

.section-call-to-action {
    justify-content: center;
    text-align: center;
}
