body {
  font-family: "Roboto", sans-serif;
  font-display: block
}


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

* {
  box-sizing: border-box
}

p {
  margin: 0
}

img {
  max-width: 100%
}

.banner-landing--img {
  min-width: 100%;
}

.banner-container {
  width: 100%;
  position: relative;
  display: block;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.banner-image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
  display: block;
  object-fit: cover;
  object-position: center
}

.header {
  display: flex;
  position: absolute;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 64px
}

.header-logo {
  margin: 20px 0 0 24px;
  width: 64px;
  height: 24px
}

.banner-title {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 64px;
  width: 100%;
  padding: 0 32px;
  flex-direction: column
}

.text-bold {
  color: #e91051
}

.banner-header {
  font-family: Trim-SemiBold;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 58px
}

.banner-subheader {
  font-family: Trim-Regular;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  height: 20px
}

.main-body {
  padding: 36px 16px
}

.download-button {
  height: 48px;
  display: block;
  background: #3f6;
  border: 1px solid #19be00;
  border-radius: 4px;
  font-family: Trim-Bold;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #230046;
  text-decoration: none;
  display: flex;
  align-items: center
}

.download-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px
}

.user-stats {
  padding: 0 0 36px 0;
  display: flex;
  justify-content: space-between
}

.daily-stats {
  width: 50%
}

.amount-stats {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: rgba(25, 10, 40, 0.6);
  font-family: Trim-Bold;
  margin-bottom: 6px;
  text-align: center
}

.text-stats {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: rgba(25, 10, 40, 0.3);
  font-family: Trim-Regular;
  text-align: center
}

.user-tile {
  position: static;
  width: 100%;
  left: 16px;
  top: 0px;
  background: #F5E6F9;
  border-radius: 16px;
  display: flex;
  padding: 24px 16px;
  margin-bottom: 16px
}

.user-image {
  width: 50%;
  padding-right: 16px;
  display: flex;
  justify-content: center
}

.user-info {
  display: flex;
  flex-direction: column;
  width: 50%
}

.user-name {
  color: #9C00C3;
  font-family: Trim-SemiBold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase
}

.user-address {
  font-family: Trim-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(25, 10, 40, 0.6);
  margin-bottom: 12px
}

.user-amount {
  font-family: Trim-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  color: #E91051;
  margin-bottom: 4px
}

.user-comments {
  font-family: Trim-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(25, 10, 40, 0.6)
}

.ratings-container {
  padding-bottom: 36px;
  display: flex;
  justify-content: center
}

.sticky-footer {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  padding: 0 0 16px 0;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 8px;
  flex-direction: column
}

.rewards-bar {
  padding: 5px;
  width: 100%;
  text-align: center;
  background-color: #ffe500;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #222;
  font-family: Trim-Semibold;
  margin: 0 0 24px 0
}

.sticky-download-button {
  padding: 0 24px;
  width: 100%
}

.default-header {
  font-weight: bold
}

.default-subheader {
  font-weight: lighter;
  line-height: 20px
}
.about-tile{
  width: 25%;
} 
.section-tile-image {
  border-radius: 4px;
  height: 48px;
  width: 48px;
  display: block;
  margin: auto;
}
.about-tile-header{
  font-size: 10px;
  color: #4a4a4a;
  font-weight: bold;
  margin-bottom: 6px;
  font-family: 'Trim-Bold';
}
.row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}   
.about-tile-sub-header{
  font-size: 9px;
  color: #828282;
  font-weight: normal;
  margin-top: 0;
  font-family: Trim-Regular;
}
.section-header--large{
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  margin-top:36px;
  font-family: 'Trim-Bold';
}

.about-container{
                  padding: 0 16px;
                }
                .about-heading{
                  font-size: 18px;
                  line-height: 32px;
                  text-align: left;
                  font-weight: 500;
                  color: #4A4A4A;
                  margin: 0;
                  margin-top: 19px;
                  margin-bottom: 4px;
                }

                .reviews-container{
                  display: flex;
                  justify-content: center;
                  align-items: self-start;
                }
                .uname-first{
                  padding: 7px 11px;
                  border-radius: 50%;
                  margin-right: 12px;
                  text-transform:uppercase;
                  color: white;
                  background-color:#8d8d8d
                }
                .u-name{
                  color: #4A4A4A;
                  font-size: 14px;
                  font-family: sans-serif;
                  font-weight: 500;
                  text-transform: capitalize;
                  line-height: 20px;
                  word-wrap: break-word;
                }
                .date{
                  color: #4A4A4A;
                  font-size: 12px;
                  font-family: sans-serif;
                  font-weight: 500;
                  text-transform: capitalize;
                  line-height: 16px;
                  word-wrap: break-word;
                  margin-top: 4px;
                }
                .comment{
                  color: #676E7C;
                  font-size: 14px;
                  font-family: sans-serif;
                  font-weight: 400;
                  line-height: 20px;
                  word-wrap: break-word;
                  margin-top: 7px;
                }

                .top-download-btn{
  margin-top: 24px;
}
.banner_container {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 40px;
}

