
/*
scale blue = #021E40;
scale orange = #FF6422;
*/

.clickTagLink{
  position: absolute;

}

html,body{
  overflow: hidden;
  margin:0px;
}
body{
  width: 320px;
  height: 250px;
  background: #fff;
  color: #fff;
  font-size:16px;
  font-family: 'Arial', sans-serif;
}

p{
  margin:0px !important;
}

.banner{
  width: 320px;
  height: 250px;
  background-image: linear-gradient(#084875, #021E40); 
}

.banner:after{
  content:'';
  width:42%;
  height:150%;
  background: linear-gradient( #021E40, #021E40, #03417f);
  position:absolute;
  right: -80px;
  bottom: -100px;
  transform:rotate(-13deg);
}

.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(115deg, #021e40be, #021e402c, #021e4000);
  z-index: 1;
}

.logo{
  position:absolute;
  right: 20px;
  top: 20px;
  max-width: 40px;
  z-index: 1;
}

.text-container .text{
  position: absolute;
  max-width: 800px;
  left: 20px;
  top: 5px;
  z-index: 3;
}

.text-container .text h1{
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: -20px;
}

.text-container .text h2{
  font-size: 1.4rem;
  margin-bottom: 0px;
  font-weight: 400;
}

.text1 h2 span {
  color: #FF6422;
  font-weight: 600;
}

#text2 {
  position: absolute;
  top: 65px;
  opacity: 0;
}

.text2 h2 {
  line-height: 95%;
}

.text2 h2 span {
  color: #FF6422;
  font-weight: 400;
  font-size: 1.3rem;
}

.image-container img{
  position: absolute;
  height: 400px;
}

.image-1 {
  position: absolute;
  top: -65px;
  left: -230px;
}

.image-2 {
  position: absolute;
  top: -90px;
  left: -100px;
  opacity: 0;
}

.cta{
  position: absolute;
  right: 20px;
  bottom: 20px;
  background:#FF6422;
  border:0px;
  color:#021E40;
  border-radius:30px;
  font-size: 16px;
  padding:0.5em 0.9em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
}

.crop{
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}



.hover{
  position: absolute;
  background: #021E40;
 /*background-image: linear-gradient(#021E40 100%, #fff 0%);
  background: linear-gradient(to right, #021E40 80%, #fff 20%);*/
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 4;
  opacity: 0;
  transition: .3s opacity ease;
  background-image: linear-gradient(#084875, #021E40);

}

.hover img{
  width:85%;
  position: absolute;
  left:0;
  right:0;
  top:10px;
  bottom:20px;
  margin:auto;
  opacity: 0;
  transition: 1.5s opacity ease;
}

.we-are{
  padding-top:120px;
}

.banner:hover .hover{
  opacity: 1;

}

.banner:hover .hover img{
  opacity: 1;
}