
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

html {
  height: 100%;
  width: 100%;
}

bbody {
  height: 100%;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.route {
  display: none;
}



.giftcard-content, .giftcard-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 5rem);
  width: 100%;
}




.giftcard-cover {
  /*background: #e4c0da;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}



.giftcard-content {
  padding: 1rem 2rem;
  color: #939393;
  z-index: 1;
  background: white;
}

.giftcard-content > * {
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
  opacity: 0;
}

.giftcard-content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.giftcard-content h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}

.giftcard-content h2, .giftcard-content h3 {
  color: #232323;
}

.giftcard-content div {
  font-size: 1rem;
}

.giftcard-content address {
  font-style: normal;
  margin-bottom: 1rem;
}

.giftcard-content a, .giftcard-content .subtext {
  color: #939393;
}

.giftcard-content a {
  display: block;
  text-decoration: none;
}



.giftcard-footer > * {
  float: left;
}

.giftcard-text, .giftcard-info {
  width: calc(100% - 150px);
  padding: 1rem;
}

.giftcard-text {
  height: 100%;
  padding: 1rem;
}

.giftcard-text > h1, .giftcard-text > h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.1;
}



.giftcard-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: right;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: table;
  padding-left: 0;
  background: white;
}

.giftcard-info > * {
  display: table-cell;
}

.giftcard-info > *:first-child {
  padding-right: 1rem;
}

.giftcard-info input[type="text"] {
  height: 50px;
  width: 100%;
  padding: 0 1rem;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #dedede;
}

.button, input[type="text"] {
  border-radius: 3px;
}

.button {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: orange;
  color: white;
  font-size: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.button.secondary {
  background: #009cee;
}



.giftwrap:before, .giftwrap:after {
  display: none;
  content: '';
  position: absolute;
  height: 150px;
  width: 150px;
  top: 0;
  left: 0;
}

.giftwrap:before {
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
          clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
  background: #d384f8;
  z-index: 2;
}

.giftwrap:after {
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
          clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
  background: #ff969c;
  z-index: -1;
}

.bow {
  display: none;
  opacity: 0;
  position: absolute;
  top: calc(47% - 0.625rem);
  left: calc(40% - 0.625rem);
  height: 1.25rem;
  width: 1.25rem;
  /* background: $ribbon-color-foreground; */
  background: #000;
  border-radius: 50%;
  z-index: 3;
}

.bow:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fedf64;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.bow > .fa-bookmark {
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  font-size: 1rem;
  color: #fed531;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bow > .fa-bookmark:first-child {
  -webkit-transform: translateX(-0.625rem) scaleY(1.5) rotate(55deg);
          transform: translateX(-0.625rem) scaleY(1.5) rotate(55deg);
}

.bow > .fa-bookmark:last-child {
  -webkit-transform: translateX(0.625rem) scaleY(1.5) rotate(-55deg);
          transform: translateX(0.625rem) scaleY(1.5) rotate(-55deg);
}

.ribbon {
  width: 150px;
  height: 150px;
  top: calc(50% - 75px);
}

.ribbon:before, .ribbon:after {
  display: none;
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
}

.ribbon:before {
  -webkit-clip-path: polygon(35% 35%, 45% 35%, 45% 42%, 75% 42%, 75% 52%, 45% 52%, 45% 65%, 35% 65%, 35% 52%, 25% 52%, 25% 42%, 35% 42%);
          clip-path: polygon(35% 35%, 45% 35%, 45% 42%, 75% 42%, 75% 52%, 45% 52%, 45% 65%, 35% 65%, 35% 52%, 25% 52%, 25% 42%, 35% 42%);
  background: #db8b22;
  z-index: -1;
}

.ribbon:after {
  -webkit-clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
          clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
  background: #fed531;
  z-index: 2;
}

#buy:target ~ .giftcard .giftwrap > .button {
  -webkit-animation: button 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.65) forwards;
          animation: button 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.65) forwards;
}

#buy:target ~ .giftcard .giftwrap:before, #buy:target ~ .giftcard .giftwrap:after {
  display: block;
}

#buy:target ~ .giftcard .giftwrap:before {
  -webkit-animation: wrap-before-2 0.6s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: wrap-before-2 0.6s cubic-bezier(0.77, 0, 0.175, 1) both;
}

#buy:target ~ .giftcard .giftwrap:after {
  -webkit-animation: wrap-after-2 0.6s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: wrap-after-2 0.6s cubic-bezier(0.77, 0, 0.175, 1) both;
}

#buy:target ~ .giftcard .bow {
  display: block;
  -webkit-animation: bow 0.3s 0.72s cubic-bezier(0.175, 0.885, 0.32, 1.65) forwards;
          animation: bow 0.3s 0.72s cubic-bezier(0.175, 0.885, 0.32, 1.65) forwards;
}

