body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  position: relative;
  color: #FFF;
  background-color: #fdf6ec;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  width: 970px;
  height: 415px;
  box-sizing: border-box;
}

a:hover .cta {
  background-color: #032334;
}

.frames {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frames .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.frames .frame img {
  position: absolute;
}

.frames .frame.in {
  opacity: 1;
}

.frames .frame:nth-of-type(1) img {
  width: 266px;
  top: 160px;
  left: 33px;
}

.frames .frame:nth-of-type(2) {
  transition: width 0.9s 0.3s linear;
}

.frames .frame:nth-of-type(2).out {
  width: 0;
}

.frames .frame:nth-of-type(2) img:nth-of-type(1) {
  top: 98px;
  left: 415px;
  width: 449px;
}

.frames .frame:nth-of-type(3) .textHider {
  position: absolute;
  top: 64px;
  left: 1055px;
  height: 260px;
  width: 172px;
  background-color: #fdf6ec;
  transition: left 1s ease-in-out;
  z-index: 10;
}

.frames .frame:nth-of-type(3) .textHider.in {
  left: 360px;
}

.frames .frame:nth-of-type(3) .award {
  z-index: 11;
  top: 64px;
  left: 969px;
  width: 325px;
  transition: left 1s ease-in-out;
}

.frames .frame:nth-of-type(3) .award.in {
  left: 274px;
}

.frames .frame:nth-of-type(3) .rankTextContainer {
  position: relative;
  left: 532px;
  width: 400px;
  height: 415px;
  overflow: hidden;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText {
  position: absolute;
  left: -100%;
  transition: left 0.5s ease-out 1s;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText:nth-of-type(1) {
  top: 85px;
  width: 220px;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText:nth-of-type(2) {
  top: 169px;
  width: 292px;
}

.frames .frame:nth-of-type(3) .rankTextContainer.in .rankText {
  left: 55px;
}

.cta {
  background-color: #0078c1;
  position: absolute;
  top: 282px;
  left: 585px;
  opacity: 0;
  transition: opacity 1s ease-in-out 1.7s;
  max-height: 45px;
}

.cta.in {
  opacity: 1;
}

.cta img {
  padding: 14px;
  opacity: 0;
  width: 169px;
}

.cta img.visible {
  opacity: 1;
}

.cta img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
