/* Header */
@media screen and (min-width: 1280px) {
    .container {
        max-width: 1280px;
        margin: auto;
    }

    .nav__mobile {
        display: none;
    }

    .header-container{
        position: sticky;
        top: 0;
        background-color: var(--White);
        z-index: 99999;
    }

    .header {
        padding: 25px 104px;
        justify-content: space-between;
        align-items: center;
        background-color: var(--White);
        width: 1280px;
        margin: auto;
    }

    .header > img {
        width: 150.3px;
        height: 51.385px;
    }

    .header > .burger-icon {
        display: none;
    }

    .header__desktop-menus {
        min-width: 515px;
        max-width: 550px;
        display: flex;
        flex: 1 1 auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 35px;
    }

    .header__desktop-menus-text,
    .header__desktop-menus-solutions-text {
        color: var(--Gray);
        font-size: 16px;
        font-weight: 600;
        padding: 0px 14px;
    }

    .header__desktop-menus-solutions {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 10px;
        cursor: pointer;
    }

    .header__desktop-menus-solutions-text.active {
        color: var(--Blue);
    }

    .header__desktop-solutions-expanded {
        background-color: var(--White);
        position: absolute;
        top: 100px;
        width: 663px;
        max-width: 663px;
        padding: 40px;
        display: flex;
        flex-direction: row;
        /* align-items: center; */
        gap: 80px;
        border-radius: 16px;
        box-shadow: 0px 0.482px 1.06px -0.917px rgba(0, 0, 0, 0.08),
            0px 1.831px 4.028px -1.833px rgba(0, 0, 0, 0.08),
            0px 8px 17.6px -2.75px rgba(0, 0, 0, 0.07);
        z-index: 99999999999;
    }

    .header__desktop-solutions-expanded-block {
        display: flex;
        flex-direction: column;
    }

    .header__desktop-solutions-expanded-block-title {
        color: var(--Black);
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid var(--Blue);
        font-size: 16px;
        font-weight: 600;
    }

    .header__desktop-solutions-expanded-block-label {
        color: var(--Gray);
        padding: 10px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    .header__desktop-menus-visit-demo-site-btn {
        background-color: var(--Blue);
        color: var(--White);
        min-width: 172px;
        min-height: 48px;
        padding: 16px 30px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.1px;
    }

    /* Hero */
    .hero {
        position: relative;
        margin-bottom: 130.82px;
    }

    .hero-image{
        padding: 0px 104px;
        margin-bottom: 120px;
    }

    .hero > .hero__bg-content {
        padding-top: 120px;
        padding-bottom: 80px;
        background-image: url("../images/landing-page-hero-bg.svg");
        background-position: 50% 20%;
        background-clip: padding-box;
        background-repeat: no-repeat;
    }

    .hero > .hero__bg-content > .hero__main-text {
        max-width: 905px;
        margin: 0px auto 40px auto;
        font-size: 60px;
        font-weight: 700;
        line-height: 72px;
        text-shadow: 8px 12px 24px rgba(0, 0, 0, 0.05);
        letter-spacing: -0.5px;
    }

    .hero > .hero__bg-content > .hero__main-text > .hero__main-text-alt--color {
        color: var(--Blue);
    }

    .hero > .hero__bg-content > .hero__sub-text {
        max-width: 628px;
        margin: auto;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        color: var(--Gray);
    }

    .hero > .hero__image-overlay-container--mobile {
        display: none;
    }

    .hero > .hero__image-overlay-container--desktop {
        display: flex;
        width: 100%;
        margin: auto;
        justify-content: center;
        align-items: center;
    }

    .hero > .hero__image-overlay-container--desktop > .hero__img-desktop {
        width: 1000px;
        height: auto;
    }

    /* Logo Carousel */
    .logocarousel {
        margin-bottom: 200px;
    }

    /* Experience Excellence */
    .expexcellence {
        padding: 0px 104px;
        margin-bottom: 134px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .expexcellence__content-text {
        width: 51%;
    }

    .expexcellence__main-text {
        color: var(--Black);
        font-size: 50px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 30px;
    }

    .expexcellence__main-text--alt-color {
        color: var(--Blue);
    }

    .expexcellence__sub-text {
        color: var(--Gray);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-align: justify;
    }

    .expexcellence__request-demo-btn {
        display: none;
    }

    .expexcellence__placeholder {
        border-radius: 16px;
    }

    .expexcellence__placeholder > img {
        max-width: 420px;
        height: fit-content;
    }

    /* Solutions */
    .solutions {
        padding: 0px 104px;
    }

    .solutions__main-text {
        max-width: 730px;
        margin: 0px auto 16px auto;
        font-size: 50px;
        font-weight: 700;
        line-height: 67.2px;
        letter-spacing: -0.5px;
    }

    .solutions__main-text-alt--color {
        color: var(--Blue);
    }

    .solutions__sub-text {
        color: var(--Gray);
        max-width: 582px;
        margin: 0px auto 104px auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.5px;
    }

    .solutions__card {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 50px;
        border-radius: 24px;
        background-color: var(--White);
        border: 1px solid var(--LightGray);
        box-shadow: 0px 0.482px 1.06px -0.917px rgba(0, 0, 0, 0.08),
            0px 1.831px 4.028px -1.833px rgba(0, 0, 0, 0.08),
            0px 8px 17.6px -2.75px rgba(0, 0, 0, 0.07);
        overflow: hidden;
    }

    .solutions__card-content {
        max-width: 50%;
        padding: 40px 0px 40px 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .solutions__card-text-content {
        width: 440px;
    }

    .solutions__card-title,
    .solutions__card-text {
        padding: 0px;
    }

    .solutions__card-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .solutions__card-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .solutions__learn-more-btn {
        background-color: var(--Blue);
        color: var(--White);
        padding: 16px 30px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        max-width: 191px;
        max-height: 48px;
        margin: 0px;
    }

    .solutions__img-container {
        background-color: var(--Black);
        max-width: 50%;
        max-height: 400px;
        padding-top: 22px;
        padding-left: 22px;
        margin-top: 36px;
        border-radius: 48px 0px 0px 0px;
        border-bottom: 0px;
        border-right: 0px;
        box-sizing: border-box;
    }

    .solutions__img-container > img {
        width: 720px;
        max-width: 490px;
        max-height: 275px;
        flex-shrink: 0;
        box-sizing: border-box;
        border-radius: 24px 0px 0px 0px;
        -moz-border-radius: 24px 0px 0px 0px;
        -khtml-border-radius: 24px 0px 0px 0px;
        -webkit-border-radius: 24px 0px 0px 0px;
    }

    .winning {
        padding-top: 200px;
        background-color: var(--Black3);
        height: auto;
    }
    .winning-max-width {
        max-width: 1280px;
        margin: auto;
    }
    .winning__title-container {
        text-align: center;
        margin-bottom: 80px;
    }
    .winning__title {
        color: var(--White);
        text-shadow: 8px 12px 24px var(--Black2);
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 67.2px;
        letter-spacing: -0.5px;
    }
    .winning__sub-title {
        color: var(--Gray2);
        text-shadow: 8px 12px 24px var(--Black2);
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 67.2px;
        letter-spacing: -0.5px;
        margin: 0;
    }
    .winning__cards {
        color: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0px 90px;
    }
    .winning__card {
        background-color: var(--Black1);
        border-radius: 24px;
        padding: 45px 24px 32px 24px;
        margin: 14px;
        width: 30%;
    }
    .winning__card > .winning__card-logo {
        margin-bottom: 28px;
    }
    .winning__card > .winning__card-title {
        margin-bottom: 16px;
        color: var(--White);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
    }
    .winning__card > .winning__card-content {
        color: var(--Gray1);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
    }

    .services {
        padding: 150px 0px;
        background-color: var(--Black3);
        height: auto;
    }
    .services-max-width {
        max-width: 1280px;
        margin: auto;
    }
    .services__title-container {
        text-align: center;
        margin-bottom: 80px;
    }
    .services__title {
        color: var(--White);
        text-shadow: 8px 12px 24px rgba(0, 0, 0, 0.05);
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 67.2px;
        letter-spacing: -0.5px;
    }
    .services_card {
        color: var(--White);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .services_card {
        display: flex;
        flex-direction: row;
        background-color: var(--Black1);
        border-radius: 24px;
        padding: 45px 24px 32px 24px;
    }
    .services_card > .services_card-logo {
        margin-bottom: 28px;
    }
    .services_card > .services_card-info {
        margin: 0px 50px;
    }
    .services_card > .services_card-info > .services_card-info-title {
        margin-bottom: 16px;
        color: var(--White);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
    }
    .services_card > .services_card-info > .services_card-info-content {
        color: var(--Gray1);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
    }

    .global-market {
        width: 100%;
        height: auto;
        margin: 0px;
    }
    .global-market__cards {
        color: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .global-market__card {
        padding: 0px;
        margin: 160px 104px 200px 104px;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }
    .global-market__card > .global-market__card-logo {
        margin-left: auto;
        margin-bottom: 0px;
    }
    .global-market__card > .global-market__card-logo > img {
        max-width: 420px;
    }
    .global-market__card > .global-market__card-info {
        margin-bottom: 28px;
        width: 60%;
        margin-top: 67.72px;
    }
    .global-market__card
        > .global-market__card-info
        > .global-market__card-info-title {
        margin-bottom: 25px;
        color: var(--Blue);
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
    }
    .global-market__card
        > .global-market__card-info
        > .global-market__card-info-sub-title {
        margin-bottom: 16px;
        color: var(--Black);
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
    }
    .global-market__card
        > .global-market__card-info
        > .global-market__card-info-content {
        margin-top: 40px;
        color: var(--Gray);
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        width: 572px;
    }
    .global-market__card-info-content > span {
        font-weight: 700;
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .footer__divider {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid var(--LightGray);
        margin: 0px 104px;
        img {
            margin: 35px 0px;
        }
    }
    .footer__divider > .footer__divider-reserve {
        color: var(--Gray);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 45px;
        text-align: end;
    }
    .footer__divider > .footer__divider-reserve > p > span {
        color: var(--Blue);
    }
    .footer__items {
        display: flex;
        margin: 45px 104px 0px;
    }
    .footer__item {
        width: 20%;
        display: flex;
        flex-direction: column;
        margin: 0px 0px 40px 0px;
    }
    .footer__item > .footer__item-title {
        color: var(--Dark);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .footer__item > .footer__item-content {
        color: var(--Gray);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        opacity: 0.65;
    }
    .footer__item-content.footer_link {
        display: flex;
        color: var(--Blue);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .build-sb__btn-contact {
        margin-top: 40px;
        background-color: var(--Blue);
        color: #fff;
        display: flex;
        height: 48px;
        padding: 16px 30px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        font-size: 16px;
    }

    .build-sb {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }
    .build-sb__cards {
        color: var(--White);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .build-sb__card {
        padding: 0px;
        margin: 69px 104px;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }
    .build-sb__card > .build-sb__card-logo {
        margin-bottom: 0px;
        text-align: center;
        max-width: 420px;
        height: fit-content;
    }
    .build-sb__card > .build-sb__card-logo > .ipad-image {
        height: 632px;
        width: 962px;
        content: url("../images/ipad-landscape-cut.png");
        max-width: 100%;
    }
    .build-sb__card > .build-sb__card-logo > .asian-layout-image {
        width: 400px;
        position: absolute;
        margin-top: 70px;
        content: url("../images/solutions-sportsbook-cut.png");
    }
    .build-sb__card > .build-sb__card-info {
        width: 572px;
        height: 420px;
        margin-right: auto;
        padding-top: 60px;
    }
    .build-sb__card > .build-sb__card-info > .build-sb__card-title {
        color: var(--Black);
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }
    .build-sb__card > .build-sb__card-info > .build-sb__card-sub-title {
        color: var(--Blue);
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }
    .build-sb__card > .build-sb__card-info > .build-sb__card-content {
        margin-top: 30px;
        color: var(--Gray);
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }

    .build-sb__logo-mobile{
        display: none;
    }

    .build-sb__card-logo-desktop{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stats {
        flex-direction: row;
        margin: 120px 0px 170px 0px;
        justify-content: space-evenly;
        gap: 0;
    }

    .got-questions__card
        > .got-questions__card-info
        > .got-questions__card-info-title {
        font-size: 50px;
    }
    .got-questions__card > .got-questions__card-info {
        font-size: 15px;
    }

    .got-questions__btns {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .got-questions__btn {
        width: auto;
        margin: 40px 10px;
    }

    .comprehensive {
        margin: 0px;
        padding: 120px 104px;
        display: flex;
        border-bottom: 1px solid var(--LightGray);
    }

    .comprehensive__text {
        margin-top: 70px;
        margin-right: 100px;
        width: 572px;
    }

    .comprehensive__title {
        font-size: 50px;
    }

    .comprehensive__content {
        font-size: 18px;
    }

    .comprehensive__odds {
        margin-bottom: 192px;
    }

    .bet-anytime__cards-group {
        width: 100%;
        padding: 0px 104px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }

    .bet-anytime {
        margin: 0px 0px 35px 0px;
        padding: 50px 50px 0px 50px;
        min-width: 48%;
        max-width: 48%;
        display: flex;
        flex-direction: column;
        min-height: 526px;
    }

    .bet-anytime__content {
        font-size: 18px;
        font-weight: 600;
    }

    .bet-anytime__image-container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .bet-anytime__image {
        width: auto;
        min-height: 307px;
        max-height: 307px;
        position: absolute;
        bottom: 0px;
    }

    .support-all {
        min-width: 31%;
        max-width: 31%;
        min-height: 331px;
        margin: 0px 0px 35px 0px;
    }

    .support-all__image {
        position: relative;
        height: 100%;
    }

    .support-all__image--main {
        padding: 0px;
    }

    .support-all__image--main-crypto {
        position: absolute;
        bottom: 120px;
        max-height: 200px;
    }

    .support-all__image--main-odds {
        position: absolute;
        bottom: 150px;
    }

    .support-all__image--main-languages {
        position: absolute;
        bottom: 120px;
        right: 1px;
        max-height: 200px;
    }

    .support-all__customizable {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .support-all__customizable-desc {
        padding: 50px 56px 0px 56px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .support-all__image--sub {
        left: initial;
    }

    .support-all__customizable-desc-text > .support-all__title {
        padding: 0px 0px 18px 0px;
    }

    .support-all__customizable-desc-text > .support-all__content {
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        max-width: 450px;
    }

    /* Key Features */

    .key-features {
        padding: 200px 204px;
    }

    .key-features__title {
        text-shadow: 8px 12px 24px rgba(0, 0, 0, 0.05);
        font-size: 50px;
        font-weight: 700;
        line-height: 67.2px;
        letter-spacing: -0.5px;
    }

    .key-features__sub-title {
        color: var(--Gray2);
        text-shadow: 8px 12px 24px rgba(0, 0, 0, 0.05);
        font-size: 50px;
        font-weight: 700;
        line-height: 67.2px;
        letter-spacing: -0.5px;
        margin-bottom: 100px;
    }

    .key-features__cards {
        margin-bottom: 100px;
        padding: 30px 32px;
        width: 100%;
        max-width: 1280px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .key-features__card-desc {
        background-color: var(--White);
        color: var(--Black);
        padding: 32px 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28.8px;
        position: absolute;
        opacity: 0;
        transform: translateY(100%);
        transition: 0.5s;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .key-features__card-desc-alt-color {
        color: var(--Blue);
        font-weight: 600;
    }

    .key-features__card-desc.card-lmt,
    .key-features__card-desc.card-stats,
    .key-features__card-desc.card-betbuilder,
    .key-features__card-desc.card-parlay,
    .key-features__card-desc.card-boosted,
    .key-features__card-desc.card-partial,
    .key-features__card-desc.card-full,
    .key-features__card-desc.card-livestream {
        width: 308px;
        height: 300px;
        border-top: solid 3px red;
    }

    #key-features__card-lmt:hover .key-features__card-desc.card-lmt {
        opacity: 1;
        transform: translateY(36%);
    }

    #key-features__card-stats:hover .key-features__card-desc.card-stats {
        opacity: 1;
        transform: translateY(36%);
    }

    #key-features__card-livestream:hover
        .key-features__card-desc.card-livestream {
        opacity: 1;
        transform: translateY(36%);
    }

    #key-features__card-betbuilder:hover
        .key-features__card-desc.card-betbuilder {
        opacity: 1;
        transform: translateY(36%);
    }

    #key-features__card-parlay:hover .key-features__card-desc.card-parlay {
        opacity: 1;
        transform: translateY(36%);
    }

    #key-features__card-boosted:hover .key-features__card-desc.card-boosted {
        opacity: 1;
        transform: translateY(36%);
    }

    #key-features__card-partial-cashout:hover
        .key-features__card-desc.card-partial {
        opacity: 1;
        transform: translateY(36%);
    }

    #key-features__card-full-cashout:hover .key-features__card-desc.card-full {
        opacity: 1;
        transform: translateY(36%);
    }

    /* Virtual Tour */
    .virtual-tour {
        margin-bottom: 320px;
    }

    .virtual-tour__title {
        margin: 0px auto 80px auto;
        max-width: 500px;
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        align-self: stretch;
    }

    .virtual-tour__cards {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        max-width: 918px;
    }

    .virtual-tour__card {
        aspect-ratio: 1.39 / 1;
        min-width: 276px;
        min-height: 198px;
        max-width: 276px;
        max-height: 198px;
        margin-bottom: 0px;
    }

    .products{
        margin: 100px 0px 140px 0px;
        padding: 0px 104px;
    }

    .products__list {
        display: flex;
    }
    .product__card {
        margin-left: 10px;
        width: 420px;
        padding: 10px 0 10px 10px;
    }

    .products__list {
        display: flex;
    }
    .product__card {
        margin-left: 10px;
        margin-right: 10px;
    }
    .products__title {
        padding: 0px;
        font-size: 50px;
        margin: 0px 0px 70px;
        width: 723px;
    }
    .products__list > .product__card {
        min-width: auto;
        padding: 45px 24px 32px 24px;
        width: 80%;
        box-shadow: 0px 0.482px 1.06px -0.917px rgba(0, 0, 0, 0.08),
            0px 1.831px 4.028px -1.833px rgba(0, 0, 0, 0.08),
            0px 8px 17.6px -2.75px rgba(0, 0, 0, 0.07);
        border-radius: 16px;
        margin: 10px;
    }
    .product__head {
        height: 50px;
    }
    .products__carousel {
        width: auto;
        position: relative;
        height: 450px;
        padding-bottom: 0px;
    }
    .product__content {
        height: 200px;
    }
    .product__name {
        font-size: 22px;
    }
    .product__subname {
        font-size: 22px;
    }
    .product__item > span {
        font-size: 18px;
    }

    .product__btn {
        font-size: 15px;
    }
    .faq__content {
        margin-bottom: 200px;
    }
    .faq-contact-bg {
        height: auto;
    }
    .faq-contact-bg > img {
        transform: scale(1.5);
    }
    .faq-contact {
        display: flex;
        flex-direction: row;
        place-content: space-between;
        align-items: center;
    }
    .faq-title {
        color: var(--Black);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .faq__content-title {
        margin: auto;
        color: var(--Black);
        text-align: center;
        text-shadow: 8px 12px 24px rgba(0, 0, 0, 0.05);
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }
    .faq__content-sub-title {
        margin-bottom: 50px;
    }
    .faq-contact {
        font-size: 18px;
    }
    .faq-contact > .contact-btn {
        font-size: 15px;
    }

    /* About Us - Hero */
    .about__hero {
        margin-bottom: 0px;
    }

    .about__hero-bg-content{
        padding-top: 150px;
        padding-bottom: 122px;
    }

    .about__hero-main-text {
        font-size: 60px;
        font-weight: 700;
    }

    .about__hero-sub-text {
        margin: auto;
        width: 628px;
        padding: 0px;
        max-width: 1200px;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
    }

    /* About Us - Our Mission */
    .about__our-mission {
        padding: 0px 104px 176px 104px;
        margin-bottom: 0px;
    }

    .about__our-mission-block {
        border-bottom: 1px solid var(--LightGray);
        margin: 0px;
        padding: 80px 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .about__our-mission-title {
        font-size: 50px;
        font-weight: 700;
        padding: 0px;
        min-width: 30%;
        max-width: 420px;
    }

    .about__our-mission-description {
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        min-width: 55%;
        max-width: 55%;
    }

    /* About Us - Core Services */
    .about__core-services {
        padding: 0px 104px;
        margin-bottom: 200px;
    }

    .about__core-services-title {
        text-align: left;
        font-size: 50px;
        font-weight: 700;
    }

    .about__core-services-card {
        background-color: var(--Gray3);
        padding: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .about__core-services-card-img {
        margin-right: 50px;
    }

    .about__core-services-card-title {
        font-size: 24px;
        font-weight: 700;
    }

    .about__core-services-card-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
    }

    /* About Us - Got Questions */
    .about__got-questions {
        margin-bottom: 200px;
    }

    .about__got-questions-btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .about__got-questions-contact-btn,
    .about__got-questions-visit-faq-btn {
        max-width: 142px;
        padding: 16px 0px;
    }

    .about__got-questions-contact-btn {
        margin: 0px;
    }

    /* About Us - Building Sportsbook */
    .about__building-sb {
        margin-bottom: 100px;
        padding: 69px 104px;
        display: flex;
        flex-direction: row-reverse;
        overflow: hidden;
        justify-content: space-between;
    }

    .about__building-sb-img-container {
        margin-bottom: 0px;
        position: relative;
        max-width: 420px;
        height: fit-content;
    }

    .about__building-sb-content {
        padding-top: 60px;
        width: 572px;
    }

    .about__building-sb-title {
        padding: 0px;
        font-size: 50px;
        font-weight: 700;
    }

    .about__building-sb-text {
        padding: 0px;
        font-size: 22px;
        font-weight: 400;
        line-height: 34px;
    }

    .about__building-sb-req-btn {
        margin: 0px;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px; /* 180% */
        letter-spacing: 0.1px;
    }

    /* Contact Us Hero */
    .contact__hero-bg-content {
        padding-bottom: 300px;
        margin-bottom: -300px;
    }

    .contact__hero-main-text {
        font-size: 60px;
        font-weight: 700;
    }

    .contact__hero-sub-text {
        font-size: 18px;
        font-weight: 600;
    }

    /* Contact Us - Forms */
    .contact__forms {
        position: relative;
        background-color: var(--White);
        padding: 30px;
        margin: 0px auto 100px auto;
        width: 1072px;
        max-width: 1072px;
        height: 625px;
        max-height: 625px;
        display: flex;
        flex-direction: row;
        border-radius: 24px;
        border: 1px solid var(--LightGray);
        box-shadow: 0px 0.482px 1.06px -0.917px rgba(0, 0, 0, 0.08),
            0px 1.831px 4.028px -1.833px rgba(0, 0, 0, 0.08),
            0px 8px 17.6px -2.75px rgba(0, 0, 0, 0.07);
        z-index: 999;
        gap: 30px;
    }

    .contact__forms-card,
    .contact__forms-input {
        height: 100%;
        z-index: 10;
    }

    .contact__forms-card {
        width: 35%;
        padding: 40px;
    }

    .contact__forms-input {
        position: relative;
        width: 65%;
        padding: 30px;
    }

    .contact__forms-input-fields-names {
        display: flex;
        flex-direction: row;
        gap: 22px;
    }

    .contact__forms-card-title {
        font-size: 24px;
        font-weight: 600;
    }

    .contact__forms-card-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
    }

    .contact__forms-card-contact-info-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
    }

    .contact__forms-input-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 50px;
    }

    .contact__forms-input-field {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .contact__forms-send-msg-btn {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .common__cards {
        color: var(--White);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .common__card {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        place-content: space-between;
        padding: 120px 104px;
    }
    .common__card > .common__card-logo {
        margin-bottom: 0px;
        text-align: center;
    }
    .common__card-info{
        width: 572px;
    }
    .common__card > .common__card-info > .common__card-title {
        font-size: 50px;
        margin-top: 63px;
    }
    .common__card > .common__card-info > .common__card-content {
        font-size: 18px;
    }

    .globe-content {
        height: auto;
    }
    .globe-content__image {
        transform: scale(1.6);
    }
    .globe-content__details-title {
        font-size: 60px;
        padding: 170px 100px 40px 100px;
        max-width: 1200px;
    }
    .globe-content__details-info {
        font-size: 18px;
        padding: 0px 100px 64px 100px;
        max-width: 1200px;
    }
    .globe-content__details-image{
        padding-top: 0px;
        width: 420px;
        margin: 0;
    }
    .globe-content__details > img {
        margin-top: 0px;
        max-width: 960px;
    }

    .tab-header {
        font-size: 18px;
    }
    .tab-headers {
        margin-bottom: 50px;
    }
    .demo-header__color-and-layout > span {
        display: block;
    }
    .icon-layout-options {
        width: auto;
    }
    .back-container {
        width: 300px;
    }
    .demo-header__language {
        margin-right: 30px;
    }
    .language-modal__container {
        margin-right: 250px;
    }

    .sidebar__layout-item.el-dual-market {
        display: flex !important;
    }

    /* Odds Feed */
    .odds-feed__hero {
        position: relative;
        margin-bottom: -100px;
    }

    .odds-feed__hero__bg-content {
        padding-top: 163px;
        background-image: url("../images/landing-page-hero-bg.svg");
        background-position: 50% 20%;
        background-clip: padding-box;
        background-repeat: no-repeat;
    }

    .odds-feed__hero__main-text {
        max-width: 905px;
        margin: 0px auto 40px auto;
        font-size: 60px;
        font-weight: 700;
        line-height: 72px;
        text-shadow: 8px 12px 24px rgba(0, 0, 0, 0.05);
        letter-spacing: -0.5px;
    }

    .odds-feed__hero__sub-text {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
    }

    .odds-feed__hero-cards {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-top: 100px;
    }

    .odds-feed__api {
        width: 100%;
        padding: 0px 100px;
        margin-bottom: 200px;
    }

    .odds-feed__api-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .odds-feed__api-card {
        width: 45%;
        min-height: 331px;
        max-height: 331px;
    }

    .odds-feed__api-title{
        margin-bottom: 60px;
    }

    .odds-feed__build-sb {
        padding: 0px 104px;
        flex-direction: row;
        justify-content: space-between;
    }

    .odds-feed__build-sb-text-content {
        width: 572px;
        margin-right: auto;
    }

    .odds-feed__build-sb-img {
        min-width: 45%;
        max-width: 45%;
    }

    .odds-feed__build-sb-desc{
        font-size: 22px;
        line-height: 27px;
    }

    .odds-feed__build-sb-title{
        margin-top: 60px;
        font-size: 50px;
    }

    /* Dev Doc */
    .dev-doc__hero {
        position: relative;
        margin-bottom: -100px;
    }

    .dev-doc__hero__bg-content {
        padding-top: 172px;
        padding-bottom: 200px;
        background-image: url("../images/landing-page-hero-bg.svg");
        background-position: 50% 20%;
        background-clip: padding-box;
        background-repeat: no-repeat;
    }

    .dev-doc__hero__main-text {
        max-width: 905px;
        margin: 0px auto 40px auto;
        font-size: 60px;
        font-weight: 700;
        line-height: 72px;
        text-shadow: 8px 12px 24px rgba(0, 0, 0, 0.05);
        letter-spacing: -0.5px;
    }

    .dev-doc__hero__sub-text {
        color: var(--Gray);
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
    }

    .dev-doc__content {
        position: relative;
        min-width: 1072px;
        max-width: 1072px;
        margin: 0px auto 100px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .dev-doc__nav-desktop {
        display: block;
        min-width: 281px;
        max-width: 281px;
    }

    .dev-doc__nav-item {
        background-color: var(--White);
        color: var(--Gray);
        padding: 16px 30px;
        min-width: 251px;
        max-width: 251px;
        font-size: 15px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0.1px;
    }

    #dev-doc__nav-odds-feed-mobile,
    #dev-doc__nav-iframe-mobile,
    #dev-doc__nav-white-label-mobile {
        display: none;
    }

    .dev-doc__nav-item.active {
        background-color: var(--LightBlue);
        color: var(--Blue);
        border-radius: 12px;
    }

    .dev-doc__details {
        background-color: var(--White);
        border-left: 1px solid var(--LightGray);
        position: relative;
        width: 100%;
        padding: 30px;
    }

    .dev-doc__details-title {
        color: var(--Black);
        padding-bottom: 25px;
        margin-bottom: 35px;
        border-bottom: 1px solid var(--LightGray);
        font-size: 24px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0.1px;
    }

    .dev-doc__details-content-block {
        margin-bottom: 35px;
        position: relative;
    }

    .dev-doc__details-sub-title {
        color: var(--Black);
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0.1px;
    }

    .dev-doc__details-normal-text {
        color: var(--Black);
        font-size: 16px;
        font-weight: 400;
        line-height: 37px;
        letter-spacing: 0.1px;
    }
    
    .dev-doc__details-normal-text-highlighted {
        color: var(--Black);
        font-size: 16px;
        font-weight: 600;
        line-height: 37px;
        letter-spacing: 0.1px;
    }

    .dev-doc__details-normal-text-alt-color {
        color: var(--Blue);
        font-weight: 600;
    }
}
