/* _content/ZeroInWeb/Pages/Feedback.cshtml.rz.scp.css */
*[b-vojhrshrgq] {
    box-sizing: border-box;

}
.fieldBlock[b-vojhrshrgq] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 8px
}

.fieldColumn2[b-vojhrshrgq] {
    flex-basis: 50%;
}

.fieldColumn1[b-vojhrshrgq] {
    flex-basis: 100%;
}

.fieldLabel[b-vojhrshrgq] {
    white-space: nowrap;
    margin: 8px 16px 8px 8px;
    color: var(--colorText);

}
.mainImg[b-vojhrshrgq] {
    object-fit: cover;
    max-width: 2000px;
    background-color: black
}
.fieldEntry[b-vojhrshrgq] {
    flex: 1 1 100%;
    border-radius: 6px;
    border-width: 1px;
    border-color: #D8D8D833;
    box-shadow: 2px 2px 4px 2px #B8B8B855;
    padding: 8px;
}

.EntryForm[b-vojhrshrgq] {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    max-width: 1000px;
    font-size: 18px
}

.MessageField[b-vojhrshrgq] {
    margin: 0px 0px 0px 8px;
    flex-basis: 200px;
    justify-self: stretch
}
.supportList[b-vojhrshrgq] {
    display: flex;
    flex-flow: row wrap;
    color: white;
    justify-content: space-between;
    min-width: 600px
}
.supportList > div[b-vojhrshrgq] {
    margin: 8px 0px 8px 0px
}
.mainForm[b-vojhrshrgq] {

}


.shade[b-vojhrshrgq] {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,.5);
    opacity: 0;
    transition: opacity .3s;
}

#mainShade[b-vojhrshrgq] {
    visibility: hidden;
}

.visibleShade[b-vojhrshrgq] {
    visibility: visible;
    opacity: 1;
}

    .visibleShade > .dialog[b-vojhrshrgq] {
        transform: translate(0px, 0px);
        opacity: 1;
    }

.dialog[b-vojhrshrgq] {
    width: 400px;
    height: 420px;
    background-color: white;
    opacity: 0;
    transform: translate(0px, -40px);
    transition: transform .8s, opacity .5s;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 10px 10px 12px rgba(50,50,50,.35);
    margin: 12px 32px;
}

@media only screen and (max-width: 400px) {
    .dialog[b-vojhrshrgq] {
        width: 100%;
        height: 95vh;
        max-height: 500px;
    }
}


@media only screen and (max-width: 740px) {
    .EntryForm[b-vojhrshrgq] {
        flex-flow: column nowrap;
    }

    .fieldBlock[b-vojhrshrgq] {
        flex-flow: column wrap;
        align-items: stretch
    }

    .fieldLabel[b-vojhrshrgq] {
        margin: 8px 0px 8px 0px
    }

    .MessageField[b-vojhrshrgq] {
        margin: 0px 0px 0px 0px
    }
    .button[b-vojhrshrgq] {
        width: 100%;
    }
    .mainForm[b-vojhrshrgq] {
        width: 100%;
    }
    .headerTitle[b-vojhrshrgq] {
        font-size: 28px;
    }
    .mainImg[b-vojhrshrgq] {
        height: 260px
    }
    .supportList[b-vojhrshrgq] {
        flex-flow: column nowrap;
    }
}
@media only screen and (min-width: 1200px) {
    .mainImg[b-vojhrshrgq] {
        width: 100vw;
        transform: translate(0px,-3vw)
    }
}
@media only screen and (min-width: 1500px) {
    .mainImg[b-vojhrshrgq] {
        width: 100vw;
        transform: translate(0px,-9vw)
    }
    .headerTitle[b-vojhrshrgq] {
        font-size: 60px
    }
}
/* _content/ZeroInWeb/Pages/Home/Index.cshtml.rz.scp.css */
body[b-g3j5gevf1w] {
    font-size: 24px
}

h3[b-g3j5gevf1w] {
    font-size: 3.8vw;
    color: white;
    margin: 8px;
    text-align: center
}

.heroText[b-g3j5gevf1w] {
    font-size: 28px
}

.heroImg[b-g3j5gevf1w] {
    width: 100%;
    max-width: 2000px;
}

