/* Reset  */
a,
audio,
b,
body,
div,
html,
iframe,
img,
p,
span,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

body {
    line-height: 1
}

p {
    margin: 0
}

/* Slick  Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Foundation */
html {
    min-height: 100vh;
    position: relative;
}

body {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background-color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
}

img {
    height: auto;
    max-width: 100%;
}

:root {
    --step-anim-delay: 1.85s;
}

/* Button */
.padv1210-btn {
    font-family: "Roboto", sans-serif;
    display: block;
    text-align: center;
    max-width: 390px;
    width: 100%;
    background-color: #18a103;
    border-radius: 9px;
    color: #ffffff;
    padding: 35px 15px;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 auto 35px;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.padv1210-btn:hover,
.padv1210-btn:focus,
.padv1210-btn:active {
    background-color: #18a103;
}

.padv1210-btn-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.padv1210-btn-wrap .padv1210-btn {
    max-width: 48%;
    margin-left: 0;
    margin-right: 0;
}

.padv1210-btn--hidden {
    cursor: default;
    opacity: 0.6;
}

.padv1210-picture {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

@media (max-width: 1599px) {
    .padv1210-btn {
        padding: 28px 5px;
        margin-bottom: 25px;
        max-width: 340px;
    }
}

@media (max-width: 767px) {
    .padv1210-btn {
        font-size: 18px;
        padding: 16px 5px;
        margin: 10px auto 22px;
    }

    .padv1210-picture {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
}

/* Header */

/* .padv1210-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
} */

.padv1210-logo {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
}

/* Content */

.padv1210-content {
    min-height: 100vh;
    position: relative;
}

.padv1210-container {
    margin: 0 auto;
    padding: 100px 70px 80px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    max-width: 980px;
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
    z-index: 0;
}

.padv1210-container::after {
    content: "";
    border-radius: 25px;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    border: 1px solid #fff;
    z-index: -1;
}

.padv1210-container-xl {
    padding: 50px 40px 40px;
}

.padv1210-container-xl::after {
    display: none;
}

.padv1210-container-sm {
    padding: 40px;
}

.padv1210-container-sm::after {
    display: none;
}

.padv1210-heading {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.padv1210-progress-bar {
    background-color: #000;
    margin-top: 20px;
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.padv1210-progress-bar::after {
    background-color: #18a103;
    content: "";
    display: block;
    height: 100%;
    transition: width 0.4s ease;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.padv1210-step[data-step="2"] .padv1210-progress-bar::after {
    width: 11%;
}

.padv1210-step[data-step="3"] .padv1210-progress-bar::after {
    width: 22%;
}

.padv1210-step[data-step="4"] .padv1210-progress-bar::after {
    width: 33%;
}

.padv1210-step[data-step="5"] .padv1210-progress-bar::after {
    width: 44%;
}

.padv1210-step[data-step="6"] .padv1210-progress-bar::after {
    width: 55%;
}

.padv1210-step[data-step="7"] .padv1210-progress-bar::after {
    width: 66%;
}

.padv1210-step[data-step="8"] .padv1210-progress-bar::after {
    width: 77%;
}

.padv1210-step[data-step="9"] .padv1210-progress-bar::after {
    width: 88%;
}

.padv1210-step[data-step="10"] .padv1210-progress-bar::after {
    width: 100%;
}

.padv1210-step.active .padv1210-progress-bar::after {
    -webkit-animation: slide-in-left-500 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) var(--step-anim-delay) both;
    animation: slide-in-left-500 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) var(--step-anim-delay) both;
}

.padv1210-characters-carousel {
    margin: 35px auto 0;
    max-width: 550px;
}

.padv1210-characters-carousel .padv1210-slide {
    text-align: center;
}

.padv1210-characters-carousel .padv1210-picture {
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0 auto;
    max-width: 490px;
    width: 100%;
}

.padv1210-characters-carousel .padv1210-picture img {
    margin: 0 auto;
}

.padv1210-characters-carousel .padv1210-name {
    font-size: 30px;
    padding: 15px 15px 20px;
}

.slick-arrow {
    cursor: pointer;
    display: block;
    background-color: #18a103;
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: calc(50% - 65px);
    -webkit-appearance: none;
    outline: none;
    height: 60px;
    transition: background-color 0.3s ease;
    width: 60px;
    z-index: 1;
}

.slick-arrow:hover {
    background: #18a103;
}

.slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: 23px;
    width: 12px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotateZ(-135deg);
}

.slick-next {
    left: auto;
    right: 0;
}

.slick-next::after {
    left: 20px;
    transform: rotateZ(45deg);
}

.padv1210-main-title {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0 40px;
    position: relative;
    z-index: 2;
}

.padv1210-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}

.padv1210-text {
    font-size: 30px;
    padding-bottom: 44px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 2;
}

.padv1210-color {
    color: #FFFFFF;
}

.padv1210-logo-big {
    max-width: 740px;
    margin: 0px auto 0;
    position: relative;
}

.padv1210-logo-big::before {
    -webkit-animation: slide-in-right-10 0.4s ease 1.05s both;
    animation: slide-in-right-10 0.4s ease 1.05s both;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: -69px;
    right: 15%;
    height: 98px;
    width: 224px;
}

.padv1210-tiles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 760px;
    max-height: 70vh;
}
.padv1210-btn-tile {
    cursor: pointer;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    border-radius: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(50% - 10px);
    margin: 0 5px 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    max-height: 35vh;
display: flex;
    align-items: center;
    flex-direction: column;
}
.padv1210-choice {
    margin: 0 auto 44px;
}
.padv1210-choice-mob {
    display: none;
}
.padv1210-mainframe {
    max-width: 640px;
    padding: 70px 32px 40px;
}

@media (max-width: 1599px) {

    .padv1210-container {
        border-radius: 40px;
        max-width: 800px;
        padding: 70px 50px 50px;
    }

    .padv1210-container::after {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
    }

    .padv1210-container-sm {
        padding: 40px 40px 30px;
    }

    .padv1210-container-xl {
        padding: 30px 40px;
    }

    .padv1210-logo-big {
        max-width: 380px;
    }

    .padv1210-logo-big::before {
        top: -54px;
        height: 98px;
        width: 180px;
    }

    .padv1210-main-title {
        font-size: 52px;
        padding: 20px 0 30px;
    }

    .padv1210-text {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .padv1210-characters-carousel {
        max-width: 420px;
    }

    .padv1210-characters-carousel .padv1210-picture {
        max-width: 360px;
    }

    .padv1210-mainframe {
        max-width: 640px;
    }
}

@media (max-width: 767px) {
    .padv1210-container {
        padding: 45px 25px 30px;
        border: 1px solid #d0d0d1;
        border-radius: 25px;
    }

    .padv1210-container::after {
        display: none;
    }

    .padv1210-container-xl {
        background-color: transparent;
        border: none;
        padding: 0 10px;
    }

    .padv1210-container-sm {
        background-color: transparent;
        border: none;
        padding: 0 20px;
    }

    .padv1210-logo-big {
        margin-top: 0px;
        max-width: 300px;
    }

    .padv1210-logo-big::before {
        height: 43px;
        right: 40px;
        top: -32px;
        width: 100px;
    }

    .padv1210-main-title {
        font-size: 30px;
        padding: 10px 0 20px;
    }

    .padv1210-title {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .padv1210-text {
        font-size: 22px;
        padding: 0 15px 20px;
    }

    .padv1210-heading {
        width: calc(100% - 20px);
        max-width: 390px;
        position: relative;
        z-index: 1;
    }

    .padv1210-progress-bar {
        margin-top: 10px;
    }

    .padv1210-carousel-wrap {
        padding: 0 20px;
        margin: 0 -15px;
        position: relative;
    }

    .padv1210-characters-carousel {
        margin-top: 10px;
        padding: 0;
        position: relative;
        z-index: 0;
    }

    .padv1210-characters-carousel::before {
        background-color: rgba(0, 0, 0, 0.7);
        border: 1px solid #fff;
        border-radius: 25px;
        content: '';
        left: -15px;
        right: -15px;
        top: -95px;
        bottom: 39px;
        position: absolute;
        z-index: -1;
    }

    .slick-list {
        padding-bottom: 40px;
    }

    .slick-arrow {
        left: -30px;
        top: calc(50% - 85px);
        height: 42px;
        width: 42px;
    }

    .slick-arrow::after {
        left: 18px;
        top: 16px;
        height: 8px;
        width: 8px;
    }

    .slick-next {
        left: auto;
        right: -30px;
    }

    .slick-next::after {
        left: 14px;
    }

    .padv1210-characters-carousel .padv1210-picture {
        border: none;
    }

    .padv1210-characters-carousel .padv1210-name {
        font-size: 20px;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
    }

    .padv1210-characters-carousel .slick-list {
        margin: 0 -10px;
    }

    .padv1210-characters-carousel .padv1210-slide {
        padding: 0 10px;
        position: relative;
    }

    .padv1210-choice {
        margin: 0 auto 30px;
    }

    .padv1210-choice-desctop {
        display: none;
    }

    .padv1210-choice-mob {
        display: block;
    }

    .padv1210-mainframe {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .padv1210-btn-tile {
        margin: 0 5px 70px;
		font-size: 18px;
    }
}

@media (max-width: 360px) {
    .padv1210-btn-tile {
        font-size: 18px;
    }
}

@media (max-width: 340px) {
    .padv1210-main-title {
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    .padv1210-btn-tile {
        width: calc(50% - 20px);
        margin: 0 10px 50px;
    }
}

/* Steps */
.padv1210-step {
    display: none;
    height: 0;
    position: relative;
    padding: 22px 13px;
    padding-top: 65px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 480px) {
    .padv1210-step {
        padding-top: 40px;
    }
}

.padv1210-movie-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
    z-index: -1;
    overflow: hidden;
    transition: filter 0.1s ease-out, -webkit-filter 0.1s ease-out;
}

.blurry {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.padv1210-movie {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
    margin: auto;
    display: block;
}

.padv1210-step.active {
    opacity: 1;
    z-index: 5;
    min-height: 100vh;
    height: auto;
}

.padv1210-step.active:not([data-step="1"]) .padv1210-container {
    -webkit-animation: fade-in 0.35s ease var(--step-anim-delay) both;
    animation: fade-in 0.35s ease var(--step-anim-delay) both;
}

/* Checkbox */

.padv1210-check-items {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 22px;
    padding-bottom: 30px;
}

.padv1210-check-items p {
    position: relative;
    padding-left: 40px;
    padding-bottom: 25px;
}

.padv1210-check-items p::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transform: scale(0);
    left: 0;
    top: 2px;
}

.padv1210-check-items p::before {
    background-image: url("224x98_logo_blue.svg");
}

.padv1210-step.active .padv1210-check-items p::before {
    -webkit-animation-name: check;
    animation-name: check;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.padv1210-check-items p:nth-child(2):before {
    -webkit-animation-delay: calc(0.75s + var(--step-anim-delay));
    animation-delay: calc(0.75s + var(--step-anim-delay));
}

.padv1210-check-items p:nth-child(3):before {
    -webkit-animation-delay: calc(1.5s + var(--step-anim-delay));
    animation-delay: calc(1.5s + var(--step-anim-delay));
}

.padv1210-check-items p:nth-child(4):before {
    -webkit-animation-delay: calc(2.25s + var(--step-anim-delay));
    animation-delay: calc(2.25s + var(--step-anim-delay));
}

.padv1210-check-items p:nth-child(5):before {
    -webkit-animation-delay: calc(3s + var(--step-anim-delay));
    animation-delay: calc(3s + var(--step-anim-delay));
}

@-webkit-keyframes check {
    80% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes check {
    80% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .padv1210-check-items {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .padv1210-check-items p {
        padding-left: 30px;
        padding-bottom: 15px;
    }

    .padv1210-check-items p::before {
        width: 22px;
        height: 22px;
        top: 0;
    }
}

.padv1210-hidden {
    display: none;
}

/* Animation */

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-right-10 {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right-10 {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-left-500 {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left-500 {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.padv1210-anim-down {
    transform: translateY(-100px);
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    animation-name: animDown;
    -webkit-animation-name: animDown;
}

.padv1210-anim-left {
    display: inline-block;
    transform: translateX(-100px);
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    animation-name: animLeft;
    -webkit-animation-name: animLeft;
}

.padv1210-anim-right {
    display: inline-block;
    transform: translateX(100px);
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    animation-name: animRight;
    -webkit-animation-name: animRight;
}

@-webkit-keyframes animDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes animDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes animLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes animLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes animRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes animRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.padding-top-30 {
    padding-top: 30px;
}

.video-button {
    padding: 0px !important;
}

.video-text {
color: white !important;
    z-index: 99999;
    opacity: 1 !important;
    visibility: visible !important;
    height: 2.5em;
    padding: 10px 0;

}

.iframe-logo {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
	.video-text {
		height: 30% !important;
		font-size: 80%;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 767px) {
    .iframe-logo {
        margin-bottom: 25px;
    }
}

/* iframe */
.iframe-wrapper {
    width: 100%;
    text-align: center;
}

iframe {
    max-width: 420px;
    text-align: center;
    border: none !important;
    display: inline-block;
    height: 400px;
    margin-top: 0px;
    width: 100%;
}

#volume {
    position: fixed;
    right: 1em;
    top: 1em;
    background-color: #18a103;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    width: 12px;
    height: 12px;
    box-shadow: rgb(0 0 0) 0px 0px 3px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgb(0, 0, 0);
    box-sizing: content-box;
}

#volume img {
    width: 100%;
    box-sizing: content-box;
    line-height: 0;
    display: block;
}

@media(max-width: 765px){
    .de_text, .cs_text, .sk_text, .fi_text{
        font-size: 18px;
        line-height: 20px;
    }

    
}

@media(max-width: 526px){
    .de_text, .cs_text, .sk_text, .fi_text, .fil_text, .uk_text{
        font-size: 14px;
        line-height: 12px;
    }

}