/* _content/GI.Web/Areas/Gym/Views/Home/Index.cshtml.rz.scp.css */
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-12[b-uw4d9ejx0g] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color);
    position: relative;
    z-index: 1
}

.block-12__shape-for-background[b-uw4d9ejx0g] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 75%;
    background: linear-gradient(to top, rgba(0, 0, 0, .05) 0, transparent 70%);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
}

.card-1[b-uw4d9ejx0g] {
    height: 100%;
    padding: 3rem 2.8rem;
    padding-bottom: 5.8rem;
    border-radius: 5px;
    /*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);*/
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .2);
    /*cursor: pointer;*/
    position: relative;
    z-index: 1;
    transition: transform .5s;
    background: #fff;
    overflow: hidden
}

    .card-1:focus[b-uw4d9ejx0g],
    .card-1:hover[b-uw4d9ejx0g] {
        /*color: var(--primary-invert);
        background: var(--primary);
        box-shadow: 0 5px 50px 5px rgba(0, 0, 0, .2);*/
        /*transform: translateY(-5px) scale(1.02)*/
    }

    .card-1[b-uw4d9ejx0g]::after,
    .card-1[b-uw4d9ejx0g]::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 1px;
        background: rgb(255 255 255 / 19%);
        border-radius: 10rem;
        box-shadow: 0 0 115px 52px rgb(255 255 255 / 60%);
        z-index: -1;
        opacity: 0;
        transition: opacity 1s
    }

    .card-1[b-uw4d9ejx0g]::before {
        left: 0;
        bottom: 0;
        transform: translate(-50%, 50%)
    }

    .card-1[b-uw4d9ejx0g]::after {
        right: 0;
        top: 0;
        transform: translate(50%, -50%)
    }

    .card-1:hover[b-uw4d9ejx0g]::after,
    .card-1:hover[b-uw4d9ejx0g]::before {
        opacity: 1
    }

.card-1__title[b-uw4d9ejx0g] {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .93rem
}

.card-1__paragraph[b-uw4d9ejx0g] {
    font-size: 14.4px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    margin-bottom: 3.4rem
}

.card-1__button-container[b-uw4d9ejx0g] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateX(-15px);
    position: absolute;
    right: 0;
    bottom: 0
}

.card-1__cta-text[b-uw4d9ejx0g] {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -.27px
}

.card-1__cta-icon[b-uw4d9ejx0g] {
    transition: transform .7s
}

.card-1:focus .card-1__cta-icon[b-uw4d9ejx0g],
.card-1:hover .card-1__cta-icon[b-uw4d9ejx0g] {
    transform: translateX(5px)
}

.card-1__content[b-uw4d9ejx0g] {
    position: relative;
    padding-bottom: 1rem;
    height: 100%;
    z-index: 2
}

.card-1__shapes[b-uw4d9ejx0g] {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    overflow: hidden
}

    .card-1__shapes svg[b-uw4d9ejx0g] {
        opacity: .1;
        transition: transform 1s;
        transform: scale(1.2);
        transform-origin: right
    }

.card-1:hover .card-1__shapes svg[b-uw4d9ejx0g] {
    transform: rotate(5deg) translateX(-10px)
}

.card-1:hover .card-1__shapes path[b-uw4d9ejx0g] {
    transform: translate(10px)
}

.card-1:focus .card-1__shapes svg[b-uw4d9ejx0g],
.card-1:hover .card-1__shapes svg[b-uw4d9ejx0g] {
    opacity: .2
}

.card-1__shapes svg[b-uw4d9ejx0g] {
    padding-top: 10px;
    padding-right: 10px;
    overflow: visible
}

.card-1__shapes path[b-uw4d9ejx0g] {
    transition: transform .7s;
    fill: #fff
}

.mb-2-1rem[b-uw4d9ejx0g] {
    margin-bottom: 2.1rem
}

/* Smaller than iPhone SE - cut user table */
/*@media screen and (max-width: 374px) {
    *
    {
        background-color: Yellow;
        color: Pink;
    }
}*/
/* _content/GI.Web/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
/*------------------------------*/
/*--Section STARTER-------------*/
/*------------------------------*/

#landingpageroot[b-4ya7rmyli3]{
    --primary: #5e22e6;
    --secondary: #0a1f44;
    --primary-invert: #fff;
    --secondary-invert: #fff;
    --gradient-primary: linear-gradient(230deg, #7445ff, #520df4);
    --gradient-secondary: linear-gradient(230deg, #0a1f44, #020024);
    /* DEFAULT COLOR OF TEXTS */
    --text-primary: #0a1f44;
    /* FOR BUTTONS & INPUTS */
    --elements-roundness: 10rem;
    --space-between-blocks: 5.3rem;
    /* for mobiles */
    --space-between-blocks-small-screens: 3rem;
}

body[b-4ya7rmyli3] {
    font-family: "Poppins", sans-serif;
    color: var(--text-primary);
}

.space-between-blocks[b-4ya7rmyli3] {
    padding-top: var(--space-between-blocks-small-screens);
    padding-bottom: var(--space-between-blocks-small-screens);
}

@media (min-width: 992px) {
    .space-between-blocks[b-4ya7rmyli3] {
        padding-top: var(--space-between-blocks);
        padding-bottom: var(--space-between-blocks);
    }
}

@media (max-width: 992px) {
    #landingpageroot[b-4ya7rmyli3] {
        margin-bottom: 50px;
    }
}

/* Buttons */

button[b-4ya7rmyli3] {
    color: inherit;
    padding: 0;
    background: none;
    border: none;
}

    button:focus[b-4ya7rmyli3] {
        outline: none;
        box-shadow: none;
    }

