/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer {
padding: 96px 0 8px 0;
    background-color: #1C45F5;
}

.footer .container {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.footer_cta-row {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.footer_links-row {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-bottom: 48px;
}

.footer #menu-navigation-footer {
    display: flex;
flex-wrap: wrap;
}

.footer_links-row__center {
    text-align: center;
    justify-content: center;
}

.footer .header__menu__parent__sub {
    width: calc(25% - 48px);
    margin-right: 48px;
    margin-bottom: 32px;
    min-width: 220px;
}

.footer .header__menu__parent__sub>a {
    color: white !important;
    font-family: "Moderat-Bold" !important;
    font-size: 20px !important;
    margin-bottom: 16px;
    display: block;
    pointer-events: none;
}
.footer_links-row-title {
color: white !important;
    font-family: "Moderat-Bold" !important;
    font-size: 20px !important;
    margin-bottom: 16px;
display: block;
}

.footer_social-links {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer_social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer_social-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.footer_social-link .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: white;
}

.footer_social-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer_links-row ul li {
    margin-bottom: 16px;
font-family: "Moderat-Light";
    color: white;
}

.footer_links-row ul li:last-child {
    margin-bottom: 0;
}

.footer_links-row-link,
.footer_links-row-link:visited,
.footer_links-row ul li a {
    font-size: 16px;
    line-height: 26px;
font-family: "Moderat-Light";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
color: white;
}

.footer_links-row-link svg {
width: 24px;
    height: 24px;
    margin-left: 8px;
}

.footer_copyright {
text-align: center;
    font-size: 14px;
font-family: "Moderat-Light";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.4;
color: white;
}

.kickstartweb_link {
-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
color: white;
}

.kickstartweb_link:hover {
color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1103px) {
    .footer {
        padding-top: 48px;
    }

    .footer .header__menu__parent__sub {
        width: calc(33% - 48px);
    }

    .footer_links-row__center {
        text-align: left;
        justify-content: flex-start;
    }
}

@media (max-width: 567px) {
    .footer_links-row__center {
        justify-content: center;
        text-align: center;
    }

    .footer .header__menu__parent__sub {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 550px) {
.footer_cta-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        gap: 16px;
    }
}

@media (max-width: 463px) {
.footer_links-row {
        width: 100%;
    }

.footer_links-row-title {
    text-align: center;
}

.footer_links-row ul li {
    text-align: center;
}

.footer_links-row-link {
    text-align: center;
}
}