body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}
body {
    height: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    background: url("../images/bg.jpg") no-repeat #000000 top center;
    background-size: auto;
}
* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    border: 0px!important;
    outline: none!important;
}
a {
    outline: none;
    margin: 0px;
    padding: 0px!important;
    cursor: pointer!important;
}
.Transitions {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ClearFix {
    clear: both;
}
.MainContent {
    display: block;
    width: 100%;
    max-width: 2400px;
    height: auto;
    min-height: 850px;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    background-size: 100%}
.MainContent .TopContent {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0px auto;
    padding: 30px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.MainContent .TopContent .logo {
    width: 15%;
    height: auto;
    margin: 0px;
    position: absolute;
    top: 15px;
    left: 15%;
    display: none;
}

.MainContent .TopContent .logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    position: absolute;
    left: 20%;
}

.MainContent .contentpromo {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0px auto;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.MainContent .contentpromo .promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    width: 100%;
    padding: 40px 10px 20px 10px;
}
.MainContent .contentpromo .promo .Title {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
}

.MainContent .contentpromo .promo .deposit {
    font-size: 20px;
    margin: 0 auto;
    padding-bottom: 15px;
}

#BoxCodeButton-1{
    letter-spacing: -1px!important;
}

.button {
    border-radius: 50px;
    background-color: #2eb2ff;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 85px;
    font-size: 25px;
    width: 100%;
    max-width: 400px;
}

.btn {
    border-radius: 50px;
    background-color: #2eb2ff;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 30px;
    font-size: 29px;
    width: 100%;
    max-width: 400px;
}

.button:hover, .btn:hover{transform:scale(1.02);}

.ctabottom{
    background: rgb(1,87,138);
    background: linear-gradient(0deg, rgba(1,87,138,1) 0%, rgba(1,1,1,1) 100%);
    width: 100%;
    padding: 45px;
}

.offer{
    max-width: 460px;
}

.stepstxt{
    max-width: 290px;
    width: 100%;
}

/**
 * The "shine" element
 */
 
 .button {
    border-radius: 50px;
    background-color: #2eb2ff;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 85px;
    font-size: 29px;
    width: 100%;
    max-width: 400px;
}


.button:after, .btn:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.23) 0%,
    rgba(255, 255, 255, 0.23) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.button:hover:after, .btn:hover:after {
  opacity: 1;
  top: 90%;
  left: 90%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
  animation-iteration-count: infinite;
}

/* Active state */

.button:active:after, .btn:active:after {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */


.stepstitle{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px; 
}

.RowBoxCode, h3
{font-family: 'Montserrat', sans-serif;}

.RowBoxCode.code1{max-width:365px;display:flex;justify-content:center;width:100%;height:65px;line-height:45px;margin:0 auto;position:relative;text-transform:uppercase;font-weight:800}.BoxCode{font-size:22px;display:block;width:40%;height:45px;line-height:43px;margin:0px;position:relative;color:#fcff00;float:left;border-left:2px dashed #5af800;border-top:2px dashed #5af800;border-bottom:2px dashed #5af800;background-color:#000000}.BtnCopy{display:block;width:40%;height:45px;line-height:45px;margin:0px;position:relative;background-color:#5af800;border-right:2px solid #5af800;border-top:2px solid #5af800;border-bottom:2px solid #5af800;border-left:2px solid #5af800;color:#000000; font-weight:700;float:left;cursor:pointer;font-size:17px;letter-spacing: :-1px;}.BtnCopy:hover{background:#5af800}.BtnCopy:hover>.BoxCode{color:#ffffff !important}.code1.BoxCode{color:#fff !important}.code1.BtnCopy{background:#f6b23c !important;color:#fff !important}


.MainContent .contentpromo .imgDesk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%}
.MainContent .contentpromo .imgDesk img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
}

.MainContent .stepscontent {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    padding: 15px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.bg-img{
    background-image: url('../images/steps-bg.png');
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: top center;
}

.MainContent .stepscontent .step {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.MainContent .stepscontent .step .number {
    width: 300px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.MainContent .stepscontent .step h1 {
    font-size: 19px;
    color: #fffc00;
    padding: 15px;
}
.MainContent .stepscontent .box2 {
    width: 35%}

.MainContent .stepscontent .step:last-child:after {
    display: none;
}
#Bar_Footer {
    display: block;
    width: 100%;
    min-height: auto;
    background: none;
    margin-bottom: 0px;
    background-color: #000000;
}
#Bar_Footer .CenterCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0px auto;
    padding: 10px 20px;
}
#Bar_Footer .CenterCont #BtnBTerms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    border: solid 1px #ffffff;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer!important;
}
#Bar_Footer .CenterCont #BtnBTerms:hover {
    border: solid 1px #2fb1ff;
    background: #000000;
    color: #2fb1ff;
    cursor: pointer!important;
}

