@font-face {
  font-family: 'Archer';
  src: url("../Archer-Medium.woff");
  font-weight: normal;
}

body {
  font-family: 'Archer', times, serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 728px;
  height: 90px;
  letter-spacing: 0.1em;
}

a:hover .blueContainer .cta .button {
  background-color: #AFD7EF;
}

a:hover .blueContainer .cta .button p {
  color: #0079c2;
}

.logoContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 182px;
  z-index: 100;
  background-color: white;
}

.logoContainer .logo {
  width: 160px;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.main {
  position: absolute;
  left: 183px;
  top: 0;
  transition: all 11s ease-out;
}

.main.active {
  transform: scale(1.1);
}

.blueContainer {
  position: absolute;
  z-index: 50;
  left: -500px;
  top: 0;
  transition: left .5s ease-in-out;
  width: 546px;
  height: 100%;
  background-color: #0079c2;
}

.blueContainer.active {
  left: 182px;
}

.blueContainer img {
  width: 343px;
  position: absolute;
  top: 21px;
  left: 22px;
  opacity: 0;
  transition: opacity .25s ease-in-out .5s;
}

.blueContainer img.active {
  opacity: 1;
}

.blueContainer .cta {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .25s ease-in-out .5s;
}

.blueContainer .cta.active {
  opacity: 1;
}

.blueContainer .cta .button {
  width: 123px;
  height: 23px;
  background-color: white;
  position: relative;
  border-radius: 16px;
}

.blueContainer .cta .button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 93px;
}

.blueContainer .cta .link {
  position: absolute;
  top: 30px;
  left: -10px;
  color: white;
  font-size: 8px;
  margin: 0;
  opacity: 1;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

.whiteContainer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 308px;
  z-index: 10;
  background-color: white;
}

.whiteContainer .textFrames {
  position: relative;
}

.whiteContainer .textFrames img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .25s ease-in-out;
  top: 24px;
}

.whiteContainer .textFrames img.active {
  opacity: 1;
}

.whiteContainer .textFrames img:nth-of-type(1) {
  width: 215px;
}

.whiteContainer .textFrames img:nth-of-type(2) {
  width: 207px;
}
