        :root {
            --banner-max-width: 720;
            --banner-max-height: 460;
        }
        body {
            max-width: 1080px;
            width: 100%;
            margin: 0 auto;
        }
        @media (min-width: 1281px) {
            body {
                width: 25%;
            }

            body {
                border: 1px solid rgb(128, 128, 128);
            }
        }
        @media (max-width: 576px) {
            .banner-image {
                width: 100vw !important;
                max-width: calc(var(--banner-max-width) * 1px);
                height: calc(var(--banner-max-height) / var(--banner-max-width) * 100vw);
                max-height: calc(var(--banner-max-height) * 1px);
            }
        }
        .landing-wrapper{
            color: white;
        }
        .main-header-title{
            text-align: left;
        }
        .banner-wrapper{
            width: fit-content;
            margin: auto;
        }
        .main-img{
            width:100%;
            mask-image: linear-gradient(to bottom, transparent 0%, black 5%);
            max-width: 750px;
            -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%);
        }
        .main-phrase{
            font-weight: 700;
            font-size: 28px;
            line-height: 32px;
            /* or 114% */

            align-items: center;
            letter-spacing: -1.5px;
            text-align: -webkit-left;
        }
        .second-phrase{
            font-size: 15px;
            text-align: -webkit-left;
        }
        .payment-phrase{
            font-size: 15px;
            text-align: -webkit-left;
        }
        .start-button{
            background: linear-gradient(266.78deg, #F52A86 10.44%, #FFA857 106.14%);
            box-shadow: 0px 8px 4px rgba(9, 15, 38, 0.6);
            border-radius: 5px;
            font-size: 16px;
            font-weight: 700;
            width: 100%!important;
            color: white!important;
        }
        .price_after_button{
            color: #C0C0C0;
            font-weight: 500;
            font-size: 11px;
            line-height: 18px;
        }
        .text-gradient {
           background: linear-gradient(266.78deg, #F52A86 10.44%, #FFA857 106.14%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }
        .darker-background{
            background-color: #172041!important;
            padding: 1rem;
            font-weight: 300;
        }
        .content-main-text, .content-sub-text {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .between-btn{
            font-weight: 500;
            font-size: 16px;
            line-height: 32px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .channel{
            padding: 0.3rem 1rem;
            width: 100%;
            height: 100%;
        }

        .p-custom{
            padding: 0.2rem;
        }

        .disclaimer{
            font-size: 15px;
            text-align: left;
            line-height: 18px;
        }
        .disclaimer a {
            color:rgba(255, 52, 144, 1);
            text-decoration: underline;
        }
        .buttons-wrapper{
            display: flex;
            justify-content: space-between;
        }
        .decline-button{
            background: rgba(73, 78, 97, 1);
            border: 0;
        }
        .navbar  {
            position: absolute;
            top:0;
            left:0;
            font-size: 14px;
            padding: 0;
            font-weight: 200;
        }
         .banner-wrapper-overlay {
             position: relative;
             margin: 0;
             align-self: center;
             padding: 0;
         }

        .image {
            width: 100%;
            height: auto;
        }

        .overlay {
            background: linear-gradient(0deg, rgba(6, 12, 33, 0.85), rgba(6, 12, 33, 0.85)), linear-gradient(180deg, rgba(0, 0, 0, 0) 68.11%, #000000 100%);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .top-left {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 50px;
        }

        .top-right {
            position: absolute;
            top: 0%;
            right: 0%;
            width: 50px;
        }
        .center {
            position: absolute;
            top: 40%;
            right: 45%;
            width: 50px;
        }

        .bottom-text {
            position: absolute;
            bottom: 0;
            padding: 10px;
        }

        .text {
            margin: 0;
        }

        .language-switcher .dropdown-menu, .language-switcher-btn {
            border:0;
            text-transform: uppercase!important;
            color:white;
        }
        .dropdown-menu{
            color:white;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            border-radius: 5px;
            min-width: 0;
            padding: 0;
        }

        .dropdown-toggle {
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            border-radius: 5px;
            padding: 2px 6px;
        }
        .dropdown-toggle::after {
            vertical-align: middle;
            display: none;
        }

        .dropdown-item.active, .dropdown-item:active {
            background-color: #F84281;
        }

        .second-text {
            margin-top:-10px;!important;
            color: #C0C0C0;!important;
        }