.ckFooterMainWrapper {
    padding: 0px 20px;
}

.headerLgoCol>p {
    margin: 20px 0px;
    color: var(--Black, #1D1D1D);
}

.topFooterWrapper {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 50px;
    border-top: 1px solid #01020580;
}

.headerLgoCol p {
    margin: 25px 0 21px 0;
    font-size: var(--body-font);
}

.footerMenuWrapper {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.fcol {
    width: 21%;
}

.footer-menu-title {
    font-weight: var(--font-weight-500);
    font-size: 18px;
    line-height: 21.6px;
    margin: 0 0 15px;
    color: var(--color-primary-black);
    display: block;
}

.fcol ul.menu li {
    margin: 0 0 12px;
}

.fcol ul.menu li a {
    font-weight: var(--font-weight-400);
    font-size: var(--body-font);
    line-height: 19.6px;
    color: #000;
    margin: 0;
}

.fcol ul.menu li a:hover {
    text-decoration: underline;
}

.middelFooterWrapper {
    padding: 20px 0 40px;
}

.middelFooterWrapper img {
    width: 100%;
}

.middelFooterWrapper h2 {
    font-weight: 600;
    font-size: 140px;
    line-height: 1.3;
    letter-spacing: 0;
    vertical-align: middle;
    background: linear-gradient(0deg, #F9F9F9 0%, rgba(1, 2, 5, 0.5) 36.36%, #010205 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.bottomFooterrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0 30px;
    border-top: 1px solid #01020580;
}

.bottomFooterWrapper p {
    font-size: var(--body-font);
}

.bottomFooterWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0;
    border-top: 1px solid #4F4F4F;
}

.bottomFooterCol {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.bottom-footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.bottom-footer-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.bottomFooterCol a {
    color: var(--color-primary-blue);
    font-size: var(--body-font);
    line-height: var(--line-height-heading);
    text-decoration: underline;
}