/* _content/o9.Guide/Views/Home/Index.cshtml.rz.scp.css */
h1[b-cgvij08lf9], h2[b-cgvij08lf9], h3[b-cgvij08lf9], p[b-cgvij08lf9] {
    margin: 0;
}

.Base[b-cgvij08lf9] {
    background-color: #1A191A;
    padding: 20% 5%;
}

.split[b-cgvij08lf9] {
    display: flex;
    flex-direction: column;
}

.Illustration[b-cgvij08lf9] {
    margin: 7%;
}

html body .Base .split .Illustration .IllustrationImg[b-cgvij08lf9] {
    max-width: 100%;
}

@media (min-width:800px) {
    body .Base .split .Main_Text[b-cgvij08lf9] {
        line-height: 4.25rem;
    }

    body .TilesContainer .split p[b-cgvij08lf9] {
        line-height: 2;
    }

    body .TilesContainer .split h2[b-cgvij08lf9] {
        font-size: 2rem;
    }
}


@media(max-width: 1000px) {
    body .TilesContainer .split .buttonlink[b-cgvij08lf9] {
        margin-top: 5%;
    }

    .ResourceTile[b-cgvij08lf9] {
        width: 90%;
        padding: 5%;
        margin: 5%;
    }
}

@media (min-width: 1000px) and (max-width: 1020px) {
    .TilesContainer .split h2[b-cgvij08lf9] {
        font-size: 1.40rem !important;
    }

    .TilesContainer .split p[b-cgvij08lf9] {
        height: 65% !important;
    }
}

@media (min-width:1000px) {
    .split[b-cgvij08lf9] {
        flex-direction: row;
    }

    .Base[b-cgvij08lf9] {
        padding: calc(2% + 75px) 5% 2%;
    }

    .Base .split[b-cgvij08lf9] {
        margin: 5% 0;
    }

    body .Base .split .Main_Text[b-cgvij08lf9] {
        margin: unset;
        flex-basis: 80%;
        margin-right: 5%;
        padding: 5% 0%;
        line-height: 4.25rem;
    }

    .Base .split .Illustration[b-cgvij08lf9] {
        margin: unset;
        display: flex;
        flex-basis: 100%;
    }

    .TilesContainer .split .ResourceTile[b-cgvij08lf9] {
        padding: 3% 2%;
        margin: 3% 2% 0 0;
        width: 33%;
    }

    body .TilesContainer .split h2[b-cgvij08lf9] {
        text-align: left;
        font-size: 1.5rem;
    }

    body .TilesContainer .split p[b-cgvij08lf9] {
        font-size: 0.80rem;
    }

    body .TilesContainer .split a[b-cgvij08lf9] {
        padding: 1% 5%;
    }
}

@media (min-width:1920px) {
    .Base[b-cgvij08lf9] {
        padding: 75px 5% 1px;
    }
}


.Base .split .Main_Text[b-cgvij08lf9] {
    font-size: 2.4rem;
    color: white;
    margin: 5%;
    text-align: left;
    line-height: 3.25rem;
    font-family: o9sans-light;
}

.UnderlinedText[b-cgvij08lf9] {
    text-decoration: underline #0037FF;
    white-space: nowrap;
}

.TilesContainer[b-cgvij08lf9] {
    padding: 5%;
}

    .TilesContainer .split .ResourceTile[b-cgvij08lf9] {
        border: 2px solid #3B3B3B;
        color: white;
        box-sizing: border-box;
        direction: rtl;
    }

.ResourceTile:hover[b-cgvij08lf9] {
    background: #000000;
}

.TilesContainer .split h2[b-cgvij08lf9] {
    margin-bottom: 2rem;
    text-align: center;
    font-family: o9sans-light;
}


.TilesContainer .split p[b-cgvij08lf9] {
    line-height: 1.75;
    text-align: left;
    height: 60%;
}

