﻿/* This css file is applied before styles.scss loaded *//* stylelint-disable *//* medium 500 */
@font-face
{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('https://quickwin.com/assets/fonts/Medium.woff') format('woff'),url('https://quickwin.com/assets/fonts/Medium.woff2') format('woff2');
}/* medium 500 italic */
@font-face
{
    font-family: 'Gilroy';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('https://quickwin.com/assets/fonts/MediumItalic.woff') format('woff'),url('https://quickwin.com/assets/fonts/MediumItalic.woff2') format('woff2');
}/* semibold 600 */
@font-face
{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://quickwin.com/assets/fonts/SemiBold.woff') format('woff'),url('https://quickwin.com/assets/fonts/SemiBold.woff2') format('woff2');
}/* semibold 600 italic */
@font-face
{
    font-family: 'Gilroy';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('https://quickwin.com/assets/fonts/SemiboldItalic.woff') format('woff'),url('https://quickwin.com/assets/fonts/SemiboldItalic.woff2') format('woff2');
}/* bold 700 */
@font-face
{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://quickwin.com/assets/fonts/Bold.woff') format('woff'),url('https://quickwin.com/assets/fonts/Bold.woff2') format('woff2');
}/* bold 700 italic */
@font-face
{
    font-family: 'Gilroy';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('https://quickwin.com/assets/fonts/BoldItalic.woff') format('woff'),url('https://quickwin.com/assets/fonts/BoldItalic.woff2') format('woff2');
}/* black 900 italic */
@font-face
{
    font-family: 'Gilroy';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url('https://quickwin.com/assets/fonts/BlackItalic.woff') format('woff'),url('https://quickwin.com/assets/fonts/BlackItalic.woff2') format('woff2');
}
body
{
    margin: 0;
}
.loading-container
{
    position: fixed;
    z-index: 999;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    transition: opacity .8s ease;
    overflow: hidden;
}
stb-root.user-checked+.loading-container
{
    opacity: 0;
}
stb-root.user-checked.hide-preloader+.loading-container
{
    display: none;
}/* Hide Google reCAPTCHA badge */
.grecaptcha-badge
{
    visibility: hidden;
}