.btn[b-4ya7rmyli3] {
    font-size: 0.87rem;
    padding: 0.8rem 1.6rem;
    border: none;
    border-radius: var(--elements-roundness);
    transition: 0.2s all;
}

@media (min-width: 992px) {
    .btn[b-4ya7rmyli3] {
        padding: 0.8rem 2rem;
    }
}

.btn[b-4ya7rmyli3],
.btn:hover[b-4ya7rmyli3],
.btn:focus[b-4ya7rmyli3] {
    border: none;
    box-shadow: none;
    outline: none;
}

    .btn:hover[b-4ya7rmyli3],
    .btn:focus[b-4ya7rmyli3] {
        transform: scale(1.05);
    }

.btn-primary[b-4ya7rmyli3],
.btn-primary:hover[b-4ya7rmyli3],
.btn-primary:focus[b-4ya7rmyli3] {
    background: var(--gradient-primary, --primary);
    color: var(--primary-invert);
}

.btn-secondary[b-4ya7rmyli3],
.btn-secondary:hover[b-4ya7rmyli3],
.btn-secondary:focus[b-4ya7rmyli3] {
    background: var(--gradient-secondary, --secondary);
    color: var(--secondary-invert);
}

.btn-primary--empty[b-4ya7rmyli3],
.btn-primary--empty:hover[b-4ya7rmyli3],
.btn-primary--empty:focus[b-4ya7rmyli3] {
    color: var(--primary);
}

.btn-sm[b-4ya7rmyli3] {
    padding: 0.8rem;
}

.highlight[b-4ya7rmyli3] {
    color: var(--primary)
}

/* block header */

.block__header[b-4ya7rmyli3] {
    margin-bottom: 4rem;
}

.block__title[b-4ya7rmyli3] {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
}

@media(min-width: 992px) {
    .block__title[b-4ya7rmyli3] {
        font-size: 2.5rem;
    }

    .block__title--big[b-4ya7rmyli3] {
        font-size: 3rem;
        line-height: 1.1;
    }
}

@media(min-width: 1200px) {
    .block__title--big[b-4ya7rmyli3] {
        font-size: 3.5rem;
        line-height: 1.2;
    }
}

.block__paragraph[b-4ya7rmyli3] {
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: .9;
}

@media(min-width: 992px) {
    .block__paragraph--big[b-4ya7rmyli3] {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

/* Icons */

.fr-icon[b-4ya7rmyli3] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    background: rgba(0,0,0,0.04);
    margin-bottom: 1.5rem;
    transition: .5s;
}

.fr-icon--medium[b-4ya7rmyli3] {
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
}

.fr-icon--large[b-4ya7rmyli3] {
    font-size: 1.2rem;
    height: 3.25rem;
    width: 3.25rem;
}

@media (min-width: 992px) {
    .fr-icon--large[b-4ya7rmyli3] {
        height: 3.8rem;
        width: 3.8rem;
        font-size: 1.9rem;
    }
}

/* Put your blocks here */













/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-65[b-4ya7rmyli3] {
    /*--block-background: #f9f9f9;*/
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
}

.block-65__logo-container[b-4ya7rmyli3] {
    text-align: center;
    margin-bottom: 4rem
}

.block-65__logo[b-4ya7rmyli3] {
    height: 60px
}

.auth-form[b-4ya7rmyli3] {
    border-radius: 8px;
    padding: 2.5rem 2rem;
    margin: 0 -.5rem;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09)
}

@media (min-width:500px) {
    .auth-form[b-4ya7rmyli3] {
        padding: 2.5rem 1.4rem
    }
}

@media (min-width:768px) {
    .auth-form[b-4ya7rmyli3] {
        padding: 2.5rem
    }
}

.auth-form__title[b-4ya7rmyli3] {
    text-align: center;
    color: var(--block-text-color);
    font-size: 1.13rem;
    font-weight: 600;
    margin-bottom: 2rem
}

.auth-form__input[b-4ya7rmyli3] {
    width: 100%;
    padding: .9rem 1.4rem;
    font-size: .87rem;
    border-radius: 5px;
    border: 1px solid #e4e5e7;
    margin-bottom: .87rem
}

    .auth-form__input:last-child[b-4ya7rmyli3] {
        margin-bottom: 0
    }

    .auth-form__input:focus[b-4ya7rmyli3] {
        border-color: var(--primary);
        background: rgba(0, 0, 0, .05);
        outline: 0;
        box-shadow: none
    }

.auth-form__options button[b-4ya7rmyli3] {
    width: 100%
}

.border-bottom[b-4ya7rmyli3] {
    border: 0;
    border-bottom: 1px solid #dee2e6
}

.auth-form__p[b-4ya7rmyli3] {
    font-size: .9rem;
    line-height: 1.4;
    text-align: center
}

.btn-form[b-4ya7rmyli3],
.btn-form:focus[b-4ya7rmyli3],
.btn-form:hover[b-4ya7rmyli3] {
    background: var(--primary);
    color: var(--primary-invert);
    border-radius: 5px;
    font-size: .87rem;
    padding: .8rem 1.6rem;
    transition: .2s all
}

