.m-downloadApp{
    position: fixed;
    top: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(193 199 196 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.5rem;
    z-index: 60;
    gap: 8px;
}

.m-downloadApp__logo{
    flex: none;
}
.after\:hidden::after{
    content: var(--tw-content);
    display: none;
}
@media (max-width: 768px){
    .mobile\:mt-20{
        margin-top: 5rem;
    }
    .mobile\:mb-5{
        margin-bottom: 1.25rem;
    }
    .mobile\:mb-0{
        margin-bottom: 0px;
    }
    .mobile\:mb-2{
        margin-bottom: 0.5rem;
    }
    .mobile\:-mr-4{
        margin-right: -1rem;
    }
    .mobile\:block{
        display: block;
    }
    .mobile\:flex{
        display: flex;
    }
    .mobile\:hidden{
        display: none;
    }
    .mobile\:w-full{
        width: 100%;
    }
    .mobile\:flex-col{
        flex-direction: column;
    }
    .mobile\:justify-center{
        justify-content: center;
    }
    .mobile\:gap-2{
        gap: 0.5rem;
    }
    .mobile\:overflow-auto{
        overflow: auto;
    }
    .mobile\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile\:pt-10{
        padding-top: 2.5rem;
    }
    .mobile\:text-left{
        text-align: left;
    }
    .mobile\:text-center{
        text-align: center;
    }
    .mobile\:text-base{
        font-size: 16px;
    }
    .mobile\:text-4xl{
        font-size: 26px;
    }
    .mobile\:text-sm{
        font-size: 14px;
    }
    .mobile\:text-lg{
        font-size: 18px;
    }
    .mobile\:text-xl{
        font-size: 20px;
    }
}
@media (max-width: 1024px){
    .mobile-xl\:block{
        display: block;
    }
    .mobile-xl\:flex{
        display: flex;
    }
    .mobile-xl\:w-full{
        width: 100%;
    }
    .mobile-xl\:flex-col{
        flex-direction: column;
    }
    .mobile-xl\:gap-2{
        gap: 0.5rem;
    }
    .mobile-xl\:text-lg{
        font-size: 18px;
    }
}
@media (max-width: 400px){
    .xs\:mb-2{
        margin-bottom: 0.5rem;
    }
    .xs\:flex-col{
        flex-direction: column;
    }
    .xs\:gap-2{
        gap: 0.5rem;
    }
}
@media (min-width: 401px) and (max-width: 600px){
    .sm\:w-auto{
        width: auto;
    }
    .sm\:flex-col{
        flex-direction: column;
    }
    .sm\:pl-0{
        padding-left: 0px;
    }
}

.flex {
    display: flex;
}

.gap-2 {
    gap: 8px;
}

.items-center {
    align-items: center;
}

.flex-1 {
    flex: 1 1 0%;
}

.font-semibold{
    font-weight: 600;
}

.text-base {
    font-size: 16px;
}

.text-xs {
    font-size: 12px;
}

.leading-tight {
    line-height: 1.25;
}

.a-btn{
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    text-align: center;
    font-weight: 600;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.a-btn.-small{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

.a-btn.-black{
    --tw-border-opacity: 1;
    border-color: rgb(27 31 25 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(27 31 25 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
