.f28bd2dd0 {
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    color: var(--color-text-add);
}

.f469ebe6b {
    max-width: 1320px;
    margin: 0 auto;
    padding: 44px 0;
}

.f97eedbc8 {
    line-height: 160%;
}

.f6ecb9d2b {
    margin-top: 10px;
}
.f6ecb9d2b .f13ef64dd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.f6ecb9d2b .f13ef64dd a {
    margin-bottom: 6px;
}
.f6ecb9d2b .f13ef64dd a:not(:last-child){
    margin-right: 6px;
}
.f6ecb9d2b .f13ef64dd a:hover {
    opacity: 0.7;
}
.f6ecb9d2b .f13ef64dd img {
    width: 100%;
    height: auto;
    max-width: 32px;
    margin-bottom: 0;
}

.f82255b1a {
    width: 100%;
    border-top: 1px dashed #b0b3c4;
    margin: 24px 0;
}

.f3d18d87c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.f5a0e92da {
    max-height: 48px;
}

.f22d0dd01 {
    width: auto;
    margin-bottom: 0;
}

.f5a37441 {
    width: 45%;
    max-width: 535px;
}

.aae84cff {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.f72e13cc {
    margin-right: 35px;
    margin-bottom: 15px;
}

.f866f148a {
    width: auto;
    max-height: 34px;
    margin-bottom: 0;
    border-radius: 0;
}

@media (max-width: 1350px) {
    .f469ebe6b {
        padding: 44px 16px;
    }
}

@media (max-width: 900px) {
    .f3d18d87c {
        flex-wrap: wrap;
    }

    .f5a37441 {
        max-width: none;
        width: 100%;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .f469ebe6b {
        padding: 30px 16px;
    }

    .aae84cff {
        justify-content: space-between;
    }

    .f72e13cc {
        margin-right: 5px;
    }

    .f97eedbc8 {
        font-size: 14px;
        line-height: 140%;
    }
}

/* FOOTER SEARCH START */
.f4f8724fe {
    margin: 30px 0 50px 0;
}

.f4fa0ed39 {
    width: 100%;
    position: relative;
}

.f05ced3a6 {
    width: 100%;
    height: 52px;
    background: #4b5e72;
    border-radius: 27px;
    outline: none;
    border: none;
    padding: 0 40px 0 16px;
    font-size: 16px;
    color: var(--color-text-add);
}

.f50be386f {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 18px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.f05ced3a6::placeholder {
    color: var(--color-text-add);
}

@media (max-width: 480px) {
    .f4f8724fe {
        margin: 20px 0 30px 0;
    }

    .f05ced3a6 {
        height: 44px;
    }

    .f50be386f {
        width: 36px;
        height: 36px;
        background: var(--color-primary);
        border-radius: 50%;
        top: 4px;
        right: 5px;
    }

    .f50be386f svg path {
        fill: var(--color-tertiary);
    }
}
/* FOOTER SEARCH END */

/* FOOTER MENU START */
.f1156d610 {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.f73274950 {
    margin-bottom: 12px;
    margin-left: 10px;
}

.f841ec8f0 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 140%;
    margin-bottom: 8px;
}

.f21120107 {
    color: var(--color-text-add);
    line-height: 160%;
}

.f841ec8f0:hover,
.f21120107:hover {
    color: var(--color-primary);
}

@media (max-width: 900px) {
    .f1156d610 {
        flex-wrap: wrap;
        width: 100%;
    }

    .fa72e820:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .f73274950 {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .fa72e820 {
        width: 100%;
    }
}
/* FOOTER MENU END */
.bb44579b {
    color: #a2aeb7;
    line-height: 1.5em;
    padding: 0 0 20px 0;
    text-align: center;
    border-bottom: 1px dashed #b0b3c4;
    margin-bottom: 24px;
}
.bb44579b a {
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.5em;
}
.bb44579b a:hover {
    text-decoration: underline;
}
.bb44579b p {
    margin: 0;
}