.TilesContainer .split a[b-cgvij08lf9] {
    color: white;
    text-decoration: none;
    border: 3px solid #0037FF;
    box-sizing: border-box;
    border-radius: 4em;
    font-size: 0.75em;
    padding: 2% 7%;
}
/* _content/o9.Guide/Views/Home/LogInPage.cshtml.rz.scp.css */
html.htmlElement[b-kxohrayi1x]{
    font-size:1rem !important;
}

body section.container[b-kxohrayi1x]{
    font-family: o9sans-regular;
}

@media(max-width:400px) {
    body .Tile[b-kxohrayi1x] {
        padding: 2% 5%;
    }
}

@media (min-width:500px) {
    body .Tile[b-kxohrayi1x] {
        font-size: 1.1rem;
    }
}

@media (min-width:800px) {

    body .Tile[b-kxohrayi1x] {
        font-size: 1.1rem;
    }
}

html section.container[b-kxohrayi1x] {
    background-image: url("/images/Image.svg");
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Tile[b-kxohrayi1x] {
    background: #FFFFFF;
    padding: 20px 50px;
    border-radius: 8px;
}

.SignInDiv[b-kxohrayi1x] {
    font-family: Helvetica;
}

    .SignInDiv h1[b-kxohrayi1x] {
        font-size: 30px;
        font-family: inherit;
        color: #202020;
        margin-bottom: 0px;
    }

    .SignInDiv h3[b-kxohrayi1x] {
        font-size: 16px;
        font-weight: normal;
        color: #535353;
        margin-bottom: 30px;
    }

.OptionsContainer[b-kxohrayi1x] {
    padding: 3%;
}

.Buttons[b-kxohrayi1x] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 4%;
    margin-bottom: 5%;
    height: 20px;
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
}

.buttontext[b-kxohrayi1x] {
    position: relative;
    padding-left: 5px;
}

.OrText[b-kxohrayi1x] {
    margin: 20px 0px 20px 15px;
}

.Email[b-kxohrayi1x] {
    background-color: #335fff;
    color: #FFFFFF;
    border: 1px solid #335FFF
}

.Microsoft[b-kxohrayi1x] {
    border: 2px solid #335FFF
}
/* _content/o9.Guide/Views/Home/UrlPage.cshtml.rz.scp.css */
h1[b-p59ypx0ojx], h2[b-p59ypx0ojx], h3[b-p59ypx0ojx], p[b-p59ypx0ojx] {
    margin: 0;
}

@media (min-width:480px) {
    body h1[b-p59ypx0ojx] {
        font-size: 1.5rem;
        margin-bottom: 5%;
    }

    body .Tile[b-p59ypx0ojx] {
        padding: 3% 2%;
    }
}

@media(min-width:800px) {
    html[b-p59ypx0ojx]{
        font-size: 1rem !important;
    }

    body h1[b-p59ypx0ojx] {
        margin-bottom: 7%;
    }
}

section.container[b-p59ypx0ojx] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/Image.svg');
}

.Tile[b-p59ypx0ojx] {
    background: white;
    font-family: o9sans-bold;
    padding: 7% 8%;
    margin: 4%;
}

h1[b-p59ypx0ojx] {
    margin-bottom: 7%;
    float: left;
}

input[b-p59ypx0ojx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 9% 0;
    padding: 4%;
    width: 100%;
    border: 2px solid #E5E6E5;
    background: #FFFFFF;
    box-sizing: border-box;
}

    input[b-p59ypx0ojx]::placeholder {
        font-family: o9sans-light;
    }

button[b-p59ypx0ojx] {
    width: 100%;
    background: #000000;
    border-radius: 60px;
    padding: 2%;
}

.ButtonText[b-p59ypx0ojx] {
    color: white;
    font-family: o9sans-bold;
}

.warning-text[b-p59ypx0ojx] {
    font-family: o9sans-light;
    color: red;
    margin: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
