

._btn_primary{
    border-color: var(--color-four) !important;
    color: var(--color-one) !important;
    background-color: var(--color-four) !important;
}

._btn_secondary{
    border-color: var(--color-four) !important;
    color: var(--color-four) !important;
    background-color: transparent !important;
}

._news_banner ._news_wrapper ._banner_bg_image {
    height: 90vh;
    width: -webkit-fill-available;
    object-fit: cover;
}

._single_news ._banner_bg_image {
    width: -webkit-fill-available;
    object-fit: cover;
    height: 55vh;
    border-radius: 30px;
}

._single_news ._image_container {
    position: relative;
}

._single_news ._image_container ._img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 12%);
    opacity: 1;
    border-radius: 30px;
}

._cover_fit_img {
    width: -webkit-fill-available;
    object-fit: cover;
}

._latest_news .slick-slide img {
    border-radius: 15px;
}

._competitions_register_before{
    color: var(--color-four);
}