.contentBoxContainer[b-g3j5gevf1w] {
    background-color: #F1F1F1;
    min-height: 100px;
    display: flex;
    flex-flow: row nowrap;
    padding: 0px 0px;
    justify-content: center
}


.contentBox[b-g3j5gevf1w] {
    background-color: white;
    margin: -20px 8px 20px 4px;
    flex-basis: 33%;
    border-radius: 12px;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(140,140,140, .3);
    padding: 0px 0px 8px 0px

}

.contentBoxHeader[b-g3j5gevf1w] {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: stretch;
    min-height: 68px
}

.contentBoxImage[b-g3j5gevf1w] {
    width: 44%;
    margin: 0px;
    padding: 0px;
    min-width: 80px;
}

.contentBoxHeaderTxt[b-g3j5gevf1w] {
    font-size: 2.4vw;
    font-weight: 700;
    color: white;
    align-self: center;
    padding: 4px;
}

.contentBoxText[b-g3j5gevf1w] {
    padding: 12px;
    margin: 8px;
    font-size: 20px;
    text-align: center
}

.mediumText[b-g3j5gevf1w] {
    font-size: 20px;
}

.heroContainer[b-g3j5gevf1w] {
    width: 100%;
    max-height: 500px;
    min-width: 300px
}

.hand[b-g3j5gevf1w] {
    position: absolute;
    bottom: 0px;
    right: 20%;
    height: 64%
}


@media screen and (min-width: 735px) {
    .heroText[b-g3j5gevf1w] {
        font-size: 36px
    }
}

@media screen and (max-width: 734px) {
    h3[b-g3j5gevf1w] {
        font-size: 32px;
    }
}

@media screen and (max-width: 520px) {

    .heroText[b-g3j5gevf1w] {
        font-size: 5vw
    }
}

@media screen and (max-width: 1000px) {
    .contentBoxContainer[b-g3j5gevf1w] {
        flex-flow: column nowrap;
    }

    .contentBox[b-g3j5gevf1w] {
        margin: -20px 8px 40px 4px;
        flex-basis: unset;
    }

    .contentBoxHeaderTxt[b-g3j5gevf1w] {
        font-size: 28px
    }

    .contentBoxImage[b-g3j5gevf1w] {
        width: 20%
    }
}
@media screen and (max-width: 640px) {
    .contentBoxHeaderTxt[b-g3j5gevf1w] {
        font-size: 24px
    }
}
@media screen and (min-width: 100px) {
    .heroContainer[b-g3j5gevf1w] {
        max-height: 35vw;
        /*min-height: 210px;*/
    }

    .heroImg[b-g3j5gevf1w] {
        transform: translate(0px,-3vw);
        min-width: 640px;
    }
}

@media screen and (max-width: 500px) {
    .heroImg[b-g3j5gevf1w] {
        transform: translate(-120px,-8px);
    }

    .hand[b-g3j5gevf1w] {
        right: 8%
    }
}

/*@media screen and (max-width: 600px) {

            .heroImg {
                width: 150%;
                transform: translate(-15%,-45%);
            }
        }*/
@media screen and (max-width: 700px) {

    .heroContainer[b-g3j5gevf1w] {
        max-height: 232px;
    }
    /*.heroImg {
                width: 880px;
                transform: translate(-20%,-42%);
            }*/
}


@media screen and (min-width: 1800px) {
    .heroContainer[b-g3j5gevf1w] {
        max-height: 630px
    }

    .heroImg[b-g3j5gevf1w] {
        transform: translate(0px,-5vw)
    }
}

@media screen and (min-width: 1800px) {
    .mediumText[b-g3j5gevf1w] {
        font-size: 24px;
    }
}

