* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  :focus {
    outline: 0;
  }
  
  img {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  
  ol, ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    cursor: pointer !important;
  }
  
  body {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 800;
    background: -webkit-gradient(linear, left top, left bottom, from(#DBF2FB), to(#FFF));
    background: linear-gradient(180deg, #DBF2FB 0%, #FFF 100%);
  }
  
  html, body {
    height: 100%;
  }
  
  .group {
    display: inline-block;
  }
  
  /* =========================================================================
      Header
  =========================================================================== */
  .header {
    position: relative;
    padding: 10px 15px 10px;
    text-align: left;
  }
  .header .logo {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
  }
  
  /* Steps Style */
  .wrapper {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  
  .steps-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: hidden;
  }
  .steps-wrap .step {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    padding: 0 15px 15px;
  }
  .steps-wrap .step .video-wrap {
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .steps-wrap .step .video-wrap .video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    position: relative;
    z-index: 1;
    border-radius: 8px;
  }
  .steps-wrap .step .video-wrap .girl-info,
  .steps-wrap .step .video-wrap .likes {
    position: absolute;
    z-index: 5;
  }
  .steps-wrap .step .video-wrap .likes {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.63);
    top: 12px;
    right: 12px;
  }
  .steps-wrap .step .video-wrap .girl-info {
    font-size: 14px;
    color: #ffffff;
    bottom: 12px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps-wrap .step .video-wrap .girl-info .geo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .steps-wrap .step .video-wrap .girl-info .geo-wrap .geo-pin {
    max-width: 12px;
    margin-right: 3px;
  }
  .steps-wrap .step .video-wrap .girl-info .geo-wrap .geo-city {
    font-weight: 1000;
    color:black;
  }
  .steps-wrap .step .video-wrap .girl-info .nikname {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.63);
    margin-bottom: 8px;
  }
  .steps-wrap .step .step-content {
    text-align: center;
    margin-bottom: 6px;
  }
  .steps-wrap .step.step-final {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
  }
  .steps-wrap .step.step-final .final-content-wrap {
    background-color: #ffffff;
    border-radius: 24px;
    -webkit-box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.25);
  }
  .steps-wrap .step.step-final .video-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: auto;
    border-radius: 24px 0 0;
    margin-bottom: 12px;
    min-height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .steps-wrap .step.step-final .video-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    border-radius: 24px 24px 0 0;
  }
  .steps-wrap .step.step-final .video-wrap .final-title {
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    position: relative;
    z-index: 10;
    text-align: center;
    z-index: 5;
  }
  .steps-wrap .step.step-final .video-wrap .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 24px 24px 0 0;
  }
  .steps-wrap .step.step-final .step-content-wrap {
    padding: 0 12px 12px;
  }
  .steps-wrap .step.step-final .step-content-wrap .step-content {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .steps-wrap .step.step-final .step-content-wrap .step-content strong {
    font-weight: 800;
  }
  
  .active-step-4 .steps-wrap {
    overflow: visible;
  }
  .active-step-4.bg-alt .steps-wrap {
    background: url("bg.jpg") no-repeat top center;
    background-size: cover;
  }
  .active-step-4.bg-alt .steps-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  /* Buttons */
  .btns-wrap,
  .btn-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .btns-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btns-wrap .btn {
    width: calc(50% - 5px);
  }
  
  .btn {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: 2px solid transparent;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn.btn-1 {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, color-stop(-3.01%, #69DBD7), to(#5FCFDF));
    background: linear-gradient(90deg, #69DBD7 -3.01%, #5FCFDF 100%);
  }
  .btn.btn-2 {
    color: #000000;
    border-color: #EAEAEA;
  }
  .btn .btn-icon {
    max-width: 50px;
    margin: 0;
    pointer-events: none;
  }
  
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
              transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
              transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  .pulse {
    -webkit-animation: pulse 1s ease-in-out forwards infinite;
            animation: pulse 1s ease-in-out forwards infinite;
  }
  
  /* Confetti */
  #confetti {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  
  /* Preload */
  .preload,
  .preload-img:after,
  .preload-img:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .preload-img.preload-img1 {
    background-image: url("poster-1.jpg");
  }
  
  .preload-img.preload-img2 {
    background-image: url("poster-2.jpg");
  }
  
  .preload-img.preload-img3 {
    background-image: url("poster-3.jpg");
  }
  
  .preload-img.preload-img4 {
    background-image: url("poster-4.jpg");
  }
  
  .bg-alt .preload-img.preload-img4 {
    background-image: url("poster-4.jpg"), url("bg.jpg");
  }
  
  /* RTL */
  .lang-he {
    direction: rtl;
  }
  .lang-he .steps-wrap .step .video-wrap .girl-info {
    left: auto;
    right: 12px;
  }
  .lang-he .steps-wrap .step .video-wrap .girl-info .geo-wrap .geo-pin {
    margin-right: 0;
    margin-left: 3px;
  }
  
  /* Unsubscribe */
  .unsubscribe {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 100;
  }
  
  .unsubscribe a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
  }
  
  /* Responsive */
  .isMobile.has-push .step {
    padding-bottom: 110px;
  }
  .isMobile.has-push .step.step-final {
    padding-bottom: 0;
  }
  
  /* Screen 568px */
  /* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
  @media (max-width: 479px) and (max-height: 650px) {
    .isMobile.has-push .step.step-final {
      padding-bottom: 20px;
    }
  }
  /* Iphone 8/7/6S, Galaxy S5/S6/S7 */
  /* Iphone SE */
  @media (max-width: 400px) and (max-height: 460px) {
    .iOs {
      font-size: 20px;
    }
    .iOs .steps-wrap .step.step-final .step-content-wrap .step-content {
      font-size: 20px;
    }
  }
  