:root {
    --mob-width: 960px;
}

* {
    font-family: Graphik;
}

a {
    text-decoration: none !important;
    text-align: center;
}

img {
    width: 100%;
    max-width: fit-content;
}

.pagepad {
    padding: 150px 140px 100px;
}

.pagemargin {
    /*margin-top: -69px;*/
}

.box {
    margin: auto;
}

p,
h1 {
    margin: 0 !important;
}

:root {
    --mob-width: 960px;
}

* {
    font-family: Graphik;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    max-width: fit-content;
}

p,
h1 {
    margin: 0;
}

body {
    margin: 0;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .flex.flex-col {
        flex-direction: column;
    }

    .flex.flex-center {
        justify-content: center;
    }

    .flex.flex-align-center {
        align-items: center;
    }

    .flex.flex-align-start {
        align-items: flex-start;
    }

    .flex.flex-align-end {
        align-items: flex-end;
    }

    .flex.flex-align-stretch {
        align-items: stretch;
    }

    .flex.flex-start {
        justify-content: flex-start;
    }

    .flex.flex-between {
        justify-content: space-between;
    }



    .flex.flex-gap-10 {
        gap: 10px;
    }

    .flex.flex-gap-20 {
        gap: 20px;
    }

    .flex.flex-gap-40 {
        gap: 40px;
    }

    .flex.flex-gap-80 {
        gap: 80px;
    }

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.33333%;
}

.w40 {
    width: 40%;
}

.w70 {
    width: 70%;
}

.f1 {
    font-size: 89px;
    font-weight: 700;
}

.f1.small {
    font-size: 74px;
    font-weight: 700;
}

.f2 {
    font-size: 60px;
    font-weight: 700;
}

    .f2.thiner {
        font-weight: 400 !important;
    }

    .f2.small {
        font-size: 55px;
    }

    .f2.smaller {
        font-size: 50px;
        font-weight: 600;
    }



.f3 {
    font-size: 34px;
    font-weight: 500;
}

    .f3.small {
        font-size: 30px;
        font-weight: 400;
    }

    .f3.large {
        font-size: 40px;
    }

    .f3.bolder {
        font-weight: 700;
    }

.f4 {
    font-size: 28px;
    font-weight: 500;
}

.f5.bolder {
    font-weight: 700;
}

.f5.bold {
    font-weight: 600;
}

.f5.large {
    font-size: 25px;
}

.f5 {
    font-size: 23px;
    font-weight: 500;
}


.f6 {
    font-size: 22px;
    font-weight: 400;
}

    .f6.bold {
        font-weight: 600;
    }

        .f6.bold.mid {
            font-weight: 500;
        }

    .f6.small {
        font-size: 20px;
    }

    .f6.smaller {
        font-size: 19px;
    }

.f7.bold {
    font-weight: 600;
}

    .f7.bold.little {
        font-weight: 500;
    }

.f7 {
    font-size: 17px;
    font-weight: 400;
    line-height: 22.7px;
}

.f8.bold {
    font-weight: 600;
}

.f8 {
    font-size: 16px;
    font-weight: 500;
}

    .f8.thin {
        font-weight: 400;
    }

    .f8.small {
        font-size: 15px;
    }


.f9 {
    font-size: 13px;
    font-weight: 500;
}

    .f9.thin {
        font-weight: 400;
    }

.nomargin {
    margin: 0;
}

.txtwhite {
    color: white;
}

.txtgray.dark {
    color: #A0A0A0;
}

.txtgray {
    color: #A4A4A4;
}

.txtgray2 {
    color: #DFDFDF;
}

.txtlightgreen {
    color: #2BE2CC;
}

.txtgreen {
    color: #00DF77;
}

.txtlightgreen2 {
    color: #4BE4B8;
}

.txtdarkgreen {
    color: #003B2F;
}

.txtcenter {
    text-align: center;
}

.txtblack {
    color: black;
}

.txtblue {
    color: #1D4AA6;
}

.txtdarkblue {
    color: #010148;
}

    .txtdarkblue.light {
        color: #011E76;
    }

.bg-black {
    background-color: black;
}

.bg-darkblue {
    background-color: #010148;
}

.bg-blue {
    background: #2BE2CC;
}

.bg-green {
    background: rgba(0, 223, 119, 0.92);
}

nav .button {
    transition: 0.5s;
    background-size: 150% auto;
}

    nav .button:hover {
        background-position: right center !important;
        text-decoration: none;
    }

a:hover {
    color: #52E4B3;
}

.gradient-btn {
    background: linear-gradient(90.23deg, #05E0E5 -9.35%, #F5EA45 108.05%);
    transition: 0.5s;
    background-size: 150% auto;
}

    .gradient-btn:hover {
        background-position: right center !important;
        text-decoration: none;
    }

.btnstyle {
    padding: 20px 70px;
    border-radius: 14px;
    border: none;
}

span.Error {
    color: Red;
}

.Hidden {
    display: none !important;
}

/* ----------- Mobile screen ----------- */
@media screen and (max-width: 960px) {
    .f1 {
        font-size: 47px;
    }

    .f1.small {
        font-size: 47px;
    }

    .f2 {
        font-size: 50px;
    }

    .f2.smaller {
        font-size: 40px;
    }

    .f2.small {
        font-size: 45px;
    }

    .f3.large {
        font-size: 36px;
    }

    .flex.flex-col-mob {
        flex-direction: column;
    }

    .flex.flex-col-rev-mob {
        flex-direction: column-reverse;
    }

    .flex.flex-align-center-mob {
        align-items: center;
    }

    .flex.flex-gap-40-mob {
        gap: 40px;
    }

    .w0-mob {
        width: 0;
    }

    .w100-mob {
        width: auto;
    }

    .pagepad {
        padding: 128px 30px 45px;
    }

    .Hidden, .hide-mob {
        display: none;
    }
}
