.wrapper nav ul {
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 0 0.5em 0;
}
@media all and (max-width: 767px) {
    .wrapper nav ul {
        float: none;
        width: 100%;
   }
}
.wrapper nav li {
    display: inline-block;
    list-style: none;
    float: left;
    padding: 1em 1em 1em 0.5em;
}
@media all and (max-width: 767px) {
    .wrapper nav li {
        padding: 0.5em 0em 0.5em 0em;
   }
}
.wrapper nav li a {
    padding: 0.5em 0em;
    margin: 0.5em;
    color: #ccc;
    text-decoration: none;
}
.wrapper nav li a.active {
    color: #333;
}
.wrapper header {
    padding: 2em;
    text-align: center;
}
.wrapper h2 {
    padding: 0em 1.2em;
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2;
    display: block;
    margin-bottom: 30px;
    clear: both;
}
@media all and (max-width: 767px) {
    .wrapper h2 {
        font-size: 1.4em;
        padding: 0em 0.5em;
   }
}
@media all and (max-width: 768px) {
    .wrapper h2 {
        padding-top: 0.5em;
   }
}
.wrapper h3 {
    padding: 0 1.6em;
}
/*.wrapper p {
    padding: 0 2em;
}*/
@keyframes fadeInElement {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
@keyframes fadeInBubble {
    0% {
        opacity: 0;
        transform: scale(0);
   }
    80% {
        opacity: 1;
        fill-opacity: 0.6;
        transform: scale(1.1);
   }
    100% {
        fill-opacity: 0.3;
        transform: scale(1);
   }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
   }
}
.svg-container {
    transition: all 500ms;
    opacity: 1;
    width: 100vw;
    height: 70vh;
    max-width: 95%;
    margin: 0 auto;
    margin-top:150px;
}
@media all and (max-width: 767px) {
    .svg-container {
        height: 35vh;
   }
}
.svg-container svg {
    margin: 0 2em;
    max-width: calc(100% - 4em);
    width: 100%;
    height: 70vh;
}
@media all and (max-width: 767px) {
    .svg-container svg {
        width: 100%;
        height: 35vh;
        max-width: 100%;
        margin: 0 0.5em;
   }
}
.svg-container.goaway {
    opacity:0;
}
.svg-container.active {
    opacity:1;
}
.bubbles > #linetext > path {
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
}
.bubbles > path {
    transform-origin: 100px 120px;
    transform-box: fill-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
.svg-container.active #svg1 .bubbles > text {
    pointer-events: none;
}
.svg-container.active #svg1 #Lines {
    animation: fadeInElement 1s ease 2s normal both;
}
.svg-container.active #svg1 #bubble01 {
    animation: fadeInElement 1s ease 0s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(3) {
    animation: fadeInElement 0.5s ease 1.15s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(4) {
    animation: fadeInElement 0.5s ease 1.2s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(5) {
    animation: fadeInElement 0.5s ease 1.25s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(6) {
    animation: fadeInElement 0.5s ease 1.3s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(7) {
    animation: fadeInElement 0.5s ease 1.35s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(8) {
    animation: fadeInElement 0.5s ease 1.4s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(9) {
    animation: fadeInElement 0.5s ease 1.45s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(10) {
    animation: fadeInElement 0.5s ease 1.5s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(11) {
    animation: fadeInElement 0.5s ease 1.55s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(12) {
    animation: fadeInElement 0.5s ease 1.6s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(13) {
    animation: fadeInElement 0.5s ease 1.65s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(14) {
    animation: fadeInElement 0.5s ease 1.7s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(15) {
    animation: fadeInElement 0.5s ease 1.75s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(16) {
    animation: fadeInElement 0.5s ease 1.8s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(17) {
    animation: fadeInElement 0.5s ease 1.85s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(18) {
    animation: fadeInElement 0.5s ease 1.9s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(19) {
    animation: fadeInElement 0.5s ease 1.95s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(20) {
    animation: fadeInElement 0.5s ease 2s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(21) {
    animation: fadeInElement 0.5s ease 2.05s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(22) {
    animation: fadeInElement 0.5s ease 2.1s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(23) {
    animation: fadeInElement 0.5s ease 2.15s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(24) {
    animation: fadeInElement 0.5s ease 2.2s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(25) {
    animation: fadeInElement 0.5s ease 2.25s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(26) {
    animation: fadeInElement 0.5s ease 2.3s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(27) {
    animation: fadeInElement 0.5s ease 2.35s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(28) {
    animation: fadeInElement 0.5s ease 2.4s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(29) {
    animation: fadeInElement 0.5s ease 2.45s normal both;
}
.svg-container.active #svg1 #fullservice > g:nth-child(30) {
    animation: fadeInElement 0.5s ease 2.5s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(1) > path {
    animation: fadeInBubble 1s ease 1.05s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(1) > g > text {
    animation: fadeInElement 0.5s ease 1.1s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(1) > g > path {
    animation: dash 3s ease 1.15s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(2) > path {
    animation: fadeInBubble 1s ease 1.1s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(2) > g > text {
    animation: fadeInElement 0.5s ease 1.2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(2) > g > path {
    animation: dash 3s ease 1.3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(3) > path {
    animation: fadeInBubble 1s ease 1.15s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(3) > g > text {
    animation: fadeInElement 0.5s ease 1.3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(3) > g > path {
    animation: dash 3s ease 1.45s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(4) > path {
    animation: fadeInBubble 1s ease 1.2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(4) > g > text {
    animation: fadeInElement 0.5s ease 1.4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(4) > g > path {
    animation: dash 3s ease 1.6s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(5) > path {
    animation: fadeInBubble 1s ease 1.25s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(5) > g > text {
    animation: fadeInElement 0.5s ease 1.5s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(5) > g > path {
    animation: dash 3s ease 1.75s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(6) > path {
    animation: fadeInBubble 1s ease 1.3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(6) > g > text {
    animation: fadeInElement 0.5s ease 1.6s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(6) > g > path {
    animation: dash 3s ease 1.9s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(7) > path {
    animation: fadeInBubble 1s ease 1.35s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(7) > g > text {
    animation: fadeInElement 0.5s ease 1.7s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(7) > g > path {
    animation: dash 3s ease 2.05s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(8) > path {
    animation: fadeInBubble 1s ease 1.4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(8) > g > text {
    animation: fadeInElement 0.5s ease 1.8s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(8) > g > path {
    animation: dash 3s ease 2.2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(9) > path {
    animation: fadeInBubble 1s ease 1.45s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(9) > g > text {
    animation: fadeInElement 0.5s ease 1.9s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(9) > g > path {
    animation: dash 3s ease 2.35s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(10) > path {
    animation: fadeInBubble 1s ease 1.5s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(10) > g > text {
    animation: fadeInElement 0.5s ease 2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(10) > g > path {
    animation: dash 3s ease 2.5s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(11) > path {
    animation: fadeInBubble 1s ease 1.55s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(11) > g > text {
    animation: fadeInElement 0.5s ease 2.1s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(11) > g > path {
    animation: dash 3s ease 2.65s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(12) > path {
    animation: fadeInBubble 1s ease 1.6s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(12) > g > text {
    animation: fadeInElement 0.5s ease 2.2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(12) > g > path {
    animation: dash 3s ease 2.8s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(13) > path {
    animation: fadeInBubble 1s ease 1.65s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(13) > g > text {
    animation: fadeInElement 0.5s ease 2.3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(13) > g > path {
    animation: dash 3s ease 2.95s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(14) > path {
    animation: fadeInBubble 1s ease 1.7s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(14) > g > text {
    animation: fadeInElement 0.5s ease 2.4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(14) > g > path {
    animation: dash 3s ease 3.1s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(15) > path {
    animation: fadeInBubble 1s ease 1.75s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(15) > g > text {
    animation: fadeInElement 0.5s ease 2.5s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(15) > g > path {
    animation: dash 3s ease 3.25s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(16) > path {
    animation: fadeInBubble 1s ease 1.8s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(16) > g > text {
    animation: fadeInElement 0.5s ease 2.6s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(16) > g > path {
    animation: dash 3s ease 3.4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(17) > path {
    animation: fadeInBubble 1s ease 1.85s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(17) > g > text {
    animation: fadeInElement 0.5s ease 2.7s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(17) > g > path {
    animation: dash 3s ease 3.55s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(18) > path {
    animation: fadeInBubble 1s ease 1.9s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(18) > g > text {
    animation: fadeInElement 0.5s ease 2.8s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(18) > g > path {
    animation: dash 3s ease 3.7s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(19) > path {
    animation: fadeInBubble 1s ease 1.95s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(19) > g > text {
    animation: fadeInElement 0.5s ease 2.9s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(19) > g > path {
    animation: dash 3s ease 3.85s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(20) > path {
    animation: fadeInBubble 1s ease 2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(20) > g > text {
    animation: fadeInElement 0.5s ease 3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(20) > g > path {
    animation: dash 3s ease 4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(21) > path {
    animation: fadeInBubble 1s ease 2.05s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(21) > g > text {
    animation: fadeInElement 0.5s ease 3.1s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(21) > g > path {
    animation: dash 3s ease 4.15s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(22) > path {
    animation: fadeInBubble 1s ease 2.1s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(22) > g > text {
    animation: fadeInElement 0.5s ease 3.2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(22) > g > path {
    animation: dash 3s ease 4.3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(23) > path {
    animation: fadeInBubble 1s ease 2.15s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(23) > g > text {
    animation: fadeInElement 0.5s ease 3.3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(23) > g > path {
    animation: dash 3s ease 4.45s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(24) > path {
    animation: fadeInBubble 1s ease 2.2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(24) > g > text {
    animation: fadeInElement 0.5s ease 3.4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(24) > g > path {
    animation: dash 3s ease 4.6s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(25) > path {
    animation: fadeInBubble 1s ease 2.25s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(25) > g > text {
    animation: fadeInElement 0.5s ease 3.5s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(25) > g > path {
    animation: dash 3s ease 4.75s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(26) > path {
    animation: fadeInBubble 1s ease 2.3s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(26) > g > text {
    animation: fadeInElement 0.5s ease 3.6s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(26) > g > path {
    animation: dash 3s ease 4.9s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(27) > path {
    animation: fadeInBubble 1s ease 2.35s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(27) > g > text {
    animation: fadeInElement 0.5s ease 3.7s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(27) > g > path {
    animation: dash 3s ease 5.05s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(28) > path {
    animation: fadeInBubble 1s ease 2.4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(28) > g > text {
    animation: fadeInElement 0.5s ease 3.8s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(28) > g > path {
    animation: dash 3s ease 5.2s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(29) > path {
    animation: fadeInBubble 1s ease 2.45s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(29) > g > text {
    animation: fadeInElement 0.5s ease 3.9s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(29) > g > path {
    animation: dash 3s ease 5.35s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(30) > path {
    animation: fadeInBubble 1s ease 2.5s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(30) > g > text {
    animation: fadeInElement 0.5s ease 4s normal both;
}
.svg-container.active #svg2 #phase01 > .bubbles:nth-child(30) > g > path {
    animation: dash 3s ease 5.5s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(1) > path {
    animation: fadeInBubble 1s ease 1.05s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(1) > g > text {
    animation: fadeInElement 0.5s ease 1.1s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(1) > g > path {
    animation: dash 3s ease 1.15s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(2) > path {
    animation: fadeInBubble 1s ease 1.1s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(2) > g > text {
    animation: fadeInElement 0.5s ease 1.2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(2) > g > path {
    animation: dash 3s ease 1.3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(3) > path {
    animation: fadeInBubble 1s ease 1.15s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(3) > g > text {
    animation: fadeInElement 0.5s ease 1.3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(3) > g > path {
    animation: dash 3s ease 1.45s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(4) > path {
    animation: fadeInBubble 1s ease 1.2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(4) > g > text {
    animation: fadeInElement 0.5s ease 1.4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(4) > g > path {
    animation: dash 3s ease 1.6s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(5) > path {
    animation: fadeInBubble 1s ease 1.25s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(5) > g > text {
    animation: fadeInElement 0.5s ease 1.5s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(5) > g > path {
    animation: dash 3s ease 1.75s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(6) > path {
    animation: fadeInBubble 1s ease 1.3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(6) > g > text {
    animation: fadeInElement 0.5s ease 1.6s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(6) > g > path {
    animation: dash 3s ease 1.9s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(7) > path {
    animation: fadeInBubble 1s ease 1.35s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(7) > g > text {
    animation: fadeInElement 0.5s ease 1.7s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(7) > g > path {
    animation: dash 3s ease 2.05s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(8) > path {
    animation: fadeInBubble 1s ease 1.4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(8) > g > text {
    animation: fadeInElement 0.5s ease 1.8s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(8) > g > path {
    animation: dash 3s ease 2.2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(9) > path {
    animation: fadeInBubble 1s ease 1.45s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(9) > g > text {
    animation: fadeInElement 0.5s ease 1.9s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(9) > g > path {
    animation: dash 3s ease 2.35s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(10) > path {
    animation: fadeInBubble 1s ease 1.5s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(10) > g > text {
    animation: fadeInElement 0.5s ease 2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(10) > g > path {
    animation: dash 3s ease 2.5s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(11) > path {
    animation: fadeInBubble 1s ease 1.55s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(11) > g > text {
    animation: fadeInElement 0.5s ease 2.1s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(11) > g > path {
    animation: dash 3s ease 2.65s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(12) > path {
    animation: fadeInBubble 1s ease 1.6s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(12) > g > text {
    animation: fadeInElement 0.5s ease 2.2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(12) > g > path {
    animation: dash 3s ease 2.8s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(13) > path {
    animation: fadeInBubble 1s ease 1.65s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(13) > g > text {
    animation: fadeInElement 0.5s ease 2.3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(13) > g > path {
    animation: dash 3s ease 2.95s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(14) > path {
    animation: fadeInBubble 1s ease 1.7s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(14) > g > text {
    animation: fadeInElement 0.5s ease 2.4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(14) > g > path {
    animation: dash 3s ease 3.1s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(15) > path {
    animation: fadeInBubble 1s ease 1.75s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(15) > g > text {
    animation: fadeInElement 0.5s ease 2.5s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(15) > g > path {
    animation: dash 3s ease 3.25s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(16) > path {
    animation: fadeInBubble 1s ease 1.8s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(16) > g > text {
    animation: fadeInElement 0.5s ease 2.6s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(16) > g > path {
    animation: dash 3s ease 3.4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(17) > path {
    animation: fadeInBubble 1s ease 1.85s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(17) > g > text {
    animation: fadeInElement 0.5s ease 2.7s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(17) > g > path {
    animation: dash 3s ease 3.55s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(18) > path {
    animation: fadeInBubble 1s ease 1.9s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(18) > g > text {
    animation: fadeInElement 0.5s ease 2.8s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(18) > g > path {
    animation: dash 3s ease 3.7s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(19) > path {
    animation: fadeInBubble 1s ease 1.95s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(19) > g > text {
    animation: fadeInElement 0.5s ease 2.9s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(19) > g > path {
    animation: dash 3s ease 3.85s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(20) > path {
    animation: fadeInBubble 1s ease 2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(20) > g > text {
    animation: fadeInElement 0.5s ease 3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(20) > g > path {
    animation: dash 3s ease 4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(21) > path {
    animation: fadeInBubble 1s ease 2.05s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(21) > g > text {
    animation: fadeInElement 0.5s ease 3.1s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(21) > g > path {
    animation: dash 3s ease 4.15s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(22) > path {
    animation: fadeInBubble 1s ease 2.1s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(22) > g > text {
    animation: fadeInElement 0.5s ease 3.2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(22) > g > path {
    animation: dash 3s ease 4.3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(23) > path {
    animation: fadeInBubble 1s ease 2.15s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(23) > g > text {
    animation: fadeInElement 0.5s ease 3.3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(23) > g > path {
    animation: dash 3s ease 4.45s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(24) > path {
    animation: fadeInBubble 1s ease 2.2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(24) > g > text {
    animation: fadeInElement 0.5s ease 3.4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(24) > g > path {
    animation: dash 3s ease 4.6s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(25) > path {
    animation: fadeInBubble 1s ease 2.25s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(25) > g > text {
    animation: fadeInElement 0.5s ease 3.5s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(25) > g > path {
    animation: dash 3s ease 4.75s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(26) > path {
    animation: fadeInBubble 1s ease 2.3s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(26) > g > text {
    animation: fadeInElement 0.5s ease 3.6s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(26) > g > path {
    animation: dash 3s ease 4.9s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(27) > path {
    animation: fadeInBubble 1s ease 2.35s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(27) > g > text {
    animation: fadeInElement 0.5s ease 3.7s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(27) > g > path {
    animation: dash 3s ease 5.05s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(28) > path {
    animation: fadeInBubble 1s ease 2.4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(28) > g > text {
    animation: fadeInElement 0.5s ease 3.8s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(28) > g > path {
    animation: dash 3s ease 5.2s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(29) > path {
    animation: fadeInBubble 1s ease 2.45s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(29) > g > text {
    animation: fadeInElement 0.5s ease 3.9s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(29) > g > path {
    animation: dash 3s ease 5.35s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(30) > path {
    animation: fadeInBubble 1s ease 2.5s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(30) > g > text {
    animation: fadeInElement 0.5s ease 4s normal both;
}
.svg-container.active #svg3 #phase02 > .bubbles:nth-child(30) > g > path {
    animation: dash 3s ease 5.5s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(1) > path {
    animation: fadeInBubble 1s ease 1.05s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(1) > g > text {
    animation: fadeInElement 0.5s ease 1.1s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(1) > g > path {
    animation: dash 3s ease 1.15s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(2) > path {
    animation: fadeInBubble 1s ease 1.1s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(2) > g > text {
    animation: fadeInElement 0.5s ease 1.2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(2) > g > path {
    animation: dash 3s ease 1.3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(3) > path {
    animation: fadeInBubble 1s ease 1.15s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(3) > g > text {
    animation: fadeInElement 0.5s ease 1.3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(3) > g > path {
    animation: dash 3s ease 1.45s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(4) > path {
    animation: fadeInBubble 1s ease 1.2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(4) > g > text {
    animation: fadeInElement 0.5s ease 1.4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(4) > g > path {
    animation: dash 3s ease 1.6s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(5) > path {
    animation: fadeInBubble 1s ease 1.25s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(5) > g > text {
    animation: fadeInElement 0.5s ease 1.5s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(5) > g > path {
    animation: dash 3s ease 1.75s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(6) > path {
    animation: fadeInBubble 1s ease 1.3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(6) > g > text {
    animation: fadeInElement 0.5s ease 1.6s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(6) > g > path {
    animation: dash 3s ease 1.9s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(7) > path {
    animation: fadeInBubble 1s ease 1.35s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(7) > g > text {
    animation: fadeInElement 0.5s ease 1.7s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(7) > g > path {
    animation: dash 3s ease 2.05s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(8) > path {
    animation: fadeInBubble 1s ease 1.4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(8) > g > text {
    animation: fadeInElement 0.5s ease 1.8s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(8) > g > path {
    animation: dash 3s ease 2.2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(9) > path {
    animation: fadeInBubble 1s ease 1.45s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(9) > g > text {
    animation: fadeInElement 0.5s ease 1.9s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(9) > g > path {
    animation: dash 3s ease 2.35s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(10) > path {
    animation: fadeInBubble 1s ease 1.5s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(10) > g > text {
    animation: fadeInElement 0.5s ease 2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(10) > g > path {
    animation: dash 3s ease 2.5s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(11) > path {
    animation: fadeInBubble 1s ease 1.55s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(11) > g > text {
    animation: fadeInElement 0.5s ease 2.1s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(11) > g > path {
    animation: dash 3s ease 2.65s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(12) > path {
    animation: fadeInBubble 1s ease 1.6s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(12) > g > text {
    animation: fadeInElement 0.5s ease 2.2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(12) > g > path {
    animation: dash 3s ease 2.8s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(13) > path {
    animation: fadeInBubble 1s ease 1.65s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(13) > g > text {
    animation: fadeInElement 0.5s ease 2.3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(13) > g > path {
    animation: dash 3s ease 2.95s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(14) > path {
    animation: fadeInBubble 1s ease 1.7s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(14) > g > text {
    animation: fadeInElement 0.5s ease 2.4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(14) > g > path {
    animation: dash 3s ease 3.1s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(15) > path {
    animation: fadeInBubble 1s ease 1.75s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(15) > g > text {
    animation: fadeInElement 0.5s ease 2.5s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(15) > g > path {
    animation: dash 3s ease 3.25s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(16) > path {
    animation: fadeInBubble 1s ease 1.8s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(16) > g > text {
    animation: fadeInElement 0.5s ease 2.6s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(16) > g > path {
    animation: dash 3s ease 3.4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(17) > path {
    animation: fadeInBubble 1s ease 1.85s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(17) > g > text {
    animation: fadeInElement 0.5s ease 2.7s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(17) > g > path {
    animation: dash 3s ease 3.55s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(18) > path {
    animation: fadeInBubble 1s ease 1.9s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(18) > g > text {
    animation: fadeInElement 0.5s ease 2.8s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(18) > g > path {
    animation: dash 3s ease 3.7s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(19) > path {
    animation: fadeInBubble 1s ease 1.95s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(19) > g > text {
    animation: fadeInElement 0.5s ease 2.9s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(19) > g > path {
    animation: dash 3s ease 3.85s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(20) > path {
    animation: fadeInBubble 1s ease 2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(20) > g > text {
    animation: fadeInElement 0.5s ease 3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(20) > g > path {
    animation: dash 3s ease 4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(21) > path {
    animation: fadeInBubble 1s ease 2.05s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(21) > g > text {
    animation: fadeInElement 0.5s ease 3.1s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(21) > g > path {
    animation: dash 3s ease 4.15s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(22) > path {
    animation: fadeInBubble 1s ease 2.1s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(22) > g > text {
    animation: fadeInElement 0.5s ease 3.2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(22) > g > path {
    animation: dash 3s ease 4.3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(23) > path {
    animation: fadeInBubble 1s ease 2.15s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(23) > g > text {
    animation: fadeInElement 0.5s ease 3.3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(23) > g > path {
    animation: dash 3s ease 4.45s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(24) > path {
    animation: fadeInBubble 1s ease 2.2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(24) > g > text {
    animation: fadeInElement 0.5s ease 3.4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(24) > g > path {
    animation: dash 3s ease 4.6s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(25) > path {
    animation: fadeInBubble 1s ease 2.25s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(25) > g > text {
    animation: fadeInElement 0.5s ease 3.5s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(25) > g > path {
    animation: dash 3s ease 4.75s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(26) > path {
    animation: fadeInBubble 1s ease 2.3s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(26) > g > text {
    animation: fadeInElement 0.5s ease 3.6s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(26) > g > path {
    animation: dash 3s ease 4.9s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(27) > path {
    animation: fadeInBubble 1s ease 2.35s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(27) > g > text {
    animation: fadeInElement 0.5s ease 3.7s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(27) > g > path {
    animation: dash 3s ease 5.05s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(28) > path {
    animation: fadeInBubble 1s ease 2.4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(28) > g > text {
    animation: fadeInElement 0.5s ease 3.8s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(28) > g > path {
    animation: dash 3s ease 5.2s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(29) > path {
    animation: fadeInBubble 1s ease 2.45s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(29) > g > text {
    animation: fadeInElement 0.5s ease 3.9s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(29) > g > path {
    animation: dash 3s ease 5.35s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(30) > path {
    animation: fadeInBubble 1s ease 2.5s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(30) > g > text {
    animation: fadeInElement 0.5s ease 4s normal both;
}
.svg-container.active #svg4 #phase03 > .bubbles:nth-child(30) > g > path {
    animation: dash 3s ease 5.5s normal both;
}
