.clickTagLink {
  position: absolute;
}

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

body {
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  font-family: 'proxima-nova', arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  font-family: 'proxima-nova', arial, sans-serif;
}
a {
  text-decoration: none;
}

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

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

.image-container {
  width: 100%;
  height: 100%;
  max-width: 600px;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  overflow: hidden;
  /* position: absolut */
}

.text-container {
  width: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-container {
  display: grid;
  width: 100%;
  height: 100%;
  /* background: red; */
  grid-template-columns: 35% 50% 15%;
}

.logo-cotnainer {
  position: relative;
  /* background: blue; */
}

.logo {
  max-width: 150px;
  z-index: 2;
}

h1,
h2 {
  font-weight: 400;
}

.red {
  color: #ff6422;
  font-weight: 600;
}
#text-1,
#text-3,
#text-2,
#text-4 {
  opacity: 0;
}

.image-container {
  position: relative;
}

.image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  top: 0;
}

.image-1,
.image-2,
.image-3,
.image-4 {
  opacity: 0;
}

#text-1,
.image-1 {
  opacity: 1;
}

h1 {
  font-size: 2.1rem;
}

.inner-logo-container {
  position: absolute;
  top: 4rem;
  right: 2rem;
}

.scale-orange {
  color: #ff6422;
  text-decoration: underline;
}

.text-container {
  padding: 2rem;
  position: relative;
  padding-right: 4rem;
}

.text-container .text {
  position: absolute;
  max-width: 325px;
}

.blue-text {
  color: #6cbee6;
  font-size: 24px;
  font-weight: 500;
}

.blue-text.xl {
  font-size: 32px;
}

.blue-text.blue-absolute {
  position: absolute;
  top: 30px;
  left: 0;
}

.link {
  text-decoration: underline;
}

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

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

.logo {
  position: absolute;
  right: 40px;
  top: 48px;
  max-width: 150px;
  z-index: 2;
}

.scale-orange {
  color: #ff6422;
  font-size: 24px;
}

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

.text-container .text {
  position: absolute;
  max-width: 800px;
  left: 48px;
  bottom: 48px;
  font-weight: 700;
}

.text-container .text h1 {
  font-size: 4.5rem;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1;
}

.text-container .text h2 {
  font-size: 2.8rem;
  line-height: 1.05;
  margin-bottom: 0px;
  margin-top: 8px;
  font-weight: 400;
}

.frist {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 32px;
  left: 48px;
}

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

.image-2,
.image-3,
.image-4 {
  opacity: 0;
}

.cta {
  position: absolute;
  right: 35px;
  bottom: 30px;
  background: #ff6422;
  border: 0px;
  color: #fff;
  border-radius: 30px;
  font-size: 24px;
  padding: 0.2em 1em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 600;
  z-index: 6;
}

/* .cta:hover {
  opacity: .7;
} */

.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: 75%;
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  bottom: 20px;
  margin: auto;
  opacity: 0;
  transition: 1.5s opacity ease;
}

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

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