body{
    background-color: #ffffff;
    font-family: 'Montserrat';
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0;
    max-width: 100%;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    display: none;
}
.content{
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    display: block;
}
.logo-top{
    float: left;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}
.logo-top img{
    width: 15%;
}
.welcome-content{
    float: left;
    width: 100%;

}
.welcome-text{
    float: left;
    width: 42%;
    margin-left: 8%;
    margin-top: 5%;
}

.welcome-text .main-text{
    font-family: 'Monument Extended';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
}
.welcome-text .main-text .welcome-featured{
    color: #1447C4;
}

.welcome-text .sub-text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.welcome-text .download-button{
    margin-top: 7%;
    background: #1447C4;
    border-radius: 16px;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 3% 8%;
    cursor: pointer;
}
.download-button-mobile{
    display: none;
}
.welcome-text .download-availability{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #B3B3B3;
    margin-left: 5%;
}

.welcome-app-image{
    float: left;
    width: 50%;
}
.welcome-app-mobile{
    display: none;
}
.welcome-app-image img{
    width: 100%;
}

.offers{
    float: left;
    width: 88%;
    height: 10%;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    z-index: 1;
    margin-top: -5%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 6% 5%;


}
.offers .offer{
    width: 33%;
    float: left;
    text-align: center;

}

.offer .offer-title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    width: 100%;
    float: left;

}


.offer .offer-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    float: left;
}
.community{
    margin-top: 8%;
    width: 84%;
    float: left;
    margin-left: 8%;
    margin-right: 8%;
}
.community .community-images{
    float: left;
    width: 50%;
}
.community-images .socialmedia-image{
    width: 100%;
}

.community-text{
    width: 35%;
    float: left;
    margin-left: 15%;
    padding-top: 10%;
}
.community-text .main-text{
    font-family: 'Monument Extended';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
}
.community-text .sub-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.community-text .social-links{
    width: 100%;
    margin-top: 10%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;

}
.social-links a{
    flex: 0 0 16%;
}

.social-links img{
    width: 75%;
}
.store-ad{
    background-color: #05274A;
    margin-top: 10%;
    width: 100%;
    float: left;
    padding-top: 5%;
}
.store-ad .store-image .store-laptop{
    width: 100%;
}
.store-image-mobile{
    display: none;
}
.store-ad .store-image{
    width: 65%;
    float: left;
}
.store-ad .store-text{
    width: 35%;
    float: left;
}

.store-text img{
    margin-top: 20%;;
}
.store-text .main-text{
    font-family: 'Monument Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin-top: 5%;
    margin-bottom: 10%;
    color: #FFFFFF;
}
.store-text .sub-text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 80%;
    float: left;
}
.store-text .store-button{
    margin-top: 7%;
    background: #1447C4;
    border-radius: 16px;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 3% 8%;
    cursor: pointer;
    margin-bottom: 5%;
}
.download-app{
    width: 100%;
    float: left;
    margin-top: 15%;
}
.download-app .container{
    position: relative;
}
.download-app .app-preview{
    position: absolute;
    z-index: 1;
    top: -50%;
    width: 45%;
    left: 5%;
}
.app-preview-mobile{
    display: none;
}
.download-app .download-section{
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    border-radius: 69px;
    padding: 1%;
    padding-top: 6%;
    padding-bottom: 4%;
    width: 60%;
    margin-left: 23%;
    margin-right: 15%;
    text-align: center;
}
.download-app .download-section .text-section{
    width: 70%;
    margin-left: 30%;
}
.download-app .download-section .main-text{
    font-family: 'Monument Extended';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;

}
.contact{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    margin-top: 10%;
    text-align: center;
    align-items: baseline;
}
.contact .title{
    font-family: 'Monument Extended';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
}
.contact .emails{
    width: 100%;
    float: left;
    margin-top: 10%;
    margin-bottom: 15%;
}
.contact .emails .mail{
    width: 100%;
    float: left;
}
.mail .main-text{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}