.btn-social[b-4ya7rmyli3] {
    border-radius: 5px;
    font-size: .87rem;
    padding: .8rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.btn-facebook[b-4ya7rmyli3],
.btn-facebook:focus[b-4ya7rmyli3],
.btn-facebook:hover[b-4ya7rmyli3] {
    background: #0080ff;
    border: 1px solid #0080ff;
    color: #fff;
    margin-bottom: .87rem
}

.btn-google[b-4ya7rmyli3],
.btn-google:focus[b-4ya7rmyli3],
.btn-google:hover[b-4ya7rmyli3] {
    background: #fff;
    border: 1px solid #e4e5e7;
    color: #7a7d85;
    margin-bottom: 1rem
}

.form-separator[b-4ya7rmyli3] {
    height: 12px;
    margin: 20px 0 32px;
    text-align: center;
    border-bottom: 1px solid #e4e5e7
}

    .form-separator span[b-4ya7rmyli3] {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        padding: 0 8px;
        background-color: #fff;
        color: #62646a
    }

.signin__link[b-4ya7rmyli3],
.signin__link:focus[b-4ya7rmyli3],
.signin__link:hover[b-4ya7rmyli3] {
    text-decoration: none;
    color: var(--primary)
}
/* _content/GI.Web/Areas/Public/Views/Home/Index.cshtml.rz.scp.css */
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-28[b-8o8261co5e] {
    --elements-roundness: 5px;
    --block-background: white;
    --block-text-color: var(--text-primary);
    background-color: var(--block-background);
    color: var(--block-text-color);
    background-image: linear-gradient(to top, #f8f8f8 47%, transparent 0)
}

@media(min-width:992px) {
    .block-28[b-8o8261co5e] {
        background-image: linear-gradient(to right, #f8f8f8 50%, transparent 0)
    }

    .block-28__content-side[b-8o8261co5e],
    .block-28__form-side[b-8o8261co5e] {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .contact-info[b-8o8261co5e] {
        width: 90%;
        margin: auto
    }
}

.block-28__content-side[b-8o8261co5e],
.block-28__form-side[b-8o8261co5e] {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.contact-form[b-8o8261co5e],
.contact-info[b-8o8261co5e] {
    width: 95%;
    margin: auto
}

.contact-info[b-8o8261co5e] {
    font-size: .9rem
}

.contact-form__title[b-8o8261co5e],
.contact-info__title[b-8o8261co5e] {
    /*font-size: 2.2rem;*/
    font-size: 1.8rem;
    font-weight: 600
}

.contact-info__paragraph[b-8o8261co5e] {
    font-size: 1.2rem;
    opacity: .9;
    line-height: 1.7
}

.contact-info__title-2[b-8o8261co5e] {
    font-weight: 600
}

    .contact-info__title-2 .contact-info__item[b-8o8261co5e] {
        opacity: .9
    }

.contact-form__paragraph[b-8o8261co5e] {
    font-size: 1.2rem;
    opacity: .9;
    line-height: 1.7;
    width: 100%
}

.contact-form__input[b-8o8261co5e] {
    color: var(--text-primary);
    font-size: .87rem;
    padding: .87rem 1.4rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .01);
    width: 100%;
    margin-bottom: .87rem
}

textarea.contact-form__input[b-8o8261co5e] {
    height: 130px;
    resize: none
}

.contact-form__input:focus[b-8o8261co5e] {
    border: 1px solid var(--primary);
    outline: 0;
    box-shadow: none
}

.btn--loading[b-8o8261co5e] {
    opacity: 1;
    cursor: progress;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .btn--loading[b-8o8261co5e]::after,
    .btn--loading[b-8o8261co5e]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    .btn--loading[b-8o8261co5e]::before {
        background: var(--primary);
        width: 100%;
        height: 100%;
        z-index: 1
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin-b-8o8261co5e {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.btn--loading[b-8o8261co5e]::after {
    margin: auto;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid var(--primary-invert);
    width: 1.5rem;
    height: 1.5rem;
    -webkit-animation: spin .5s linear infinite;
    animation: spin-b-8o8261co5e .5s linear infinite;
    z-index: 2
}

.h-100[b-8o8261co5e] {
    height: 100% !important
}


/* --------------------------------------------------- */
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-61[b-8o8261co5e] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
}

.testimonial-card-1[b-8o8261co5e] {
    padding: 3rem 2.2rem 2.2rem 2.2rem;
    border-radius: 5px;
    position: relative;
    background: var(--block-background);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .09);
    display: flex;
    flex-direction: column;
    height: 100%
}

.testimonial-card-1__paragraph[b-8o8261co5e] {
    font-size: .95rem;
    opacity: .9;
    line-height: 1.7;
    flex-grow: 1;
    padding-bottom: 1.5rem
}

.testimonial-card-1__quote-symbol[b-8o8261co5e] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary, --primary);
    color: var(--primary-invert);
    font-size: 1.3rem;
    border-radius: 10rem;
    position: absolute;
    top: -25px;
    left: 30px
}

.block-61-person[b-8o8261co5e] {
    display: flex;
    align-items: center;
    margin-top: -1rem
}

.block-61-person__avatar[b-8o8261co5e] {
    width: 56px;
    height: 56px;
    border-radius: 10rem
}

.block-61-person__rating[b-8o8261co5e] {
    font-size: .75rem;
    color: #ffe200
}

.block-61-person__name[b-8o8261co5e] {
    font-size: .87rem;
    font-weight: 600
}

.block-61-person__info[b-8o8261co5e] {
    font-size: .87rem;
    opacity: .8
}






/*------------------------------*/
/*--Section Modal----------------*/
/*------------------------------*/
.block-32[b-8o8261co5e] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
}

.block__header[b-8o8261co5e] {
    margin-bottom: 4rem
}

.block__pre-title[b-8o8261co5e] {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 600
}

.block__title[b-8o8261co5e] {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4
}

@media(min-width:992px) {
    .block__title[b-8o8261co5e] {
        font-size: 1.5rem
    }
}

.block__paragraph[b-8o8261co5e] {
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: .9
}


/*------------------------------*/
/* The Modal (background) */
.modal[b-8o8261co5e] {
    display: block;/ /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content[b-8o8261co5e] {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-8o8261co5e] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-8o8261co5e],
    .close:focus[b-8o8261co5e] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


/********** DÖLJ PILAR UPP/NER I TELEFON-FÄLTET ********/
/* Chrome, Safari, Edge, Opera */
input[b-8o8261co5e]::-webkit-outer-spin-button,
input[b-8o8261co5e]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-8o8261co5e] {
    -moz-appearance: textfield;
}
/* _content/GI.Web/Areas/Public/Views/Home/Landingpage - OLD Microinfluencers.cshtml.rz.scp.css */
/* TESTING VERTICAL PLAYER */
/*this query will apply for the devices those have width smaller than 480px*/
@media (max-width: 480px) {
    .vert_video[b-abnkb4gwko] {
        width: 225px;
        height: 400px;
    }
}

.vert_video[b-abnkb4gwko] {
    width: 225px;
    height: 400px;
}

video[b-abnkb4gwko]::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

.video-container[b-abnkb4gwko] {
    position: relative;
    width: fit-content;
}

/*------------------------------*/
/*--Section STARTER-------------*/
/*------------------------------*/
#landingpageroot[b-abnkb4gwko] {
    --primary: #5e22e6;
    --secondary: #0a1f44;
    --primary-invert: #fff;
    --secondary-invert: #fff;
    --gradient-primary: linear-gradient(230deg, #7445ff, #520df4);
    --gradient-secondary: linear-gradient(230deg, #0a1f44, #020024);
    /* DEFAULT COLOR OF TEXTS */
    --text-primary: #0a1f44;
    /* FOR BUTTONS & INPUTS */
    --elements-roundness: 10rem;
    --space-between-blocks: 5.3rem;
    /* for mobiles */
    --space-between-blocks-small-screens: 3rem;
} body[b-abnkb4gwko] {
    font-family: "Poppins", sans-serif;
    color: var(--text-primary);
} .space-between-blocks[b-abnkb4gwko] {
    padding-top: var(--space-between-blocks-small-screens);
    padding-bottom: var(--space-between-blocks-small-screens);
} @media (min-width: 992px) {
    .space-between-blocks[b-abnkb4gwko] {
        padding-top: var(--space-between-blocks);
        padding-bottom: var(--space-between-blocks);
    }
} @media (max-width: 992px) {
    #landingpageroot[b-abnkb4gwko] {
        margin-bottom: 50px;
    }
}
/* Buttons */
button[b-abnkb4gwko] {
    color: inherit;
    padding: 0;
    background: none;
    border: none;
} button:focus[b-abnkb4gwko] {
        outline: none;
        box-shadow: none;
    } .btn[b-abnkb4gwko] {
    font-size: 0.87rem;
    padding: 0.8rem 1.6rem;
    border: none;
    border-radius: var(--elements-roundness);
    transition: 0.2s all;
} @media (min-width: 992px) {
    .btn[b-abnkb4gwko] {
        padding: 0.8rem 2rem;
    }
} .btn[b-abnkb4gwko], .btn:hover[b-abnkb4gwko], .btn:focus[b-abnkb4gwko] {
    border: none;
    box-shadow: none;
    outline: none;
} .btn:hover[b-abnkb4gwko], .btn:focus[b-abnkb4gwko] {
        transform: scale(1.05);
    } .btn-primary[b-abnkb4gwko], .btn-primary:hover[b-abnkb4gwko], .btn-primary:focus[b-abnkb4gwko] {
    background: var(--gradient-primary, --primary);
    color: var(--primary-invert);
} .btn-secondary[b-abnkb4gwko], .btn-secondary:hover[b-abnkb4gwko], .btn-secondary:focus[b-abnkb4gwko] {
    background: var(--gradient-secondary, --secondary);
    color: var(--secondary-invert);
} .btn-primary--empty[b-abnkb4gwko], .btn-primary--empty:hover[b-abnkb4gwko], .btn-primary--empty:focus[b-abnkb4gwko] {
    color: var(--primary);
} .btn-sm[b-abnkb4gwko] {
    padding: 0.8rem;
} .highlight[b-abnkb4gwko] {
    color: var(--primary)
}
/* block header */
.block__header[b-abnkb4gwko] {
    margin-bottom: 4rem;
} .block__title[b-abnkb4gwko] {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
} @media(min-width: 992px) {
    .block__title[b-abnkb4gwko] {
        font-size: 2.5rem;
    }

    .block__title--big[b-abnkb4gwko] {
        font-size: 3rem;
        line-height: 1.1;
    }
} @media(min-width: 1200px) {
    .block__title--big[b-abnkb4gwko] {
        font-size: 3.5rem;
        line-height: 1.2;
    }
} .block__paragraph[b-abnkb4gwko] {
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: .9;
} @media(min-width: 992px) {
    .block__paragraph--big[b-abnkb4gwko] {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}
/* Icons */
.fr-icon[b-abnkb4gwko] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    background: rgba(0,0,0,0.04);
    margin-bottom: 1.5rem;
    transition: .5s;
} .fr-icon--medium[b-abnkb4gwko] {
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
} .fr-icon--large[b-abnkb4gwko] {
    font-size: 1.2rem;
    height: 3.25rem;
    width: 3.25rem;
} @media (min-width: 992px) {
    .fr-icon--large[b-abnkb4gwko] {
        height: 3.8rem;
        width: 3.8rem;
        font-size: 1.9rem;
    }
}
/* Put your blocks here */
/*------------------------------*/
/*--Section HEADER--------------*/
/*------------------------------*/
.block-8-iph[b-abnkb4gwko] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .block-8-iph__li[b-abnkb4gwko] {
    font-size: 1rem;
    font-weight: 600;
    opacity: .9;
    margin-bottom: .8rem
} .block-8-iph__li:last-child[b-abnkb4gwko] {
        margin-bottom: 0
    } .plan-features__icon[b-abnkb4gwko] {
    width: 1.1rem;
    height: 1.1rem;
    color: #33c58d
} .block-8-iph__li-icon[b-abnkb4gwko] {
    color: #33c58d;
    transform: scale(1.5)
} .block-8-iph__list[b-abnkb4gwko] {
    margin-top: 1.3rem
} .iphone-mockup[b-abnkb4gwko] {
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 1
} @media (min-width:524px) {
    .iphone-mockup[b-abnkb4gwko] {
        width: 30%
    }
} @media (min-width:992px) {
    .iphone-mockup[b-abnkb4gwko] {
        width: 250px
    }
} .iphone-mockup[b-abnkb4gwko]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 92%;
    height: 97%;
    background: repeating-linear-gradient(-65deg, rgba(255, 255, 255, .2), rgba(0, 0, 0, .05) 50%);
    z-index: 0;
    margin: auto;
    border-radius: 2rem
} .iphone-mockup__img[b-abnkb4gwko] {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1
} .iphone-mockup__screenshot[b-abnkb4gwko] {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 84%;
    height: 93%;
    margin: auto
} .block-8-iph-iph-blob-svg[b-abnkb4gwko] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.8);
    color: var(--primary)
} @media(min-width:524px) {
    .block-8-iph-iph-blob-svg[b-abnkb4gwko] {
        transform: scale(.5)
    }
} @media(min-width:992px) {
    .block-8-iph-iph-blob-svg[b-abnkb4gwko] {
        transform: scale(.85)
    }
} .block-8-iph-iph-dots-svg[b-abnkb4gwko] {
    color: var(--primary);
    position: absolute;
    bottom: 0;
    width: 250px;
    height: 150px;
    transform: translate(-85px, 55px);
    clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
} @media (min-width:992px) {
    .block-8-iph-iph-dots-svg[b-abnkb4gwko] {
        transform: translate(-85px, 55px);
        clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
    }
}
/*------------------------------*/
/*--Section ÖKAR FÖR SAKTA?-----*/
/*------------------------------*/
.block-8-scr[b-abnkb4gwko] {
    --space-between-blocks: 2rem;
    --space-between-blocks-small-screens: 0rem;
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .block-8-scr__li[b-abnkb4gwko] {
    font-size: 1rem;
    font-weight: 600;
    opacity: .9;
    margin-bottom: .8rem
} .block-8-scr__li:last-child[b-abnkb4gwko] {
        margin-bottom: 0
    } .plan-features__icon[b-abnkb4gwko] {
    width: 1.1rem;
    height: 1.1rem;
    color: #33c58d
} .block-8-scr__li-icon[b-abnkb4gwko] {
    color: #33c58d;
    transform: scale(1.5)
} .block-8-scr__img[b-abnkb4gwko] {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .1)
} .block-8-scr-scr-dots-svg[b-abnkb4gwko] {
    color: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 150px;
    transform: translate(-38px, 36px);
    clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
} @media (min-width:992px) {
    .block-8-scr-scr-dots-svg[b-abnkb4gwko] {
        transform: translate(-38px, 36px);
        clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
    }
}
/*------------------------------*/
/*--Section FÖRDELAR------------*/
/*------------------------------*/
.steps-block[b-abnkb4gwko] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .the-step[b-abnkb4gwko] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative
} .the-step__content[b-abnkb4gwko] {
    /*padding: 0 1.4rem;*/
    padding: 0 0.5rem;
    text-align: center
} @media (min-width:992px) {
    .the-step__symbol-container[b-abnkb4gwko] {
        margin-bottom: 0.2rem
    }
} .the-step__symbol[b-abnkb4gwko] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.25rem;
    width: 4.25rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    background: rgba(0, 0, 0, .08)
} .the-step__title[b-abnkb4gwko] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem
} @media (min-width:992px) {
    .the-step__title[b-abnkb4gwko] {
        font-size: 1.5rem;
        line-height: 1.5
    }
} .the-step__paragraph[b-abnkb4gwko] {
    font-size: 1rem;
    line-height: 1.6;
    opacity: .95;
    margin: 0
} .the-step__arrow[b-abnkb4gwko] {
    display: none
} @media (min-width:992px) {
    .the-step__arrow[b-abnkb4gwko] {
        display: block;
        position: absolute;
        top: 17px;
        right: 0;
        left: auto;
        bottom: 0;
        font-size: 2rem;
        transform: translateX(32px);
        width: 50px
    }

    .the-step:last-of-type .the-step__arrow[b-abnkb4gwko] {
        display: none
    }
}

