html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, textarea, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{

    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    user-select: text;

}



.bg {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 810px;

}

.bg1 {

position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.54);
  opacity: 1;
  z-index: 1;
  height: 100%;
  width: 100%;
 
}


.container{
	width: 800px;
	max-width: 100%;
    position: absolute;
	z-index: 999999;
	top:60%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	
}

.app-content{

display: flex;
}

.col50{
	width: 50%;
	text-align: center;
}


.app-logo{

    height: 82px;
    
    display: block;
	opacity: 1;
    max-width: 80%;
	

}

.flag{
	display: block;
	margin: auto;
	width: 150px;
}

.text{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
}
.chuky {
	display: flex;
	justify-content: center;
	align-items: center; 
	column-gap: 30px;
	width: 100%;
	height: 120px;
	margin: 30px auto;
}

.chuky img {
	max-height: 100%;   
	object-fit: contain; 
}
.ck1{
	height: 70%;
}
.ck2{
	height: 72px;
}



._3tV1StOFgvWec3R9qvs4_a {

position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
}



.sourcemb{
    display: none;
}
@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes animStar {
  from {
    -moz-transform: translateY(0px);
  }
  to {
    -moz-transform: translateY(-2000px);
  }
}
@-ms-keyframes animStar {
  from {
    -ms-transform: translateY(0px);
  }
  to {
    -ms-transform: translateY(-2000px);
  }
}
@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}


@media screen and (max-width: 768px){
	.source{display:none;}
	.sourcemb {display: block;}
 ._3tV1StOFgvWec3R9qvs4_a {
    width: 130%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
  }
  
  .container{


	top:60%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}


.app-logo{

    
  
  
    max-width: 80%;

}

.flag{
	display: block;
	margin: auto;
	width: 120px;
	max-width: 80%;
	
}

.text{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.chuky{
	width: 90%;
	column-gap: 5px!important;
	margin: 30px auto;
	
	
}
	

	.chuky img{
		width: 30%
	}
	
	.ck1{
		height: 50%;
	}

.ck2 {
    width: 45%!important;
}

  
	
}


