.xb-footer {
    align-items: flex-start;
}

    .xb-footer .footer-widget .footer-header-title {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 18px;
        color: #0b3948;
    }

    .xb-footer .footer-widget .xb-item--contact {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: var(--color-secondary);
        transform: translateY(16px);
        padding-bottom: 20px;
    }

        .xb-footer .footer-widget .xb-item--contact span {
            height: 35px;
            width: 35px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--color-gray);
            background: var(--color-secondary);
            box-shadow: 0 4px 4px 0 rgba(48, 69, 75, .03);
            margin-right: 7px;
        }


    .xb-footer .footer-widget .xb-item--text {
        color: #d8e3f8;
        font-size: 16px;
    }

    .xb-footer .footer-widget .xb-item--app_link {
        padding-top: 22px;
    }

    .xb-footer .footer-widget .xb-item--list a {
        font-weight: 500;
        font-size: 15px;
        line-height: 40px;
        color: #0b3948;
        display: inline-block;
    }

    .xb-footer .footer-widget .xb-item--list:hover a {
        text-decoration: underline;
    }

    .xb-footer .footer-widget.ec-footer-widget {
        margin-left: -40px;
    }

        .xb-footer .footer-widget.ec-footer-widget .footer-header-title {
            color: #0b3948;
        }

    .xb-footer .footer-newslatter {
        max-width: 446px;
    }

        .xb-footer .footer-newslatter .footer-header-title {
            font-size: 36px;
            line-height: 44px;
            color: #0b3948;
            padding-bottom: 15px;
        }

        .xb-footer .footer-newslatter .xb-item--text {
            font-size: 16px;
            letter-spacing: -.01em;
            color: #0b3948;
        }

            .footer-bottom .social-link a:hover, .xb-footer .footer-newslatter .xb-item--text a {
                color: var(--color-yellow);
            }

        .footer-bottom .social-link a, .xb-footer .footer-newslatter .xb-item--ec-text {
            color: rgba(255, 255, 255, .5);
        }

            .xb-footer .footer-newslatter .xb-item--ec-text a {
                color: var(--color-white);
                text-decoration: underline;
                font-size: 16px;
                letter-spacing: -.01px;
            }

        .xb-footer .footer-newslatter .xb-item--new_text {
            font-size: 16px;
            color: var(--color-white);
        }

        .xb-footer .footer-newslatter .xb-item--text_two {
            color: #dcd7dd;
            max-width: 291px;
            font-size: 16px;
        }

        .xb-footer .footer-newslatter .xb-item--subscription {
            gap: 10px;
            flex-wrap: nowrap;
        }

            .xb-footer .footer-newslatter .xb-item--subscription input {
                height: auto;
                border-radius: 5px;
            }

            .xb-footer .footer-newslatter .xb-item--subscription .xb-email img {
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                padding-left: 20px;
            }

            .xb-footer .footer-newslatter .xb-item--subscription .xb-email input {
                padding: 10px 20px 10px 45px;
            }

            .xb-footer .footer-newslatter .xb-item--subscription .xb-email--two input {
                width: 339px;
                padding: 14px 65px 14px 45px;
            }

            .xb-footer .footer-newslatter .xb-item--subscription .xb-field-btn button {
                text-align: center;
                max-width: 146px;
                font-weight: 600;
                font-size: 18px;
                color: var(--color-secondary);
                background: var(--color-yellow);
                border: none;
                padding: 10px 30px;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
            }

        .xb-footer .footer-newslatter .xb-item--ec_subscription .xb-email input {
            padding: 12px 20px 12px 45px;
            border-radius: 60px;
        }

        .xb-footer .footer-newslatter .xb-item--ec_subscription .xb-field-btn button {
            background: #1140c0;
            color: var(--color-white);
            padding: 12px 30px;
            border-radius: 60px;
        }

        .xb-footer .footer-newslatter.change-padding {
            padding-top: 8px;
        }

    .xb-footer.ec-footer {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

.footer-bottom {
    padding-top: 18px;
    padding-bottom: 33px;
}

@media (max-width:1199px) {
    .footer-bottom {
        padding: 7px 0 22px;
    }
}

@media (max-width:991px) {
    .xb-footer .footer-newslatter {
        margin-left: -100px;
    }

    .footer-bottom {
        padding: 7px 0 22px;
    }

    .footer-style-three .footer-newslatter, .footer-style-two .footer-newslatter {
        margin-left: 0;
    }
}

.footer-bottom .copyright p {
    color: var(--color-secondary);
    font-size: 14px;
}

    .footer-bottom .copyright p a {
        color: var(--color-white);
    }

.footer-bottom .social-link p {
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--color-white);
    padding-right: 15px;
}