.mail .sub-text a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: #1447C4;
}
.footer{
    float: left;
    width: 70%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 15%;
    padding-right: 15%;
    background: #F8F8F8;
    text-align: center;
}
.footer a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #363636;
    text-decoration: none;
}
.footer a{
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.copy{
    background: #EDEDED;
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
}
.copy span{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}
@media only screen and (max-width: 960px) {

    .logo-top img{
        width: 40%;
    }
    .welcome-text{
        width: 100%;
        text-align: center;
        margin-left: 0%;
    }
    .welcome-text .main-text {
        font-size: 28px;
        line-height: 30px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .welcome-text .sub-text {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 16px;
        line-height: 22px;
    }
    .welcome-text .download-button{
        display: none;
    }
    .welcome-text .download-availability {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 17px;
        text-align: center;
        display: none;
    }
    .welcome-content{
        position: relative;
    }
    .welcome-app-website {
        display: none;
    }
    .welcome-app-image{
        float: none;
        width: 100%;
    }
    .welcome-app-mobile{
        display: block;
        position: relative;
        z-index: -1;
        float: left;
        padding-bottom: 40%;
        
    }
    .offers{
        width: 100%;
        float: left;
        margin: 0;
        border-radius: 0;
        margin-top: -85%;
        padding: 0%;
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .offers .offer{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10%;
        float: left;
    }
    .offers .offer img{
        width: 25%;
        float: left;
        margin-top: 30px;
    }
    .offer .offer-title{
        margin-left: 10%;
        width: 65%;
        float: left;
        text-align: left;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
    }

    .offer .offer-desc {
        margin-left: 0%;
        margin-right: 0%;
        margin-left: 10%;
        width: 65%;
        float: left;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #000000;

    }

    .community .community-images {
        float: left;
        width: 100%;
        margin-top: 15%;
    }

    .community-text {
        width: 100%;
        float: left;
        margin-left: 0;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .community-text .main-text{
        font-size:34px;
        float: left;
        width: 100%;
    }


    .community-text .sub-text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        float: left;
    }
    .community-text .social-links {
        margin-top: 10%;
        width: 100%;
        float: left;
        text-align: center;
    }
    .social-links a {
        flex: 0 0 20%;
    }

    .store-ad {

    }
    .store-ad .store-image {
        width: 100%;
        float: left;
        display: none;
    }
    .store-ad .store-text {
        width: 100%;
        float: left;
        text-align: center;
    }

    .store-text img {
        margin-top: 10%;
        margin-bottom: 5%;
        width: 55%;
    }

    .store-text .main-text {
        font-family: 'Monument Extended';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        margin-top: 5%;
        margin-bottom: 10%;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        color: #FFFFFF;
    }
    .store-text .sub-text {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        width: 80%;
        float: left;
        margin-left: 10%;
        margin-right: 10%;
    }

    .store-text .store-button {
        margin-top: 7%;
        background: #1447C4;
        border-radius: 24px;
        border: none;
        color: #ffffff;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        padding: 4% 6%;
        cursor: pointer;
        margin-bottom: 5%;
    }
    .store-image-mobile{
        width: 100%;
        display: block;
        float: left;
    }
    .store-laptop-mobile{
        width: 100%;
    }

    .download-app .download-section {
        background: #FFFFFF;
        box-shadow: 0px 0px 50px rgb(0 0 0 / 8%);
        border-radius: 69px;
        padding: 1%;
        padding-top: 6%;
        padding-bottom: 4%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }
    .download-app .app-preview {
        display: none;
    }
    .download-app .download-section .text-section {
        width: 100%;
        margin-left: 0;
    }
    .app-preview-mobile{
        display: block;
        position: relative;
        left: -10%;
        width: 120%;
    }
    .download-app a img{
        width: 50%;
        margin-bottom: 5%;
    }
    .contact {
        width: 100%;
        margin: 0%;
        margin-top: 20%;
    }
    .contact .title {
        font-size: 34px;
    }
    .contact .emails .mail {
        width: 100%;
        float: left;
    }


    .mail .main-text {
        font-size: 28px;
    }
    .mail .sub-text a{
        font-size: 22px;
    }
    .footer {
        width: 100%;
        padding: 0;
    }
    .footer a {
        width: 92%;
        float: left;
        padding: 4%;
        text-align: center;
        font-size: 20px;
    }

    .footer a {
    margin-left: 0%;
    margin-right: 0%;
  }

    .footer a:nth-child(2) {
        margin: 0;
    }
    .footer a:first-child{
        padding-top: 10%;
    }
    .footer a:last-child{
        padding-bottom: 10%;
    }
    .copy{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .copy span {
        font-size: 16px;
    }
    ::-webkit-scrollbar { display: none; }

    .download-button-mobile{
        display: block;
        background: #1447C4;
        border-radius: 16px;
        border: none;
        color: #ffffff;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        padding: 5% 8%;
        cursor: pointer;
        position: absolute;
        width:60%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 180%;
    }
    #dropy-icon{
        width: 25%;
        float: left;
        margin-top: 30px;
    }


}
