﻿.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: top .2s,-webkit-transform .2s;
            transition: top .2s,-webkit-transform .2s;
            -o-transition: .2s transform,.2s top;
            transition: transform .2s,top .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: left .2s,-webkit-transform .2s;
        transition: left .2s,-webkit-transform .2s;
        -o-transition: .2s transform,.2s left;
        transition: transform .2s,left .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s right;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

*, :after, :before {
    box-sizing: border-box
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
    margin: 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol, nav ul {
    list-style: none;
    padding: 0
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

iframe, img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button, input, select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details, dialog {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

    dialog:not([open]) {
        display: none
    }

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[tabindex], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true], [disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

    [aria-hidden=false][hidden]:not(:focus) {
        clip: rect(0,0,0,0);
        position: absolute
    }

*, :after, :before {
    box-sizing: inherit
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

body {
    padding: 0;
    background: linear-gradient(#123075,#001432);
    color: #fff;
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300
}

@media (min-width:1366px) {
    body {
        background: #fff
    }
}

body.menu-open {
    overflow: hidden
}

b, strong {
    font-weight: 700
}

.container {
    max-width: 100%
}

@media (min-width:1366px) {
    .container {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto
    }
}

.bg--gradient {
    background-image: url(../images/webinar/fadein_bg.0fe12980a28ae7ee404d4f3512925736.svg);
    background-repeat: no-repeat;
    background-position: 140% 270px;
    background-size: 485px auto
}

@media (min-width:1366px) {
    .bg--gradient {
        background-color: #102d6d;
        background-image: url(../images/webinar/fadein_bg.svg),url(../images/webinar/fadein_bg.svg),linear-gradient(180deg,#102d6d,#020712);
        background-position: 140% -500px,-250px 80%,0 0;
        background-size: 1500px auto,1500px auto,auto;
        background-repeat: no-repeat,no-repeat,no-repeat
    }
}

.bg--image {
    background-image: url(../images/webinar/Image-1@3x.png);
    background-size: 595px auto;
    background-position: calc(100vw - 480px) -140px;
    background-repeat: no-repeat
}

@media (min-width:1366px) {
    .bg--image {
        background-size: auto;
        background-position: 108% -130px;
        background-repeat: no-repeat;
        background-image: url(../images/webinar/Image.png);
        background-image: -webkit-image-set(url(../images/webinar/Image.png) 1x,url(../images/webinar/Image@2x.png) 2x);
        background-image: image-set(url(../images/webinar/Image.png) 1x,url(../images/webinar/Image@2x.png) 2x)
    }
}

.main {
    overflow: hidden
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300;
    display: inline-block;
    line-height: 1.15
}

@media (min-width:1366px) {
    .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: 1.5
    }
}

.h1 {
    font-size: 3.5rem
}

@media (max-width:414px) {
    .h1 {
        font-size: 2.5rem
    }
}

@media (min-width:1366px) {
    .h1 {
        font-size: 5rem;
        letter-spacing: 2px
    }
}

.h2 {
    font-size: 2.75rem
}

@media (min-width:1366px) {
    .h2 {
        font-size: 4.375rem
    }
}

.h3 {
    font-size: 2.375rem;
    letter-spacing: 1.2px
}

@media (min-width:1366px) {
    .h3 {
        font-size: 3rem
    }
}

.h4 {
    font-size: 2.5rem
}

.h5 {
    font-size: 2rem
}

.h6 {
    font-size: 1.25rem
}

.header--underline {
    position: relative
}

    .header--underline:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        display: block;
        height: 5px;
        width: 15%;
        background: transparent linear-gradient(268deg,#0ce8f9,#0046f5) 0 0 no-repeat padding-box
    }

@media (min-width:1366px) {
    .header--underline:after {
        bottom: 0
    }
}

.header--underline.h1:after {
    width: 116px
}

.header--underline.h3 {
    padding-bottom: 1.25rem
}

    .header--underline.h3:after {
        width: 82px
    }

.header--light {
    margin-bottom: 1.625rem;
    padding-bottom: 1.125rem;
    margin-top: 5.25rem;
    display: block;
    text-align: center;
    position: relative
}

@media (min-width:1366px) {
    .header--light {
        margin-bottom: 3.125rem;
        padding-bottom: 2.25rem
    }
}

.header--light:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #0046f5;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.text--primary {
    text-align: center;
    margin-top: 0;
    font-size: 1.25rem
}

@media (min-width:1366px) {
    .text--primary {
        text-align: left
    }
}

.text--secondary {
    text-align: center;
    margin-top: 0;
    font-size: 1.25rem;
    color: #709be7
}

@media (min-width:1366px) {
    .text--secondary {
        text-align: left
    }
}

.footer {
    display: none
}

@media (min-width:1366px) {
    .footer {
        display: block;
        margin-top: 11.5rem
    }
}

.footer__nav .nav__list {
    list-style: decimal;
    font-size: .75rem;
    font-weight: 700;
    display: flex
}

.footer__nav .nav__list__item {
    margin-right: 1.25rem;
    color: #fff;
    transition: color .25s ease-out;
    will-change: color
}

    .footer__nav .nav__list__item:hover {
        color: #709be7
    }

.footer__nav .nav__link {
    font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s ease-out;
    will-change: color
}

    .footer__nav .nav__link:hover {
        color: #709be7
    }

.btn {
    padding: .5rem 1rem;
    background-color: #0046f5;
    color: #fff;
    border: none;
    border-radius: 1.5rem;
    font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 1.1875rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer
}

.btn__large {
    font-size: 1.25rem;
    padding: .75rem 2.125rem;
    border-radius: 2rem
}

@media (min-width:1366px) {
    .btn__large {
        font-size: 1.625rem
    }
}

.btn--shadow {
    box-shadow: 10px 10px 40px rgba(0,0,0,.4)
}

.btn__icon {
    padding: 1rem 1.375rem;
    margin-right: .875rem;
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center
}

    .btn__icon .icon {
        margin-left: 1.125rem
    }

.btn[disabled] {
    background: #696f7d
}

.navigation {
    padding-top: 2.625rem;
    display: none
}

@media (min-width:1366px) {
    .navigation {
        display: block
    }
}

.navigation--mobile {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    display: block
}

@media (min-width:1366px) {
    .navigation--mobile {
        display: none
    }
}

.navigation--mobile .navigation__container {
    top: 0;
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    padding: 2.625rem 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg,#123075,#001432 75%);
    transform: translateX(-100%);
    will-change: transform;
    transition: transform .3s ease-in-out
}

    .navigation--mobile .navigation__container .btn {
        margin-top: 70px
    }

.navigation--mobile .logo__icon {
    width: 146px
}

.navigation__list {
    margin: 0
}

.navigation__list, .navigation__menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

    .navigation__menu.open + .navigation__container {
        transform: translateX(0)
    }

    .navigation__menu.open .navigation__hamburger {
        width: 0
    }

        .navigation__menu.open .navigation__hamburger:before {
            transform: rotate(45deg)
        }

        .navigation__menu.open .navigation__hamburger:after {
            transform: rotate(-45deg)
        }

.navigation__hamburger {
    margin-top: .5rem;
    width: 1.5rem;
    height: 2px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    flex-shrink: 0;
    will-change: width;
    transition: width .3s ease-in
}

    .navigation__hamburger:after, .navigation__hamburger:before {
        content: "";
        width: 1.5rem;
        height: 2px;
        display: inline-block;
        position: absolute;
        background-color: inherit;
        transform-origin: .25rem 50%;
        transition: all .3s cubic-bezier(.6,-.28,.74,.05)
    }

    .navigation__hamburger:before {
        top: -6px
    }

    .navigation__hamburger:after {
        top: 6px
    }

.navigation__icon {
    padding: .5rem 0;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 20;
    cursor: pointer
}

.navigation__nav {
    width: 100%
}

    .navigation__nav .navigation__list {
        padding: 0;
        margin: 6rem 0 0;
        flex-direction: column;
        font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 2rem;
        font-weight: 400;
        list-style: none
    }

        .navigation__nav .navigation__list .navigation__item {
            width: 100%;
            border-bottom: 1px solid #3d60a1
        }

            .navigation__nav .navigation__list .navigation__item:last-child {
                border-bottom: none
            }

        .navigation__nav .navigation__list .navigation__link {
            width: 100%;
            padding: 1.25rem;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            color: #fff
        }

    .navigation__nav .logo {
        display: inline-block
    }

.section__list {
    margin: 0;
    padding: 2.875rem 0;
    list-style: none;
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 1.625rem;
    position: relative
}

    .section__list:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background-color: #0046f5;
        top: 0;
        left: -2.25rem;
        right: -2.25rem;
        bottom: 0
    }

@media (min-width:1366px) {
    .section__list:after {
        content: none
    }
}

@media (min-width:1366px) {
    .section__list {
        padding: 0;
        grid-column-gap: 3.5rem;
        grid-auto-flow: column
    }
}

.section__list__item {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 300
}

@media (min-width:1366px) {
    .section__list__item {
        font-weight: 400
    }
}

.section__list__text {
    margin: 1.75rem 0 0
}

.section-main {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

@media (min-width:1366px) {
    .section-main {
        padding-left: 0;
        padding-right: 0
    }
}

.section-main .section__title {
    margin-top: 9rem;
    margin-bottom: 2rem
}

@media (min-width:1366px) {
    .section-main .section__title {
        margin-top: 6.25rem;
        margin-bottom: 1.5rem
    }
}

.section-main .text--primary, .section-main .text--secondary {
    max-width: 590px
}

.section-counter {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:1366px) {
    .section-counter {
        padding-left: 0;
        padding-right: 0;
        flex-direction: row
    }
}

.section-counter__image {
    max-width: 100%;
    min-width: 0;
    margin: auto
}

@media (min-width:1366px) {
    .section-counter__image {
        margin-left: 60px;
        margin-right: 170px
    }
}

.section-about {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:1366px) {
    .section-about {
        padding-left: 0;
        padding-right: 0
    }
}

.section-about .section__title {
    margin-top: 1.375rem;
    color: #fff
}

@media (min-width:1366px) {
    .section-about .section__title {
        margin-top: 5.25rem;
        color: #171c2a
    }
}

.section-about__wrapper {
    min-height: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:1366px) {
    .section-about__wrapper {
        margin: 0;
        min-height: 1400px
    }
}

.section-about__wrapper .header--light {
    margin-top: 3.25rem;
    margin-bottom: 3.375rem;
    color: #fff
}

@media (min-width:1366px) {
    .section-about__wrapper .header--light {
        margin-top: 130px;
        margin-bottom: 1.625rem
    }
}

.section-about__wrapper .header--light:after {
    background-color: #0046f5
}

@media (min-width:1366px) {
    .section-about__wrapper .header--light:after {
        background-color: #020712
    }
}

@media (min-width:1366px) {
    .section-about__wrapper:after {
        content: "";
        display: block;
        width: 110%;
        height: 1020px;
        border-radius: 2rem;
        background-color: #0046f5;
        position: absolute;
        top: 230px;
        transform: skewY(-5deg);
        z-index: -1
    }
}

.section-start {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

@media (min-width:1366px) {
    .section-start {
        margin-top: 3vw;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6rem;
        position: relative;
        background-color: #171c2a
    }

        .section-start:before {
            content: "";
            display: block;
            width: 150vw;
            height: 11vw;
            transform: rotate(-5deg) translateX(-10%);
            background-color: #171c2a;
            position: absolute;
            top: -8vw;
            left: 0;
            z-index: -1
        }
}

.section-start .section__title {
    margin-top: 2.625rem;
    margin-bottom: 3.25rem
}

@media (min-width:1366px) {
    .section-start .section__title {
        margin-bottom: 1.625rem;
        margin-top: 5.25rem
    }
}

.section-start .bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-column-gap: 170px;
    grid-auto-flow: row;
    counter-reset: stamper-start
}

@media (min-width:1366px) {
    .section-start .bullet-list {
        grid-auto-flow: column
    }
}

.section-start .bullet-list__title {
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: block;
    text-align: center
}

    .section-start .bullet-list__title:before {
        counter-increment: stamper-start;
        content: counter(stamper-start) "."
    }

@media (min-width:1366px) {
    .section-start .bullet-list__title {
        padding-bottom: 3rem;
        margin-bottom: 2.5rem;
        position: relative;
        text-align: left
    }

        .section-start .bullet-list__title:after {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #0046f5;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2
        }

        .section-start .bullet-list__title:first-child:before {
            content: "";
            position: absolute;
            bottom: 9px;
            left: 0;
            width: 100vw;
            height: 1px;
            background-color: #292e3b
        }
}

.section-start .bullet-list__text {
    text-align: center
}

@media (min-width:1366px) {
    .section-start .bullet-list__text {
        text-align: left
    }
}

.section-start .bullet-list__item {
    margin-bottom: 3.75rem
}

@media (min-width:1366px) {
    .section-start .bullet-list__item {
        margin-bottom: 0
    }
}

.section-order {
    display: flex;
    flex-direction: column;
    position: relative
}

@media (min-width:1366px) {
    .section-order {
        margin-top: 5.875rem;
        min-height: 670px
    }

        .section-order:after {
            content: "";
            display: block;
            width: 100%;
            height: 590px;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #eff2f4;
            border-radius: 2rem;
            transform: skewY(-5deg) translateY(84px);
            z-index: -1
        }

        .section-order-package:after {          
            height: 1090px !important;          
        }
}

.section-order .header--light {
    display: none
}

@media (min-width:1366px) {
    .section-order .header--light {
        display: block;
        margin-top: auto;
        color: #171c2a
    }
}

.section-clients {
    margin-top: 2.625rem;
    padding: 2rem 2.25rem;
    background-color: #fff
}

@media (min-width:1366px) {
    .section-clients {
        margin-top: 3.125rem;
        padding: 0;
        background-color: transparent
    }
}

.section-clients .header--light {
    display: none;
    color: #171c2a
}

@media (min-width:1366px) {
    .section-clients .header--light {
        display: block
    }
}

.section-clients .section__title--mobile {
    margin: 0;
    color: #001432;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: center
}

@media (min-width:1366px) {
    .section-clients .section__title--mobile {
        display: none
    }
}

.section-slider {
    display: none
}

@media (min-width:1366px) {
    .section-slider {
        display: block;
        padding-bottom: 80px;
        background: transparent url(../images/webinar/slider-bg.svg) bottom no-repeat;
        background-size: contain
    }
}

.section-faq {
    margin-top: 15vw;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/webinar/Image-footer.png);
    background-image: -webkit-image-set(url(../images/webinar/Image-footer.png) 1x,url(../images/webinar/Image-footer@2x.png) 2x,url(../images/webinar/Image-footer@3x.png) 3x);
    background-image: image-set(url(../images/webinar/Image-footer.png) 1x,url(../images/webinar/Image-footer@2x.png) 2x,url(../images/webinar/Image-footer@3x.png) 3x);
    background-position: calc(100vw - 295px) 100%;
    background-size: 595px auto
}

@media (min-width:1366px) {
    .section-faq {
        background-color: #102d6d;
        background-image: url(../images/webinar/Group_26.svg),linear-gradient(180deg,#102d6d,#020712);
        background-repeat: no-repeat,no-repeat;
        background-position: 100% 430px,0 0;
        background-size: 100%
    }

        .section-faq:before {
            content: "";
            display: block;
            width: 150vw;
            height: 11vw;
            transform: rotate(-5deg) translateX(-10%);
            background-color: #102d6d;
            position: absolute;
            top: -8vw;
            left: 0;
            z-index: -1
        }
}

@media (min-width:1366px) {
    .section-faq__content {
        height: 1050px;
        background-position: -1.5vw 50%;
        background-repeat: no-repeat;
        background-image: url(../images/webinar/MaskGroup2.png);
        background-image: -webkit-image-set(url(../images/webinar/MaskGroup2.png) 1x,url(../images/webinar/MaskGroup2@2x.png) 2x);
        background-image: image-set(url(../images/webinar/MaskGroup2.png) 1x,url(../images/webinar/MaskGroup2@2x.png) 2x)
    }
}

.section-faq .text--primary {
    font-size: .9375rem;
    margin-bottom: .75rem
}

@media (min-width:1366px) {
    .section-faq .text--primary {
        font-size: 1.25rem
    }
}

.section-faq .section__title {
    margin-top: 0;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    text-align: center
}

.section-join {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    position: relative
}

@media (min-width:1366px) {
    .section-join {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 9.625rem
    }
}

.section-join__image {
    display: none
}

@media (min-width:1366px) {
    .section-join__image {
        display: inline-block;
        position: absolute;
        bottom: 112px
    }
}

.section-join .section__title {
    display: block
}

@media (min-width:1366px) {
    .section-join .section__title {
        display: inline-block;
        text-align: left
    }
}

.section__nav {
    padding-bottom: 2.375rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:1366px) {
    .section__nav {
        padding-bottom: 0;
        display: block
    }
}

.section__nav .btn {
    margin-bottom: 1.0625rem;
    margin-right: 0
}

@media (min-width:1366px) {
    .section__nav .btn {
        margin-bottom: 0;
        margin-right: 1rem
    }
}

.section__nav .btn:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.section-explore {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    text-align: center
}

@media (min-width:1366px) {
    .section-explore {
        display: none
    }
}

.section-explore .section__title {
    padding-bottom: 1.0625rem;
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.2;
    position: relative
}

    .section-explore .section__title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 60px;
        height: 3px;
        transform: translateX(-50%);
        background: #00e8f9;
        background: linear-gradient(267deg,#00e8f9,#0046f5)
    }

.section-explore .section__desc {
    margin-top: 1.25rem;
    margin-bottom: 2.625rem;
    font-weight: 300;
    font-size: 1.25rem
}

.section-explore .section__desc, .section-explore__title {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 1.5
}

.section-explore__title {
    margin-top: 1.1875rem;
    margin-bottom: 1.4375rem;
    padding-bottom: .5625rem;
    font-weight: 700;
    font-size: 1.375rem;
    position: relative
}

    .section-explore__title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 40px;
        height: 2px;
        transform: translateX(-50%);
        background: #00e8f9;
        background: linear-gradient(267deg,#00e8f9,#0046f5)
    }

.section-explore__text {
    font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 1.1875rem;
    line-height: 1.5;
    color: #709be7
}

.section-explore__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.section-explore__item {
    margin-bottom: 3.75rem
}

.section-explore__image--left {
    position: relative;
    left: -2.25rem
}

.teaser {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
    text-align: center
}

.teaser__title {
    margin: 0;
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2
}

.teaser__subtitle {
    font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 400
}

@media (min-width:1366px) {
    .teaser {
        display: none
    }
}

.counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

@media (min-width:1366px) {
    .counter {
        align-items: flex-start
    }
}

.counter__text {
    text-align: center;
    font-size: 1.25rem
}

@media (min-width:1366px) {
    .counter__text {
        text-align: left
    }
}

.counter__list {
    margin: 0;
    padding: 0;
    list-style: 0;
    display: inline-flex
}

.counter__element {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.75rem;
    line-height: 1.15;
    border-right: 1px solid #fff
}

@media (min-width:1366px) {
    .counter__element {
        font-size: 2.25rem
    }
}

.counter__element:last-child {
    border: none
}

.counter__label {
    color: #0046f5;
    font-size: .875rem
}

@media (min-width:1366px) {
    .counter__label {
        font-size: 1.125rem
    }
}

.counter__btn {
    margin-top: 4.25rem
}

.video-player {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/webinar/Video.png);
    background-image: -webkit-image-set(url(../images/webinar/Video.png) 1x,url(../images/webinar/Video@2x.png) 2x);
    background-image: image-set(url(../images/webinar/Video.png) 1x,url(../images/webinar/Video@2x.png) 2x);
    background-size: cover
}

@media (min-width:1366px) {
    .video-player {
        width: 820px;
        height: 460px
    }
}

.video-player__btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer
}

.video-player__image {
    width: 100px
}

@media (min-width:1366px) {
    .video-player__image {
        width: auto
    }
}

.faq {
    margin: auto 2.25rem;
    max-width: 100%;
    padding: 0
}

@media (min-width:1366px) {
    .faq {
        margin: 100px auto auto 680px;
        max-width: 920px
    }
}

.faq__term {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (min-width:1366px) {
    .faq__term {
        font-size: 1.5rem
    }
}

.faq__term:before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0046f5;
    width: 50px;
    height: 50px;
    margin-right: 2rem;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 300;
    flex-shrink: 0
}

.faq__term + .faq__definition {
    display: none
}

.faq__term.open {
    margin-bottom: 0
}

    .faq__term.open:before {
        content: "-";
        color: #123075
    }

    .faq__term.open + .faq__definition {
        display: block;
        -webkit-animation-duration: .15s;
        animation-duration: .15s;
        -webkit-animation-name: scaleFaq;
        animation-name: scaleFaq;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

.faq__definition {
    margin-top: 1rem;
    margin-left: calc(50px + 2rem);
    margin-bottom: 4rem;
    font-size: 1.25rem;
    font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300;
    color: #709be7
}

@-webkit-keyframes scaleFaq {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes scaleFaq {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 10px;
    margin-right: 10px
}

.swiper-pagination {
    text-align: left
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    position: relative
}

    .swiper-pagination-bullet-active:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid #fff;
        transform: translate(-50%,-50%)
    }

.logos-slider .logo {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block
}

.slider {
    min-height: 854px;
    display: flex;
    flex-direction: column
}

    .slider:before {
        content: " ";
        position: absolute;
        display: block;
        left: -5%;
        bottom: -10px;
        transform: rotate(2deg);
        width: 110%
    }

.slider__wrapper {
    margin-top: auto;
    margin-bottom: 5rem
}

.slider .slide {
    position: relative
}

.slider .slide__image {
    position: absolute;
    right: 0;
    bottom: -5rem
}

.slider .slide__content {
    width: 50%
}

.slider .slide__text {
    color: #709be7
}

.slider .text--primary {
    width: 50%
}

::-webkit-input-placeholder {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #939ea6;
    font-size: 1.0625rem;
    font-weight: 300;
    opacity: .8
}

::-moz-placeholder {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #939ea6;
    font-size: 1.0625rem;
    font-weight: 300;
    opacity: .8
}

:-ms-input-placeholder {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #939ea6;
    font-size: 1.0625rem;
    font-weight: 300;
    opacity: .8
}

::-ms-input-placeholder {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #939ea6;
    font-size: 1.0625rem;
    font-weight: 300;
    opacity: .8
}

::placeholder {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #939ea6;
    font-size: 1.0625rem;
    font-weight: 300;
    opacity: .8
}

@media (min-width:1366px) {
    ::-webkit-input-placeholder {
        font-size: 1.5rem
    }

    ::-moz-placeholder {
        font-size: 1.5rem
    }

    :-ms-input-placeholder {
        font-size: 1.5rem
    }

    ::-ms-input-placeholder {
        font-size: 1.5rem
    }

    ::placeholder {
        font-size: 1.5rem
    }
}

.form {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #9aa5c0
}

@media (min-width:1366px) {
    .form {
        margin: 0;
        padding: 0 3.25rem;
        font-weight: 400
    }
}

.form__wrapper {
    padding: 2.375rem;
    grid-template-columns: 1fr;
    grid-row-gap: .75rem;
    margin-bottom: 2.25rem;
    display: grid;
    background-color: #fff;
    border-radius: .8125rem
}

@media (min-width:1366px) {
    .form__wrapper {
        padding: 0;
        grid-template-columns: repeat(4,1fr);
        grid-row-gap: 30px;
        grid-column-gap: 20px;
        background-color: transparent
    }
}

.form__input {
    max-width: 100%;
    min-width: 0;
    padding: 1.1875rem;
    background: #fff;
    color: #939ea6;
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 1.0625rem;
    font-weight: 300;
    text-align: left;
    border-radius: .3125rem;
    border: 1px solid #d9dde5
}

@media (min-width:1366px) {
    .form__input {
        padding: .75rem 2rem;
        max-width: 260px;
        text-align: center;
        font-size: 1.5rem;
        border: none;
        border-radius: .5rem
    }
}

.form__input:active, .form__input:focus {
    outline: none;
    color: #6b717c;
    border-color: #6b717c
}

@media (min-width:1366px) {
    .form__input:active, .form__input:focus {
        color: #939ea6;
        font-weight: 500
    }
}

.form__btn {
    display: flex;
    margin: 1rem auto 0;
    min-width: 280px;
    justify-content: center
}

@media (min-width:1366px) {
    .form__btn {
        min-width: 0;
        margin: 1rem 80px 0 auto
    }
}

.form__text {
    margin-bottom: 1.25rem;
    display: block
}

.form .marker {
    color: #696f7d;
    text-decoration: none;
    cursor: pointer
}

    .form .marker:hover {
        text-decoration: underline
    }

.form__checkbox .label {
    display: flex;
    font-size: .9375rem;
    line-height: 1.25;
    cursor: pointer
}

    .form__checkbox .label:before {
        content: "";
        display: block;
        margin-right: .75rem;
        width: 25px;
        height: 25px;
        background-color: #34dcff;
        background-repeat: no-repeat;
        flex-shrink: 0;
        border-radius: 2px
    }

.form__checkbox .checkbox {
    position: absolute;
    left: -9999px
}

    .form__checkbox .checkbox:checked + .label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%23fff'/%3E%3C/svg%3E")
    }

.form__checkbox + .form__checkbox {
    margin-top: 1.0625rem
}

.form.dirty .checkbox:invalid + .label:before, .form.dirty .form__input:invalid {
    background-color: rgba(161,51,51,.15)
}

.modal__cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.modal__box {
    position: relative;
    width: 40vw;
    min-width: 350px;
    padding: 3.125rem 2.5rem;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background-color: #0046f5
}

.modal__header {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400
}

.modal__text {
    margin: 0;
    font-size: 1rem;
    font-family: Nunito,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 500;
    color: #709be7
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/webinar/cancel.svg) 50% 50% no-repeat transparent;
    cursor: pointer
}

.modal-status .modal__header {
    margin-bottom: 1rem;
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300
}

.modal-status .modal__text {
    color: #fff
}

.modal-status.modal__box.modal-status--success {
    background-color: #0046F5
}

.modal-status.modal__box.modal-status--error {
    background-color: #949899
}

.mobile__nav {
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

@media (min-width:1366px) {
    .mobile__nav {
        display: none
    }
}

.mobile__nav .privacy__nav .privacy__links {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    counter-reset: privacy
}

.mobile__nav .privacy__nav__item {
    display: inline-block;
    margin: 0 .25em;
    line-height: 1.1
}

    .mobile__nav .privacy__nav__item:before {
        counter-increment: privacy;
        content: counters(privacy,"") ".";
        display: inline;
        margin: 0 .25em;
        color: #b9bdc3;
        font-size: .625rem;
        font-weight: 300
    }

.mobile__nav .privacy__nav__link {
    color: #b9bdc3;
    font-size: .625rem;
    font-weight: 300;
    text-decoration: none
}

.mobile__nav .social-media {
    width: auto
}

    .mobile__nav .social-media .media-list {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #ebebed;
        border-radius: 6px;
        display: inline-flex
    }

    .mobile__nav .social-media .media-list__item {
        border-right: 1px solid #ebebed
    }

        .mobile__nav .social-media .media-list__item:last-child {
            border-color: transparent
        }

    .mobile__nav .social-media .media-list__link {
        padding: 9px;
        display: flex;
        align-items: center
    }

    .mobile__nav .social-media .icon {
        width: 20px;
        height: 20px
    }

.webinar .bg--image {
    background-size: 595px auto;
    background-repeat: no-repeat;
    background-image: url(../images/webinar/Image1-copy.png);
    background-image: -webkit-image-set(url(../images/webinar/Image1-copy.png) 1x,url(../images/webinar/Image1-copy@2x.png) 2x);
    background-image: image-set(url(../images/webinar/Image1-copy.png) 1x,url(../images/webinar/Image1-copy@2x.png) 2x)
}

@media (min-width:1366px) {
    .webinar .bg--image {
        background-size: auto;
        background-position: 108% -130px
    }
}

@media (max-width:414px) {
    .webinar .bg--image {
        background-size: 395px auto !important;
        background-position: calc(100vw - 220px) -140px
    }
}

.webinar .logo__icon {
    width: 146px
}

@media (min-width:1366px) {
    .webinar .logo__icon {
        width: auto
    }
}

.webinar .navigation {
    display: block;
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

@media (min-width:1366px) {
    .webinar .navigation {
        padding-left: 0;
        padding-right: 0
    }
}

.webinar .section-main .section__title {
    padding-bottom: 1rem;
    line-height: 1.15
}

.webinar .section-main .text--secondary {
    text-align: left
}

.webinar .section-counter {
    margin-top: 80px;
    margin-bottom: 300px
}

    .webinar .section-counter .container {
        width: 100%
    }

    .webinar .section-counter .counter {
        align-items: flex-start
    }

    .webinar .section-counter .couter__text {
        text-align: left
    }

    .webinar .section-counter .counter__element:first-child {
        padding-left: 0
    }

.webinar .form {
    padding-bottom: 8.5rem
}

.webinar .form__wrapper {
    margin-bottom: 2.875rem;
    background: none;
    grid-gap: 30px;
    grid-template-columns: 1fr
}

@media (min-width:1366px) {
    .webinar .form__wrapper {
        max-width: 840px;
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width:1366px) {
    .webinar .form__wrapper [type=email] {
        max-width: 550px;
        grid-column: 2/span 2
    }
}

.webinar .form__input {
    padding: 1rem 1.375rem;
    font-size: 1.25rem;
    text-align: left
}

.webinar .form__btn {
    margin: 5.375rem auto 0
}

.webinar .form.dirty .form__input:invalid {
    background-color: #fff;
    border: 1px solid #a13333
}

.webinar .form.dirty .checkbox:invalid + label:before {
    background-color: #fff;
    border: 1px solid rgba(255,0,0,.85)
}

.webinar .section-register {
    margin-top: 11vh;
    position: relative;
    background-color: #001432;
    z-index: 10
}

    .webinar .section-register .container {
        position: relative
    }

    .webinar .section-register .section__title {
        margin: 0 3.25rem 4.6875rem 6.25rem;
        font-weight: 700
    }

    .webinar .section-register:before {
        content: "";
        display: block;
        width: 150vw;
        height: 11vw;
        transform: rotate(-5deg) translateX(-10%);
        background-color: #001432;
        position: absolute;
        top: -8vw;
        left: 0
    }

    .webinar .section-register:after {
        content: none
    }

@media (min-width:1366px) {
    .webinar .section-register:after {
        content: "";
        display: block;
        position: absolute;
        top: calc(-892px + 11vw);
        right: 0;
        width: 472px;
        height: 892px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/webinar/funkcje.png);
        background-image: -webkit-image-set(url(../images/webinar/funkcje.png) 1x,url(../images/webinar/funkcje@2x.png) 2x);
        background-image: image-set(url(../images/webinar/funkcje.png) 1x,url(../images/webinar/funkcje@2x.png) 2x)
    }
}

.webinar .modal__box {
    min-width: 80vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/webinar/MaskGroup1.png);
    background-image: -webkit-image-set(url(../images/webinar/MaskGroup1.png) 1x,url(../images/webinar/MaskGroup1@2x.png) 2x);
    background-image: image-set(url(../images/webinar/MaskGroup1.png) 1x,url(../images/webinar/MaskGroup1@2x.png) 2x);
    background-size: 80vw auto
}

@media (min-width:1366px) {
    .webinar .modal__box {
        min-width: 740px;
        background-size: 740px auto;
        background-position: 30px 0
    }
}

.webinar .modal__image {
    display: block;
    max-width: 71%;
    margin: -1rem auto 2rem -5rem
}

@media (min-width:1366px) {
    .webinar .modal__image {
        width: 525px;
        height: auto
    }
}

.webinar .modal__header {
    font-size: 2rem
}

.webinar .modal__text {
    font-size: 1.25rem
}

.webinar .modal__close {
    width: 33px;
    height: 33px
}
