
        .title[_ngcontent-jaj-c34] {
            margin-bottom: var(--offset-md-l);
            text-align: center;
            font: var(--black-xs)
        }

        @media (min-width: 1024px) {
            .title[_ngcontent-jaj-c34] {
                font: var(--black-m)
            }
        }

        .text[_ngcontent-jaj-c34] {
            font: var(--regular-m);
            color: var(--color-text-secondary);
            display: inline-block;
            margin-right: var(--offset-sm-m);
            vertical-align: middle
        }

        .center[_ngcontent-jaj-c34] {
            display: flex;
            align-items: center;
            justify-content: center
        }


        .link[_ngcontent-jaj-c21] {
            font: var(--regular-m);
            color: var(--color-text-secondary);
            text-decoration: underline;
            display: inline-block;
            margin-bottom: var(--offset-sm-l);
            cursor: pointer;
            transition: color var(--transition-fastest) var(--cubic-ease-out)
        }

        @media (min-width: 1280px) {
            .link[_ngcontent-jaj-c21]:hover {
                color: var(--color-text-primary)
            }
        }


        .content[_ngcontent-jaj-c35] {
            display: flex;
            flex-direction: column;
            max-width: 270px;
            margin: 0 auto;
            text-align: center
        }


        [_nghost-jaj-c22] {
            display: block
        }

        .social-providers[_ngcontent-jaj-c22] {
            display: flex
        }

        .social-link[_ngcontent-jaj-c22] {
            min-width: 0;
            margin-right: var(--offset-sm-s)
        }

        .social-link.disabled[_ngcontent-jaj-c22] {
            opacity: .3
        }

        .social-link[_ngcontent-jaj-c22]:last-of-type {
            margin-right: 0
        }

        .social-link.oauth-icon-apple[_ngcontent-jaj-c22] {
            --button-bg-color: #000000;
            --button-hover-bg-color: #737373;
            --button-disabled-bg-color: #000000
        }

        .social-link.oauth-icon-facebook[_ngcontent-jaj-c22] {
            --button-bg-color: #1877F2;
            --button-hover-bg-color: #80B4F8;
            --button-disabled-bg-color: #1877F2
        }

        .social-link.oauth-icon-gp[_ngcontent-jaj-c22],
        .social-link.oauth-icon-default[_ngcontent-jaj-c22] {
            --button-bg-color: #F0F0F2;
            --button-hover-bg-color: #F7F7F8;
            --button-disabled-bg-color: #F0F0F2
        }

        .social-link.oauth-icon-line[_ngcontent-jaj-c22] {
            --button-bg-color: #06C755;
            --button-hover-bg-color: #76E0A1;
            --button-disabled-bg-color: #06C755;
            display: none
        }

        @media (hover: hover) and (pointer: fine) {
            .social-link.oauth-icon-line[_ngcontent-jaj-c22] {
                display: inline-block
            }
        }

        .social-icon[_ngcontent-jaj-c22] {
            display: block
        }

        .message[_ngcontent-jaj-c22] {
            display: block;
            width: var(--width-full);
            margin-top: var(--offset-sm-l);
            padding: var(--offset-sm-s) 0;
            font: var(--regular-s);
            line-height: 16px;
            -webkit-user-select: none;
            user-select: none;
            transition: line-height var(--transition-standart) var(--cubic-ease-out), padding var(--transition-standart) var(--cubic-ease-out), color var(--transition-standart) var(--cubic-ease-out)
        }

        .message.success[_ngcontent-jaj-c22] {
            color: var(--color-text-positive)
        }

        .message.error[_ngcontent-jaj-c22] {
            color: var(--color-text-negative)
        }


        .currencies[_ngcontent-jaj-c25] {
            display: flex;
            align-content: stretch;
            margin-left: calc(-1 * var(--offset-sm-s))
        }

        .currencies[_ngcontent-jaj-c25] .currency-item[_ngcontent-jaj-c25] {
            width: var(--width-full);
            margin-left: var(--offset-sm-s)
        }

        .agreement[_ngcontent-jaj-c25] {
            transition: var(--transition-standart) ease
        }

        .invalid[_ngcontent-jaj-c25] {
            display: block;
            width: var(--width-full);
            padding: var(--offset-sm-s) 0;
            font: var(--regular-s);
            line-height: 16px;
            color: var(--color-text-negative);
            -webkit-user-select: none;
            user-select: none;
            transition: line-height var(--transition-standart) var(--cubic-ease-out), padding var(--transition-standart) var(--cubic-ease-out), color var(--transition-standart) var(--cubic-ease-out)
        }


        [_nghost-jaj-c16] {
            display: flex
        }

        #sidebarLocalesBackdrop {
            display: none;
        }

        .card {
            position: relative;
            overflow: hidden;
            height: auto;
            /* Adjust height as needed */
        }

        .cardes {
            display: flex;
            justify-content: center;
        }

        .carda {
            display: flex;
            flex-direction: row !important;
            align-content: flex-start;
        }

        .rowcard {
            display: flex;
        }

        .reasons .container {
            margin: 10px;
        }

        .card-title {
            font-weight: bold;
            font-size: 20px;
        }

        .card-img:hover {
            filter: brightness(55%)
        }

        .card-img {
            width: 320px;
            max-height: 280px;
            object-fit: cover;
            filter: brightness(70%)
        }

        .card-img-overlay {
            position: absolute;
            top: 20px;
            left: 20px;
            color: white;
            z-index: 1;
        }

        .card-title-overlay {
            top: 10px;
        }

        .countdown-overlay {
            position: absolute;
            bottom: 30%;
            left: 20px;
        }

        .fee-prize-section {
            background-color: RGB(42, 43, 48);
            /* Gray background color */
            box-sizing: inherit;
            display: flex;
            justify-content: space-between;
            padding: 15px;
            text-align: left;
        }

        .countdown-ovrly {
            background-color: #f6f7f7;
            padding: 5px 10px;
            border-radius: 10px;
            color: black;
            font-weight: bold;
            font-size: 12px;
        }

        .toptext {
            font-size: 12px;
        }

        .bottextleft {
            font-size: 20px;
            font-weight: bold;
        }

        .bottextright {
            font-size: 20px;
            font-weight: bold;
            color: gold;
        }

        .container {
            flex-direction: row !important;
        }

        .toptxt {
            font-size: 30px;
            justify-items: center;
            display: grid;
        }

        .bottxt {
            font-size: 24px;
            justify-items: center;
            display: grid;
            text-align: center;
        }

        .bolding {
            font-weight: bold !important;
        }

        @media (max-width: 1100px) {
            .rowcard {
                flex-direction: column !important;
            }
        }

        .olist {
            list-style: none;
        }

        .olist li:before {
            content: '✓ ';
        }

        .containa {
            margin-top: 120px;
        }

        .bg-white {
            background: white;
        }
