.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

body {
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}

h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #050038;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #050038;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #050038;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.3;
}

.hero-section {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 90%;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #050038;
}

.hero-grid {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.hero-heading {
    color: #fff;
}

.hero-paragraf {
    color: #fff;
    line-height: 1.4;
}

.hero-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.image {
    max-width: none;
}

.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.process-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

.grid {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-items: center;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .grid.effekt {
        width: 70%;
        margin-top: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 40px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

.process-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    padding: 35px 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 14px 8px hsla(0, 0%, 45.3%, 0.11);
}

.process-card-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.process-card-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.heading {
    text-align: center;
}

.sub-heading {
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
}

    .sub-heading.white {
        margin-bottom: 60px;
        color: #fff;
    }

.effect-section {
    padding-top: 90px;
    padding-bottom: 70px;
}

.grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.placement-image-holder {
    min-width: auto;
}

.placement-image {
    width: auto;
    height: 500px;
    max-width: none;
}

.menu-section {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #050038;
}

.button {
    height: auto;
}

.download-button {
    padding: 13px 20px;
    border-radius: 50px;
    background-color: #fff;
    color: #050038;
    font-weight: 600;
}

    .download-button.dark {
        margin-top: 40px;
        background-color: #050038;
        color: #fff;
    }

        .download-button.dark.register {
            border-style: solid;
            border-width: 3px;
            border-color: #050038;
            background-color: transparent;
            color: #050038;
        }

    .download-button.q-a {
        margin-top: 30px;
    }

.sub-paragraph {
    max-width: none;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
}

    .sub-paragraph.intro {
        margin-bottom: 0px;
        text-align: center;
    }

    .sub-paragraph.left {
        text-align: right;
    }

.q-a-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #050038;
}

.q-a-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.q-a-heading {
    margin-top: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.q-a-paragraph {
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

.effect-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .effect-text-wrapper.left {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.effect-heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
}

    .effect-heading.left {
        text-align: right;
    }

.process-intro {
    width: 70%;
}

.effect-intro {
    width: 70%;
}

.footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #050038;
}

.ruler {
    width: 20%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    background-color: #050038;
}

.footer-grid {
    width: 100%;
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-text {
    margin-bottom: 0px;
    color: #fff;
    font-size: 11px;
}

.hero-image {
    height: 600px;
    max-width: none;
}

.process-outro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.emoji {
    margin: 0px auto;
    font-size: 80px;
    text-align: center;
}

.stats-heading {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
}

.menu-bar {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .hero-content-wrapper {
        margin-bottom: 90px;
    }

    .menu-wrapper {
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wrapper {
        width: 90%;
    }

    .process-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .grid {
        margin-top: 40px;
        margin-bottom: 40px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .grid.effekt {
            width: auto;
            grid-column-gap: 25px;
        }

    .effect-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .placement-image {
        width: auto;
        height: 400px;
    }

    .process-intro {
        width: 85%;
    }

    .effect-intro {
        width: 85%;
    }

    .hero-image {
        height: 400px;
    }

    .process-outro {
        width: 85%;
    }

    .hero-emoji {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hero-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-content-wrapper {
        margin-bottom: 0px;
    }

    .hero-heading {
        font-size: 35px;
        text-align: center;
    }

    .hero-paragraf {
        font-size: 14px;
        text-align: center;
    }

    .hero-image-wrapper {
        overflow: visible;
        height: auto;
    }

    .process-section {
        padding-top: 40px;
    }

    .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

        .grid.effekt {
            width: auto;
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            -ms-grid-rows: auto auto auto auto;
            grid-template-rows: auto auto auto auto;
        }

    .sub-heading {
        font-size: 25px;
    }

        .sub-heading.white {
            margin-bottom: 40px;
        }

    .menu-section {
        height: auto;
    }

    .download-button {
        display: block;
        font-size: 11px;
    }

        .download-button.dark {
            width: 100%;
            margin-top: 20px;
            font-size: 14px;
            text-align: center;
        }

            .download-button.dark.register {
                width: 100%;
                font-size: 14px;
                text-align: center;
            }

        .download-button.q-a {
            width: 100%;
            font-size: 14px;
            text-align: center;
        }

        .download-button.menu {
            display: none;
        }

    .sub-paragraph {
        text-align: center;
    }

        .sub-paragraph.intro {
            font-size: 14px;
        }

        .sub-paragraph.left {
            text-align: center;
        }

    .q-a-section {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .effect-text-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .effect-text-wrapper.left {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .hero-image {
        height: 350px;
    }

    .innebandy-logo {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-emoji {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .hero-heading {
        font-size: 35px;
    }

    .process-section {
        padding-bottom: 60px;
    }

    .download-button {
        display: block;
    }

    .q-a-heading {
        text-align: left;
    }

    .q-a-paragraph {
        text-align: left;
    }

    .effect-heading {
        text-align: center;
    }

    .hero-image {
        height: 200px;
    }

    .innebandy-logo {
        margin-right: auto;
        margin-left: auto;
    }
}

#w-node-7f4f51c250ab-16d7830e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-aa037808b051-16d7830e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-45189c18c0cd-16d7830e {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-7f3a468d35eb-16d7830e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7f4f51c250ab-16d7830e {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-aa037808b051-16d7830e {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-45189c18c0cd-16d7830e {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-7f3a468d35eb-16d7830e {
        -ms-grid-column-align: end;
        justify-self: end;
    }
}

@media screen and (max-width: 767px) {
    #w-node-aa037808b051-16d7830e {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-45189c18c0cd-16d7830e {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-7f3a468d35eb-16d7830e {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-e364c900282d-16d7830e {
        -ms-grid-column-align: auto;
        justify-self: auto;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-b5cd3b732321-16d7830e {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
        -ms-grid-row: 4;
        grid-row-start: 4;
    }
}