footer {
    height: calc(400*var(--rpx));
}
.club-footer {
    background: rgba(39, 46, 103, 0.11);
    box-shadow: calc(0 * var(--rpx)) calc(4 * var(--rpx)) calc(4 * var(--rpx)) calc(0 * var(--rpx)) rgba(0, 0, 0, 0.25);
    padding: calc(30 * var(--rpx)) calc(60 * var(--rpx)) calc(30 * var(--rpx)) calc(60 * var(--rpx));
    width: 100%;
}

.footer-links-div {
    color: #1C1C1C;
    text-align: center;
    font-family: Alexandria, serif;
    font-size: calc(14 * var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: calc(200*var(--rpx));
}

.footer-link {
    display: block;
    color: #1C1C1C;
    text-align: center;
    font-family: Alexandria, serif;
    font-size: calc(14 * var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: calc(16*var(--rpx));
    text-decoration: none;
}

.footer-links-header {
    color: #D95722;
    font-size: calc(14*var(--rpx));
    font-family: Alexandria, serif;
    font-weight: 700;
    word-wrap: break-word
}

.footer-logo {
    width: calc(140 * var(--rpx));
    height: calc(121 * var(--rpx));
}

.footer-logo-div {
    width: calc(341 * var(--rpx));
    background: #D95722;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-div {
    color: #272E67;
    text-align: center;
    font-family: Alexandria, serif;
    font-size: calc(16 * var(--rpx));
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: calc(50*var(--rpx));
}

.oman-vision-image {
    width: 100%;
}
