.clickTagLink {
  position: absolute;
}

html,
body {
  overflow: hidden;
  margin: 0px;
}

body {
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 18px;
  font-family: 'proxima-nova', arial, sans-serif;
  line-height: 1;
}

p {
  margin: 0px !important;
  font-weight: normal;
}

.banner {
  width: 980px;
  height: 300px;
  background-image: linear-gradient(#084875, #021e40);
}

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

.logo {
  position: absolute;
  right: 30px;
  top: 50px;
  max-width: 160px;
  z-index: 1;
}

#text2,
#text3,
#text4,
#text5 {
  opacity: 0;
}

#text1 span {
  font-size: 30px;
}

.logo-additional {
  max-width: 350px;
}

.text-container .text {
  position: absolute;
  max-width: 800px;
  left: 60px;
  top: 100px;
  font-weight: 700;
}

.text-container .text h1 {
  font-size: 2rem;
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 400;
  margin-top: 0;
}

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

.image-container img {
  position: absolute;
  width: 990px;
}

video {
  height: 440px;
  position: absolute;
  top: -65px;
}

.cta {
  position: absolute;
  right: 35px;
  bottom: 30px;
  background: #ff6422;
  border: 0px;
  color: #021e40;
  border-radius: 30px;
  font-size: 20px;
  padding: 0.4em 1em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 600;
  z-index: 2;
}

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

.hover {
  position: absolute;
  background: #021e40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: 0.3s opacity ease;
  background-image: linear-gradient(#084875, #021e40);
}

.hover img {
  width: 55%;
  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;
}

.text i span {
  color: #6cbee6;
  font-size: 18px;
  font-weight: 400;
}

.bluuue-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 300px;
  background: linear-gradient(90deg, #021e40cc, #021e4020);
  opacity: 1;
}
