html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-user-select: none;
          user-select: none;
}

body {
  background-color: undefined;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #112540;
}

.fullscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 250px;
}

.border {
  border: 1px solid #000000;

}

.banner {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 250px;
}

.content {
  opacity: 0;
}

.mainExit {
  cursor: pointer;
  z-index: 10000;
}

.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 30px;
}

.copy2_container {
  font-family: Optimist_SB, sans-serif;
  z-index: 2000;
  position: relative;
  color: white;
  text-align: center;
}

.copy3 {
  font-family: Optimist_LT, sans-serif;
  z-index: 2000;
  position: relative;
  color: white;
  text-align: center;
  padding-top: 20px;

}

.copy1 {
  font-size: 40px;
  background: rgb(0,142,180);
  background: radial-gradient(circle, rgba(0,142,180,1) 34%, rgba(17,37,64,1) 82%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  font-family: Optimist_SB, sans-serif;
  text-align: center;
  line-height: 250px;
  will-change: transform;
}

.cta {
  position: absolute;
  bottom: 17px;
  right: 20px;
  width: 115px;
  height: 28px;
  font-family: "Optimist_SB", sans-serif;
  overflow: hidden;
  will-change: transform;
  background-color: white;
  border-radius: 5px;
  z-index: 2000;
}

.cta_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  padding: 5px 5px;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 900;
  color: #112540;
}

.hide {
	display: none;
}

.blink {
	z-index: 470;
	opacity:0;
}

.bg0 {
	z-index: 280;
  background-image: url( bg_2_aee04bb3fc2ba690f2ee94eb02af5701.png );
  background-size: cover;
}

.bg1 {
	z-index: 270;
}

.bg2 {
	z-index: 380;
}

.bg3 {
	z-index: 480;
}

.product {
	will-change: transform;
	z-index: 400;
}

.endProduct {
	z-index: 600;
}

.logo1 {
	z-index: 600;
}

/* 
.bg2 {
  background: rgb(5,129,163);
  background: radial-gradient(circle, rgba(5,129,163,1) 5%, rgba(17,38,62,1) 78%);
} */

.blink {
	left: -100px;
	top: -38px;
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
}

.endProduct {
	top: -10px;
}

.copy2-p1 {
	bottom: 94px;
	position: absolute;
}

.copy2-p2 {
	top: 60px;
	position: absolute;
}

.copy1 {
	top: -5%;
}

.copy1 {
	font-size: 50px;
  }

.copy2_container {
	height: 200px;
	top: 25px;
	width: 200px;
	left: 50px;
	font-size: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.copy3 {
	font-size: 18px;
}