.payments-box{
    float: right;
}

#Bar_Footer .CenterCont .imgFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 35px;
}
#BarFooterTerms {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    background: none;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 9999999;
    opacity: 1;
}
#BarFooterTerms #BoxButtonTerms {
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 0;
    text-align: center;
}
#BarFooterTerms #ButtonTerms {
    display: block;
    width: 80px;
    height: 30px;
    margin: 0px auto;
    padding: 6px 0px;
    background: #none no-repeat center 5px;
    color: #ffffff;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
#BarFooterTerms footer {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 30px;
    text-align: justify;
    font-weight: normal!important;
    font-size: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#BarFooterTerms footer p {
    display: block;
    width: 100%;
    margin: 10px auto 10px auto;
    font-weight: normal!important;
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff;
}


/*  QUERIES */


@media only screen and (min-width: 1000px) and (max-width: 1700px){
    body {
    height: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    background: url("../images/bg-dsk.jpg") no-repeat #000000 top center;
    background-size: auto!important;
   } 
   .stepsbgmbl{display: none;}
}

@media only screen and (min-width: 800px) and (max-width: 999px){
    body {
    height: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    background: url("../images/bg-tbl.jpg") no-repeat #000000 top center;
    background-size: auto!important;
   } 
   .MainContent .stepscontent .step .number {
    width: 400px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .MainContent .stepscontent .step h1 {
    font-size: 24px!important;
    color: #fffc00;
    padding: 15px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 799px){
    body {
    height: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    background: url("../images/bg-mbl-b.jpg") no-repeat #000000 top center;
    background-size: auto!important;
   } 
}

@media only screen and (min-width:500px) and (max-width: 1000px){
    .bg-img {
    background-image:none
   } 

   .stepsbgmbl{
    display: block;
    background-image: url(../images/steps-bg-mbl.png);
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center;
    height: 300px;
    width: 100%;
    z-index: -2;
    margin: 0 auto;
    padding-bottom: 0px;
    position: absolute;
    top: -60px;
    background-size: contain;
  }
}
@media only screen and (min-width: 500px) and (max-width: 599px){
    .MainContent .contentpromo .promo{
    padding: 180px 10px 20px 10px;
  } 
}

@media only screen and (min-width:299px) and (max-width: 599px){
    body {
    height: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    background: url("../images/bg-mbl.jpg") no-repeat #000000 top center;
    background-size: contain!important;
   } 

}



@media only screen and (min-width:801px) and (max-width:1000px) {
    .MainContent .contentpromo .promo .Title {
    font-size: 24px;
  }
.MainContent .contentpromo .promo .deposit {
    font-size: 20px;
  }

.MainContent .stepscontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
  }
.MainContent .stepscontent .step {
    width: 100%;
    margin: 30px auto;
  }
}

@media only screen and (min-width:668px) and (max-width:800px) {
    .MainContent {
    background: none;
  }
  .MainContent .TopContent .logo img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .MainContent .TopContent .logo {
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.MainContent .TopContent {
    padding: 30px 10px;
  }

  .RowBoxCode.code1{
    max-width: 400px!important;
  }

.MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.MainContent .contentpromo .promo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.MainContent .contentpromo .promo .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%}
.MainContent .contentpromo .imgDesk {
    display: none;
}

.MainContent .stepscontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
}
.MainContent .stepscontent .step {
    width: 70%;
    margin: 30px auto;
}

#Bar_Footer .CenterCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#Bar_Footer .CenterCont #BtnBTerms {
    margin: 5px 0 20px;
 }
}

@media only screen and (min-width:568px) and (max-width:667px) {
    .MainContent {
    background: none;
}
    .MainContent .TopContent .logo img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.MainContent .TopContent {
    padding: 30px 10px;
}
.MainContent .TopContent .logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.MainContent .contentpromo .promo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.MainContent .contentpromo .promo .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%}
.MainContent .contentpromo .imgDesk {
    display: none;
}

.MainContent .stepscontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
}
.MainContent .stepscontent .step {
    width: 70%;
    margin: 30px auto;
}

#Bar_Footer .CenterCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#Bar_Footer .CenterCont #BtnBTerms {
    margin: 5px 0 20px;
  }
}

