body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  margin: 0; }

.subline {
  opacity: 0; }

img {
  display: block; }

.set-wrapper {
  width: 300px;
  height: 600px;
  overflow: hidden;
  border: 1px solid #000000;
  box-sizing: border-box;
  position: relative; }
  .set-wrapper .bg-image {
    position: absolute;
    z-index: 0; }
  .set-wrapper .logo {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 20px; }
    .set-wrapper .logo:before {
      content: "";
      position: absolute;
      right: 40px;
      top: 15px;
      width: 90px;
      height: 35px;
      background: url("../images/tirol_logo.svg") no-repeat;
      background-size: 90px 35px; }
  .set-wrapper .background-first {
    transform-origin: top left;
    top: 20px;
    left: 0;
    transform: scale(1); }
  .set-wrapper .background-second {
    transform-origin: bottom right;
    right: 0px;
    bottom: 200px;
    opacity: 0;
    transform: scale(0.8333); }
  .set-wrapper .footer {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 2;
    background-color: #ffffff;
    bottom: 0;
    left: 0; }
  .set-wrapper .subline {
    height: 380px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    text-align: center; }
    .set-wrapper .subline span {
      display: block;
      font-family: Georgia, serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      color: #FFFFFF;
      width: 90%;
      margin: 0 auto;
      text-transform: uppercase;
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); }
  .set-wrapper .claim {
    bottom: 70px;
    left: 0;
    right: 0;
    position: absolute; }
    .set-wrapper .claim img {
      width: 154px;
      height: 110px; }

.btn-wrp {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 31px; }

.button {
  background: #9b1d26;
  font-family: Georgia, serif;
  padding: 0 9px 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 31px;
  height: 31px;
  text-align: center;
  color: #ffffff;
  display: inline-block; }

.center-center {
  display: flex;
  justify-content: center;
  align-items: center; }
