body {
  font-family: Helvetica, "Open Sans", Arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
body {
  overflow: hidden;
  background: #333;
  background-image: url("/images/stripe_d2_non_print.png");
}
canvas.art-preview {
  position: absolute;
}
canvas.art-preview.no-position {
  border: 4px solid #000;
  box-shadow: 0 0 16px 8px #fff;
}
.infinite {
  position: relative;
  overflow: hidden;
}
.infinite .breadcrumbs {
  background: rgba(0,0,0,0.6);
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
}
.infinite .crumb {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding-left: 3px;
}
.infinite .crumb:hover {
  background: rgba(0,0,0,0.2);
  color: #fff;
}
.infinite .crumb:after {
  content: "\00BB";
  width: 15px;
  text-align: center;
  display: inline-block;
}
.infinite .crumb:first-of-type {
  padding-left: 10px;
}
.infinite .crumb:last-of-type {
  text-decoration: none;
  padding-right: 10px;
}
.infinite .crumb:last-of-type:after {
  display: none;
}
.infinite #help {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.infinite #help:after {
  display: none;
}
.infinite .product-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.infinite .giraffes {
  background: rgba(255,255,255,0.4);
  height: 100%;
  transition: left 1s ease-in-out;
  position: absolute;
  left: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  top: 30px;
  width: 100%;
}
.infinite .giraffes.hidden {
  left: 100%;
}
.infinite .giraffes .filter {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  position: relative;
  float: left;
  width: 100px;
  height: 100%;
}
.infinite .giraffes .filter .types,
.infinite .giraffes .filter .back {
  position: absolute;
  transition: opacity 0.3s ease-in-out, left 0.5s ease-in-out;
  width: 100px;
  float: left;
  opacity: 1;
}
.infinite .giraffes .filter .types.hidden,
.infinite .giraffes .filter .back.hidden {
  opacity: 0;
}
.infinite .giraffes .filter .types {
  left: 0;
  top: 0;
}
.infinite .giraffes .filter .types.hidden {
  left: -100px;
}
.infinite .giraffes .filter .back {
  left: 0;
  top: 0;
}
.infinite .giraffes .filter .back.hidden {
  left: 100px;
}
.infinite .giraffes .filter .filter-type {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 0 0 5px;
  background: #fff;
}
.infinite .giraffes .filter .filter-type:hover {
  background: #0b60a5;
  background: background linear-gradient(to bottom, #0b60a5 0%, #043e6d 100%);
  color: #fff;
}
.infinite .giraffes .filter .filter-type.filter-selected {
  background: #012949;
  color: #fff;
}
.infinite .giraffes .shell {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  height: 100%;
  left: 100px;
  transition: left 0.3s ease-in;
  padding: 15px;
  position: absolute;
  width: 100%;
}
.infinite .giraffes .shell.hidden {
  left: 100%;
}
.infinite .giraffes .shell .shell-inner {
  max-width: 840px;
}
.infinite .giraffes .product {
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  position: relative;
  width: 200px;
  height: 200px;
  float: left;
  background: #fff;
  margin: 0 10px 10px 0;
  cursor: pointer;
  overflow: hidden;
}
.infinite .giraffes .product:hover .product-image {
  transform: scale(1.2, 1.2);
}
.infinite .giraffes .product .type-brand-model {
  position: absolute;
  bottom: 0;
}
.infinite .giraffes .product .type-brand-model .type,
.infinite .giraffes .product .type-brand-model .brand,
.infinite .giraffes .product .type-brand-model .model {
  color: #fff;
  padding: 0 8px;
  background: rgba(0,0,0,0.7);
}
.infinite .giraffes .product .type-brand-model .type,
.infinite .giraffes .product .type-brand-model .brand {
  line-height: 21px;
  font-size: 14px;
}
.infinite .giraffes .product .type-brand-model .model {
  line-height: 15px;
  font-size: 10px;
}
.infinite .giraffes .product .product-image {
  position: absolute;
  top: 0;
  width: 200px;
  height: 200px;
  transition: transform 0.3s ease-out;
}
.infinite .giraffes .variants .group {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.infinite .giraffes .variants .group .variant-image {
  float: left;
  width: 100px;
  height: 100px;
}
.infinite .giraffes .variants .group .variants-holder {
  margin-left: 105px;
  color: #fff;
}
.infinite .giraffes .variants .group .variants-holder .color {
  padding: 0 8px;
  background: rgba(0,0,0,0.7);
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 5px;
}
.infinite .giraffes .chosen .chosen-item .chosen-image {
  margin: 0 auto;
  position: relative;
  width: 300px;
}
.infinite .giraffes .chosen .chosen-item .chosen-image img {
  width: 300px;
}
.infinite .giraffes .chosen .chosen-item .preview-warning {
  background: rgba(255,255,255,0.7);
  color: #aaa;
  font-size: 10px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.infinite .giraffes .chosen .chosen-item .preview-warning:hover {
  color: #444;
  cursor: pointer;
}
.infinite .giraffes .chosen .chosen-item .chosen-footer {
  text-align: center;
  padding: 0 8px 12px;
}
.infinite .giraffes .chosen .chosen-item .chosen-footer .name {
  line-height: 27px;
  font-size: 18px;
}
.infinite .giraffes .chosen .chosen-item .chosen-footer .price {
  line-height: 39px;
  font-size: 26px;
}
.infinite .giraffes .chosen .chosen-item .chosen-footer button {
  margin: 0 auto;
}
.infinite .order {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  left: 0;
  transition: left 1s ease-in-out;
  position: absolute;
  top: 30px;
  width: 100%;
}
.infinite .order.hidden {
  left: 100%;
}
.infinite .order form {
  padding: 0 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .infinite .crumb {
    font-size: 11px;
    padding-left: 1px;
  }
  .infinite .crumb:after {
    width: 5px;
  }
}
@media screen and (max-width: 500px) {
  .infinite .giraffes .variants .group {
    max-width: 200px;
  }
  .infinite .giraffes .variants .group .variant-image {
    float: none;
    width: 100%;
    height: 200px;
  }
  .infinite .giraffes .variants .group .variants-holder {
    margin-left: 0;
    margin-top: 10px;
  }
  .infinite .giraffes .chosen .chosen-item {
    width: 100%;
  }
  .infinite .giraffes .chosen .chosen-item .chosen-footer {
    padding: 0 8px 12px;
  }
}
.footer {
  background: rgba(0,0,0,0.4);
  bottom: 0;
  height: 30px;
  position: absolute;
  transition: bottom 0.2s ease-in;
  width: 100%;
}
.footer.hidden {
  bottom: -30px;
}
.footer a {
  color: #fff;
  line-height: 30px;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
}
.footer a:hover {
  color: #666;
}
.footer a.social-links:before {
  display: none;
  font-family: "Genericons";
  padding-right: 5px;
}
.footer a.facebook:before {
  content: "\f203";
}
.footer a.flickr:before {
  content: "\f211";
}
.footer a.pinterest:before {
  content: "\f210";
}
.footer a.tumblr:before {
  content: "\f214";
}
.footer a.twitter:before {
  content: "\f202";
}
@media screen and (max-width: 500px) {
  .footer a.social-links:before {
    display: inherit;
  }
  .footer a.social-links span.text {
    display: none;
  }
}
.clear {
  clear: both;
}
.modal {
  background: rgba(0,0,0,0.7);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.5s linear, visibility 0.5s;
  visibility: visible;
  width: 100%;
  z-index: 10;
}
.modal.hidden {
  opacity: 0;
  visibility: hidden;
}
.modal.hidden .modal-inner {
  transform: scale(0.9) translate(0, 50px);
  transition: transform 0.5s ease-in;
}
.modal .modal-frame {
  height: 80%;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 80%;
}
.modal .modal-inner {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  transform: scale(1) translate(0, 0);
  transition: transform 0.3s ease-in;
}
.modal .modal-inner h1 {
  color: #56606f;
  padding-bottom: 7px;
}
.modal .modal-inner .print-preview {
  margin: 0 auto;
  position: relative;
  width: 300px;
}
.modal .modal-inner .print-preview img {
  width: 300px;
}
.modal .modal-inner .modal-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 115px);
}
.modal .modal-inner .modal-scroll .modal-body h1 {
  background: #f00;
}
.modal .modal-inner .modal-scroll .modal-body h1:after {
  content: "Don't use!";
}
.modal .modal-inner .modal-scroll .modal-body p {
  color: #3e6292;
  line-height: 20px;
  font-size: 13px;
}
.modal .modal-inner .modal-scroll .modal-body button {
  display: inline-block;
  margin: 0 auto;
}
.modal .modal-inner .modal-cta {
  padding: 3px 0;
}
.modal .modal-inner .modal-cta button {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .modal .modal-frame {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .modal .modal-inner {
    border-radius: 0;
  }
}
.modal-close {
  background: #043e6d;
  background-image: url("/images/close.svg");
  background-position: 4px 4px;
  border-radius: 6px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: transform 0.2s ease-in-out;
  width: 25px;
}
.modal-close:hover {
  transform: scale(1.1);
}
.loaderific {
  background: rgba(255,255,255,0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.loaderific .loaderific-background {
  background: #fff;
  border-radius: 100%;
  height: 90px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 90px;
}
.loaderific .loaderific-spinner {
  -webkit-animation: loaderific-rotation 1.5s infinite ease-in-out;
          animation: loaderific-rotation 1.5s infinite ease-in-out;
  border-bottom: 5px solid #0b60a5;
  border-left: 5px solid #0b60a5;
  border-radius: 100%;
  border-right: 5px solid #0b60a5;
  border-top: 5px solid #012949;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
.loaderific .loaderific-progress {
  color: #012949;
  font-size: 15px;
  height: 70px;
  left: 50%;
  line-height: 70px;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 70px;
}
@-webkit-keyframes loaderific-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes loaderific-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.experiment-holder {
  box-shadow: 0 0 10px #fff;
}
.experiment-holder canvas.animate {
  transition: margin 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.experiment-buttons {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0,0,0,0.5);
  bottom: 0px;
  left: 0;
  height: 100%;
  transition: left 1s ease-in-out;
  position: absolute;
  top: 30px;
  width: 100%;
}
.experiment-buttons.hidden {
  left: -100%;
}
.experiment-buttons .experiment-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.experiment-buttons .experiment-frame {
  display: inline-block;
  float: left;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .experiment-buttons .experiment-frame {
    width: 50%;
  }
}
@media screen and (min-width: 750px) {
  .experiment-buttons .experiment-frame {
    width: 33.3%;
  }
}
@media screen and (min-width: 900px) {
  .experiment-buttons .experiment-frame {
    width: 25%;
  }
}
.experiment-buttons .experiment-button {
  box-shadow: 0 0 64px #000;
  border-radius: 3px;
  cursor: pointer;
  height: 175px;
  margin: 30px auto;
  overflow: hidden;
  transition: transform 0.3s ease-in;
  width: 175px;
}
.experiment-buttons .experiment-button .design-image {
  height: 200px;
  transform: translate(-12.5px, -12.5px) scale(1.1, 1.1);
  transition: transform 0.3s ease-in, filter 0.3s ease-in;
  width: 200px;
}
.experiment-buttons .experiment-button:hover {
  transform: scale(1.1);
  transition: transform 0.1s ease-out;
}
.experiment-buttons .experiment-button:hover .design-image {
  transform: translate(-12.5px, -12.5px) scale(0.91);
  transition: transform 0.1s ease-out, filter 0.1s ease-out;
}
.experiments-loader {
  position: absolute;
  background: rgba(50,50,50,0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
}
.experiments-loader.complete {
  opacity: 0;
}
.experiments-loader .experiments-loader-graph {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 20%;
  height: 10px;
  margin-top: -8px;
  background: rgba(0,0,0,0.3);
  border: 2px solid rgba(0,0,0,0.4);
  border-radius: 4px;
}
.experiments-loader .experiments-loader-graph .experiments-loader-graph-bar {
  background: #eee;
  height: 10px;
  border-radius: 2px;
  transition: width 0.5s ease-out;
}
.infinite input[type="text"],
.order input[type="text"],
.modal input[type="text"],
.infinite select,
.order select,
.modal select {
  border-radius: 5px;
  box-sizing: border-box;
  font-family: Helvetica;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: inline-block;
  color: #555;
  transition: all 0.5s linear;
  width: 200px;
}
.infinite input[type="text"]:focus,
.order input[type="text"]:focus,
.modal input[type="text"]:focus,
.infinite select:focus,
.order select:focus,
.modal select:focus {
  outline: none;
  box-shadow: 0 0 5px #012949;
}
.infinite input[type="text"].invalid,
.order input[type="text"].invalid,
.modal input[type="text"].invalid,
.infinite select.invalid,
.order select.invalid,
.modal select.invalid {
  border: 1px solid #e54040;
  background: #fff0f0;
  transition: all 10ms linear;
}
.infinite input[type="button"],
.order input[type="button"],
.modal input[type="button"],
.infinite input[type="submit"],
.order input[type="submit"],
.modal input[type="submit"],
.infinite button,
.order button,
.modal button,
.infinite .button,
.order .button,
.modal .button {
  border-radius: 5px;
  box-sizing: border-box;
  font-family: Helvetica;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  background: #043e6d;
  background: background linear-gradient(to bottom, #0b60a5 0%, #043e6d 100%);
  border: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 200px;
}
.infinite input[type="button"]:hover,
.order input[type="button"]:hover,
.modal input[type="button"]:hover,
.infinite input[type="submit"]:hover,
.order input[type="submit"]:hover,
.modal input[type="submit"]:hover,
.infinite button:hover,
.order button:hover,
.modal button:hover,
.infinite .button:hover,
.order .button:hover,
.modal .button:hover {
  background: #0b60a5;
  background: background linear-gradient(to bottom, #043e6d 20%, #012949 80%);
}
.infinite input[type="button"]:active,
.order input[type="button"]:active,
.modal input[type="button"]:active,
.infinite input[type="submit"]:active,
.order input[type="submit"]:active,
.modal input[type="submit"]:active,
.infinite button:active,
.order button:active,
.modal button:active,
.infinite .button:active,
.order .button:active,
.modal .button:active {
  background: #012949;
  background: background linear-gradient(to bottom, #043e6d 20%, #012949 80%);
}
.infinite input[type="button"].small,
.order input[type="button"].small,
.modal input[type="button"].small,
.infinite input[type="submit"].small,
.order input[type="submit"].small,
.modal input[type="submit"].small,
.infinite button.small,
.order button.small,
.modal button.small,
.infinite .button.small,
.order .button.small,
.modal .button.small {
  display: inline-block;
}
.infinite input[type="range"],
.order input[type="range"],
.modal input[type="range"] {
  width: 80px;
}
.infinite .error-summary,
.order .error-summary,
.modal .error-summary {
  background: #fff0f0;
  border: 1px solid #e54040;
  border-radius: 4px;
  color: #e54040;
  display: none;
  margin: 5px 0 11px;
  padding: 5px;
}
.experiment-controls #zoom,
.experiment-controls #buy,
.experiment-controls #cycle {
  border-radius: 21px;
  bottom: 20px;
  height: 42px;
  box-shadow: 0 1px 15px #000;
  opacity: 1;
  position: absolute;
  transition: opacity 0.5s linear, transform 0.3s ease-out;
}
.experiment-controls #zoom.hidden,
.experiment-controls #buy.hidden,
.experiment-controls #cycle.hidden {
  transform: translate(0, 100px) scale(0.5);
  opacity: 0;
  transition: opacity 0.8s linear, transform 0.7s ease-in;
}
.experiment-controls #buy {
  font-size: 18px;
  left: 50%;
  margin-left: -70px;
  text-align: center;
  transition-delay: 0.5s;
  width: 140px;
}
.experiment-controls #zoom,
.experiment-controls #cycle {
  transition-delay: 0.65s;
  width: 42px;
}
.experiment-controls #zoom.hidden,
.experiment-controls #cycle.hidden {
  transition-delay: 0.2s;
}
.experiment-controls #zoom img,
.experiment-controls #cycle img {
  position: absolute;
  transition: transform 0.5s ease-in-out;
}
.experiment-controls #zoom {
  left: 20px;
}
.experiment-controls #zoom img {
  height: 22px;
  left: 9px;
  top: 8px;
  width: 22px;
}
.experiment-controls #zoom:hover img {
  transform: scale(1.2) translate(0, 0px) rotate(20deg);
}
.experiment-controls #cycle {
  right: 20px;
}
.experiment-controls #cycle img {
  height: 26px;
  left: 8px;
  top: 8px;
  width: 26px;
}
.experiment-controls #cycle:hover img {
  transform: rotate(300deg);
}
.experiment-controls #settings {
  background: #0b60a5;
  background: background linear-gradient(to bottom, #0b60a5 0%, #043e6d 100%);
  border-radius: 21px;
  box-shadow: 0 1px 15px #000;
  color: #fff;
  height: 42px;
  left: 20px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 50px;
  transition: opacity 0.5s linear, transform 0.3s ease-out, width 0.5s ease-in-out, height 0.5s ease-in-out;
  width: 42px;
}
.experiment-controls #settings.hidden {
  opacity: 0;
  transform: translate(-200px, 0) scale(0.5);
}
.experiment-controls #settings.hidden .buttons {
  display: none;
}
.experiment-controls #settings #open-settings {
  box-shadow: none;
  background: none;
  height: 32px;
  margin: 5px 0 0 6px;
  padding: 0;
  width: 30px;
}
.experiment-controls #settings #open-settings img {
  transition: transform 0.5s ease-in-out;
  transform: rotate(0deg);
}
.experiment-controls #settings #open-settings.expanded img {
  transform: rotate(60deg);
}
.experiment-controls #settings .buttons {
  opacity: 1;
  transition: opacity 0.2s linear, height 0.5s ease-in-out;
}
.experiment-controls #settings .buttons.hidden {
  opacity: 0;
}
.experiment-controls #settings .buttons .settings-item {
  display: flex;
  height: 20px;
  margin: 10px 0;
  padding: 0 10px;
  width: 120px;
  align-items: center;
}
.experiment-controls #settings .buttons .settings-item label {
  margin-right: 10px;
}
.experiment-controls #settings .buttons .settings-item input[type="number"] {
  background: rgba(0,0,0,0.2);
  border: none;
  color: #fff;
  padding: 3px;
  width: 40px;
}
#tutorial {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear, visibility 0.5s;
}
#tutorial.hidden {
  opacity: 0;
  visibility: hidden;
}
#tutorial .tutorial-underlay {
  background: rgba(255,0,0,0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#tutorial .panel {
  background: #11cbc2;
  background: radial-gradient(ellipse at center, #2ea3b2 0%, #11cbc2 100%);
  border-radius: 10px;
  box-shadow: 0 1px 16px rgba(0,0,0,0.75);
  left: 0;
  max-width: 400px;
  position: absolute;
  top: 0;
  transition: transform 0.8s ease-in-out;
  width: 80%;
  z-index: 9;
}
#tutorial .panel h1 {
  color: #fff;
  padding: 0 10px;
}
#tutorial .panel .arrow {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  transition: transform 0.2s ease-in-out;
}
#tutorial .panel .arrow img {
  fill: #3c3c3c;
}
#tutorial .panel .bubbles .bubble {
  background: rgba(116,255,244,0.3);
  border-radius: 3px;
  color: rgba(0,0,0,0.8);
  font-size: 14px;
  margin: 10px;
  padding: 10px;
  transition: background 0.5s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0.5;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
