@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: 318px;
  height: 48px;
}

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

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

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

.whiteContainerBottom .infoAndCTA .frame {
  font-size: 14px;
  margin: 0 0 6px 0;
  text-align: center;
  font-weight: 500;
  line-height: 0.9;
  opacity: 1;
  transition: opacity 1s linear;
}

.whiteContainerBottom .infoAndCTA .frame.inactive {
  opacity: 0;
}

.whiteContainerBottom .infoAndCTA .finalFrame {
  width: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  margin: 7px 0 6px 0;
  text-align: center;
  font-weight: 500;
  line-height: 0.9;
  opacity: 0;
  transition: opacity 1s linear;
}

.whiteContainerBottom .infoAndCTA .finalFrame.active {
  opacity: 1;
}

.whiteContainerBottom .infoAndCTA .CTA {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.whiteContainerTop {
  background-color: #fff;
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}

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

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