/* If css doesn't work properly, uncomment next line and last line and insert all the styles inside the index.html file*/
/*<!--    <style data-vue-ssr-id="551c6d4e:0 d5573df6:0 4d68d348:0 5377e82a:0 7e56e4e3:0 db80bff0:0 508e27ec:0 c5b90074:0 7ce4d674:0 43cd5eb3:0 0672db97:0 e82f55ae:0 852aafca:0 7c8d378c:0 7869f362:0 20f7f78c:0 e4065ede:0 ece20dc6:0 13b6d8a8:0 6f9db8e2:0 1b3e595d:0 6633689e:0 6f02d1ee:0 548ff9fc:0 4ad99c94:0 56d9d154:0 5fc10022:0 1050a0b1:0 6abaa4b4:0 89d92170:0 73625772:0 000fe423:0 5d1a8162:0 50c8f066:0 51094035:0 725f0e70:0 86270dae:0 21c6d027:0 302a6fc8:0 19fb9a6c:0 409e0bbe:0 2966af6a:0">-->*/

@font-face {
    font-display: swap;
    font-family: "mont";
    src: url(/fonts/Montserrat-Regular.9c46095.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "mont";
    src: url(/fonts/Montserrat-Medium.a98626e.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "mont";
    src: url(/fonts/Montserrat-SemiBold.c88cecb.ttf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "mont";
    src: url(/fonts/Montserrat-Bold.88932da.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "mont";
    src: url(/fonts/Montserrat-ExtraBold.9bc77c3.ttf);
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "mont";
    src: url(/fonts/Montserrat-Black.6d1796a.ttf);
    font-weight: 900;
    font-style: normal
}

html {
    margin-top: 0 !important
}

* {
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    font-family: "mont", Arial;
    min-width: 100%;
    color: #141415;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.abs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.page-wrapper {
    padding-top: 6.25em
}

.contact .prelabel {
    font-size: .6875em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8d8c95
}

.contact .label {
    font-size: .6875em
}

.contact .value {
    font-size: 1.5em;
    font-weight: 700
}

.global-feat {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.global-feat .text {
    font-weight: 700 !important
}

.global-feat .icon {
    flex-shrink: 0;
    width: 2.5em;
    height: 2.5em;
    position: relative;
    margin-right: .7em
}

.global-feat .icon .bg {
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.title-70 {
    font-size: 4.375em;
    font-weight: 700
}

.title-50 {
    font-size: 3.125em;
    font-weight: 700
}

.title-40 {
    font-size: 2.5em;
    font-weight: 700
}

.title-28 {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.15em
}

.title-28 b, .title-28 strong {
    color: #006f4e
}

.title-18-uppercase {
    font-size: 1.125em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em
}

.text-15 {
    font-size: .9375em;
    color: #8d8c95
}

.subtitle-14 {
    font-size: .875em;
    color: #8d8c95;
    line-height: 1.5em
}

.shadow-card {
    background: #fff;
    border: 1px solid #ecebf5;
    box-sizing: border-box;
    box-shadow: 0 24px 84px rgba(0, 0, 0, .09);
    border-radius: 8px
}

.popup {
    position: fixed !important;
    z-index: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.popup .window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .1);
    position: relative;
    width: 30em;
    padding: 3em;
    text-align: center
}

.popup .window .close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 1em;
    top: 1em;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10
}

.popup .window .close:hover {
    opacity: 1
}

.popup .window .close .bg {
    background-size: 50% !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.popup .window .m-title {
    font-size: 2em;
    margin-bottom: .5em;
    font-weight: 600
}

.popup .window .subtitle {
    margin-bottom: 2em
}

.popup .window .icon {
    width: 100%;
    height: 10em;
    position: relative;
    margin: auto auto 2em
}

.popup .window .icon .bg {
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.popup-overlay {
    background: rgba(219, 233, 240, .932)
}

.emoji {
    width: 1em;
    height: 1em;
    position: relative;
    display: inline-block;
    mix-blend-mode: darken;
    top: .1em
}

.emoji .bg {
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.kolbins.auth .emoji {
    border: 2px dashed #006f4e;
    padding: .5em
}

@media screen and (max-width: 767px) {
    .title-70 {
        font-size: 2.8em
    }

    .title-50 {
        font-size: 2em
    }

    .global-feat {
        flex-flow: wrap
    }

    .global-feat .icon {
        margin-bottom: .5em
    }

    body {
        font-size: .9em
    }

    .contact {
        text-align: center
    }

    .popup .window {
        padding: 1.5em
    }
}

a {
    text-decoration: none;
    color: inherit
}

section {
    text-align: center;
    width: 100%;
    position: relative;
    display: block
}

.inner {
    padding: 6em 0
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.indicator {
    position: fixed;
    width: 50px;
    height: 50px;
    background: rgba(255, 41, 78, .7);
    color: #fff;
    font-weight: 700;
    font-family: Arial;
    font-size: 30px;
    z-index: 100
}

.indicator div {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    line-height: 50px;
    display: none
}

.container, .container-full {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto
}

.row {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.container-center {
    align-content: center
}

.container-start {
    align-content: flex-start
}

.container-end {
    align-content: flex-end
}

.container-between {
    align-content: space-between
}

.container-around {
    align-content: space-around
}

.container-stretch {
    align-content: stretch
}

.line, .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.flex-center {
    -webkit-box-pack: center;
    justify-content: center
}

.flex-start {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.flex-end {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.flex-between {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.flex-around {
    justify-content: space-around
}

.align-start {
    -webkit-box-align: start;
    align-items: flex-start
}

.align-end {
    -webkit-box-align: end;
    align-items: flex-end
}

.align-center {
    -webkit-box-align: center;
    align-items: center
}

.align-stretch {
    -webkit-box-align: stretch;
    align-items: stretch
}

.align-baseline {
    -webkit-box-align: baseline;
    align-items: baseline
}

.flex-auto > div {
    width: 100%
}

.col-auto {
    padding: 15px
}

.cell, .col-auto {
    margin: 0;
    position: relative
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    margin: 0;
    position: relative;
    padding: 15px
}

.no-padd {
    padding-top: 0;
    padding-bottom: 0
}

.col-1 {
    width: 8.3333333333%
}

.col-2 {
    width: 16.666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.333333333%
}

.col-5 {
    width: 41.666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.333333333%
}

.col-8 {
    width: 66.666666666%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.333333333%
}

.col-11 {
    width: 91.666666666%
}

.col-12 {
    width: 100%
}

.col-offset-0 {
    margin-left: 0
}

.col-offset-1 {
    margin-left: 8.3333333333%
}

.col-offset-2 {
    margin-left: 16.666666667%
}

.col-offset-3 {
    margin-left: 25%
}

.col-offset-4 {
    margin-left: 33.333333333%
}

.col-offset-5 {
    margin-left: 41.666666667%
}

.col-offset-6 {
    margin-left: 50%
}

.col-offset-7 {
    margin-left: 58.333333333%
}

.col-offset-8 {
    margin-left: 66.666666666%
}

.col-offset-9 {
    margin-left: 75%
}

.col-offset-10 {
    margin-left: 83.333333333%
}

.col-offset-11 {
    margin-left: 91.666666666%
}

@media screen and (max-width: 767px) {
    .col-5 {
        width: 50%
    }

    .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-5, .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.333333333%
    }

    .col-8 {
        width: 66.666666666%
    }

    .col-9 {
        width: 75%
    }

    .col-10 {
        width: 83.333333333%
    }

    .col-11 {
        width: 91.666666666%
    }
}

@media screen and (max-width: 767px) {
    .container, .container-full {
        width: 100%
    }

    .col-xs-1 {
        width: 8.3333333333%
    }

    .col-xs-2 {
        width: 16.666666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.333333333%
    }

    .col-xs-5 {
        width: 41.666666667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.333333333%
    }

    .col-xs-8 {
        width: 66.666666666%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.333333333%
    }

    .col-xs-11 {
        width: 91.666666666%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-hide {
        display: none
    }

    .col-xs-vis {
        display: block
    }

    .text-xs-center {
        text-align: center
    }

    .text-xs-left {
        text-align: left
    }

    .text-xs-right {
        text-align: right
    }

    .col-auto.col-xs-1 {
        width: 8.3333333333%
    }

    .col-auto.col-xs-2 {
        width: 16.666666667%
    }

    .col-auto.col-xs-3 {
        width: 25%
    }

    .col-auto.col-xs-4 {
        width: 33.333333333%
    }

    .col-auto.col-xs-5 {
        width: 41.666666667%
    }

    .col-auto.col-xs-6 {
        width: 50%
    }

    .col-auto.col-xs-7 {
        width: 58.333333333%
    }

    .col-auto.col-xs-8 {
        width: 66.666666666%
    }

    .col-auto.col-xs-9 {
        width: 75%
    }

    .col-auto.col-xs-10 {
        width: 83.333333333%
    }

    .col-auto.col-xs-11 {
        width: 91.666666666%
    }

    .col-auto.col-xs-12 {
        width: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xs-offset-2 {
        margin-left: 16.666666667%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-4 {
        margin-left: 33.333333333%
    }

    .col-xs-offset-5 {
        margin-left: 41.666666667%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-7 {
        margin-left: 58.333333333%
    }

    .col-xs-offset-8 {
        margin-left: 66.666666666%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-10 {
        margin-left: 83.333333333%
    }

    .col-xs-offset-11 {
        margin-left: 91.666666666%
    }

    .indicator div:nth-of-type(4) {
        display: block
    }

    .container-xs-full {
        width: 100%
    }

    .flex-xs-wrap {
        flex-flow: row wrap
    }

    .flex-xs-nowrap, .flex-xs-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .flex-xs-nowrap {
        flex-flow: row nowrap
    }

    .container-xs-center {
        align-content: center
    }

    .container-xs-start {
        align-content: flex-start
    }

    .container-xs-end {
        align-content: flex-end
    }

    .container-xs-between {
        align-content: space-between
    }

    .container-xs-around {
        align-content: space-around
    }

    .container-xs-stretch {
        align-content: stretch
    }

    .flex-xs-center {
        -webkit-box-pack: center;
        justify-content: center
    }

    .flex-xs-start {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .flex-xs-end {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .flex-xs-between {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .flex-xs-around {
        justify-content: space-around
    }

    .align-xs-start {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .align-xs-end {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .align-xs-center {
        -webkit-box-align: center;
        align-items: center
    }

    .align-xs-stretch {
        -webkit-box-align: stretch;
        align-items: stretch
    }

    .align-xs-baseline {
        -webkit-box-align: baseline;
        align-items: baseline
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }

    .container-full {
        width: 100%
    }

    .col-s-hide {
        display: none
    }

    .col-s-vis {
        display: block
    }

    .col-s-1 {
        width: 8.3333333333%
    }

    .col-s-2 {
        width: 16.666666667%
    }

    .col-s-3 {
        width: 25%
    }

    .col-s-4 {
        width: 33.333333333%
    }

    .col-s-5 {
        width: 41.666666667%
    }

    .col-s-6 {
        width: 50%
    }

    .col-s-7 {
        width: 58.333333333%
    }

    .col-s-8 {
        width: 66.666666666%
    }

    .col-s-9 {
        width: 75%
    }

    .col-s-10 {
        width: 83.333333333%
    }

    .col-s-11 {
        width: 91.666666666%
    }

    .col-s-12 {
        width: 100%
    }

    .text-s-center {
        text-align: center
    }

    .text-s-right {
        text-align: right
    }

    .text-s-left {
        text-align: left
    }

    .col-auto.col-s-1 {
        width: 8.3333333333%
    }

    .col-auto.col-s-2 {
        width: 16.666666667%
    }

    .col-auto.col-s-3 {
        width: 25%
    }

    .col-auto.col-s-4 {
        width: 33.333333333%
    }

    .col-auto.col-s-5 {
        width: 41.666666667%
    }

    .col-auto.col-s-6 {
        width: 50%
    }

    .col-auto.col-s-7 {
        width: 58.333333333%
    }

    .col-auto.col-s-8 {
        width: 66.666666666%
    }

    .col-auto.col-s-9 {
        width: 75%
    }

    .col-auto.col-s-10 {
        width: 83.333333333%
    }

    .col-auto.col-s-11 {
        width: 91.666666666%
    }

    .col-auto.col-s-12 {
        width: 100%
    }

    .col-s-offset-0 {
        margin-left: 0
    }

    .col-s-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-s-offset-2 {
        margin-left: 16.666666667%
    }

    .col-s-offset-3 {
        margin-left: 25%
    }

    .col-s-offset-4 {
        margin-left: 33.333333333%
    }

    .col-s-offset-5 {
        margin-left: 41.666666667%
    }

    .col-s-offset-6 {
        margin-left: 50%
    }

    .col-s-offset-7 {
        margin-left: 58.333333333%
    }

    .col-s-offset-8 {
        margin-left: 66.666666666%
    }

    .col-s-offset-9 {
        margin-left: 75%
    }

    .col-s-offset-10 {
        margin-left: 83.333333333%
    }

    .col-s-offset-11 {
        margin-left: 91.666666666%
    }

    .indicator div:nth-of-type(3) {
        display: block
    }

    .container-s-full {
        width: 100%
    }

    .flex-s-wrap {
        flex-flow: row wrap
    }

    .flex-s-nowrap, .flex-s-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .flex-s-nowrap {
        flex-flow: row nowrap
    }

    .container-s-center {
        align-content: center
    }

    .container-s-start {
        align-content: flex-start
    }

    .container-s-end {
        align-content: flex-end
    }

    .container-s-between {
        align-content: space-between
    }

    .container-s-around {
        align-content: space-around
    }

    .container-s-stretch {
        align-content: stretch
    }

    .flex-s-center {
        -webkit-box-pack: center;
        justify-content: center
    }

    .flex-s-start {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .flex-s-end {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .flex-s-between {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .flex-s-around {
        justify-content: space-around
    }

    .align-s-start {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .align-s-end {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .align-s-center {
        -webkit-box-align: center;
        align-items: center
    }

    .align-s-stretch {
        -webkit-box-align: stretch;
        align-items: stretch
    }

    .align-s-baseline {
        -webkit-box-align: baseline;
        align-items: baseline
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px
    }

    .container-full {
        width: 100%
    }

    .col-m-1 {
        width: 8.3333333333%
    }

    .col-m-2 {
        width: 16.666666667%
    }

    .col-m-3 {
        width: 25%
    }

    .col-m-4 {
        width: 33.333333333%
    }

    .col-m-5 {
        width: 41.666666667%
    }

    .col-m-6 {
        width: 50%
    }

    .col-m-7 {
        width: 58.333333333%
    }

    .col-m-8 {
        width: 66.666666666%
    }

    .col-m-9 {
        width: 75%
    }

    .col-m-10 {
        width: 83.333333333%
    }

    .col-m-11 {
        width: 91.666666666%
    }

    .col-m-12 {
        width: 100%
    }

    .text-m-center {
        text-align: center
    }

    .text-m-left {
        text-align: left
    }

    .text-m-right {
        text-align: right
    }

    .col-m-offset-0 {
        margin-left: 0
    }

    .col-m-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-m-offset-2 {
        margin-left: 16.666666667%
    }

    .col-m-offset-3 {
        margin-left: 25%
    }

    .col-m-offset-4 {
        margin-left: 33.333333333%
    }

    .col-m-offset-5 {
        margin-left: 41.666666667%
    }

    .col-m-offset-6 {
        margin-left: 50%
    }

    .col-m-offset-7 {
        margin-left: 58.333333333%
    }

    .col-m-offset-8 {
        margin-left: 66.666666666%
    }

    .col-m-offset-9 {
        margin-left: 75%
    }

    .col-m-offset-10 {
        margin-left: 83.333333333%
    }

    .col-m-offset-11 {
        margin-left: 91.666666666%
    }

    .indicator div:nth-of-type(2) {
        display: block
    }

    .container-m-full {
        width: 100%
    }

    .flex-m-wrap {
        flex-flow: row wrap
    }

    .flex-m-nowrap, .flex-m-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .flex-m-nowrap {
        flex-flow: row nowrap
    }

    .container-m-center {
        align-content: center
    }

    .container-m-start {
        align-content: flex-start
    }

    .container-m-end {
        align-content: flex-end
    }

    .container-m-between {
        align-content: space-between
    }

    .container-m-around {
        align-content: space-around
    }

    .container-m-stretch {
        align-content: stretch
    }

    .flex-m-center {
        -webkit-box-pack: center;
        justify-content: center
    }

    .flex-m-start {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .flex-m-end {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .flex-m-between {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .flex-m-around {
        justify-content: space-around
    }

    .align-m-start {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .align-m-end {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .align-m-center {
        -webkit-box-align: center;
        align-items: center
    }

    .align-m-stretch {
        -webkit-box-align: stretch;
        align-items: stretch
    }

    .align-m-baseline {
        -webkit-box-align: baseline;
        align-items: baseline
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px
    }

    .container-full {
        width: 100%
    }

    .indicator div:first-of-type {
        display: block
    }

    .flex-l-wrap {
        flex-flow: row wrap
    }

    .flex-l-nowrap, .flex-l-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .flex-l-nowrap {
        flex-flow: row nowrap
    }

    .container-l-center {
        align-content: center
    }

    .container-l-start {
        align-content: flex-start
    }

    .container-l-end {
        align-content: flex-end
    }

    .container-l-between {
        align-content: space-between
    }

    .container-l-around {
        align-content: space-around
    }

    .container-l-stretch {
        align-content: stretch
    }

    .flex-center {
        -webkit-box-pack: center;
        justify-content: center
    }

    .flex-start {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .flex-end {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .flex-between {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .flex-around {
        justify-content: space-around
    }

    .align-start {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .align-end {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .align-center {
        -webkit-box-align: center;
        align-items: center
    }

    .align-stretch {
        -webkit-box-align: stretch;
        align-items: stretch
    }

    .align-baseline {
        -webkit-box-align: baseline;
        align-items: baseline
    }
}

:root {
    --q-font: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    --q-dark: 24, 25, 34;
    --q-dark-accent: 33, 34, 44;
    --q-color: 29, 29, 32;
    --q-subcolor: 100, 101, 111;
    --q-blue: 0, 81, 255;
    --q-main: var(--q-blue);
    --q-placeholder: #e2e2e7;
    --q-background: 245, 245, 248;
    --q-light: 249, 249, 250;
    --q-fair-text: 196, 197, 204;
    --q-white: 255, 255, 255;
    --q-wow-shadow: 0px 7px 21px rgba(125, 142, 167, 0.3);
    --q-card-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    --q-fly-shadow: 0px 14px 64px rgba(0, 0, 0, 0.1);
    --q-global-panel-height: 3.2em;
    --q-side-padding: 0.5em;
    --q-window-padding: 1em;
    --q-g-title: 3em;
    --q-m-title: 1.875em;
    --q-s-title: 1.125em;
    --q-r-text: 1em;
    --q-s-text: 0.875em;
    --q-xs-text: 0.75em;
    --q-border-radius: 20px;
    --q-small-border-radius: 10px;
    --q-xs-border-radius: 6px
}

.q-g-title {
    font-size: 3em;
    font-size: var(--q-g-title);
    font-weight: 700
}

.q-m-title {
    font-size: 1.875em;
    font-size: var(--q-m-title);
    font-weight: 700
}

.q-s-title {
    font-size: 1.125em;
    font-size: var(--q-s-title);
    font-weight: 600
}

.q-r-text {
    font-size: 1em;
    font-size: var(--q-r-text)
}

.q-s-text {
    font-size: .875em;
    font-size: var(--q-s-text);
    font-weight: 600
}

.q-xs-text {
    font-size: .75em;
    font-size: var(--q-xs-text);
    font-weight: 600
}

.q-subcolor {
    color: #64656f;
    color: rgba(var(--q-subcolor), 1)
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    -webkit-transition: width .1s, opacity .4s;
    transition: width .1s, opacity .4s;
    background-color: #00f;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    -webkit-transition: none;
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.page-wrapper[d-d-st-3] {
    overflow: hidden;
    position: relative;
    width: 100%
}

.page[d-d-st-7] {
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding-bottom: 3em
}

.app-header[d-d-st-6] {
    padding: 0 1.875em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(#fff 40%, hsla(0, 0%, 100%, 0))
}

.logo-wrapper[d-d-st-6] {
    width: 15.625em;
    height: 6.25em;
    background: #006f4e;
    position: relative;
    border-radius: 0 0 5px 5px
}

.logo-wrapper .bg[d-d-st-6] {
    background-size: 80% !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.feats[d-d-st-6] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 3em;
    margin-right: auto
}

.global-feat[d-d-st-6] {
    margin-right: 6vw;
    position: relative
}

.global-feat[d-d-st-6]:last-child {
    margin-right: 0
}

.contacts[d-d-st-6] {
    display: -webkit-inline-box;
    display: inline-flex
}

.contacts .contact[d-d-st-6] {
    margin-right: 3em
}

.contacts .contact[d-d-st-6]:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .app-header[d-d-st-6] {
        padding: 0 15px;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .feats[d-d-st-6] {
        display: none
    }

    .logo-wrapper[d-d-st-6] {
        width: 100%;
        height: 5em;
        width: 45%
    }

    .contact[d-d-st-6] {
        width: 100%;
        text-align: right
    }

    .contact[d-d-st-6]:first-child {
        display: none
    }

    .contact .value[d-d-st-6] {
        font-size: 1em
    }
}

[d-d-st-1]:root {
    --q-font: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    --q-dark: 24, 25, 34;
    --q-dark-accent: 33, 34, 44;
    --q-color: 29, 29, 32;
    --q-subcolor: 100, 101, 111;
    --q-blue: 0, 81, 255;
    --q-main: var(--q-blue);
    --q-placeholder: #e2e2e7;
    --q-background: 245, 245, 248;
    --q-light: 249, 249, 250;
    --q-fair-text: 196, 197, 204;
    --q-white: 255, 255, 255;
    --q-wow-shadow: 0px 7px 21px rgba(125, 142, 167, 0.3);
    --q-card-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    --q-fly-shadow: 0px 14px 64px rgba(0, 0, 0, 0.1);
    --q-global-panel-height: 3.2em;
    --q-side-padding: 0.5em;
    --q-window-padding: 1em;
    --q-g-title: 3em;
    --q-m-title: 1.875em;
    --q-s-title: 1.125em;
    --q-r-text: 1em;
    --q-s-text: 0.875em;
    --q-xs-text: 0.75em;
    --q-border-radius: 20px;
    --q-small-border-radius: 10px;
    --q-xs-border-radius: 6px
}

.q-g-title[d-d-st-1] {
    font-size: 3em;
    font-size: var(--q-g-title);
    font-weight: 700
}

.q-m-title[d-d-st-1] {
    font-size: 1.875em;
    font-size: var(--q-m-title);
    font-weight: 700
}

.q-s-title[d-d-st-1] {
    font-size: 1.125em;
    font-size: var(--q-s-title);
    font-weight: 600
}

.q-r-text[d-d-st-1] {
    font-size: 1em;
    font-size: var(--q-r-text)
}

.q-s-text[d-d-st-1] {
    font-size: .875em;
    font-size: var(--q-s-text);
    font-weight: 600
}

.q-xs-text[d-d-st-1] {
    font-size: .75em;
    font-size: var(--q-xs-text);
    font-weight: 600
}

.q-subcolor[d-d-st-1] {
    color: #64656f;
    color: rgba(var(--q-subcolor), 1)
}

@-webkit-keyframes bgLoaded-d-d-st-1 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes bgLoaded-d-d-st-1 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.bg-loaded[d-d-st-1] {
    -webkit-animation-name: bgLoaded-d-d-st-1;
    animation-name: bgLoaded-d-d-st-1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.bg[d-d-st-1] {
    overflow: hidden
}

.bg:hover .moving[d-d-st-1], .bg:hover .zooming-wrapper[d-d-st-1] {
    opacity: 1;
    visibility: visible
}

.bg.auth[d-d-st-1] {
    cursor: pointer;
    padding: .5em
}

.bg.auth .loader-place[d-d-st-1] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.bg.auth:hover .border[d-d-st-1] {
    opacity: 1
}

.border[d-d-st-1] {
    border: 4px dotted #0068ff;
    height: 100%;
    border-radius: 10px;
    opacity: .2;
    -webkit-transition: .3s;
    transition: .3s
}

input[d-d-st-1] {
    opacity: 0;
    cursor: pointer
}

.zooming-wrapper[d-d-st-1] {
    border: 2px solid red;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%
}

.zooming-wrapper[d-d-st-1], .zooming-wrapper .zooming-image[d-d-st-1] {
    background-size: inherit !important;
    background-position: inherit !important;
    background-repeat: no-repeat !important
}

.moving[d-d-st-1] {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.moving[d-d-st-1], .zooming-wrapper[d-d-st-1] {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.placeholder[d-d-st-4] {
    opacity: .5
}

.kolbins-params[data-v-1941ae67] {
    position: absolute;
    background: #fff;
    color: #fff;
    font-family: arial;
    border-radius: 50px;
    right: 10px;
    top: 10px;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 4px rgba(66, 68, 100, .15);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 50;
    display: -webkit-box;
    display: flex;
    height: 25px
}

.kolbins-params.small[data-v-1941ae67] {
    right: 0;
    top: 0
}

.kolbins-params[data-v-1941ae67]:hover {
    opacity: 1
}

.params[data-v-1941ae67], .params-wrapper[data-v-1941ae67] {
    display: -webkit-box;
    display: flex
}

.params-wrapper[data-v-1941ae67] {
    max-width: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.params-wrapper.opened[data-v-1941ae67] {
    max-width: 200px
}

.back[d-d-st-8] {
    position: absolute;
    width: 50vw;
    height: 50vw;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .back[d-d-st-8] {
        display: none
    }
}

picture[d-d-st-9] {
    position: relative;
    display: inline-block
}

picture.auth[d-d-st-9] {
    min-width: 1.875em;
    min-height: 1.875em
}

.uploader-area[d-d-st-9] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.drop-zone[d-d-st-9] {
    display: block;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.drop-zone[d-d-st-9], .drop-zone input[d-d-st-9] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer
}

.drop-zone input[d-d-st-9] {
    opacity: 0
}

.drop-zone[d-d-st-9]:hover {
    background: rgba(var(--q-main), .5)
}

.drop-zone:hover .param-button-wrapper[d-d-st-9] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.param-button-wrapper[d-d-st-9], .uploading[d-d-st-9] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.param-button-wrapper[d-d-st-9] {
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .6
}

.q-pic.contain, .q-pic.contain > :not(.kolbins-params), .q-pic.cover, .q-pic.cover > :not(.kolbins-params) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.q-pic.cover img {
    -o-object-fit: cover;
    object-fit: cover
}

.q-pic.contain > * {
    -o-object-fit: contain;
    object-fit: contain
}

.app-quiz[data-v-34547c50] {
    text-align: center
}

.fixed[data-v-34547c50] {
    z-index: 999;
    position: fixed !important;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: scroll
}

.quiz-stub[data-v-34547c50] {
    border: 2px dotted #ccc;
    padding: 2em;
    font-size: 1.125em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

.quiz-stub.active[data-v-34547c50] {
    background: #006f4e;
    color: #fff
}

.stub-button[data-v-34547c50] {
    text-transform: none;
    font-size: .75em;
    margin-top: .5em
}

.close[data-v-34547c50] {
    width: 2em;
    height: 2em;
    position: fixed;
    right: 1em;
    top: 1em;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10
}

.close[data-v-34547c50]:hover {
    opacity: 1
}

.close .bg[data-v-34547c50] {
    background-size: 50% !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

@media screen and (max-width: 767px) {
    .wc[data-v-34547c50] {
        padding: 0 15px
    }
}

.kolbins-page-section[d-d-st-11] {
    position: relative
}

.section-hidden-overlay[d-d-st-11] {
    background: #fff;
    opacity: .8;
    pointer-events: none
}

.kolbins-page-section:hover > .section-controls .kolbins-params {
    background: rgba(var(--q-main), 1)
}

.kolbins-page-section:hover > .section-controls .bottom-params {
    opacity: 1;
    visibility: visible
}

.kolbins-page-section:hover > .section-controls .param-button {
    color: #fff
}

.kolbins-page-section:hover > .section-controls .param-button:hover {
    background: hsla(0, 0%, 100%, .2)
}

.start-step[data-v-b1aed524] {
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.title[data-v-b1aed524] {
    font-size: 3.125em;
    font-weight: 600
}

.subtitle[data-v-b1aed524] {
    font-size: 1.125em;
    margin-top: 1em;
    line-height: 1.8em
}

.content[data-v-b1aed524] {
    width: 40em;
    max-width: 100%;
    position: relative
}

.app-button[data-v-b1aed524] {
    margin-top: 3em
}

.app-button[d-d-st-12] {
    font-size: 1em;
    font-family: inherit;
    background: #006f4e;
    box-shadow: 0 2px 12px rgba(51, 117, 66, .41);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 1em 1.3em;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.app-button[d-d-st-12]:hover {
    background: #008960
}

.last-step[data-v-7c0fa68c] {
    min-height: 100vh;
    margin-top: 50vh;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.title[data-v-7c0fa68c] {
    font-size: 3.125em;
    font-weight: 600
}

.subtitle[data-v-7c0fa68c] {
    font-size: 1.125em;
    margin-top: 1em;
    line-height: 1.8em
}

.content[data-v-7c0fa68c] {
    width: 40em;
    max-width: 100%;
    position: relative
}

.feats[data-v-7c0fa68c] {
    margin-top: 3em
}

.feat[data-v-7c0fa68c] {
    width: 11em;
    position: relative;
    display: inline-block;
    margin: 1em 2em;
    vertical-align: top
}

.icon[data-v-7c0fa68c] {
    font-size: 2.25em;
    margin-bottom: .3em
}

.text[data-v-7c0fa68c] {
    font-size: .75em;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .last-step[data-v-7c0fa68c] {
        padding: 8em 0
    }

    .feats[data-v-7c0fa68c] {
        display: -webkit-box;
        display: flex;
        flex-flow: wrap
    }

    .feats .feat[data-v-7c0fa68c] {
        width: calc(50% - 4em)
    }
}

.left[data-v-4b8aa303] {
    left: 0;
    right: auto !important
}

.smart-form[data-v-1171b0f0] {
    text-align: center;
    margin-top: 2em
}

.title[data-v-1171b0f0] {
    font-size: 1.225em;
    font-weight: 700;
    width: 10em;
    max-width: 100%;
    display: inline-block;
    margin: 1.5em 0
}

.fields[data-v-1171b0f0] {
    position: relative;
    height: 5.5em
}

.fields .app-input[data-v-1171b0f0] {
    position: absolute;
    width: 100%
}

.dots[data-v-1171b0f0] {
    margin-bottom: 1.5em
}

.dot[data-v-1171b0f0] {
    width: .8em;
    height: .8em;
    border-radius: 50%;
    background: #006f4e;
    opacity: .2;
    display: inline-block;
    margin: .3em;
    -webkit-transition: .5s;
    transition: .5s
}

.dot.active[data-v-1171b0f0] {
    opacity: 1
}

.app-form .slot {
    -webkit-transition: .3s;
    transition: .3s
}

.app-form .slot.disabled {
    opacity: .4;
    pointer-events: none
}

.app-form .agree {
    margin-top: 1.5em;
    display: -webkit-box;
    display: flex
}

.app-form .agree .checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 2px;
    border: 2px solid #006f4e;
    flex-shrink: 0;
    margin-right: .5em;
    cursor: pointer
}

.app-form .agree .checkbox:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    background: #006f4e;
    border-radius: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.app-form .agree .checkbox.active:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.app-form .agree .text {
    font-size: 9px;
    text-align: left
}

.app-form-success {
    text-align: inherit
}

.app-form-success .success-title {
    font-size: 2em;
    font-weight: 600;
    margin: .3em 0
}

.app-form-success .pic {
    height: 5em;
    width: 5em;
    display: inline-block
}

.app-form-success .pic svg {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    fill: #006f4e
}

.app-input[d-d-st-5] {
    position: relative;
    margin-bottom: 1em
}

.app-input input[d-d-st-5], .app-input textarea[d-d-st-5] {
    background: #fff;
    font-size: 1em;
    font-family: inherit;
    width: 100%;
    padding: 1.3em .7em .5em;
    font-size: 1.25em;
    border-radius: 4px;
    resize: vertical;
    border: 1px solid rgba(0, 0, 0, .05);
    max-height: 10em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    transition: .3s
}

.app-input input[d-d-st-5]:focus, .app-input textarea[d-d-st-5]:focus {
    box-shadow: 0 0 30px rgba(0, 111, 78, .2)
}

.app-input label[d-d-st-5] {
    position: absolute;
    left: 1.45em;
    top: 1em;
    font-size: .6em;
    opacity: .5;
    color: #141415
}

.app-screen[d-d-st-10] {
    padding: 5em 0
}

.subtitle[d-d-st-10] {
    font-size: 1.3em;
    line-height: 1.8em;
    margin-top: 1.5em
}

.global-feat[d-d-st-10] {
    margin-bottom: 3em
}

.global-feat[d-d-st-10]:last-child {
    margin-bottom: 0
}

.form-row[d-d-st-10] {
    margin-top: 3em
}

@media screen and (max-width: 767px) {
    .subtitle[d-d-st-10] {
        font-size: 1em
    }

    .global-feat[d-d-st-10] {
        margin-bottom: 1em
    }

    .app-screen[d-d-st-10] {
        padding: 1.5em 0 3em
    }

    .global-feat[d-d-st-10] {
        text-align: center;
        display: block
    }

    .global-feat .icon[d-d-st-10] {
        display: inline-block;
        width: 5em;
        height: 5em
    }
}

.main-form {
    background: #fff;
    border: 1px solid #ecebf5;
    box-sizing: border-box;
    box-shadow: 0 24px 84px rgba(0, 0, 0, .09);
    border-radius: 8px;
    padding: 2em;
    position: relative;
    overflow: hidden
}

.main-form .content {
    position: relative;
    z-index: 2;
    width: 50em;
    max-width: 100%
}

.main-form.isVertical .fields {
    display: block
}

.main-form.isVertical .fields .app-input {
    margin-bottom: 1em
}

.main-form .fields {
    display: -webkit-box;
    display: flex;
    margin: 0 -.5em;
    position: relative;
    z-index: 1
}

.main-form .fields > * {
    margin: 0 .5em
}

.main-form .fields .app-input {
    margin-bottom: 0
}

.main-form .subtitle {
    margin-bottom: 2em;
    margin-top: .5em
}

.main-form > .pic {
    width: 20em;
    left: auto;
    height: 30em;
    right: -5em
}

.main-form > .pic .bg {
    background-size: cover !important;
    background-position: top !important
}

@media screen and (max-width: 767px) {
    .main-form > .pic {
        display: none
    }

    .main-form .fields {
        display: block
    }

    .main-form .fields > * {
        margin-bottom: 1em !important
    }
}

.app-services[d-d-st-13] {
    padding: 2em 0
}

.title-40[d-d-st-13] {
    margin-bottom: .4em
}

.service[d-d-st-13] {
    padding: 2.5em;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start
}

.service .app-button[d-d-st-13] {
    margin-top: auto
}

.icon[d-d-st-13] {
    flex-shrink: 0;
    width: 3.125em;
    height: 3.125em;
    position: relative;
    margin-right: .7em
}

.icon .bg[d-d-st-13] {
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.title-28[d-d-st-13] {
    margin: .8em 0
}

.text[d-d-st-13] {
    margin-bottom: 2em
}

@media screen and (max-width: 767px) {
    .title-40[d-d-st-13] {
        margin-bottom: .5em
    }
}

.logo[d-d-st-14] {
    width: 23.25em;
    max-width: 100%;
    height: 6.875em;
    position: relative;
    display: inline-block
}

.logo .bg[d-d-st-14] {
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.about[d-d-st-14] {
    font-size: 1.5em;
    line-height: 1.5em
}

.feat-digit[d-d-st-14] {
    font-size: 4em;
    font-weight: 800;
    color: #006f4e
}

.feat-about[d-d-st-14], .feat-pre[d-d-st-14] {
    font-size: .875em
}

.feats[d-d-st-14] {
    margin-top: 2em
}

@media screen and (max-width: 767px) {
    .feat-digit[d-d-st-14] {
        font-size: 3em
    }
}

.app-screen[d-d-st-15] {
    padding: 0
}

.subtitle[d-d-st-15] {
    font-size: 1.5625em;
    line-height: 1.8em;
    padding-top: .2em
}

.global-feat[d-d-st-15] {
    margin-bottom: 2em
}

.global-feat[d-d-st-15]:last-child {
    margin-bottom: 0
}

.form-row[d-d-st-15] {
    margin-top: 3em
}

@media screen and (max-width: 767px) {
    .subtitle[d-d-st-15] {
        font-size: 1em
    }

    .global-feat[d-d-st-15] {
        margin-bottom: 1em
    }

    .app-screen[d-d-st-15] {
        padding: 1.5em 0 3em
    }

    .global-feat[d-d-st-15] {
        text-align: center;
        display: block
    }

    .global-feat .icon[d-d-st-15] {
        display: inline-block;
        width: 5em;
        height: 5em
    }
}

.title-18-uppercase[d-d-st-16] {
    margin-bottom: 1em
}

.items[d-d-st-16] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-flow: wrap;
    margin: 0 -15px
}

.item[d-d-st-16] {
    width: calc(12.5% - 30px);
    -webkit-transition: .3s;
    transition: .3s;
    margin: 15px
}

.image[d-d-st-16], .item[d-d-st-16] {
    position: relative
}

.image[d-d-st-16] {
    padding-bottom: 40%
}

.image .bg[d-d-st-16] {
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

@media screen and (max-width: 767px) {
    .items[d-d-st-16] {
        grid-template-columns: repeat(3, 1fr) !important
    }

    .item[d-d-st-16] {
        width: calc(25% - 30px)
    }
}

.app-features[d-d-st-17] {
    padding: 5em 0 1em
}

.title[d-d-st-17] {
    margin-bottom: .4em
}

.icon[d-d-st-17] {
    width: 4em;
    height: 4em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em
}

.feature[d-d-st-17] {
    margin-bottom: 2em
}

@media screen and (max-width: 767px) {
    .app-features[d-d-st-17] {
        padding: 2em 0
    }

    .title[d-d-st-17] {
        margin-bottom: 1em
    }
}

.app-steps[d-d-st-18] {
    padding: 0
}

.title[d-d-st-18] {
    margin-bottom: 1.3em
}

.icon[d-d-st-18] {
    width: 4em;
    height: 4em;
    display: inline-block;
    margin-bottom: 1em
}

.icon[d-d-st-18], .step[d-d-st-18] {
    position: relative
}

.index[d-d-st-18] {
    width: 100%;
    font-size: 8em;
    font-weight: 800;
    color: #8d8c95;
    z-index: -1;
    opacity: .1;
    text-align: center;
    top: -.7em
}

.index[d-d-st-18], .track[d-d-st-18] {
    position: absolute
}

.track[d-d-st-18] {
    width: 6em;
    left: calc(100% - 3em);
    top: -2em
}

.text[d-d-st-18] {
    padding: 0 2em
}

@media screen and (max-width: 767px) {
    .app-steps[d-d-st-18] {
        padding: 2em 0
    }

    .track[d-d-st-18] {
        display: none
    }

    .title[d-d-st-18] {
        margin-bottom: 1em
    }

    .step[d-d-st-18] {
        margin: 3em 0
    }
}

.app-screen[d-d-st-19] {
    padding: 0 0 5em
}

.subtitle[d-d-st-19] {
    font-size: 1.5625em;
    line-height: 1.8em;
    padding-top: .2em
}

.global-feat[d-d-st-19] {
    margin-bottom: 3em
}

.global-feat[d-d-st-19]:last-child {
    margin-bottom: 0
}

.form-row[d-d-st-19] {
    margin-top: 3em
}

@media screen and (max-width: 767px) {
    .subtitle[d-d-st-19] {
        font-size: 1em
    }

    .global-feat[d-d-st-19] {
        margin-bottom: 1em
    }

    .app-screen[d-d-st-19] {
        padding: 1.5em 0 3em
    }

    .global-feat[d-d-st-19] {
        text-align: center;
        display: block
    }

    .global-feat .icon[d-d-st-19] {
        display: inline-block;
        width: 5em;
        height: 5em
    }
}

.app-cases[data-v-dafa938e] {
    padding: 4em 0 6em;
    margin-bottom: -2em;
    --size: 23em;
    --gap: 30px
}

.picture[data-v-dafa938e] {
    position: relative;
    height: 13em;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0
}

.picture .bg[data-v-dafa938e] {
    background-size: cover !important;
    background-position: 50% !important
}

.cases[data-v-dafa938e] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--size);
    grid-gap: var(--gap);
    gap: var(--gap);
    -webkit-transition: .3s;
    transition: .3s
}

.cases.auth[data-v-dafa938e] {
    grid-auto-columns: unset;
    grid-auto-flow: unset;
    grid-template-columns: repeat(3, 1fr)
}

.cases.car .case[data-v-dafa938e] {
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s
}

.cases.car .case.active[data-v-dafa938e] {
    opacity: 1
}

.case[data-v-dafa938e] {
    height: 100%
}

.case-title[data-v-dafa938e] {
    font-size: 1.125em;
    font-weight: 700
}

.content[data-v-dafa938e] {
    padding: 2.5em
}

.about[data-v-dafa938e] {
    margin-top: 2em
}

.subtitle-14[data-v-dafa938e] {
    margin-top: 1em;
    width: 40em;
    max-width: 100%
}

.arrows[data-v-dafa938e] {
    display: -webkit-inline-box;
    display: inline-flex
}

.arrows > .arrow[data-v-dafa938e] {
    width: 3em;
    height: 3em;
    margin: .5em
}

.arrows[data-v-dafa938e] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
    padding: 0 2em
}

.arrows > .arrow[data-v-dafa938e] {
    pointer-events: all;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.arrows > .arrow[data-v-dafa938e]:hover {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .app-cases[data-v-dafa938e] {
        --size: calc(100% - 3em)
    }

    .case[data-v-dafa938e] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .picture[data-v-dafa938e] {
        width: 100%;
        height: 15em;
        border-radius: 5px 5px 0 0
    }

    .cases-slider[data-v-dafa938e] {
        padding: 0 15px
    }

    .arrows[data-v-dafa938e] {
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        display: none
    }
}

.app-cases .case p {
    font-size: .8125em
}

.picture-wrapper {
    position: relative;
    text-align: center;
    display: inline-block
}

.picture-wrapper, .picture-wrapper img {
    height: inherit;
    max-height: inherit
}

.picture-wrapper.empty {
    min-width: 2em;
    min-height: 2em
}

.picture-wrapper .bg {
    background: none !important;
    padding: 0 !important
}

.app-simple-slider[data-v-0639dbae] {
    padding: 3em 0
}

.slide[data-v-0639dbae] {
    height: 18.75em;
    position: relative
}

.slide img[data-v-0639dbae] {
    width: auto;
    display: inline-block;
    box-shadow: 0 24px 94px #e0e1e4
}

.arrows[data-v-0639dbae] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
    padding-bottom: 3em
}

.arrows > .arrow[data-v-0639dbae] {
    pointer-events: all;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.arrows > .arrow[data-v-0639dbae]:hover {
    opacity: 1
}

.app-simple-slider .owl-item {
    padding: 2em 0 5em
}

.app-terminals[data-v-75f54f39] {
    padding: 2em 0 5em
}

.title-70[data-v-75f54f39] {
    margin-bottom: .5em
}

.app-gallery[data-v-8e98e200] {
    padding: 0 0 2em
}

.gallery[data-v-8e98e200] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(13.75em, auto)
}

.title-18-uppercase[data-v-8e98e200] {
    margin-bottom: 1em
}

.photo[data-v-8e98e200] {
    position: relative;
    cursor: pointer
}

.photo:hover .overlay[data-v-8e98e200] {
    opacity: .5
}

.photo.bigRow[data-v-8e98e200] {
    grid-row: span 2
}

.photo .bg[data-v-8e98e200] {
    background-size: cover !important;
    background-position: 50% !important
}

.overlay[data-v-8e98e200] {
    background: #006f4e;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .gallery[data-v-8e98e200] {
        display: -webkit-box;
        display: flex;
        flex-flow: wrap
    }

    .photo[data-v-8e98e200] {
        width: 50vw;
        height: 50vw;
        -webkit-box-flex: 1;
        flex-grow: 1
    }
}

.map[data-v-19530824] {
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.cert-name[data-v-19530824] {
    font-weight: 700
}

.cert-subname[data-v-19530824] {
    font-size: .875em;
    color: #8d8c95;
    font-weight: 500
}

.certs[data-v-19530824] {
    margin-top: 3em
}

@media screen and (max-width: 767px) {
    .map[data-v-19530824] {
        padding-bottom: 100%
    }
}

.logo-wrapper[d-d-st-2] {
    width: 15.625em;
    height: 6.25em;
    background: #006f4e;
    position: relative;
    border-radius: 0 0 5px 5px
}

.logo-wrapper .bg[d-d-st-2] {
    background-size: 80% !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.app-footer[d-d-st-2] {
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-top: 2em
}

.bottom[d-d-st-2] {
    font-size: .75em;
    color: #8d8c95;
    margin-top: 4em
}

.bottom a[d-d-st-2] {
    text-decoration: underline;
    color: #141415
}

@media screen and (min-width: 1600px) {
    .bottom a[d-d-st-2] {
        padding-right: 100px;
    }
}

@media screen and (max-width: 767px) {
    .logo-wrapper[d-d-st-2] {
        width: 100%;
        height: 8em
    }
}

/*<style>*/

/* Custom CSS de*/

#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding:  0.5% 20%;
    /*background-color: rgb(233 237 255);*/
    background-color: rgb(240 242 249);
    transition: opacity 1s ease;
    z-index: 3;
}

.cookie-div-btn {
    font-size: 14px;
    width: 20%;
    float: left;
}

.cookie-div-text p {
    font-size: 12px;
    color: #006f4e;
    margin-bottom: auto;
}

.cookie-btn {
    color:#ffffff;
    background-color: #006f4e;
    padding: 9px 21px;
    font-size: 10px;
    border: none;
    transition: 0.3s;
}

.cookie-btn:hover {
    background-color: #0b4538;
}

@media (min-width: 1400px) {
    .cookie-btn {
        margin-top: 5px;
        margin-left: 15px;
    }
}

.cookie-div-text {
    width: 80%;
    float:left
}

@media (max-width: 1367px) and (max-height: 1025px) and (min-width: 1365px) and (min-height: 1023px) {
    #consent-popup {
        padding:  0.5% 25%;
    }
    .cookie-btn {
        margin-top: 4px;
    }
}

@media (max-width: 1025px) and (max-height: 1367px) and (min-width: 1023px) and (min-height: 1365px) {
    #consent-popup {
        padding:  0.5% 22%;
    }
    .cookie-div-btn {
        font-size: 24px;
        margin-top: -2px;
    }
}

@media (max-width: 1025px) and (max-height: 769px) and (min-width: 1023px) and (min-height: 767px) {
    #consent-popup {
        padding:  0.5% 18%;
    }
    .cookie-div-btn {
        font-size: 24px;
        margin-top: -2px;
    }
}

@media (max-width: 769px) and (max-height: 1025px) and (min-width: 767px) and (min-height: 1023px) {
    #consent-popup {
        padding:  0.5% 16%;
    }
    .cookie-div-btn {
        font-size: 24px;
        margin-top: 7px;
    }
}

@media (max-width: 755px) and (max-height: 813px) and (min-width: 300px) and (min-height: 811px) {
    #consent-popup {
        padding:  1.5% 25% 0 2%;
    }
    .cookie-div-btn {
        font-size: 24px;
        margin-top: 8px;
        float: none;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .cookie-btn {
        padding: 10px 25px;
        font-size: 10px;
        border: none;
    }
    .cookie-div-text p {
        font-size: 11px;
        width: 127%;
    }
}

@media (max-width: 813px) and (max-height: 376px) and (min-width: 811px) and (min-height: 374px) {
    #consent-popup {
        padding:  0 45px 0 10px;
    }
    .cookie-div-btn {
        font-size: 24px;
        margin-top: -5px;
    }
    .cookie-div-text p {
        font-size: 11px;
    }
}


#consent-popup.hidden {
    opacity: 0;
    pointer-events: none;
}


/*!* The Modal (background) *!*/
.modal-cust {
    display: none; /* 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: #363636c2;*!*/
/*    !*padding-top: 50px;*!*/
/*    overflow-y: hidden;*/
}

/*@media only screen and (max-height: 718px) {*/
/*    .modal {*/
/*        overflow-y: auto;*/
/*    }*/
/*}*/

.signup-text-field {
    min-height: 90px;
}