.image_title__container {
  height: 80px;
  width: 100%;
  display: flex;
}
.banner_image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.right_image {
  margin-left: 28px;
  height: 80px;
  width: 100%;
}
.page_title {
font-family: sans-serif;
font-size: 20px;
line-height: 28px;
color: #4A4A4A;
font-weight:900;
}
.sub_info {
  display: flex;
  flex-direction: column;
}
.btn-text{
  border: 1px solid rgb(35,0,70, .15);
  font-size: 10px;
  line-height: 12px;
  padding: 2px 8px;
  border-radius: 100px;
  color: rgb(35,0,70,65);
}
.sub_title {
  white-space: nowrap;
  color: #18812F;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 16px;
}
.sub_title__info {
  white-space: nowrap;
  color: rgba(35, 0, 70, 0.65);
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 18px;
}
.rating-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 28px;
}
.first_rating {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.rating_title {
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  color: #230046;
  font-family: sans-serif;
}
.rating_subtitle {
  font-size: 14px;
  font-weight: 400;
  font-family: Trim-Regular;
  line-height: 20px;
  color: #676E7C;
}
.vl {
  border-left: 1px solid rgba(35, 0, 70, 0.35);
  margin-top: 10px;
  margin-bottom: 9px;
}
.inbtn {
  background: #00895B;
  border-radius: 4px;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: none;
  height: 36px;
  font-weight:900;
}
.desktop-banner{
display:none;
}

@media screen and (min-width: 1224px) {
.ps-div{
  display:none;
}
.desktop-banner{
  display:block;
  margin-top:64px;
}
}

@media screen and (min-width: 520px) {
  .banner-container {
    height: 580px
  }
}

@media screen and (min-width: 700px) {
  .banner-container {
    height: 680px
  }
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}



.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}