/*------------------------------*/
/*--Section Så går det till-----*/
/*------------------------------*/
.block-31[b-abnkb4gwko] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.block-31__row[b-abnkb4gwko] {
    height: 300px
}

@media (min-width:992px) {
    .block-31__row[b-abnkb4gwko] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        height: 100%
    }
}

.block-31__image-column[b-abnkb4gwko] {
    height: 100%;
    background-position: center;
    background-size: cover
}

@media (min-width:992px) {
    .block-31__image-column[b-abnkb4gwko] {
        margin: 0 !important
    }
}

.block-31__li[b-abnkb4gwko] {
    font-size: 1.1rem;
    ffffont-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.5
}

    .block-31__li:last-child[b-abnkb4gwko] {
        margin-bottom: 0
    }

.block-31__li-icon[b-abnkb4gwko] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    background: rgba(0, 0, 0, .04);
    margin-bottom: 1.5rem
}

.block-31__li-paragraph[b-abnkb4gwko] {
    font-weight: 300
}


/*------------------------------*/
/*--Section FAQ----------------*/
/*------------------------------*/
.block-39[b-abnkb4gwko] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .content-block[b-abnkb4gwko] {
    text-align: initial;
    margin-top: 1rem;
    margin-bottom: 1rem
} @media(min-width:992px) {
    .content-block[b-abnkb4gwko] {
        width: 90%
    }
} .content-block__title[b-abnkb4gwko] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.5
} @media(min-width:992px) {
    .content-block__title[b-abnkb4gwko] {
        font-size: 1.5rem
    }
} .content-block__paragraph[b-abnkb4gwko] {
    font-size: 1rem;
    opacity: .9;
    line-height: 1.7
}
/*------------------------------*/
/*----Section FOOTER block 29---*/
/*------------------------------*/
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-29[b-abnkb4gwko] {
    border-radius: 10px;
    background: var(--gradient-primary);
    color: var(--primary-invert)
} .block-29__title[b-abnkb4gwko] {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3
} .block-29__paragraph[b-abnkb4gwko] {
    font-size: 1rem;
    line-height: 1.7;
    opacity: .9
} .block-29__paragraph[b-abnkb4gwko], .block-29__title[b-abnkb4gwko] {
    text-align: center
} @media (min-width:992px) {
    .block-29__title[b-abnkb4gwko] {
        font-size: 2.5rem
    }

    .block-29__paragraph[b-abnkb4gwko],
    .block-29__title[b-abnkb4gwko] {
        text-align: initial
    }

    .block-29__paragraph[b-abnkb4gwko] {
        width: 90%
    }
}
/*------------------------------*/
/*--Section Name - EGNA ADDONS--*/
/*------------------------------*/
.block-1-testimonial[b-abnkb4gwko] {
    background: #ececec;
    background: rgba(94, 34, 230, 0.1);
    padding: 1rem 2rem;
    border-radius: .5rem
} #sign-in-button[b-abnkb4gwko] {
    --block-background: #ececec;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
}
/* Remove the spinner-up-down-buttons from input type number fields, that appears in some browsers. */
input[b-abnkb4gwko]::-webkit-outer-spin-button, input[b-abnkb4gwko]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} input[type=number][b-abnkb4gwko] {
    -moz-appearance: textfield;
} .block-1-testimonial[b-qid4hh7ytd][b-abnkb4gwko] {
    padding: 1rem;
}
/* _content/GI.Web/Areas/Public/Views/Home/Landingpage.cshtml.rz.scp.css */
/* TESTING VERTICAL PLAYER */
/*this query will apply for the devices those have width smaller than 480px*/
@media (max-width: 480px) {
    .vert_video[b-qid4hh7ytd] {
        width: 225px;
        height: 400px;
    }
}