#tutorial .panel .bubbles .bubble:hover {
  opacity: 1;
}
#tutorial .panel .bubbles .bubble.active {
  opacity: 1;
  background: #74fff4;
}
#tutorial .panel .modal-close {
  background-color: rgba(0,0,0,0.3);
}
.tutorial-highlight {
  box-shadow: 0 0px 8px 8px rgba(17,203,194,0.2);
  -webkit-animation: pulse 1s infinite linear;
          animation: pulse 1s infinite linear;
}
@-webkit-keyframes pulse {
  0% {
    background: #0e4b53;
    box-shadow: 0 0px 8px 8px rgba(17,203,194,0.2);
  }
  80% {
    background: #11cbc2;
    box-shadow: 0 0px 8px 8px #11cbc2;
  }
  100% {
    background: #0e4b53;
    box-shadow: 0 0px 8px 8px rgba(17,203,194,0.2);
  }
}
@keyframes pulse {
  0% {
    background: #0e4b53;
    box-shadow: 0 0px 8px 8px rgba(17,203,194,0.2);
  }
  80% {
    background: #11cbc2;
    box-shadow: 0 0px 8px 8px #11cbc2;
  }
  100% {
    background: #0e4b53;
    box-shadow: 0 0px 8px 8px rgba(17,203,194,0.2);
  }
}