/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}
.pre,
.nex {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.dotc {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dotc:hover {
  background-color: #717171;
}

/* Position the "next button" to the right */
.nex {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.pre:hover,
.nex:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: fixed;
  /* bottom: 0; */
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  overflow: scroll;
  top: 27px;
  /* padding-bottom: 500px; */
  height: 600px;
  border-radius: 5px;
  padding: 5px 20px 50px 20px;
}

/* The Close Button */
.close {
  color: grey;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.modal-body {
  padding: 2px 16px;
}



/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.wzrk-alert-heading {
  color: black !important;
  background-repeat: no-repeat;
  height: auto !important;
  background-position: top !important;
  background-size: 40% !important;
  padding-top: 40px !important;
  margin-top: 12px !important;
  width:fit-content !important;
  font-family: 'Trim-SemiBold' !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 20px !important;
line-height: 32px !important;
text-transform: capitalize !important;
color: #230046 !important;
}
.wzrk-alert-body{
  font-family: 'Trim-Regular' !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 20px !important;
color: rgba(35, 0, 70, 0.65) !important;
max-width: 280px!important;
margin:auto !important;
margin-bottom: 8px !important;
}
.wzrk-alert{
  padding: 15px 15px 24px 15px !important;
  margin:auto;
}

.ratings-container img {
   width: 379px; 
   height: 145px;
}

.bgvideo-container{
                width:100vw;
                height:100vh;
                position:fixed;
                z-index:1000;
                top:0;
                display:none;
              }
              .bgvideo-container video{
                width:100vw;
                height:100vh;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 1;
                object-fit: fill;
              }
              .btn-div{
                  display: flex;
                  flex-direction: row;
                  justify-content: space-around;
                  align-items: center;
                }
              .close{
                  position: absolute;
                  right: 6%;
                  top: 3%;
                  background-color: white;
                  border-radius: 50%;
                  border: none;
                  color: red;
                  height: 32px;
                  width: 32px;
                  text-align:center;
                  padding:7px;
                }
              .close img{
                  /*margin-top: -20px;*/
                  width:20px;
                  height:20px;
                }
              .close:hover,
              .close:focus {
                  color: #000;
                  text-decoration: none;
                  cursor: pointer;
                }
                body::-webkit-scrollbar {
                  display: none; /* for Chrome, Safari, and Opera */
                }
                .bgvideo-container{
                    width:100vw;
                    height:100vh;
                    position:fixed;
                    z-index:1000;
                    top:0;
                    display:none;
                  }
                  .bgvideo-container video{
                    width:100vw;
                    height:100vh;
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 1;
                    object-fit: fill;
                  }
                  .btn-div{
                      display: flex;
                      flex-direction: row;
                      justify-content: space-around;
                      align-items: center;
                    }
                  .close{
                      position: absolute;
                      right: 6%;
                      top: 3%;
                      background-color: white;
                      border-radius: 50%;
                      border: none;
                      color: red;
                      height: 32px;
                      width: 32px;
                      text-align:center;
                      padding:7px;
                    }
                  .close img{
                      /*margin-top: -20px;*/
                      width:20px;
                      height:20px;
                    }
                  .close:hover,
                  .close:focus {
                      color: #000;
                      text-decoration: none;
                      cursor: pointer;
                    }
                    body::-webkit-scrollbar {
                      display: none; /* for Chrome, Safari, and Opera */
                    }
                    

@media screen and (min-width: 540px) {

  .wzrk-alert{
      width:380px !important;
  
}

#wzrk-cancel{
  box-shadow: 0px 2px 0px #F593B1, inset 8px 25px 0px rgba(255, 255, 255, 0.2) !important;
}
#wzrk-confirm{
  box-shadow: 0px 2px 0px #9C00C3, inset 8px 25px 0px rgba(253, 231, 238, 0.2) !important;
}

.Sign {
  width: 150px !important;
  margin-top: 15px !important;
  padding: 12px 26px !important;
background: linear-gradient(90deg, #E91051 0%, #CD0F84 100%) !important;
border-radius: 8px !important;
font-family: 'Trim-Medium'!important ;
font-style: normal!important;
font-weight: 500!important;
font-size: 16px!important;
line-height: 24px!important;
color: #FFFFFF!important;
}
.No {
  width:150px !important;
  color: grey !important;
  padding: 12px 26px !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #E93A6F !important;
border-radius: 8px !important;
font-family: 'Trim-Medium' !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 24px !important;
color: #E91051 !important;
}
}



 @media screen and (min-width: 360px) {

    .ratings-container img {
        width: 100%;
        height: auto; 
     }
 }
 
            .payment--section {
            text-align: center;
            padding: 0px 16px 17px 15px;
            }
            .payment--icons--section {
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
            }
            .payment--img--block {
            width: 80px;
            height:auto;
            text-align: center;
            }
            @media screen and (max-width:399px) {
            .rewards-bar-static {
            font-size: 19px;
            line-height: 22px;
            height: auto;
            text-align: center;
            }
            }
            .payment__img {
            display: block;
            margin: auto;
            width: 64px;
            height: 64px;
            margin-bottom: 6px;
            }
            .payment--text {
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 18px;
            text-align: center;
            color: #230046;
            }
            
            .ratings-container {
              padding: 40px 16px 0px 16px;
              display: flex;
              justify-content: center;
            }
             .section-header--large{
            font-size: 16px;
            margin-bottom: 16px;
            text-align: center;
            font-weight: 700;
            margin-top:36px;
            font-family: 'Trim-Bold';
            }
            @media screen and (min-width: 1224px) {
            .section-header--large{
            font-size: 48px;
            line-height:56px
            margin-top:72px;
            margin-bottom: 24px;
            }
            }
            #timer-container{
                display:none;
                }
                #myProgress {
                width: 100%;
                background-color: #ddd;
                margin-bottom:20px;
                }
                
                #myBar {
                width: 0;
                height: 5px;
                background-color: red;
                text-align: center;
                line-height: 30px;
                color: white;
                }
                
                .new-cta-step{
                display:none;
                }
                .sticky-footer-new {
                text-align: right;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                position: fixed;
                bottom: 0px;
                z-index: 100;
                padding: 0 0 16px 0;
                background: rgb(255, 255, 255);
                box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 8px;
                flex-direction: column
                }
                .nosticky-footer{
                text-align: right;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                padding: 0 0 16px 0;
                background: rgb(255, 255, 255);
                box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 8px;
                flex-direction: column
                }
                .playstore-footer{
                text-align: right;
                display: flex;
                align-items: center;
                justify-content: center;
                position: fixed;
                bottom: 0px;
                z-index: 100;
                width: 100%;
                padding: 16px 0;
                background: rgb(255, 255, 255);
                box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 8px;
                flex-direction: column
                }
                .rewards-bar-container-new {
                height: 28px;
                overflow: hidden;
                position: relative;
                width: 100vw;
                max-width: 100%;
                overflow-x: hidden;
                background: #E6F6FE;
                margin-bottom: 8px;
                }
                .body-extra-large {
                font-size: 24px;
                line-height: 28px;
                }
                .uppercase {
                text-transform: uppercase;
                }
                
                .trim-Regular {
                font-weight: 400;
                font-style: normal;
                }
                
                .rewards-bar-new {
                display:flex;
                position: absolute;
                white-space: nowrap;
                will-change: transform;
                animation: marquee 15s linear infinite;
                }
                
                @media screen and (max-width: 330px) and (min-width: 311px) {
                .sticky-download-button-new > .download-button {
                font-size:18px;
                }
                }
                @media screen and (max-width: 310px) and (min-width: 301px) {
                .sticky-download-button-new > .download-button {
                font-size:17px;
                }
                }
                
                @media screen and (max-width: 300px) {
                .sticky-download-button-new > .download-button {
                font-size:15px;
                }
                }
                
                .rewards-bar-text-new {
                float: left;
                font-size: 14px;
                width: 100%;
                color: #1973FA;
                line-height: 20px;
                padding:5px;
                }
                .trim-Medium {
                font-weight: 600;
                font-style: normal;
                }
                
                @keyframes marquee {
                0% { transform: translateX(0); }
                100% { transform: translatex(-1000px); }
                }
                
                progress {
                border: none;
                width: 100vw;
                height: 4px;
                }
                
                progress {
                color: #E91051;
                }
                
                progress::-webkit-progress-value {
                background: red;
                }
                
                .sticky-download-button-new {
                padding: 0 24px;
                width: 100%;
                display:flex;
                justify-content:center;
                animation: shake-animation 3.72s ease infinite;
                transform-origin: 50% 50%;
                }
                .playstore-download::after,
                .download-button::after {
                background: #fff;
                content: '';
                height: 95px;
                left: -75px;
                opacity: 0.25;
                position: absolute;
                top: -25px;
                transform: rotate(50deg);
                transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
                width: 5px;
                animation: changewidth 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
                }
                .playstore-download::before,
                .download-button::before {
                background: #fff;
                content: '';
                height: 130px;
                left: -200px;
                opacity: 0.25;
                position: absolute;
                top: -25px;
                transform: rotate(50deg);
                transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
                width: 10px;
                animation: changewidth 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
                }
                @keyframes shake-animation {
                0% {
                transform: translate(0, 0);
                }
                1.78571% {
                transform: translate(5px, 0);
                }
                3.57143% {
                transform: translate(0, 0);
                }
                5.35714% {
                transform: translate(5px, 0);
                }
                7.14286% {
                transform: translate(0, 0);
                }
                8.92857% {
                transform: translate(5px, 0);
                }
                10.71429% {
                transform: translate(0, 0);
                }
                100% {
                transform: translate(0, 0);
                }
                }
                @keyframes changewidth {
                from {
                left: -75px;
                }
                to {
                left: 120%;
                }
                }
                .download-icon {
                width: 24px;
                height: 24px;
                margin-right: 8px
                }
                .download-button {
                height: 48px;
                display: block;
                background:#00895B;
                border: none;
                border-radius: 4px;
                font-family: Trim-Bold;
                font-size: 20px;
                line-height: 48px;
                margin: auto;
                display: flex;
                justify-content: center;
                width: 100%;
                color: #ffffff;
                text-decoration: none;
                display: flex;
                align-items: center
                }
                .play-download-btn{
                height: 48px;
                display: block;
                background:#00895B ;
                box-shadow: none;
                border: none;
                border-radius: 4px;
                font-family: Trim-Bold;
                font-size: 20px;
                line-height: 48px;
                margin: auto;
                display: flex;
                justify-content: center;
                width: 100%;
                color: #ffffff;
                text-decoration: none;
                display: flex;
                align-items: center
                }
                .download-button-ios{
                text-decoration: none;
                display: flex;
                align-items: center;
                justify-content: center;
                }
                .download-button-ios >img{
                height:48px;
                }
                
                .download-icon {
                width: 24px;
                height: 24px;
                margin-right: 8px
                }
                
                .install{
                width:100vw;
                height:100vh;
                position:fixed;
                top:0;
                z-index: 1;
                }
                
                .trust-main{
                animation: fadeinout 2s linear forwards;
                margin-top: 20px;
                }
                .trust{
                text-align: center;
                background-color: rgb(230, 246, 254);
                height: 80px;
                padding-top: 12px;
                width: 320px;
                margin: auto;
                position: relative;
                border-radius: 8px;                            
                }
                .rating-div{
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                padding: 8px;
                }
                .trust h2,h3{
                margin:0;
                }
                @keyframes fadeinout {
                0% { opacity: 0; }
                100% { opacity: 1; }
                }
                .trust:after{
                position:absolute;
                width:20px;
                height:20px;
                top:85%;
                left:50%;
                content:'';
                transform:rotate(45deg);
                background-color: #E6F6FE;
                }
                
                .video-container{
                animation: fadeout 3s linear forwards;
                margin-top:20px;
                }
                @keyframes fadeout {
                0% { opacity: 0; }
                50% { opacity: 0; }
                70% { opacity: 0; }
                100% { opacity: 1; }
                }
            