.vert_video[b-qid4hh7ytd] {
    width: 225px;
    height: 400px;
}

video[b-qid4hh7ytd]::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

.video-container[b-qid4hh7ytd] {
    position: relative;
    width: fit-content;
}

/*------------------------------*/
/*--Section STARTER-------------*/
/*------------------------------*/
#landingpageroot[b-qid4hh7ytd] {
    --primary: #5e22e6;
    --secondary: #0a1f44;
    --primary-invert: #fff;
    --secondary-invert: #fff;
    --gradient-primary: linear-gradient(230deg, #7445ff, #520df4);
    --gradient-secondary: linear-gradient(230deg, #0a1f44, #020024);
    /* DEFAULT COLOR OF TEXTS */
    --text-primary: #0a1f44;
    /* FOR BUTTONS & INPUTS */
    --elements-roundness: 10rem;
    --space-between-blocks: 5.3rem;
    /* for mobiles */
    --space-between-blocks-small-screens: 3rem;
} body[b-qid4hh7ytd] {
    font-family: "Poppins", sans-serif;
    color: var(--text-primary);
} .space-between-blocks[b-qid4hh7ytd] {
    padding-top: var(--space-between-blocks-small-screens);
    padding-bottom: var(--space-between-blocks-small-screens);
} @media (min-width: 992px) {
    .space-between-blocks[b-qid4hh7ytd] {
        padding-top: var(--space-between-blocks);
        padding-bottom: var(--space-between-blocks);
    }
} @media (max-width: 992px) {
    #landingpageroot[b-qid4hh7ytd] {
        margin-bottom: 50px;
    }
}
/* Buttons */
button[b-qid4hh7ytd] {
    color: inherit;
    padding: 0;
    background: none;
    border: none;
} button:focus[b-qid4hh7ytd] {
        outline: none;
        box-shadow: none;
    } .btn[b-qid4hh7ytd] {
    font-size: 0.87rem;
    padding: 0.8rem 1.6rem;
    border: none;
    border-radius: var(--elements-roundness);
    transition: 0.2s all;
} @media (min-width: 992px) {
    .btn[b-qid4hh7ytd] {
        padding: 0.8rem 2rem;
    }
} .btn[b-qid4hh7ytd], .btn:hover[b-qid4hh7ytd], .btn:focus[b-qid4hh7ytd] {
    border: none;
    box-shadow: none;
    outline: none;
} .btn:hover[b-qid4hh7ytd], .btn:focus[b-qid4hh7ytd] {
        transform: scale(1.05);
    } .btn-primary[b-qid4hh7ytd], .btn-primary:hover[b-qid4hh7ytd], .btn-primary:focus[b-qid4hh7ytd] {
    background: var(--gradient-primary, --primary);
    color: var(--primary-invert);
} .btn-secondary[b-qid4hh7ytd], .btn-secondary:hover[b-qid4hh7ytd], .btn-secondary:focus[b-qid4hh7ytd] {
    background: var(--gradient-secondary, --secondary);
    color: var(--secondary-invert);
} .btn-primary--empty[b-qid4hh7ytd], .btn-primary--empty:hover[b-qid4hh7ytd], .btn-primary--empty:focus[b-qid4hh7ytd] {
    color: var(--primary);
} .btn-sm[b-qid4hh7ytd] {
    padding: 0.8rem;
} .highlight[b-qid4hh7ytd] {
    color: var(--primary)
}
/* block header */
.block__header[b-qid4hh7ytd] {
    margin-bottom: 4rem;
} .block__title[b-qid4hh7ytd] {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
} @media(min-width: 992px) {
    .block__title[b-qid4hh7ytd] {
        font-size: 2.5rem;
    }

    .block__title--big[b-qid4hh7ytd] {
        font-size: 3rem;
        line-height: 1.1;
    }
} @media(min-width: 1200px) {
    .block__title--big[b-qid4hh7ytd] {
        font-size: 3.5rem;
        line-height: 1.2;
    }
} .block__paragraph[b-qid4hh7ytd] {
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: .9;
} @media(min-width: 992px) {
    .block__paragraph--big[b-qid4hh7ytd] {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}
/* Icons */
.fr-icon[b-qid4hh7ytd] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    background: rgba(0,0,0,0.04);
    margin-bottom: 1.5rem;
    transition: .5s;
} .fr-icon--medium[b-qid4hh7ytd] {
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
} .fr-icon--large[b-qid4hh7ytd] {
    font-size: 1.2rem;
    height: 3.25rem;
    width: 3.25rem;
} @media (min-width: 992px) {
    .fr-icon--large[b-qid4hh7ytd] {
        height: 3.8rem;
        width: 3.8rem;
        font-size: 1.9rem;
    }
}
/* Put your blocks here */
/*------------------------------*/
/*--Section HEADER--------------*/
/*------------------------------*/
.block-8-iph[b-qid4hh7ytd] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .block-8-iph__li[b-qid4hh7ytd] {
    font-size: 1rem;
    font-weight: 600;
    opacity: .9;
    margin-bottom: .8rem
} .block-8-iph__li:last-child[b-qid4hh7ytd] {
        margin-bottom: 0
    } .plan-features__icon[b-qid4hh7ytd] {
    width: 1.1rem;
    height: 1.1rem;
    color: #33c58d
} .block-8-iph__li-icon[b-qid4hh7ytd] {
    color: #33c58d;
    transform: scale(1.5)
} .block-8-iph__list[b-qid4hh7ytd] {
    margin-top: 1.3rem
} .iphone-mockup[b-qid4hh7ytd] {
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 1
} @media (min-width:524px) {
    .iphone-mockup[b-qid4hh7ytd] {
        width: 30%
    }
} @media (min-width:992px) {
    .iphone-mockup[b-qid4hh7ytd] {
        width: 250px
    }
} .iphone-mockup[b-qid4hh7ytd]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 92%;
    height: 97%;
    background: repeating-linear-gradient(-65deg, rgba(255, 255, 255, .2), rgba(0, 0, 0, .05) 50%);
    z-index: 0;
    margin: auto;
    border-radius: 2rem
} .iphone-mockup__img[b-qid4hh7ytd] {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1
} .iphone-mockup__screenshot[b-qid4hh7ytd] {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 84%;
    height: 93%;
    margin: auto
} .block-8-iph-iph-blob-svg[b-qid4hh7ytd] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.8);
    color: var(--primary)
} @media(min-width:524px) {
    .block-8-iph-iph-blob-svg[b-qid4hh7ytd] {
        transform: scale(.5)
    }
} @media(min-width:992px) {
    .block-8-iph-iph-blob-svg[b-qid4hh7ytd] {
        transform: scale(.85)
    }
} .block-8-iph-iph-dots-svg[b-qid4hh7ytd] {
    color: var(--primary);
    position: absolute;
    bottom: 0;
    width: 250px;
    height: 150px;
    transform: translate(-85px, 55px);
    clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
} @media (min-width:992px) {
    .block-8-iph-iph-dots-svg[b-qid4hh7ytd] {
        transform: translate(-85px, 55px);
        clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
    }
}
/*------------------------------*/
/*--Section ÖKAR FÖR SAKTA?-----*/
/*------------------------------*/
.block-8-scr[b-qid4hh7ytd] {
    --space-between-blocks: 2rem;
    --space-between-blocks-small-screens: 0rem;
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .block-8-scr__li[b-qid4hh7ytd] {
    font-size: 1rem;
    font-weight: 600;
    opacity: .9;
    margin-bottom: .8rem
} .block-8-scr__li:last-child[b-qid4hh7ytd] {
        margin-bottom: 0
    } .plan-features__icon[b-qid4hh7ytd] {
    width: 1.1rem;
    height: 1.1rem;
    color: #33c58d
} .block-8-scr__li-icon[b-qid4hh7ytd] {
    color: #33c58d;
    transform: scale(1.5)
} .block-8-scr__img[b-qid4hh7ytd] {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .1)
} .block-8-scr-scr-dots-svg[b-qid4hh7ytd] {
    color: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 150px;
    transform: translate(-38px, 36px);
    clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
} @media (min-width:992px) {
    .block-8-scr-scr-dots-svg[b-qid4hh7ytd] {
        transform: translate(-38px, 36px);
        clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
    }
}
/*------------------------------*/
/*--Section FÖRDELAR------------*/
/*------------------------------*/
.steps-block[b-qid4hh7ytd] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .the-step[b-qid4hh7ytd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative
} .the-step__content[b-qid4hh7ytd] {
    /*padding: 0 1.4rem;*/
    padding: 0 0.5rem;
    text-align: center
} @media (min-width:992px) {
    .the-step__symbol-container[b-qid4hh7ytd] {
        margin-bottom: 0.2rem
    }
} .the-step__symbol[b-qid4hh7ytd] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.25rem;
    width: 4.25rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    background: rgba(0, 0, 0, .08)
} .the-step__title[b-qid4hh7ytd] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem
} @media (min-width:992px) {
    .the-step__title[b-qid4hh7ytd] {
        font-size: 1.5rem;
        line-height: 1.5
    }
} .the-step__paragraph[b-qid4hh7ytd] {
    font-size: 1rem;
    line-height: 1.6;
    opacity: .95;
    margin: 0
} .the-step__arrow[b-qid4hh7ytd] {
    display: none
} @media (min-width:992px) {
    .the-step__arrow[b-qid4hh7ytd] {
        display: block;
        position: absolute;
        top: 17px;
        right: 0;
        left: auto;
        bottom: 0;
        font-size: 2rem;
        transform: translateX(32px);
        width: 50px
    }

    .the-step:last-of-type .the-step__arrow[b-qid4hh7ytd] {
        display: none
    }
}

