@font-face {
  font-family: "Spezia";
  src: url("https://d1t1qzzb2zwrre.cloudfront.net/master/system/fonts/651faf61ec2e7995433817.woff") format("woff"),
    /* Modern Browsers */ url("https://d1t1qzzb2zwrre.cloudfront.net/master/system/fonts/651faf622dc0f097633279.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Garamond";
  src: url("https://d1t1qzzb2zwrre.cloudfront.net/master/system/fonts/648d6f5e21d88840081385.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sailec";
  src: url("https://d1t1qzzb2zwrre.cloudfront.net/master/system/fonts/651fb081831e5004114091.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-size: 16px;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}

.banner {
  border: 1px solid #000;
  display: flex;
  width: 728px;
  height: 90px;
  margin: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.banner__top {
  position: relative;
  width: 270px;
  overflow: hidden;
  z-index: 0;
}
.banner__body {
  position: relative;
  width: 456px;
  background: #fff;
  z-index: 10;
  padding: 5px;
}
.banner__body-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 15px;
}
.background {
  display: block;
}
.logo {
  width: 100%;
  height: auto;
  max-width: 108px;
  background-size: 100%;
  min-width: 108px;
}
.tagline__title {
  display: inline-block;
  color: #707070;
  font-family: "Garamond", "Cormorant Garamond", "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 6px;
}
.tagline__content {
  display: inline-block;
  font-family: "Spezia", "Noto Sans", Arial, Helvetica, sans-serif;
  color: #707070;
  padding: 0px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.button {
  font-family: "Sailec", "Roboto", Arial, Helvetica, sans-serif;
  display: block;
  padding: 13px 15px 12px;
  color: #404040;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(64, 64, 64, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.button:hover {
  border-color: #a9915d;
  color: #fff;
}
.button::after {
  background: rgba(64, 64, 64, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  z-index: -1;
}

.button:hover::after {
  background: #a9915d;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  width: 100%;
}

.loading {
  background: #fff url(./assets/poster.jpg) center center no-repeat;
  background-size: 270px 90px;
  background-position-y: 0px;
  background-position-x: 0px;
}

.hidden {
  opacity: 0;
}
