a,
a:hover,
a:focus {
    text-decoration: none;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: normal;
    color: #383838;
    background-color: #000000;
    position: relative;
}

.container {
    max-width: 1170px;
}

.wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.stripe-top {
    display: none;
    z-index: -1;
    position: fixed;
    left: 0;
    width: 649px;
    height: 45px;
    background-color: white;
    top: 93px;
}

.stripe-top:after {
    display: block;
    content: "";
    position: fixed;
    width: 627px;
    height: 19px;
    background-color: #c93659;
    top: 131px;
}

.stripe-top:before {
    display: block;
    content: "";
    position: fixed;
    background-color: #7ce7f1;
    width: 639px;
    height: 13px;
    top: 63px;
}

.stripe-btm {
    display: none;
    z-index: -1;
    position: fixed;
    right: 0;
    width: 649px;
    height: 45px;
    background-color: white;
    bottom: 93px;
}

.stripe-btm:after {
    display: block;
    content: "";
    position: fixed;
    width: 627px;
    height: 19px;
    background-color: #c93659;
    bottom: 131px;
    right: 0;
}

.stripe-btm:before {
    display: block;
    content: "";
    position: fixed;
    background-color: #7ce7f1;
    width: 639px;
    height: 13px;
    bottom: 63px;
}

.slides {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.slides .slide {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slides .slide.second-slide, .slides .slide.last-slide {
    align-items: flex-start;
}

.slides .slide.active {
    -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    display: flex;
}

.slides .wrap-img-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}

.slides .wrap-img-1 img {
    max-height: 100%;
}

.slides .wrap-img-2 {
    position: absolute;
    left: 50%;
    margin-left: -202px;
    top: 65px;
    z-index: -1;
}

.slides .wrap-img-3 {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: -1;
    display: none;
}

.slides .wrap-img-3 img {
    max-height: 100%;
}

.slides .title {
    color: #ffffff;
    background-color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    display: inline-block;
    padding: 20px;
    padding-bottom: 10px;
    border-bottom: 6px solid #c93659;
    margin-bottom: 10px;
}

.slides .content {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 30px;
    max-width: 760px;
    border-radius: 5px;
}

.slides .txt {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

.btn-theme {
    min-width: 370px;
    text-align: center;
    background: transparent;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    border-radius: 0;
    width: 370px;
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}

.btn-theme:hover {
    color: #fff;
}

.button.btn,
button.btn,
input[type="button"].glitch,
input[type="submit"].glitch {
    width: 14.875rem;
    padding: 0;
    font-size: 1rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.button.btn:focus:before,
.button.btn:before,
button.btn:focus:before,
button.btn:before,
input[type="button"].glitch:focus:before,
input[type="button"].glitch:before,
input[type="submit"].glitch:focus:before,
input[type="submit"].glitch:before {
    -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}

.button.btn:focus:after,
.button.btn:after,
button.btn:focus:after,
button.btn:after,
input[type="button"].glitch:focus:after,
input[type="button"].glitch:after,
input[type="submit"].glitch:focus:after,
input[type="submit"].glitch:after {
    -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}

.btn a:focus .text,
.button.btn:focus .text,
.button.btn .text,
button.btn:focus .text,
button.btn .text,
input[type="button"].glitch:focus .text,
input[type="button"].glitch .text,
input[type="submit"].glitch:focus .text,
input[type="submit"].glitch .text {
    -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.button.btn:after,
.button.btn:before,
button.btn:after,
button.btn:before,
input[type="button"].glitch:after,
input[type="button"].glitch:before,
input[type="submit"].glitch:after,
input[type="submit"].glitch:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.button.btn:before,
button.btn:before,
input[type="button"].glitch:before,
input[type="submit"].glitch:before {
    background: #da1d57;
    z-index: -1;
}

.button.btn:after,
button.btn:after,
input[type="button"].glitch:after,
input[type="submit"].glitch:after {
    background: #4eeaf3;
    z-index: -2;
}

.btn a .text,
.button.btn .text,
button.btn .text,
input[type="button"].glitch .text,
input[type="submit"].glitch .text {
    display: block;
    padding: 1.55rem 1.5rem;
    background: #000;
    transition: -webkit-filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn a .text:hover,
button.btn .text:hover {
    -webkit-animation: none;
    animation: none;
}

button.btn:hover:after {
    -webkit-animation: none;
    animation: none;
}

button.btn:hover:before {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes glitch {
    0%,
  100% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }
}

@keyframes glitch {
    0%,
  100% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }
}

a.btn,
button.btn {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    margin: 1em;
}

a.btn span,
button.btn span {
    font-weight: 700;
    font-size: 33px;
}

.brand {
    position: absolute;
    top: 0;
    margin-left: 20px;
    margin-top: 20px;
    color: #fff;
}

.brand .username {
    margin-top: 10px;
}

.wrap-img-4 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}

.wrap-img-5 {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}

.content-wrapper {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
}

.group-field {
    text-align: left;
    margin-bottom: 30px;
}

.group-field input { cursor: pointer; }
.group-field .ml {
    margin-left: 40px;
}

.control-lbl {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.control-lbl > label {
    margin: 0;
}

.control-lbl span:first-child {
    margin-right: 20px;
    min-width: 24px;
}

.custom-select-control {
    display: inline-block;
    background-color: #000000;
    border-radius: 5px;
    position: relative;
    z-index: 9999;
}

.custom-select-control::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #7ce7f1;
    z-index: -1;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 5px;
}

.custom-select-control::after {
    z-index: -1;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #c93659;
    margin-bottom: -5px;
    margin-right: -5px;
    border-radius: 5px;
}

.custom-select-control select {
    padding: 0.47rem 1rem;
    font-size: 33px;
    color: #fff;
    background-color: #000;
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 175px;
    max-width: 100%;
    background-image: url(../images/drop-arrow.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 12px;
    font-weight: 700;
}

.slide-wrap {
    position: relative;
    z-index: 99;
}

.group-radio input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.group-radio input:checked + span {
    background-image: url(../images/ico-check.png);
    width: 40px;
    height: 26px;
    display: block;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: 30px;
    top: 50%;
    margin-top: -13px;
    margin-right: -18px;
}

.group-radio .input-radio {
    border-radius: 5px;
    text-align: center;
    position: relative;
    background-color: #000000;
    font-size: 33px;
    color: #fff;
    box-shadow: none;
    font-weight: 700;
    min-width: 135px;
    margin-right: 15px;
    z-index: 99;
}

.group-radio .input-radio > span {
    padding: .47rem 1rem;
    background-color: #000;
    color: #fff;
    display: block;
}

.group-radio .input-radio::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #7ce7f1;
    z-index: -1;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 5px;
}

.group-radio .input-radio::after {
    z-index: -1;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #c93659;
    margin-bottom: -5px;
    margin-right: -5px;
    border-radius: 5px;
}

.loading-screen .content {
    padding-bottom: 50px;
}

.loading-screen p {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.loading-screen .titstok-logo {
    margin-top: 50px;
    margin-bottom: 30px;
}

.loading-screen .progress {
    border-radius: 40px;
    height: 40px;
    background-color: #7ce7f1;
    max-width: 274px;
    margin: 0 auto;
    border: none;
}

.loading-screen .progress .progress-bar {
    border: none;
    border-radius: 40px;
    background-color: #c93659;
}

.wrap-img-6 {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
}

.wrap-img-7 {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
}

.last-slide .content {
    background-color: transparent;
}

.last-slide .content .txt {
    font-size: 30px;
}

.last-slide .content h3 {
    font-size: 57px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.last-slide .content .cta + p {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}

.required {
    color: #c93659;
}

.custom-input-control {
    font-size: 30px;
    font-weight: 700;
    color: #999999;
    border-radius: 5px;
    background-color: white;
    height: 57px;
    padding: 1rem;
    margin-bottom: 20px;
}

@-webkit-keyframes fade-in-bck {
    0% {
        transform: translateZ(80px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-bck {
    0% {
        transform: translateZ(80px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

.first-slide {
    background-image: url(../images/step-1.jpg);
}

.second-slide {
    background-image: url(../images/step-2.jpg);
}

.loading-screen {
    background-image: url(../images/step-3.jpg);
}

.last-slide {
    background-image: url(../images/step-4.jpg);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
    25% {
        transform: scale(1.02);
    }

    75% {
        transform: scale(0.98);
    }
}

@keyframes hvr-pulse {
    25% {
        transform: scale(1.02);
    }

    75% {
        transform: scale(0.98);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes glitch {
    0%,
  100% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }
}

.lam {
    display: none;
}

.slides .loading-screen .content {
    background-color: #4a4a4a;
}

.slides .txt,
.control-lbl span:last-child,
.loading-screen p {
    text-shadow: 1px 1px 2px #000;
}

@media (max-height: 800px) {
    .slides .wrap-img-1 img,
  .slides .wrap-img-3 img,
  .slides .wrap-img-4 img,
  .slides .wrap-img-5 img,
  .slides .wrap-img-6 img,
  .slides .wrap-img-7 img {
        max-height: 680px;
    }
}

@media (max-height: 700px) {
    .slides .wrap-img-1 img,
  .slides .wrap-img-3 img,
  .slides .wrap-img-4 img,
  .slides .wrap-img-5 img,
  .slides .wrap-img-6 img,
  .slides .wrap-img-7 img {
        max-height: 580px;
    }
}

@media (max-height: 600px) {
    .slides .wrap-img-1 img,
  .slides .wrap-img-3 img,
  .slides .wrap-img-4 img,
  .slides .wrap-img-5 img,
  .slides .wrap-img-6 img,
  .slides .wrap-img-7 img {
        max-height: 480px;
    }
}

@media (max-width: 767px) {
    .slides .content {
        background-color: rgba(230, 230, 230, 0.4);
        border: 1px solid #000;
    }

    .last-slide .content {
        background-color: transparent;
    }

    .slide-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .stripe-top,
  .stripe-btm {
        display: none;
    }

    .slides .wrap-img-3,
  .slides .wrap-img-1 {
        display: none;
    }

    .second-slide {
        background-position: left center;
    }

    .slides .content {
        max-width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .second-slide .content {
        padding: 10px;
    }

    .brand {
        text-align: center;
    }

    .first-slide {
        overflow: hidden;
    }

    .control-lbl {
        font-size: 16px;
    }

    .group-radio .input-radio,
  .custom-select-control select {
        font-size: 20px;
    }

    .group-radio .input-radio {
        min-width: 95px;
    }

    .group-field {
        margin-bottom: 15px;
    }

    .control-lbl span:first-child {
        max-width: 15px;
        margin-right: 10px;
    }

    .control-lbl span:first-child img {
        max-width: 15px;
    }

    .last-slide .content h3 {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .last-slide .content .txt {
        font-size: 20px;
    }

    .custom-input-control {
        max-width: 100%;
        width: 100%;
        margin-bottom: 5px;
        height: 50px;
        font-size: 22px;
    }

    .last-slide .content .cta + p {
        font-size: 20px;
    }

    .btn-theme {
        font-size: 28px;
    }

    .slides .second-slide,
  .slides .last-slide {
        align-items: flex-start;
        background-position: left center;
    }

    .slides .loading-screen {
        background-position: left center;
    }

    .first-slide .txt {
        font-size: 17px;
    }

    .first-slide .slide-wrap {
        text-align: center;
    }

    .slides .wrap-img-2 {
        text-align: center;
        top: 20px;
    }

    .img-fluid {
      max-width: 100%;
      height: auto;
    }

    .slides .wrap-img-2 img {
        max-width: 90%;
        margin: 0 auto;
    }

    .slides .first-slide {
        align-items: flex-end;
        background-position: left center;
    }

    .wrap-img-8 img {
        max-height: 200px;
    }

    .wrap-img-8 video {
        max-height: 200px;
    }

    .last-slide .content {
        padding: 0;
        margin-top: 0;
    }

    .slides .title {
        font-size: 32px;
    }
}

@media (max-width: 560px) {
    .content-wrapper {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .last-slide {
        background-position: left center;
    }

    .btn.btn-theme {
        max-width: 100%;
        width: 100%;
        min-width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .slides .title {
        font-size: 24px;
    }

    .slides .wrap-img-2 {
        margin-left: -50%;
    }
}