.footer-bottom .social-link a:not(:last-child) {
    margin-right: 15px;
}

.footer-bottom .social-link a:hover svg path {
    fill: var(--color-yellow);
}

.footer-bottom .social-link a svg {
    height: 16px;
}

    .footer-bottom .social-link a svg path {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.footer-bottom .link-bar a {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: var(--color-primary);
    border: 1px solid #234d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .footer-bottom .link-bar a:not(:last-child), .footer-header-wrap .footer-header-button .footer-header-btn img {
        margin-right: 10px;
    }

    .footer-bottom .link-bar a i {
        color: var(--color-white);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    .footer-bottom .link-bar a:hover {
        background: #ffcb05;
    }

        .footer-bottom .link-bar a:hover i {
            color: var(--color-primary);
        }

        .footer-bottom .link-bar a:hover img {
            filter: brightness(0);
        }

.footer-bottom--two {
    border: none;
    background: var(--color-primary);
    padding-top: 15px;
    padding-bottom: 30px;
}

.footer-bottom--three {
    background: 0 0;
}

    .footer-bottom--three .copyright p, .footer-bottom--three .copyright p a, .footer-bottom--three .social-link p {
        color: #8384a1;
    }

    .footer-bottom--three .social-link a i, .sc-footer-social li a {
        color: var(--color-white);
    }

    .footer-bottom--three .social-link a:hover i {
        color: #69f1ff;
    }

.footer-style-three .xb-footer, .footer-style-two .xb-footer {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-style-three .footer-widget, .footer-style-two .footer-widget {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:991px) {
    .footer-style-three .footer-widget, .footer-style-two .footer-widget {
        width: 50%
    }

    .footer-style-three .footer-widget {
        margin-left: 0 !important;
    }

        .footer-style-three .footer-widget:first-child {
            width: 70%
        }

        .footer-style-three .footer-widget:nth-child(2) {
            width: 30%
        }
}

@media (max-width:991px) and (max-width:767px) {
    .footer-style-three .footer-widget: first-child, .footer-style-three .footer-widget:nth-child(2) {
        width: 100%
    }
}

.footer-widget {
    z-index: 1;
    position: relative;
}

.sc-footer-social li:not(:last-child) {
    margin-right: 25px;
}

.sc-footer-social li a {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sc-footer-social li a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .sc-footer-social li a svg {
        height: 23px;
    }

        .sc-footer-social li a svg path {
            fill: var(--color-white);
        }

.sc-footer-widget .footer-header-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 18px;
    letter-spacing: -.01em;
    font-family: var(--font-body);
}

.sc-footer-widget .xb-item--link li:not(:last-child) {
    margin-bottom: 11px;
}

.sc-footer-widget .xb-item--link li a {
    color: #92acb0;
}

    .sc-footer-widget .xb-item--link li a:hover {
        color: #fff;
    }

.sc-footer-widget p {
    color: #92acb0;
    line-height: 36px;
}

.footer-style-four {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .footer-style-four .xb-footer-wrap {
        border-bottom: 2px solid rgba(255, 255, 255, .11);
    }

.sc-footer-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
}

.sc-copyright-text {
    padding: 29px 0;
    color: #92acb0;
}

.footer-header-button .thm-white {
    background: var(--color-white);
}

.footer-background, .more-button:hover, .more-button:focus {
    background-color: var(--color-yellow);
}

.footer-header-box {
    margin-right: -70px;
    margin-left: -70px;
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .footer-header-box {
        margin-left: 0;
        margin-right: 0;
    }
}

.footer-header-wrap {
    padding: 60px 0 70px 70px;
    border-radius: 20px;
    margin-bottom: -148px;
    z-index: 2;
    background-image: url('../../img/backgrounds/footer/footer-background.webp');
}

    .footer-header-wrap .footer-header-title {
        font-size: 34px;
        line-height: 44px;
        color: var(--color-white);
    }

    .footer-header-wrap .footer-header-subtitle {
        font-size: 16px;
        letter-spacing: -.01em;
        color: #d8e3f8;
    }

    .footer-header-wrap .footer-image {
        position: absolute;
        right: 0;
        bottom: 0;
    }

@media (max-width:1500px) {
    .footer-header-wrap .footer-image {
        max-width: 500px;
    }
}

@media (max-width:1199px) {
    .footer-header-box {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-header-wrap .footer-image {
        max-width: 320px;
    }
}

@media (max-width:991px) {
    .footer-header-wrap .footer-image {
        max-width: 300px;
    }
}

@media (max-width:767px) {
    .xb-footer .footer-newslatter {
        margin-left: 0;
    }

        .xb-footer .footer-newslatter .footer-header-title {
            font-size: 28px;
            line-height: 36px;
        }

        .xb-footer .footer-newslatter .xb-item--subscription {
            flex-wrap: wrap;
        }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .footer-style-three .footer-widget, .footer-style-two .footer-widget {
        width: 100%
    }

    .footer-bottom-inner {
        justify-content: center;
    }

    .footer-header-button a {
        font-size: 16px;
        padding: 22px 20px;
    }

    .footer-header-wrap {
        padding: 50px 30px;
    }

        .footer-header-wrap .footer-image {
            display: none;
        }
}

.footer-background {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='732' preserveAspectRatio='none' viewBox='0 0 1440 732'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1110%26quot%3b)' fill='none'%3e%3cuse xlink:href='%23SvgjsSymbol1117' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1117' x='0' y='720'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1117' x='720' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1117' x='720' y='720'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1110'%3e%3crect width='1440' height='732' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1115'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1116'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1113'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1112'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1111'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1114'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1117'%3e%3cuse xlink:href='%23SvgjsPath1111' x='30' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='30' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='30' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='30' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='30' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='30' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='30' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='30' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='30' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='30' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='30' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='30' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='90' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='90' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='90' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='90' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='90' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='90' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='90' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='90' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='150' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='150' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='150' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='150' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='150' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='150' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='150' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='150' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='150' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='150' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='150' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='150' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='210' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='210' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='210' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='210' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='210' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='210' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='210' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='210' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='210' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='210' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='210' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='210' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='270' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='270' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='270' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='270' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='270' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='270' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='270' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='270' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='270' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='270' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='270' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='270' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='330' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='330' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='330' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='330' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='330' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='330' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='330' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='330' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='330' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='330' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='330' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='330' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='390' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='390' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='390' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='390' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='390' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='390' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='390' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='390' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='390' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='390' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='390' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='390' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='450' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='450' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='450' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='450' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='450' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='450' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='450' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='450' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='450' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='450' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='450' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='450' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='510' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='510' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='510' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='510' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='510' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='510' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='510' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='510' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='510' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='510' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='510' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='510' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='570' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='570' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='570' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='570' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='570' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='570' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='570' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='570' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='570' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='570' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='570' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='570' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='630' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='630' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='630' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='630' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='630' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='630' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='630' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='630' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='630' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1114' x='630' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='630' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='630' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='690' y='30' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='90' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='690' y='150' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='690' y='210' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='690' y='270' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1115' x='690' y='330' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1113' x='690' y='390' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1116' x='690' y='450' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='690' y='510' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='570' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='630' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='690' stroke='rgba(239%2c 238%2c 235%2c 0.63)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
}

.footer-logo {
    max-width: 345px;
}

@media(max-width:535px) {
    .footer-logo {
        max-width: 225px;
    }
}

.more-button {
    font-weight: 500;
    font-size: 18px;
    border-style: none;
    padding: 22px 38px;
    align-self: center;
    position: relative;
    line-height: 12px;
    transition: .2s cubic-bezier(.68, .01, .58, .75);
    display: inline-flex;
    align-items: center;
    letter-spacing: -.02px;
    transform: translateY(-2px);
    background-color: var(--color-gray);
    color: var(--color-secondary);
    border-radius: 5px;
}

.updates-footer {
    margin: 0;
    margin-top: 0px;
    line-height: 1.3;
    color: var(--color-secondary);
    font-size: 18px !important;
    font-weight: 500;
    font-family: var(--font-heading);
}

.icona-dock {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.common-icona {
    transition: transform 0.2s ease-in-out;
    font-size: 24px;
}

    .common-icona:hover {
        transform: scale(1.8);
        cursor: pointer;
    }

.instagram-icona {
    /*background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5); */
    background: var(--color-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


.tiktok-icona {
    color: #000;
    font-size: 24px;
    text-shadow: -2px -2px 0 #25F4EE, 2px 2px 0 #F02C56;
}