@media screen and (min-width: 2000px) {
    .mediumText[b-g3j5gevf1w] {
        font-size: 24px;
    }

    .heroContainer[b-g3j5gevf1w] {
        max-height: 640px
    }

    .heroImg[b-g3j5gevf1w] {
        transform: translate(0px,-100px)
    }

    .contentBoxHeaderTxt[b-g3j5gevf1w] {
        font-size: 54px;
    }
}
/* _content/ZeroInWeb/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-1uhiutpw7p] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-1uhiutpw7p] {
  color: #0077cc;
}

.btn-primary[b-1uhiutpw7p] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-1uhiutpw7p], .nav-pills .show > .nav-link[b-1uhiutpw7p] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-1uhiutpw7p] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-1uhiutpw7p] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-1uhiutpw7p] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-1uhiutpw7p] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-1uhiutpw7p] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/ZeroInWeb/Pages/SupportWeb.cshtml.rz.scp.css */
*[b-xzvqogvc65] {
    box-sizing: border-box;
}
h2[b-xzvqogvc65], h3[b-xzvqogvc65] {
    color: var(--colorText)
}

.fieldBlock[b-xzvqogvc65] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 8px
}

.fieldColumn2[b-xzvqogvc65] {
    flex-basis: 50%;
}

.fieldColumn1[b-xzvqogvc65] {
    flex-basis: 100%;
}

.fieldLabel[b-xzvqogvc65] {
    white-space: nowrap;
    margin: 8px 16px 8px 8px;
    color: var(--colorText);
}

.mainImg[b-xzvqogvc65] {
    object-fit: cover;
    max-width: 2000px;
    background-color: black
}

.fieldEntry[b-xzvqogvc65] {
    flex: 1 1 100%;
    border-radius: 6px;
    border-width: 1px;
    border-color: #D8D8D833;
    box-shadow: 2px 2px 4px 2px #B8B8B855;
    padding: 8px;
}

.EntryForm[b-xzvqogvc65] {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    max-width: 1000px;
    font-size: 18px
}

.MessageField[b-xzvqogvc65] {
    margin: 0px 0px 0px 8px;
    flex-basis: 200px;
    justify-self: stretch
}

.supportList[b-xzvqogvc65] {
    display: flex;
    flex-flow: row wrap;
    color: white;
    justify-content: space-between;
    min-width: 600px
}

    .supportList > div[b-xzvqogvc65] {
        margin: 8px 0px 8px 0px
    }

.mainForm[b-xzvqogvc65] {
}


.shade[b-xzvqogvc65] {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,.5);
    opacity: 0;
    transition: opacity .3s;
}

#mainShade[b-xzvqogvc65] {
    visibility: hidden;
}

.visibleShade[b-xzvqogvc65] {
    visibility: visible;
    opacity: 1;
}

    .visibleShade > .dialog[b-xzvqogvc65] {
        transform: translate(0px, 0px);
        opacity: 1;
    }

.dialog[b-xzvqogvc65] {
    width: 400px;
    height: 420px;
    background-color: white;
    opacity: 0;
    transform: translate(0px, -40px);
    transition: transform .8s, opacity .5s;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 10px 10px 12px rgba(50,50,50,.35);
    margin: 12px 32px;
}

@media only screen and (max-width: 400px) {
    .dialog[b-xzvqogvc65] {
        width: 100%;
        height: 95vh;
        max-height: 500px;
    }
}


@media only screen and (max-width: 740px) {
    .EntryForm[b-xzvqogvc65] {
        flex-flow: column nowrap;
    }

    .fieldBlock[b-xzvqogvc65] {
        flex-flow: column wrap;
        align-items: stretch
    }

    .fieldLabel[b-xzvqogvc65] {
        margin: 8px 0px 8px 0px
    }

    .MessageField[b-xzvqogvc65] {
        margin: 0px 0px 0px 0px
    }

    .button[b-xzvqogvc65] {
        width: 100%;
    }

    .mainForm[b-xzvqogvc65] {
        width: 100%;
    }

    .headerTitle[b-xzvqogvc65] {
        font-size: 28px;
    }

    .mainImg[b-xzvqogvc65] {
        height: 260px
    }

    .supportList[b-xzvqogvc65] {
        flex-flow: column nowrap;
    }
}

@media only screen and (min-width: 1200px) {
    .mainImg[b-xzvqogvc65] {
        width: 100vw;
        transform: translate(0px,-3vw)
    }
}

@media only screen and (min-width: 1500px) {
    .mainImg[b-xzvqogvc65] {
        width: 100vw;
        transform: translate(0px,-9vw)
    }

    .headerTitle[b-xzvqogvc65] {
        font-size: 60px
    }
}
/* _content/ZeroInWeb/Pages/Test.cshtml.rz.scp.css */
body[b-txa0eqv3z7] {
    font-size: 24px
}
h3[b-txa0eqv3z7] {
    font-size: 3.8vw;
    color: white;
    margin: 8px;
    text-align: center
}

