/* Main stuff */
.text--transparent {
  fill: transparent; }

.anim-shape {
  -webkit-transform-origin: 0x 150px;
  transform-origin: 0x 150px;
  -webkit-transform: scale(0, 1) translate(0, 0);
  transform: scale(0, 1) translate(0, 0);
  -webkit-animation: moving-panel 3s infinite alternate;
  animation: moving-panel 3s infinite alternate; }
  .colortext .anim-shape:nth-child(1) {
    fill: #0E1826; }
  .colortext .anim-shape:nth-child(2) {
    fill: #0C6D74; }
  .colortext .anim-shape:nth-child(3) {
    fill: #65BFA6; }
  .colortext .anim-shape:nth-child(4) {
    fill: #F4AC26; }
 .colortext .anim-shape:nth-child(5) {
    fill: #F4AC26; }
 

.shadow {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px); }

.anim-shape--shadow {
  fill: #000;
  fill-opacity: .2; }

@-webkit-keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0); } }
@keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0); } }
/* Other stuff */
 
.content-num {
  font: 800 15em/1  'Open Sans', Impact; }

svg {
  width: 90%;
  /* margin: 0 auto 50px; */
  display: block;
  text-transform: uppercase;
  }

/*# sourceMappingURL=style17.css.map */
