@font-face {
  font-family: 'Archer';
  src: url("../assets/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;
  width: 298px;
  height: 248px;
}

a:hover .CTA {
  color: white;
  background-color: #30b19c;
}

.images {
  z-index: 1;
  background-image: url("../assets/winter-1.jpg");
  background-color: blue;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 298px;
  transition: width 2s linear;
  height: 100%;
  background-repeat: no-repeat;
}

.whiteContainerBottom {
  background-color: #0777be;
  width: 100%;
  height: 63px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.whiteContainerBottom .infoAndCTA {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  font-weight: 900;
  color: white;
}

.whiteContainerBottom .infoAndCTA .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
}

.whiteContainerBottom .logo {
  width: 100%;
  height: 100%;
  position: relative;
}

.whiteContainerBottom .logo img {
  width: 96px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.finalFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b79bf;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s linear 2s;
}

.finalFrame.active {
  opacity: 1;
}

.finalFrame .logo {
  width: 100%;
  height: 185px;
  position: relative;
}

.finalFrame .logo img {
  width: 248px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.finalFrame .CTA {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  width: 100%;
  height: 63px;
  margin: 0;
  background-color: white;
  color: #0b79bf;
  white-space: nowrap;
}