.heroText[b-txa0eqv3z7] {
    font-size: 28px
}

.heroImg[b-txa0eqv3z7] {
    width: 100%;
    max-width: 2000px;
}

.contentBoxContainer[b-txa0eqv3z7] {
    background-color: #F1F1F1;
    min-height: 100px;
    display: flex;
    flex-flow: row nowrap;
    padding: 0px 0px;
    justify-content: center
}


.contentBox[b-txa0eqv3z7] {
    background-color: white;
    margin: -20px 8px 20px 4px;
    flex-basis: 33%;
    border-radius: 12px;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(140,140,140, .3)
}

.contentBoxHeader[b-txa0eqv3z7] {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: stretch;
    min-height: 68px
}

.contentBoxImage[b-txa0eqv3z7] {
    width: 44%;
    margin: 0px;
    padding: 0px;
    min-width: 80px;
}

.contentBoxHeaderTxt[b-txa0eqv3z7] {
    font-size: 3.4vw;
    color: white;
    align-self: center;
    margin: 6px;
}

.contentBoxText[b-txa0eqv3z7] {
    padding: 20px;
    font-size: 20px;
    text-align: center
}

.mediumText[b-txa0eqv3z7] {
    font-size: 20px;
}

.heroContainer[b-txa0eqv3z7] {
    width: 100%;
    max-height: 500px;
    min-width: 300px
}

.hand[b-txa0eqv3z7] {
    position: absolute;
    bottom: 0px;
    right: 20%;
    height: 64%
}


@media screen and (min-width: 735px) {
    .heroText[b-txa0eqv3z7] {
        font-size: 36px
    }
}
@media screen and (max-width: 734px) {
    h3[b-txa0eqv3z7] {
        font-size: 32px;
    }
}
@media screen and (max-width: 520px) {


    .heroText[b-txa0eqv3z7] {
        font-size: 5vw
    }
}
@media screen and (max-width: 800px) {
    .contentBoxContainer[b-txa0eqv3z7] {
        flex-flow: column nowrap;
    }

    .contentBox[b-txa0eqv3z7] {
        margin: -20px 8px 40px 4px;
    }

    .contentBoxHeaderTxt[b-txa0eqv3z7] {
        font-size: 32px
    }

    .contentBoxImage[b-txa0eqv3z7] {
        width: 15%
    }
}

@media screen and (min-width: 100px) {
    .heroContainer[b-txa0eqv3z7] {
        max-height: 35vw;
        /*min-height: 210px;*/
    }

    .heroImg[b-txa0eqv3z7] {
        transform: translate(0px,-3vw);
        min-width: 640px;
    }
}

@media screen and (max-width: 500px) {
    .heroImg[b-txa0eqv3z7] {
        transform: translate(-120px,-8px);
    }

    .hand[b-txa0eqv3z7] {
        right: 8%
    }
}

/*@media screen and (max-width: 600px) {

            .heroImg {
                width: 150%;
                transform: translate(-15%,-45%);
            }
        }*/
@media screen and (max-width: 700px) {

    .heroContainer[b-txa0eqv3z7] {
        max-height: 232px;
    }
    /*.heroImg {
                width: 880px;
                transform: translate(-20%,-42%);
            }*/
}


@media screen and (min-width: 1800px) {
    .heroContainer[b-txa0eqv3z7] {
        max-height: 630px
    }

    .heroImg[b-txa0eqv3z7] {
        transform: translate(0px,-5vw)
    }
}

@media screen and (min-width: 1800px) {
    .mediumText[b-txa0eqv3z7] {
        font-size: 24px;
    }
}

@media screen and (min-width: 2000px) {
    .mediumText[b-txa0eqv3z7] {
        font-size: 24px;
    }

    .heroContainer[b-txa0eqv3z7] {
        max-height: 640px
    }

    .heroImg[b-txa0eqv3z7] {
        transform: translate(0px,-100px)
    }

    .contentBoxHeaderTxt[b-txa0eqv3z7] {
        font-size: 72px;
    }
}
