html {
    box-sizing: border-box
}
/* eiks ookki tosi kiva ilma :)*/
html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

section {
    display: block
}

.section {
    padding: 3rem 1.5rem
}
blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
    margin: 0;
    padding: 0
}
ul {
    list-style: none
}

.tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start
}
.tabs.is-centered ul {
    justify-content: center
}

body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: #363636
}

code {
    background-color: #f5f5f5;
    color: #f14668;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #363636;
    font-weight: 700
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125
}

.content h1 {
    font-size: 2em;
    margin-bottom: .5em
}
.content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em
}

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}
.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em
}
@media screen and (min-width: 769px),print {
    .is-size-1-tablet {
        font-size:3rem!important
    }

    .is-size-2-tablet {
        font-size: 2.5rem!important
    }

    .is-size-3-tablet {
        font-size: 2rem!important
    }

    .is-size-4-tablet {
        font-size: 1.5rem!important
    }

    .is-size-5-tablet {
        font-size: 1.25rem!important
    }

    .is-size-6-tablet {
        font-size: 1rem!important
    }

    .is-size-7-tablet {
        font-size: .75rem!important
    }
}

@media screen and (max-width: 1023px) {
    .is-size-1-touch {
        font-size:3rem!important
    }

    .is-size-2-touch {
        font-size: 2.5rem!important
    }

    .is-size-3-touch {
        font-size: 2rem!important
    }

    .is-size-4-touch {
        font-size: 1.5rem!important
    }

    .is-size-5-touch {
        font-size: 1.25rem!important
    }

    .is-size-6-touch {
        font-size: 1rem!important
    }

    .is-size-7-touch {
        font-size: .75rem!important
    }
}

@media screen and (min-width: 1024px) {
    .is-size-1-desktop {
        font-size:3rem!important
    }

    .is-size-2-desktop {
        font-size: 2.5rem!important
    }

    .is-size-3-desktop {
        font-size: 2rem!important
    }

    .is-size-4-desktop {
        font-size: 1.5rem!important
    }

    .is-size-5-desktop {
        font-size: 1.25rem!important
    }

    .is-size-6-desktop {
        font-size: 1rem!important
    }

    .is-size-7-desktop {
        font-size: .75rem!important
    }
}

@media screen and (min-width: 1216px) {
    .is-size-1-widescreen {
        font-size:3rem!important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem!important
    }

    .is-size-3-widescreen {
        font-size: 2rem!important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem!important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem!important
    }

    .is-size-6-widescreen {
        font-size: 1rem!important
    }

    .is-size-7-widescreen {
        font-size: .75rem!important
    }
}

@media screen and (min-width: 1408px) {
    .is-size-1-fullhd {
        font-size:3rem!important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem!important
    }

    .is-size-3-fullhd {
        font-size: 2rem!important
    }

    .is-size-4-fullhd {
        font-size: 1.5rem!important
    }

    .is-size-5-fullhd {
        font-size: 1.25rem!important
    }

    .is-size-6-fullhd {
        font-size: 1rem!important
    }

    .is-size-7-fullhd {
        font-size: .75rem!important
    }
}

.has-text-centered {
    text-align: center!important
}

.has-text-justified {
    text-align: justify!important
}

.has-text-left {
    text-align: left!important
}

.has-text-right {
    text-align: right!important
}

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align:center!important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-centered-tablet {
        text-align:center!important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-centered-tablet-only {
        text-align:center!important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-centered-touch {
        text-align:center!important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-centered-desktop {
        text-align:center!important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-centered-desktop-only {
        text-align:center!important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-centered-widescreen {
        text-align:center!important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align:center!important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-centered-fullhd {
        text-align:center!important
    }
}

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align:justify!important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-justified-tablet {
        text-align:justify!important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-justified-tablet-only {
        text-align:justify!important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-justified-touch {
        text-align:justify!important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-justified-desktop {
        text-align:justify!important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-justified-desktop-only {
        text-align:justify!important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-justified-widescreen {
        text-align:justify!important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-justified-widescreen-only {
        text-align:justify!important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-justified-fullhd {
        text-align:justify!important
    }
}

@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align:left!important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-left-tablet {
        text-align:left!important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-left-tablet-only {
        text-align:left!important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-left-touch {
        text-align:left!important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-left-desktop {
        text-align:left!important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-left-desktop-only {
        text-align:left!important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-left-widescreen {
        text-align:left!important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-left-widescreen-only {
        text-align:left!important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-left-fullhd {
        text-align:left!important
    }
}

@media screen and (max-width: 768px) {
    .has-text-right-mobile {
        text-align:right!important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-right-tablet {
        text-align:right!important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-right-tablet-only {
        text-align:right!important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-right-touch {
        text-align:right!important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-right-desktop {
        text-align:right!important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-right-desktop-only {
        text-align:right!important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-right-widescreen {
        text-align:right!important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-right-widescreen-only {
        text-align:right!important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-right-fullhd {
        text-align:right!important
    }
}
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

@media screen and (min-width: 769px),print {
    .tile:not(.is-child) {
        display:flex
    }

    .tile.is-1 {
        flex: none;
        width: 8.33333%
    }

    .tile.is-2 {
        flex: none;
        width: 16.66667%
    }

    .tile.is-3 {
        flex: none;
        width: 25%
    }

    .tile.is-4 {
        flex: none;
        width: 33.33333%
    }

    .tile.is-5 {
        flex: none;
        width: 41.66667%
    }

    .tile.is-6 {
        flex: none;
        width: 50%
    }

    .tile.is-7 {
        flex: none;
        width: 58.33333%
    }

    .tile.is-8 {
        flex: none;
        width: 66.66667%
    }

    .tile.is-9 {
        flex: none;
        width: 75%
    }

    .tile.is-10 {
        flex: none;
        width: 83.33333%
    }

    .tile.is-11 {
        flex: none;
        width: 91.66667%
    }

    .tile.is-12 {
        flex: none;
        width: 100%
    }
}


.title strong {
    color: inherit;
    font-weight: inherit
}

.title+.highlight {
    margin-top: -.75rem
}
.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

.container.is-fluid {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%
}
.has-text-white-ter {
    color: #f5f5f5!important
}
.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem
}

a.box:focus,a.box:hover {
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px #3273dc
}

a.box:active {
    box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap
}
.is-capitalized {
    text-transform: capitalize!important
}

.is-lowercase {
    text-transform: lowercase!important
}

.is-uppercase {
    text-transform: uppercase!important
}

.is-italic {
    font-style: italic!important
}

.has-text-white {
    color: #fff!important
}

a.has-text-white:focus,a.has-text-white:hover {
    color: #e6e6e6!important
}

.has-text-light {
    color: #f5f5f5!important
}

.is-centered {
    justify-content: center
}
.has-text-centered {
    text-align: center!important
}

.has-text-justified {
    text-align: justify!important
}

.has-text-left {
    text-align: left!important
}

.has-text-right {
    text-align: right!important
}

.is-medium {
    font-size: 1.25rem
}
/* eiks ookki tosi kiva ilma :)*/
.hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}
.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem
}