body {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.title-head {
    font-size: 60px;
}

.title-head2 {
    font-size: 80px;
}

.h-vh100 {
    min-height: 100vh;
}

.h-vh50 {
    min-height: 50vh;
}

.bg-black {
    background-color: #000;
}

.left-stick {
    position: absolute;
    text-align: center;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    top: 50%;
    transform: rotate(-90deg) translate(0, -50%);
    left: -75px;
    border-radius: 0  0 10px 10px;
}

.left-stick.black {
    background-color: #000;
    color: #FFF;
}

.left-stick.white {
    background-color: #FFF;
    color: #000;
}

.p-relative {
    position: relative;
}

strong {
    font-weight: 700;
}

.mw960 {
    max-width: 960px;
}

.mw920 {
    max-width: 920px;
}

.mw-200 {
    max-width: 200px;
}

.mw-300 {
    max-width: 300px;
}

.mt0 {
    margin-top: 80px !important;
}

.mt1 {
    margin-top: 140px !important;
}


.menu {
    padding-top: 50px;
    padding-left: 50px;
}

.menu .navigation {
    margin-top: 99px;
}

.menu .navigation li {
    margin-bottom: 66px !important;
}

.menu .sub-navigation{
    padding-left: 30px;
    padding-top: 18px;
}

.logo-wrapper .logo{
    width: 148px;
}

.menu, .menu a {
    color: #FFF;
    text-decoration: none;
}

.menu ul {
    padding: 0;
}

.menu ul li {
    list-style: none;
}

.menu a, .menu ul li {
    font-size: 15px;
    letter-spacing: 2px;
}

.main-content {
    background-color: #FFF;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    min-height: calc(100vh - 34px);
    margin-top: 17px;
    margin-bottom: 17px;
}

.mw1 {
    max-width: 900px;
}

.mw2 {
    max-width: 1021px;
}

.mw3 {
    max-width: 766px;
}

.mw4 {
    max-width: 290px;
}


.mt0 {
    margin-top: 80px !important;
}

.mt1 {
    margin-top: 140px !important;
}

.mt2 {
    margin-top: 104px  !important;
}

.mt3 {
    margin-top: 60px  !important;
}

.mt4 {
    margin-top: 100px !important;
}

.mt5 {
    margin-top: 40px  !important;
}

.description {
    font-size: 27px;
    font-weight: 500;
}

.description strong{
    font-weight: 700;
}

.alert-img {
    width: 100%;
    max-width: 260px;
}

.notif-img {
    width: 100%;
    max-width: 260px;
}

.subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 700;
}

.mini-disclaimer {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.mini-disclaimer a {
    font-weight: 800;
    text-transform: none;
    text-decoration: none;
    color: #000;
}

@media only screen and (max-width: 990px) {
    .menu {
        padding: 0;
    }

    .logo-wrapper {
        padding-top: 15px;
        padding-left: 15px;
    }

    .menu ul li {
        width: 32.333%;
        display: inline-block;
        text-align: center;
    }

    .menu .navigation li {
        margin-bottom: 0px !important;
        vertical-align: top;
    }

    .menu .navigation{
        margin-bottom: 10px;
    }

    .menu .sub-navigation{
        padding-left: 0;
        padding-top: 0;
    }

    .menu a {
        max-width: 150px;
        display: inline-block;
    }

    .navigation {
        margin-top: 33px !important;
    }

    .menu a, .menu ul li {
        font-size: 11px;
        line-height: 14px;
     }

     .sub-navigation li a, .sub-navigation li{
        width: 100% !important;
        display: inline-block;
     }

    .mt0 {
        margin-top: 40px !important;
    }

    .mt1 {
        margin-top: 45px !important;
    }
    
    .mt2 {
        margin-top: 50px  !important;
    }

    .mt3 {
        margin-top: 40px  !important;
    }

    .mt4 {
        margin-top: 30px !important;
    }
    
    .description {
        font-size: 21px;
    }

    .main-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .logo-wrapper .logo{
        width: 124px;
    }

    .va-top {
        vertical-align: top;
    }

    .sticky-mobile {
        position: fixed;
        z-index: 2;
        background-color: #000;
    }

    .fixed-mobile {
        margin-top: 120px;
        z-index: 1;
    }
}

@media only screen and (max-width: 425px) {
    .title-head, .title-head2 {
        font-size: 40PX;
        text-align: center;
    }

    p {
        text-align: center;
    }

    .left-stick {
        display: none;
    }

    .w-100.p-relative {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mw-200-xs {
        max-width: 200px;
    }
}