.footer__col-title {
    color: white;
    font-family: Oswald-Bold;
    font-size: 26px;
    margin-bottom: 16px;
}

.footer-col li {
    margin-bottom: 16px;
    font-family: Oswald-Light;
}

.footer-address p {
    line-height: 1.4;
}

.footer-col li a {
    color: white;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-col a:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-menu__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Oswald-Light;
    font-size: 16px;
    margin-bottom: 16px;
}

.dashicons {
    font-size: 50px;
    width: 50px;
    height: 50px;
    color: white;
}

.footer__social-networks {
    display: -webkit-box;
        display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.footer__social-network-link {
    border: 1px solid white;
    border-radius: 50%;
}


.footer-menu__element a,
.footer-menu__element a:visited {
    color: white;
}

.footer-col .blue a:hover {
    color: #80B1FF;
}

.footer-col .yellow a:hover {
    color: #FFC842;
}

.footer-col .pink a:hover {
    color: #FF8ABC
}

.footer-col .purple a:hover {
    color: #C29DF6;
}

.footer-col .orange a:hover {
    color: #FC7D40;
}

.newsletter-div {
    background-color: #282828;
    padding: 32px;
    border-radius: 28px;
}

.newsletter-div__text {
    color: white;
    font-size: 26px;
    font-family: Oswald-Bold;
    line-height: 1.4;
    padding-right: 32px;
}

.footer-separator {
    width: 100%;
    height: 3px;
    border-radius: 28px;
    background-color: white;
    margin: 32px 0;
}

.footer-separator-mobile {
    display: none;
    width: 100%;
    height: 1px;
    border-radius: 28px;
    background-color: lightgrey;
    margin: 32px auto;
}

.footer__logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}

.footer__navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}


.footer-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.footer__menu {
    max-width: 300px;
}

.footer__title {
    margin-bottom: 24px;
}

.footer__navigation-container .menu-item,
.footer__elements--item {
    margin-bottom: 16px;
}

.footer__social-share-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright {
    text-align: center;
    padding-bottom: 16px;
    font-size: 14px;
    margin-top: 32px;
}

.kickstartweb_link {
    display: block;
    text-align: center;
    width: 100%;
    color: white;
    font-family: Oswald-Light;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 16px;
}

.kickstartweb_link:hover {
    color: #80B1FF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#mc_embed_signup input.email {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 28px;
    height: 50px;
}

#mc_embed_signup input.email::-webkit-input-placeholder {
    color: white;
}

#mc_embed_signup input.email::-moz-placeholder {
    color: white;
}

#mc_embed_signup input.email:-ms-input-placeholder {
    color: white;
}

#mc_embed_signup input.email::-ms-input-placeholder {
    color: white;
}

#mc_embed_signup input.email::placeholder {
    color: white;
}

#mc_embed_signup label {
    display: none;
}

.footer__newsletter-border {
    position: relative;
    z-index: 10;
    padding: 3px 0;
}

.footer__newsletter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter__text {
    margin-right: 24px;
}

.newsletter__text--small {
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 20px;
}

.newsletter__text--big {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newsletter__form #mc_embed_signup_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 550px;
    margin-left: auto;
    gap: 12px;
}

.newsletter__form #mc_embed_signup_scroll .newsletter-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 2px solid white;
    height: 50px;
    border-radius: 28px;
    padding: 0 32px;
}

.newsletter__form #mc_embed_signup_scroll .newsletter-cta input {
    font-family: Oswald-Regular;
    color: white;
    font-size: 20px;
}

.newsletter__form #mc_embed_signup_scroll .email::-webkit-input-placeholder {
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mc_embed_signup_scroll .email::-moz-placeholder {
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mc_embed_signup_scroll .email:-ms-input-placeholder {
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mc_embed_signup_scroll .email::-ms-input-placeholder {
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mc_embed_signup_scroll .email::placeholder {
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mc_embed_signup_scroll input {
    background-color: transparent;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    outline: none;
    font-family: Oswald-Regular;
}

#mc_embed_signup div.mce_inline_error {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 8px 0 !important;
    width: 100%;
    color: #6b0505 !important;
    background-color: transparent !important;
    margin: 0 !important;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #6b0505 !important;
}

#mce-responses {
    color: white;
    width: 100%;
    padding: 0 98px;
    text-align: center;
    line-height: 1.4;
}

.newsletter__form .mc-field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.newsletter__form #mce-EMAIL {
    width: 361px;
    height: 46px;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 6px;
    border: 3px solid #11eee1;
    background: #103c42;
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 16px;
    padding-left: 16px;
}

.newsletter__form #mce-EMAIL::-webkit-input-placeholder {
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mce-EMAIL::-moz-placeholder {
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mce-EMAIL:-ms-input-placeholder {
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mce-EMAIL::-ms-input-placeholder {
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form #mce-EMAIL::placeholder {
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 16px;
}

.newsletter__form .newsletter-info-copy {
    font-size: 10px;
    color: #fff;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    width: 100%;
}

.newsletter__form #mc-embedded-subscribe {
    border: none;
    cursor: pointer;
    position: relative;
    font-family: Oswald-Regular;
    font-size: 16px;
}

.footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 1067px) {
    .newsletter-div {
        -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;
    }

    .newsletter-div__text {
        padding-right: 0;
        text-align: center;
        padding-bottom: 16px;
    }

    .footer__newsletter-container,
    .newsletter__form,
    .newsletter__form #mc_embed_signup_scroll,
    #mc_embed_signup input.email {
        width: 100%;
    }

    .newsletter__form .mc-field-group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media all and (max-width: 850px) {
    .footer-logo-col {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: 48px;
    }
}

@media all and (max-width: 670px) {
    .footer-col {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-col li {
        text-align: center;
    }

    .footer-separator-mobile {
        display: block;
    }
}


@media all and (max-width: 630px) {
    .newsletter-div {
        padding: 16px;
    }

    .newsletter__form #mce-EMAIL {
        width: 100%;
        margin-right: 0;
    }

    .newsletter__form #mc_embed_signup_scroll {
        -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;
    }

    .newsletter__form .mc-field-group {
        width: 100%;
    }

    .newsletter__form .newsletter-info-copy {
        width: auto;
    }

    .newsletter__form #mc_embed_signup_scroll .newsletter-cta {
        width: 100%;

    }

}

@media all and (max-width: 560px) {
    .footer {
        padding-bottom: 76px;
    }
}