#buy:target ~ .giftcard .ribbon:before, #buy:target ~ .giftcard .ribbon:after {
  display: block;
}

#buy:target ~ .giftcard .ribbon:before {
  -webkit-animation: ribbon-before 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: ribbon-before 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

#buy:target ~ .giftcard .ribbon:after {
  -webkit-animation: ribbon-after 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: ribbon-after 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

#buy:target ~ .giftcard .giftcard-footer {
  -webkit-animation: footer 0.6s 0.72s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: footer 0.6s 0.72s cubic-bezier(0.77, 0, 0.175, 1) both;
}

#buy:target ~ .giftcard .giftcard-cover {
  -webkit-animation: cover 0.6s 0.72s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: cover 0.6s 0.72s cubic-bezier(0.77, 0, 0.175, 1) both;
}

#buy:target ~ .giftcard .giftcard-content > * {
  -webkit-animation: content 0.6s 0.72s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: content 0.6s 0.72s cubic-bezier(0.77, 0, 0.175, 1) both;
}

#buy:target ~ .giftcard .giftcard-content > *:nth-child(1) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

#buy:target ~ .giftcard .giftcard-content > *:nth-child(2) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
}

#buy:target ~ .giftcard .giftcard-content > *:nth-child(3) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}

@-webkit-keyframes button {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes button {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-webkit-keyframes content {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes content {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes cover {
  to {
    -webkit-transform: translateY(calc(100% - 1px)) scaleX(0.95);
            transform: translateY(calc(100% - 1px)) scaleX(0.95);
  }
}

@keyframes cover {
  to {
    -webkit-transform: translateY(calc(100% - 1px)) scaleX(0.95);
            transform: translateY(calc(100% - 1px)) scaleX(0.95);
  }
}

@-webkit-keyframes footer {
  to {
    -webkit-transform: translateX(calc(-100% + 150px));
            transform: translateX(calc(-100% + 150px));
  }
}

@keyframes footer {
  to {
    -webkit-transform: translateX(calc(-100% + 150px));
            transform: translateX(calc(-100% + 150px));
  }
}

@-webkit-keyframes wrap-before-2 {
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
            clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
  }
}

@keyframes wrap-before-2 {
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
            clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
  }
}

@-webkit-keyframes wrap-after-2 {
  0% {
    -webkit-clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
            clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
  }
  49.999% {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
            clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
            clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
  }
}

@keyframes wrap-after-2 {
  0% {
    -webkit-clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
            clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
  }
  49.999% {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
            clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
            clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
  }
}

@-webkit-keyframes ribbon-before {
  0% {
    -webkit-clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
            clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
  }
  50% {
    -webkit-clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
            clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
  }
  100% {
    -webkit-clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
            clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
  }
}

@keyframes ribbon-before {
  0% {
    -webkit-clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
            clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
  }
  50% {
    -webkit-clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
            clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
  }
  100% {
    -webkit-clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
            clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
  }
}

@-webkit-keyframes ribbon-after {
  0%, 50% {
    -webkit-clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
            clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
  }
  100% {
    -webkit-clip-path: polygon(35% 57.19149%, 35% 32%, 45% 32%, 45% 57.19149%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.29787%, 45% 68%, 35% 68%, 35% 50.29787%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.19149%, 39.15% 42%, 39.15% 52%, 35% 50.29787%, 45% 50.29787%, 45.1% 52%, 45.1% 42%, 45% 57.19149%);
            clip-path: polygon(35% 57.19149%, 35% 32%, 45% 32%, 45% 57.19149%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.29787%, 45% 68%, 35% 68%, 35% 50.29787%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.19149%, 39.15% 42%, 39.15% 52%, 35% 50.29787%, 45% 50.29787%, 45.1% 52%, 45.1% 42%, 45% 57.19149%);
  }
}

@keyframes ribbon-after {
  0%, 50% {
    -webkit-clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
            clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
  }
  100% {
    -webkit-clip-path: polygon(35% 57.19149%, 35% 32%, 45% 32%, 45% 57.19149%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.29787%, 45% 68%, 35% 68%, 35% 50.29787%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.19149%, 39.15% 42%, 39.15% 52%, 35% 50.29787%, 45% 50.29787%, 45.1% 52%, 45.1% 42%, 45% 57.19149%);
            clip-path: polygon(35% 57.19149%, 35% 32%, 45% 32%, 45% 57.19149%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.29787%, 45% 68%, 35% 68%, 35% 50.29787%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.19149%, 39.15% 42%, 39.15% 52%, 35% 50.29787%, 45% 50.29787%, 45.1% 52%, 45.1% 42%, 45% 57.19149%);
  }
}

@-webkit-keyframes bow {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes bow {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */