html {
    scroll-behavior: smooth;
}

* {
    transition: all 0.3s ease-in-out;
}
.landing-grid-image-cover {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.login-screen-sides-inner {
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.team-img {
    justify-content: center;
    display: flex;
}
.login-form {
    flex: 0 0 50%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.about-link {
    position: relative;
    float: left;
}
.caret-down {
    right: 21px;
    top: 70px;
    position: absolute;
}
.login-image {
    flex: 0 0 50%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.login-form-image-inner img {
    width: 100%;
    display: block;
    margin: auto;
}

.login-image-main img {
    width: 300px;
}

.login-form-image {
    margin-bottom: 50px;
}

.login-form-outer {
    width: 80%;
    padding: 40px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.login-image-main img {
    width: 70%;
    display: block;
    margin: auto;
}

.login-image-inner {
    width: 100%;
}

.login-form-image {
    margin-bottom: 30px;
}

.login-form-box-title {
    margin-bottom: -10px;
    font-size: 2em;
    font-weight: 400;
    text-align: center;
}

.login-form-box--bottom-title {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}

.login-form-field-single {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.login-form-field-single label {
    font-weight: 500;
}

.login-form-field-single input {
    padding: 8px 15px;
}

.forgot-password-link a {
    color: #000;
    text-decoration: none;
}

.forgot-password-link {
    margin-bottom: 15px;
    text-align: right;
}

.login-button button {
    background: #000;
    width: 100%;
    color: #fff;
    padding: 10px;
    border: 0;
}

.login-screen-sides-outer {
    background: #f0f2f5;
}

/* Effects */

.forgot-password-link a:hover {
    color: #000;
    text-decoration: none;
}

.login-button button:hover {
    background: #fff;
}

.login-form-field-single.has-icon {
    position: relative;
}

.login-form-field-single.has-icon .eye-icon {
    position: absolute;
    top: 40px;
    right: 1px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Landing Page */

.site-landing-page-outer {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-landing-page-inner-main img {
    height: 130px;
    width: 100%;
}

.site-landing-page-inner-main .site-name {
    font-size: 3.7em;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: -3px;
}

.pointer-arrow-down {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

a.pointer-arrow-down-link {
    text-decoration: none;
    font-size: 2em;
    /* padding: 10px 5px; */
    /* background: #ffffff73; */
    /* color: #ffa700db; */
    border-radius: 50px;
    height: 75px;
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
}

div#AboutSection {
    /* background: #f0f2f5; */
    /* color: #fff; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.site-landing-page-inner-main {
    /* text-align: center; */
    /* position: absolute;
    top: 0; */
    color: #fff;
    /* left: 0; */
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

iframe.video-player {
    width: 540px !important;
}

.site-landing-page-inner-main .site-content {
    font-size: 26px;
}

.site-landing-page-title {
    padding: 15px 0;
    font-size: 2em;
    font-weight: 500;
    position: relative;
    /* padding-left: 50px; */
    /* text-align: center; */
    font-family: "Roboto", sans-serif;
}

.container2 {
    width: 90%;
    margin: auto;
}

.site-landing-page-title::before {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}

.site-landing-page-content {
    margin: 0;
    font-size: 13.5px;
    margin-right: 20px;
    text-align: justify;
}

.site-landing-page-about-inner-flex {
    width: 100%;
    display: flex;
    /* background: #fff; */
    padding: 0 20px;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%); */
    border-radius: 4px;
    align-items: center;
}

div#AmbassadorSection {
    background: #fff;
    padding: 250px 50px 50px;
}
div#AmbassadorSection1 {
    background: #fff;
    /* padding: 50px; */
}
div#MerchantSection {
    background: #fff;
    padding: 50px;
}

.site-landing-page-content-grid-col-title.multi img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.site-landing-page-content-grid-col-title.multi {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.site-landing-page-content-grid-col-title.multi::before {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 80px;
    height: 1px;
    background-color: #000;
}

.site-landing-page-content-grid-col-content {
    /* background: #fff; */
    padding: 20px;
    text-align: justify;
    border-radius: 4px;
    /* padding-bottom: 5px; */
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%); */
    font-family: "Montserrat", sans-serif;
}

.site-landing-page-content-grid-col-title .text {
    font-size: 26px;
    margin-left: 15px;
}

.site-landing-page-content-grid-col-title {
    margin: 35px 0;
    font-size: 1.5em;
}

.main-section-landing-page {
    background: #f0f2f5;
}

.site-landing-page-about-inner-flex-custom {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    width: 70%;
    margin: auto;
}

.OurWorld {
    background: #f0f2f5;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-page-icons-grid-col-icon {
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.site-landing-page-about-inner-flex-inner {
    display: flex;
    align-items: center;
}

.site-landing-page-content {
    margin: 0;
    font-size: 18.5px;
    /* margin-right: 20px; */
    text-align: justify;
    padding: 30px;
}

.user-profile-video-container-inners {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.site-landing-page-content-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.site-landing-page-navigation {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    background: #00000021;
    z-index: 999;
}

.langin-page-site-logo img {
    height: 50px;
    margin-top: -9px;
}

.site-landing-page-navigation-li a {
    margin: 5px 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    font-family: "Roboto", sans-serif;
}

.hover-links {
    text-decoration: none !important;
    list-style: none;
}

.site-landing-page-navigation-li-ul {
    background: #00000021;
    width: 120px;
    position: absolute;
    float: left;
    padding: 0px;
    display: none;
}
.site-landing-page-navigation-li.hover-effect:hover
    .site-landing-page-navigation-li-ul {
    display: block;
}
.site-landing-page-navigation-li.site-landing-page-navigation-li-ul.site-landing-page-navigation-li-ul-li
    a {
    text-decoration: none;
}
ul.site-landing-page-navigation-ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.site-landing-page-navigation-button {
    /* background: #000; */
    padding: 10px 15px;
    display: block;
    color: #000 !important;
    border-radius: 4px;
    border: 1px solid;
}

.site-landing-page-navigation-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-landing-page-navigation-button.button {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    text-transform: capitalize;
}
.main-section-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.main-section-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-landing-page-outer {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom center; */
    display: block;
    justify-content: center;
    align-items: center;
}

.landing-grid-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.landing-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.landing-grid .site-landing-page-content-grid-col-content {
    width: 49%;
}
.site-landing-page-content-grid-col-contents {
    width: 60%;
    height: auto;
}
#ceosection {
    background: #fff;
    padding: 40px 0px 80px 0px;
}
.landing-grid-image-cover {
    width: 36%;
    height: auto;
}
.landing-grid-image-cover .image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    /* margin: 100px; */
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}
.landing-grid-images {
    width: 35%;
    padding: 10px;
}
.landing-grid-images .image {
    width: 100%;
    padding: 10px;
}
.landing-grid-image {
    width: 45%;
}

.site-landing-page-title.no-line::before {
    display: none;
}

.landing-page-icons-grid {
    padding-bottom: 30px;
}

.landing-page-icons-grid-main {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.landing-page-icons-grid-col {
    width: 31%;
    text-align: center;
    margin-top: 20px;
}

.landing-page-icons-grid-col-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    /* margin-bottom: 15px; */
}

.learn-more-button a {
    background: #000;
    padding: 10px 15px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 160px;
    justify-content: space-between;
    text-decoration: none;
    margin-top: auto;
}
.learn-more-buttons a {
    background: #000;
    padding: 10px 15px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 160px;
    justify-content: space-between;
    text-decoration: none;
    margin-top: auto;
    margin: 10px;
}
.learn-more-buttons {
    display: flex;
    justify-content: center;
}

.learn-more-buttons {
    margin-bottom: 20px;
}
.learn-more-button {
    display: flex;
    justify-content: center;
}

.learn-more-button {
    margin-bottom: 20px;
}

.landing-page-icons-grid-col-text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.landing-page-icons-grid-col-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}
.site-landing-page-navigation-li:hover a {
    color: #fff;
    text-decoration: none !important;
}
.site-landing-page-navigation.scrolled .site-landing-page-navigation-li-ul {
    background: #fff;
    color: #fff;
}

.site-landing-page-navigation.scrolled {
    background: #fff;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.site-landing-page-navigation.scrolled .site-landing-page-navigation-li a {
    color: #000;
}

.site-landing-page-navigation.scrolled
    a.site-landing-page-navigation-button.button {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

div#ContactUs {
    background: #fff;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-landing-page-content-grid-inner {
    display: flex;
    align-items: center;
}

.site-landing-page-content-grid-col.col-01 {
    width: 30%;
}

.site-landing-page-content-grid-col.col-02 {
    width: 45%;
}

.site-landing-page-content-grid-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-landing-page-contact-us-main {
    /* width: 80%; */
    background: #f0f2f5;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.site-landing-page-contact-us-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.site-landing-page-contact-us-form-single-field {
    display: flex;
    flex-direction: column;
}

.site-landing-page-contact-us-form-box {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.site-landing-page-contact-us-form-input {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}

.site-landing-page-contact-us-form-submit button {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border: 0;
    margin-top: 15px;
    border-radius: 4px;
}

.landing-page-contact-info-title {
    font-size: 1.5em;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.zendesk-option-div-main {
    display: flex;
    align-items: center;
}

.zendesk-option-div-image img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

.zendesk-option-div-text-top {
    font-size: 1.5em;
    margin-bottom: -10px;
    font-family: "Roboto", sans-serif;
}

.landing-page-contact-info-bottom-title {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
}

.zendesk-option-div-text-bottom {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

.show-mobile {
    display: none !important;
}

.mobile-navigation-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000b3;
    height: 100vh;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    display: none;
}
.mobile-navigation-outer1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000b3;
    height: 100vh;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.mobile-navigation-inner {
    width: 40%;
    height: 100vh;
    background: #fff;
}

.mobile-navigation-outer .site-landing-page-navigation-ul {
    display: flex;
    flex-direction: column;
}

.mobile-navigation-outer .site-landing-page-navigation-li a {
    color: #000;
}

.mobile-navigation-outer .site-landing-page-navigation-button.button {
    display: inline-block;
}

.close-mobile-menu {
    padding: 15px;
    text-align: right;
}

.close-mobile-menu-inner {
    font-size: 25px;
    cursor: pointer;
}

.site-landing-page-content-grid-inner.custom-ceneter {
    display: flex;
    justify-content: center;
}

/* Policies */

.our-policy-text-title {
    font-size: 1.5em;
    margin-bottom: -10px;
    font-family: "Roboto", sans-serif;
}

.landing-page-video-link a {
    background: #000;
    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

/* Comming Soon */
.comming-soon-banner {
    position: fixed;
    z-index: 1111;
    background: #fff;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffff;
    font-family: "Roboto", sans-serif;
}

.count-down-grid {
    display: flex;
    align-items: center;
}

/* .count-down-boxs {
    width: 1.48em;
    height: 1.5em;
    background: #fff;
    color: #000;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
} */

.count-down-boxs {
    display: flex;
    align-items: center;
}

.count-down-box {
    background: #fff;
    color: #000;
    margin: 10px;
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 36px;
}

.count-down-box-text {
    text-align: center;
}

.comming-soon-banner-top-text {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.comming-soon-banner-bottom-text {
    font-size: 1.6em;
    margin-bottom: 10px;
}

.comming-soon-banner-main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    justify-content: space-evenly;
}

.count-down-grid-inner {
    transform: scale(2);
}

.count-down-box-outer {
    margin: 10px;
}

.comming-soon-banner-top-text .num {
    font-family: "Montserrat", sans-serif;
}

.vimo-video-container-outer {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000a1;
    top: 0;
    left: 0;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.close-player button {
    padding: 10px 25px;
    border: 0;
    background: #fff;
    color: #000;
}

/* New CSS */
#AboutSection .text {
    text-align: center;
}

.about-video-outer {
    display: flex;
    justify-content: center;
    position: relative;
}

.about-cs-video {
    position: absolute;
    top: 20px;
    width: 640px;
    height: 360px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.about-cs-link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.about-cs-link:hover {
    color: rgb(89, 89, 89);
}

/* Arrow Animation */
.pointer-arrow-down-link {
    animation: arrowmover 1s infinite alternate;
    -webkit-animation: arrowmover 1s infinite alternate;
}

@keyframes movearrowmoverr {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes arrowmover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media only screen and (max-width: 1050px) {
    .count-down-grid-inner {
        transform: scale(1.5);
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;
        z-index: 999;
    }
    .site-landing-page-navigation-li a {
        margin: 0px 0px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1000px) {
    .login-image {
        display: none;
    }
    .login-form {
        flex: 0 0 100%;
    }

    .show-mobile {
        display: flex !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;
        z-index: 1;
    }
    .site-landing-page-navigation-li-ul {
        background: #fff;
        width: 120px;
        position: relative;
        float: left;
        padding: 0px;
        margin-left: 13px;
        display: none;
    }
    .site-landing-page-navigation-li:hover a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .site-landing-page-navigation-li a {
        margin: 0px 0px;
        font-size: 14px;
    }
    .our-policies-content-about {
        padding: 19px !important;
    }
    .site-landing-page-content-grid-col-contents {
        width: 60% !important;
        height: auto;
    }
    .landing-grid-image-cover .image {
        width: 250px;
        height: 250px;
        object-fit: cover;
        /* margin: 100px; */
        border-radius: 10px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    }
}

@media only screen and (max-width: 800px) {
    .count-down-grid-inner {
        transform: unset;
    }
    .comming-soon-banner-top-text {
        font-size: 30px;
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;

        z-index: 1;
    }
    .site-landing-page-navigation-li-ul {
        background: #fff;
        width: 120px;
        position: relative;
        float: left;
        padding: 0px;
        margin-left: 13px;
        display: none;
    }
    .site-landing-page-navigation-li:hover a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .our-policies-content-about {
        padding: 19px !important;
    }
    .site-landing-page-content-grid-col-contents {
        width: 84% !important;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .landing-page-icons-grid-col {
        width: 48%;
    }
    .landing-grid-image {
        width: 100%;
        order: 1;
    }
    .landing-grid .site-landing-page-content-grid-col-content {
        width: 100%;
        order: 2;
    }
    .landing-grid {
        align-items: center;
        flex-direction: column;
    }

    .site-landing-page-content-grid-inner {
        flex-direction: column;
    }

    .site-landing-page-content-grid-col {
        width: 100% !important;
    }
    .site-landing-page-content-grid-col.col-01 {
        margin-bottom: 50px;
    }

    .mobile-navigation-inner {
        width: 70%;
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;
        z-index: 1;
    }
    .site-landing-page-navigation-li-ul {
        background: #fff;
        width: 120px;
        position: relative;
        float: left;
        padding: 0px;
        margin-left: 13px;
        display: none;
    }
    .site-landing-page-navigation-li:hover a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .landing-grid-image-cover {
        display: flex;
        order: 2;
    }
    .our-policies-content-about {
        padding: 19px !important;
    }
    .site-landing-page-content-grid-col-contents {
        width: 84% !important;
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    .login-image {
        display: none;
    }
    .login-form {
        flex: 0 0 100%;
    }

    .login-form-outer {
        width: 80%;
    }

    .vimo-video-container-main iframe {
        width: 500px;
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;
        z-index: 1;
    }
    .site-landing-page-navigation-li-ul {
        background: #fff;
        width: 120px;
        position: relative;
        float: left;
        padding: 0px;
        margin-left: 13px;
        display: none;
    }
    .site-landing-page-navigation-li:hover a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .our-policies-content-about {
        padding: 19px !important;
    }
    .site-landing-page-content-grid-col-contents {
        width: 84% !important;
        height: auto;
    }
}

@media only screen and (max-width: 550px) {
    .count-down-grid-inner {
        transform: scale(0.6);
    }

    .vimo-video-container-main iframe {
        width: 400px;
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;
        z-index: 1;
    }
    .site-landing-page-navigation-li-ul {
        background: #fff;
        width: 120px;
        position: relative;
        float: left;
        margin-left: 13px;
        padding: 0px;
        display: none;
    }
    .site-landing-page-navigation-li:hover a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .landing-grid-image-cover .image {
        width: 200px;
        height: 200px;
        object-fit: cover;
        /* / margin: 100px; / */
        border-radius: 50%;
    }
    .our-policies-content-about {
        padding: 19px !important;
    }
    .site-landing-page-content-grid-col-contents {
        width: 84% !important;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .login-form-outer {
        width: 90%;
    }

    .login-form-outer {
        padding: 15px;
    }
    .landing-page-icons-grid-col {
        width: 100%;
    }
    .landing-grid-image img {
        height: 200px;
    }
    div#AmbassadorSection {
        padding: 150px 20px;
    }
    .site-landing-page-content-grid-col-content {
        padding: 20px 0;
    }
    div#MerchantSection {
        padding: 50px 20px;
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;
        z-index: 1;
    }
    .site-landing-page-navigation-li-ul {
        background: #fff;
        width: 120px;
        position: relative;
        float: left;
        padding: 0px;
        margin-left: 13px;
        display: none;
    }
    .site-landing-page-navigation-li:hover a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .our-policies-content-about {
        padding: 19px !important;
    }
    .site-landing-page-content-grid-col-contents {
        width: 84% !important;
        height: auto;
    }
}

@media only screen and (max-width: 450px) {
    .vimo-video-container-main iframe {
        width: 250px;
    }
    .site-landing-page-navigation {
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        background: #00000021;
        z-index: 1;
    }
    .site-landing-page-navigation-li-ul {
        background: #fff;
        width: 120px;
        position: relative;
        margin-left: 13px;
        float: left;
        padding: 0px;
        display: none;
    }
    .site-landing-page-navigation-li:hover a {
        color: #000 !important;
        text-decoration: none !important;
    }
    .our-policies-content-about {
        padding: 19px !important;
    }
    .site-landing-page-content-grid-col-contents {
        width: 84% !important;
        height: auto;
    }

    div#AboutSection {
        padding-bottom: 100px;
    }

    .about-cs-video {
        width: 300px;
        top: 50px;
        height: auto;
        box-shadow: none;
    }
}