/*------------------------------*/
/*--Section Så går det till-----*/
/*------------------------------*/
.block-31[b-qid4hh7ytd] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.block-31__row[b-qid4hh7ytd] {
    height: 300px
}

@media (min-width:992px) {
    .block-31__row[b-qid4hh7ytd] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        height: 100%
    }
}

.block-31__image-column[b-qid4hh7ytd] {
    height: 100%;
    background-position: center;
    background-size: cover
}

@media (min-width:992px) {
    .block-31__image-column[b-qid4hh7ytd] {
        margin: 0 !important
    }
}

.block-31__li[b-qid4hh7ytd] {
    font-size: 1.1rem;
    ffffont-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.5
}

    .block-31__li:last-child[b-qid4hh7ytd] {
        margin-bottom: 0
    }

.block-31__li-icon[b-qid4hh7ytd] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    background: rgba(0, 0, 0, .04);
    margin-bottom: 1.5rem
}

.block-31__li-paragraph[b-qid4hh7ytd] {
    font-weight: 300
}


/*------------------------------*/
/*--Section FAQ----------------*/
/*------------------------------*/
.block-39[b-qid4hh7ytd] {
    --block-background: white;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
} .content-block[b-qid4hh7ytd] {
    text-align: initial;
    margin-top: 1rem;
    margin-bottom: 1rem
} @media(min-width:992px) {
    .content-block[b-qid4hh7ytd] {
        width: 90%
    }
} .content-block__title[b-qid4hh7ytd] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.5
} @media(min-width:992px) {
    .content-block__title[b-qid4hh7ytd] {
        font-size: 1.5rem
    }
} .content-block__paragraph[b-qid4hh7ytd] {
    font-size: 1rem;
    opacity: .9;
    line-height: 1.7
}
/*------------------------------*/
/*----Section FOOTER block 29---*/
/*------------------------------*/
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-29[b-qid4hh7ytd] {
    border-radius: 10px;
    background: var(--gradient-primary);
    color: var(--primary-invert)
} .block-29__title[b-qid4hh7ytd] {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3
} .block-29__paragraph[b-qid4hh7ytd] {
    font-size: 1rem;
    line-height: 1.7;
    opacity: .9
} .block-29__paragraph[b-qid4hh7ytd], .block-29__title[b-qid4hh7ytd] {
    text-align: center
} @media (min-width:992px) {
    .block-29__title[b-qid4hh7ytd] {
        font-size: 2.5rem
    }

    .block-29__paragraph[b-qid4hh7ytd],
    .block-29__title[b-qid4hh7ytd] {
        text-align: initial
    }

    .block-29__paragraph[b-qid4hh7ytd] {
        width: 90%
    }
}
/*------------------------------*/
/*--Section Name - EGNA ADDONS--*/
/*------------------------------*/
.block-1-testimonial[b-qid4hh7ytd] {
    background: #ececec;
    background: rgba(94, 34, 230, 0.1);
    padding: 1rem 2rem;
    border-radius: .5rem
} #sign-in-button[b-qid4hh7ytd] {
    --block-background: #ececec;
    --block-text-color: var(--text-primary);
    background: var(--block-background);
    color: var(--block-text-color)
}
/* Remove the spinner-up-down-buttons from input type number fields, that appears in some browsers. */
input[b-qid4hh7ytd]::-webkit-outer-spin-button, input[b-qid4hh7ytd]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} input[type=number][b-qid4hh7ytd] {
    -moz-appearance: textfield;
} .block-1-testimonial[b-qid4hh7ytd][b-qid4hh7ytd] {
    padding: 1rem;
}
/* _content/GI.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-v9fn1ogn7r] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-v9fn1ogn7r] {
  color: #0077cc;
}

.btn-primary[b-v9fn1ogn7r] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-v9fn1ogn7r], .nav-pills .show > .nav-link[b-v9fn1ogn7r] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-v9fn1ogn7r] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-v9fn1ogn7r] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-v9fn1ogn7r] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-v9fn1ogn7r] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-v9fn1ogn7r] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/GI.Web/Views/Shared/_LayoutForPublic.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-z8gd434o9o] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-z8gd434o9o] {
    color: #0077cc;
}

.btn-primary[b-z8gd434o9o] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-z8gd434o9o], .nav-pills .show > .nav-link[b-z8gd434o9o] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-z8gd434o9o] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-z8gd434o9o] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-z8gd434o9o] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-z8gd434o9o] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-z8gd434o9o] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