@media only screen and (min-width:480px) and (max-width:567px) {
    .MainContent {
    background: none;
  }
    .MainContent .TopContent .logo img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.MainContent .TopContent {
    padding: 0px 10px;
  }
.MainContent .TopContent .logo {
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20% 5px 5px 5px;
  }
.MainContent .contentpromo .promo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.MainContent .contentpromo .promo .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%}
.MainContent .contentpromo .imgDesk {
    display: none;
  }

.MainContent .stepscontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
  }
.MainContent .stepscontent .step {
    width: 70%;
    margin: 30px auto;
  }

#Bar_Footer .CenterCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
#Bar_Footer .CenterCont #BtnBTerms {
    margin: 5px 0 20px;
  }
}

@media only screen and (min-width:361px) and (max-width:479px) {
    .MainContent {
    background: none;
  }
  .MainContent .TopContent .logo img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.MainContent .TopContent {
    padding: 10px 10px;
  }
.MainContent .TopContent .logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15% 5px 5px 5px;
  }
.MainContent .contentpromo .promo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.MainContent .contentpromo .promo .Title {
    font-size: 20px;
  }

.MainContent .contentpromo .promo .deposit {
    font-size: 16px;
  }
.MainContent .contentpromo .imgDesk {
    display: none;
  }

.MainContent .stepscontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
  }
.MainContent .stepscontent .step {
    width: 100%;
    margin: 30px auto;
  }

#Bar_Footer .CenterCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.BtnCopy{font-size:14px}
#Bar_Footer .CenterCont #BtnBTerms {
    margin: 5px 0 20px;
  } 
}

@media only screen and (min-width:280px) and (max-width:360px) {
    .MainContent {
    background: none;
  }
  .MainContent .TopContent .logo img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.BoxCode{font-size:20px}
.BtnCopy{font-size:15px}

.MainContent .TopContent {
    padding: 10px 10px;
  }
.MainContent .TopContent .logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15% 5px 5px 5px;
  }
.MainContent .contentpromo .promo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px!important;
  }
.MainContent .contentpromo .promo .Title {
    font-size: 15px;
  }

.MainContent .contentpromo .promo .deposit {
    font-size: 18px;
  }
.MainContent .contentpromo .imgDesk {
    display: none;
  }

.MainContent .stepscontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
  }
.MainContent .stepscontent .step {
    width: 100%;
    margin: 30px auto;
  }

#Bar_Footer .CenterCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
#Bar_Footer .CenterCont #BtnBTerms {
    margin: 5px 0 20px;
 }
}

@media only screen and (min-width:299px) and (max-width:499px){
    .bg-img{
        background-image:none!important;
    }
    
}

@media only screen and (max-width:400px){
    .btn {
        font-size: 5.3vw!important;
    }
    .button {
        font-size: 5.3vw!important;
    }
    .stepstitle {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
  }
}

@media only screen and (max-width:350px){
    .btn {
        font-size: 5vw!important;
    }
    .button {
        font-size: 5vw!important;
    }
    .MainContent .contentpromo .promo {
    padding: 30vw 0 5px 0!important;
    }
    .BoxCode{
    font-size:18px!important;
    }
    .BtnCopy {
    font-size: 14px;
    }
}


@media only screen and (min-width:1px) and (max-width:299px) {
    body {
    display: none;
  }
  #Bar_Footer {
     display: none;
  }
}

@media only screen and (min-width:299px) and (max-width:350px) {
    .MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15% 5px 5px 5px!important;
  } 
}

@media only screen and (min-width:351px) and (max-width:400px) {
    .MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40% 5px 5px 5px!important;
  } 
}

@media only screen and (min-width:401px) and (max-width:499px) {
    .MainContent .contentpromo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45% 5px 5px 5px!important;
  } 
}




/*logos + badge*/

.logos {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:15px;

}

.casino-logo {
  width: 30%;
}

.badge {
  width: 16%;
  margin-left: 10px;
}


@media (max-width: 800px) {
  .logos{
    width: 90%;
    top: 5px;
  }

  .casino-logo {
    width: 25%;
  }
  
  .badge {
    width: 13%;
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .logos{
    width: 90%;
    top: 5px;
  }

  .casino-logo {
    width: 30%;
  }
  
  .badge {
    width: 16%;
    margin-left: 10px;
  }
}

@media (max-width: 450px) {
  .logos{
    width: 90%;
    top: 5px;
  }

  .casino-logo {
    width: 35%;
  }
  
  .badge {
    width: 19%;
    margin-left: 10px;
  }
}