﻿@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
body{
  overflow-x: hidden;
}
.none{
  display: none !important;
}
.block{
  display: block !important;
}
.disnone{
  display: none;
}
.disblock{
  display: block;
}
.br{display: inline-block;}
.wrap p, .wrap span, .wrap dl, h1, h2, h3, h4, h5, h6{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}
.wrap{
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrap h1,.wrap h2,.wrap h3{
  font-size: 25px !important;
}
.title h1,.text h3{
  font-size: 25px !important;
}
.both{
  clear: both;
}
            /*fadeout*/
.fadeout{
  opacity: 0;
  transform: translateY(50px);
  transition:opacity 2s,transform 0.5s;
}
.fadeout-left{
  opacity: 0;
  transform: translateX(-50px);
  transition:opacity 2s,transform 1.5s;
}
.fadeout-right{
  opacity: 0;
  transform: translateX(50px);
  transition:opacity 2s,transform 1.5s;
}
.fadein{
  opacity: 1;
  transform: translateY(0);
}
.fadein-left,.fadein-right{
  opacity: 1;
  transform: translateX(0);
}

              /*marker*/
.marker-animation.active,.marker-animation-red.active{
    background-position: -100% 1.0em;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #FCD900 50%);
    background-image: linear-gradient(left, transparent 50%, #FCD900 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    background-position: 0 .5em;
    transition: all 3s ease;
    font-weight: bold;
}
.marker-animation-red {
    background-image: -webkit-linear-gradient(left, transparent 50%, #c04645 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #c04645 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #c04645 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #c04645 50%);
    background-image: linear-gradient(left, transparent 50%, #c04645 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    background-position: 0 .5em;
    transition: all 3s ease;
    font-weight: bold;
}

            /*coll to action*/
.cta{
  clear: both;
  width: 30%;
  max-width: 300px;
  min-width: 200px;
  height: 50px;
  background-color: #e25d4a;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  margin: 50px auto;
  color: white;
  transition: all 0.3s ease-out;
}
.cta a{
  text-decoration: none;
  text-align: center;
}
.cta p{
  color: white;
  font-weight: bold;
  font-size: 14px !important;
}
.cta:hover,.contact a:hover{
  transform: scale(0.95);
}
.red{
  color: #dd1d1d;
}
.sns{
  display: flex;
  justify-content: space-around;
}
.sns .insta{
  width: 300px !important;
  height: 50px !important;
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  border-radius: 25px;
  box-shadow: 0 5px 25px rgba(0,0,0,.15);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
  margin-right: auto;
  margin-left: auto;
  margin: 30px;
}
.sns .facebook{
  width: 300px !important;
  height: 50px !important;
  border-radius: 25px;
  box-shadow: 0 5px 25px rgba(0,0,0,.15);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
  margin-right: auto;
  margin-left: auto;
  margin: 30px;
  background-color: #475993;
}
.sns p{
  font-size: 14px !important;
  width: 300px !important;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.insta:hover,.facebook:hover{
  box-shadow: 0 5px 25px rgba(0,0,0,.30);
}
.page_top{
  cursor: pointer;
  position: fixed;
  right: 5%;
  bottom: 5%;
  text-align: center;
  border-radius: 10px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #e25d4a;
}
.page_top i{
  line-height: 40px;
}
.page_top:hover{
  opacity: 0.6;
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.work-case .attention{
  color: #065FD4;
  cursor: pointer;
  font-size: 16px;
}
.work-case .attention:after{
  font-family: "Font Awesome 5 Free";
  content: '\f063';
  font-weight: 900;
  margin-left: 10px;
}
.work-case .attention:hover{
  opacity: 0.8;
}
.service .attention{
  width: 100%;
  min-width: 200px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #e25d4a;
  color: #eeedec;
  margin: 0 auto;
  padding: 10px 20px;
  transition: all 0.3s ease-out;
  font-size: 20px !important;
}
.service .attention:after{
  font-family: "Font Awesome 5 Free";
  content: '\f063';
  font-weight: 900;
  margin-left: 10px;
}
.service .attention:hover{
  box-shadow: 0 5px 25px rgba(0,0,0,.30);
}
.acd-check:checked + .attention:after{
    content: '\f062';
}
input{
  display: none;
}

/*アコーディオンタイトル*/
.attention .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アコーディオンで現れるエリア*/
.attention-box {
  display: none;/*はじめは非表示*/
  background-color: #eeedec;
  color: #494b47;
  padding: 1%;
}

.attention-box p{
  margin-bottom: 10px;
  text-align: left;
}
.attention-side{
  display: flex;
}
.attention-side .br{
  margin-top: 10px;
}
.kakou{
  text-align: center;
  margin-top: 200px;
}
/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
.gallery img,.gallery1 img,.gallery2 img,.gallery3 img,.gallery4 img{
  width: 100%;
  height: auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery,.gallery1,.gallery2,.gallery3,.gallery4{
  margin:0 0 5px 0;
}

.gallery li,.gallery1 li,.gallery2 li,.gallery3 li,.gallery4 li{
list-style:none;
}
.slick-list{
  max-width: 400px;
}
.choice-btn .slick-track,.choice-btn1 .slick-track,.choice-btn2 .slick-track,.choice-btn3 .slick-track,.choice-btn4 .slick-track{
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li,.choice-btn1 li,.choice-btn2 li,.choice-btn3 li,.choice-btn4 li{
  cursor: pointer;
  outline: none;
  background:#333;
  width:25%!important;
list-style:none;
display: flex;
justify-content: space-around;
margin: 0 10px;
}

.choice-btn li img,.choice-btn1 li img,.choice-btn2 li img,.choice-btn3 li img,.choice-btn4 li img{
  opacity: 0.4;/*選択されていないものは透過40%*/
  width: 100% !important;
}

.choice-btn li.slick-current img,.choice-btn1 li.slick-current img,.choice-btn2 li.slick-current img,.choice-btn3 li.slick-current img,.choice-btn4 li.slick-current img{
  opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track,.choice-btn1 .slick-track,.choice-btn2 .slick-track,.choice-btn3 .slick-track,.choice-btn4 .slick-track {
  transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

/*slick 片側*/
.slider .slick-list {
  padding: 0 30% 0 0!important;
}
.top{
  width:100vw;
  height: auto;
}
.top img{
  width: 100vw;
  height: auto;
}
.side{
  display: flex;
  justify-content: space-around;
}
.side-text{
  width: 50%;
  height: auto;
  text-align: left;
}
.side p{
  font-size: 20px !important;
  margin-bottom: 10px;
}
.side-text p:nth-child(1){
  margin-top: 10%;
}
.title-img{
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-bottom: 50px;
}
.section{
  display: flex;
  justify-content: space-around;
}
.workcase-width{
  width: 910px;
}
.work-text{
  margin-top: 50px;
}
.work-text .attention-box{
  width: 80%;
}
.work-text .attention-box .side{
  font-size: 15px !important;
}
.work-case h1{
  text-align: center;
  margin: 20px 0;
}
.case{
  font-weight: bold;
  margin-bottom: 30px;
}
.case img{
  max-width: 400px;
  height: auto;
}
.case-text{
  line-height: 20px;
}
.case-text p{
  margin-bottom: 0 !important;
}
.case-text .attention-box{
  font-size: 18px;  
}
.service{
  margin-top: 100px;
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
}
.title-img{
  width: 90%;
  height: auto;
  max-width: 500px;
}
.service .text{
  width: 80%;
  margin-left: 10%;
  text-align: left; 
}
.service .text p{
  font-size: 20px !important;
  margin-bottom: 5px; 
} 

.service .side{
  display: flex;
  justify-content: space-around;
  background: none;
}
.service .side img{
  max-width: 170px;
  height: auto;
}
.service label{
  display: inline-block;
  width: 80%;
  max-width: 600px;
}
.service-caution p{
  font-size: 20px !important;
  line-height: 30px;
}
.service-caution h1{
  font-size: 30px !important;
  margin-bottom: 20px;
}
.service-caution2{
  margin: 50px auto;
}
.attention-box iframe{
  width: 100%;
}
.attention-box .flex{
  display: flex;
}
.attention-box .flex p{
  width: 50%;
  margin-right: 10px;
} 
@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-1{-webkit-animation:animate-svg-fill-1 1s linear 0.1s both;animation:animate-svg-fill-1 1s linear 0.1s both}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(242,245,249)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(242,245,249)}}.svg-elem-2{-webkit-animation:animate-svg-fill-2 1s linear 0.11s both;animation:animate-svg-fill-2 1s linear 0.11s both}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(185,204,0)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(185,204,0)}}.svg-elem-3{-webkit-animation:animate-svg-fill-3 1s linear 0.12000000000000001s both;animation:animate-svg-fill-3 1s linear 0.12000000000000001s both}@-webkit-keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(58,58,58)}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(58,58,58)}}.svg-elem-4{-webkit-animation:animate-svg-fill-4 1s linear 0.13s both;animation:animate-svg-fill-4 1s linear 0.13s both}@-webkit-keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-5{-webkit-animation:animate-svg-fill-5 1s linear 0.14s both;animation:animate-svg-fill-5 1s linear 0.14s both}@-webkit-keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-6{-webkit-animation:animate-svg-fill-6 1s linear 0.15000000000000002s both;animation:animate-svg-fill-6 1s linear 0.15000000000000002s both}@-webkit-keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-7{-webkit-animation:animate-svg-fill-7 1s linear 0.16s both;animation:animate-svg-fill-7 1s linear 0.16s both}@-webkit-keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(0,231,255)}}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(0,231,255)}}.svg-elem-8{-webkit-animation:animate-svg-fill-8 1s linear 0.17s both;animation:animate-svg-fill-8 1s linear 0.17s both}@-webkit-keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(185,204,0)}}@keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(185,204,0)}}.svg-elem-9{-webkit-animation:animate-svg-fill-9 1s linear 0.18s both;animation:animate-svg-fill-9 1s linear 0.18s both}@-webkit-keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(185,204,0)}}@keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(185,204,0)}}.svg-elem-10{-webkit-animation:animate-svg-fill-10 1s linear 0.19s both;animation:animate-svg-fill-10 1s linear 0.19s both}@-webkit-keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-11{-webkit-animation:animate-svg-fill-11 1s linear 0.2s both;animation:animate-svg-fill-11 1s linear 0.2s both}@-webkit-keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-12{-webkit-animation:animate-svg-fill-12 1s linear 0.21000000000000002s both;animation:animate-svg-fill-12 1s linear 0.21000000000000002s both}@-webkit-keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-13{-webkit-animation:animate-svg-fill-13 1s linear 0.22s both;animation:animate-svg-fill-13 1s linear 0.22s both}@-webkit-keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-14{-webkit-animation:animate-svg-fill-14 1s linear 0.23s both;animation:animate-svg-fill-14 1s linear 0.23s both}@-webkit-keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-15{-webkit-animation:animate-svg-fill-15 1s linear 0.24000000000000002s both;animation:animate-svg-fill-15 1s linear 0.24000000000000002s both}@-webkit-keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-16{-webkit-animation:animate-svg-fill-16 1s linear 0.25s both;animation:animate-svg-fill-16 1s linear 0.25s both}@-webkit-keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-17{-webkit-animation:animate-svg-fill-17 1s linear 0.26s both;animation:animate-svg-fill-17 1s linear 0.26s both}@-webkit-keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-18{-webkit-animation:animate-svg-fill-18 1s linear 0.27s both;animation:animate-svg-fill-18 1s linear 0.27s both}@-webkit-keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-19{-webkit-animation:animate-svg-fill-19 1s linear 0.28s both;animation:animate-svg-fill-19 1s linear 0.28s both}@-webkit-keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-20{-webkit-animation:animate-svg-fill-20 1s linear 0.29000000000000004s both;animation:animate-svg-fill-20 1s linear 0.29000000000000004s both}@-webkit-keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-21{-webkit-animation:animate-svg-fill-21 1s linear 0.30000000000000004s both;animation:animate-svg-fill-21 1s linear 0.30000000000000004s both}@-webkit-keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-22{-webkit-animation:animate-svg-fill-22 1s linear 0.31s both;animation:animate-svg-fill-22 1s linear 0.31s both}@-webkit-keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-23{-webkit-animation:animate-svg-fill-23 1s linear 0.32s both;animation:animate-svg-fill-23 1s linear 0.32s both}@-webkit-keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-24{-webkit-animation:animate-svg-fill-24 1s linear 0.33s both;animation:animate-svg-fill-24 1s linear 0.33s both}@-webkit-keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-25{-webkit-animation:animate-svg-fill-25 1s linear 0.33999999999999997s both;animation:animate-svg-fill-25 1s linear 0.33999999999999997s both}@-webkit-keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-26{-webkit-animation:animate-svg-fill-26 1s linear 0.35s both;animation:animate-svg-fill-26 1s linear 0.35s both}@-webkit-keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-27{-webkit-animation:animate-svg-fill-27 1s linear 0.36s both;animation:animate-svg-fill-27 1s linear 0.36s both}@-webkit-keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-28{-webkit-animation:animate-svg-fill-28 1s linear 0.37s both;animation:animate-svg-fill-28 1s linear 0.37s both}@-webkit-keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-29{-webkit-animation:animate-svg-fill-29 1s linear 0.38s both;animation:animate-svg-fill-29 1s linear 0.38s both}@-webkit-keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-30{-webkit-animation:animate-svg-fill-30 1s linear 0.39s both;animation:animate-svg-fill-30 1s linear 0.39s both}@-webkit-keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-31{-webkit-animation:animate-svg-fill-31 1s linear 0.4s both;animation:animate-svg-fill-31 1s linear 0.4s both}@-webkit-keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-32{-webkit-animation:animate-svg-fill-32 1s linear 0.41000000000000003s both;animation:animate-svg-fill-32 1s linear 0.41000000000000003s both}@-webkit-keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-33{-webkit-animation:animate-svg-fill-33 1s linear 0.42000000000000004s both;animation:animate-svg-fill-33 1s linear 0.42000000000000004s both}@-webkit-keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-34{-webkit-animation:animate-svg-fill-34 1s linear 0.43000000000000005s both;animation:animate-svg-fill-34 1s linear 0.43000000000000005s both}@-webkit-keyframes animate-svg-fill-35{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-35{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-35{-webkit-animation:animate-svg-fill-35 1s linear 0.44000000000000006s both;animation:animate-svg-fill-35 1s linear 0.44000000000000006s both}@-webkit-keyframes animate-svg-fill-36{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-36{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-36{-webkit-animation:animate-svg-fill-36 1s linear 0.45000000000000007s both;animation:animate-svg-fill-36 1s linear 0.45000000000000007s both}@-webkit-keyframes animate-svg-fill-37{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-37{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-37{-webkit-animation:animate-svg-fill-37 1s linear 0.45999999999999996s both;animation:animate-svg-fill-37 1s linear 0.45999999999999996s both}@-webkit-keyframes animate-svg-fill-38{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-38{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-38{-webkit-animation:animate-svg-fill-38 1s linear 0.47s both;animation:animate-svg-fill-38 1s linear 0.47s both}@-webkit-keyframes animate-svg-fill-39{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-39{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-39{-webkit-animation:animate-svg-fill-39 1s linear 0.48s both;animation:animate-svg-fill-39 1s linear 0.48s both}@-webkit-keyframes animate-svg-fill-40{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-40{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-40{-webkit-animation:animate-svg-fill-40 1s linear 0.49s both;animation:animate-svg-fill-40 1s linear 0.49s both}@-webkit-keyframes animate-svg-fill-41{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-41{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-41{-webkit-animation:animate-svg-fill-41 1s linear 0.5s both;animation:animate-svg-fill-41 1s linear 0.5s both}@-webkit-keyframes animate-svg-fill-42{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-42{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-42{-webkit-animation:animate-svg-fill-42 1s linear 0.51s both;animation:animate-svg-fill-42 1s linear 0.51s both}@-webkit-keyframes animate-svg-fill-43{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-43{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-43{-webkit-animation:animate-svg-fill-43 1s linear 0.52s both;animation:animate-svg-fill-43 1s linear 0.52s both}@-webkit-keyframes animate-svg-fill-44{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-44{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-44{-webkit-animation:animate-svg-fill-44 1s linear 0.53s both;animation:animate-svg-fill-44 1s linear 0.53s both}@-webkit-keyframes animate-svg-fill-45{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-45{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-45{-webkit-animation:animate-svg-fill-45 1s linear 0.54s both;animation:animate-svg-fill-45 1s linear 0.54s both}@-webkit-keyframes animate-svg-fill-46{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-46{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-46{-webkit-animation:animate-svg-fill-46 1s linear 0.55s both;animation:animate-svg-fill-46 1s linear 0.55s both}@-webkit-keyframes animate-svg-fill-47{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-47{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-47{-webkit-animation:animate-svg-fill-47 1s linear 0.56s both;animation:animate-svg-fill-47 1s linear 0.56s both}@-webkit-keyframes animate-svg-fill-48{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-48{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-48{-webkit-animation:animate-svg-fill-48 1s linear 0.5700000000000001s both;animation:animate-svg-fill-48 1s linear 0.5700000000000001s both}@-webkit-keyframes animate-svg-fill-49{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-49{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-49{-webkit-animation:animate-svg-fill-49 1s linear 0.58s both;animation:animate-svg-fill-49 1s linear 0.58s both}@-webkit-keyframes animate-svg-fill-50{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-50{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-50{-webkit-animation:animate-svg-fill-50 1s linear 0.59s both;animation:animate-svg-fill-50 1s linear 0.59s both}@-webkit-keyframes animate-svg-fill-51{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-51{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-51{-webkit-animation:animate-svg-fill-51 1s linear 0.6s both;animation:animate-svg-fill-51 1s linear 0.6s both}@-webkit-keyframes animate-svg-fill-52{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-52{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-52{-webkit-animation:animate-svg-fill-52 1s linear 0.61s both;animation:animate-svg-fill-52 1s linear 0.61s both}@-webkit-keyframes animate-svg-fill-53{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-53{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-53{-webkit-animation:animate-svg-fill-53 1s linear 0.62s both;animation:animate-svg-fill-53 1s linear 0.62s both}@-webkit-keyframes animate-svg-fill-54{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-54{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-54{-webkit-animation:animate-svg-fill-54 1s linear 0.63s both;animation:animate-svg-fill-54 1s linear 0.63s both}@-webkit-keyframes animate-svg-fill-55{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-55{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-55{-webkit-animation:animate-svg-fill-55 1s linear 0.64s both;animation:animate-svg-fill-55 1s linear 0.64s both}@-webkit-keyframes animate-svg-fill-56{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-56{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-56{-webkit-animation:animate-svg-fill-56 1s linear 0.65s both;animation:animate-svg-fill-56 1s linear 0.65s both}@-webkit-keyframes animate-svg-fill-57{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-57{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-57{-webkit-animation:animate-svg-fill-57 1s linear 0.66s both;animation:animate-svg-fill-57 1s linear 0.66s both}@-webkit-keyframes animate-svg-fill-58{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-58{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-58{-webkit-animation:animate-svg-fill-58 1s linear 0.67s both;animation:animate-svg-fill-58 1s linear 0.67s both}@-webkit-keyframes animate-svg-fill-59{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-59{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-59{-webkit-animation:animate-svg-fill-59 1s linear 0.6799999999999999s both;animation:animate-svg-fill-59 1s linear 0.6799999999999999s both}@-webkit-keyframes animate-svg-fill-60{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-60{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-60{-webkit-animation:animate-svg-fill-60 1s linear 0.69s both;animation:animate-svg-fill-60 1s linear 0.69s both}@-webkit-keyframes animate-svg-fill-61{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-61{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-61{-webkit-animation:animate-svg-fill-61 1s linear 0.7s both;animation:animate-svg-fill-61 1s linear 0.7s both}@-webkit-keyframes animate-svg-fill-62{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-62{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-62{-webkit-animation:animate-svg-fill-62 1s linear 0.71s both;animation:animate-svg-fill-62 1s linear 0.71s both}@-webkit-keyframes animate-svg-fill-63{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-63{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-63{-webkit-animation:animate-svg-fill-63 1s linear 0.72s both;animation:animate-svg-fill-63 1s linear 0.72s both}@-webkit-keyframes animate-svg-fill-64{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-64{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-64{-webkit-animation:animate-svg-fill-64 1s linear 0.73s both;animation:animate-svg-fill-64 1s linear 0.73s both}@-webkit-keyframes animate-svg-fill-65{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-65{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-65{-webkit-animation:animate-svg-fill-65 1s linear 0.74s both;animation:animate-svg-fill-65 1s linear 0.74s both}@-webkit-keyframes animate-svg-fill-66{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-66{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-66{-webkit-animation:animate-svg-fill-66 1s linear 0.75s both;animation:animate-svg-fill-66 1s linear 0.75s both}@-webkit-keyframes animate-svg-fill-67{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-67{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-67{-webkit-animation:animate-svg-fill-67 1s linear 0.76s both;animation:animate-svg-fill-67 1s linear 0.76s both}@-webkit-keyframes animate-svg-fill-68{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-68{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-68{-webkit-animation:animate-svg-fill-68 1s linear 0.77s both;animation:animate-svg-fill-68 1s linear 0.77s both}@-webkit-keyframes animate-svg-fill-69{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-69{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-69{-webkit-animation:animate-svg-fill-69 1s linear 0.78s both;animation:animate-svg-fill-69 1s linear 0.78s both}@-webkit-keyframes animate-svg-fill-70{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-70{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-70{-webkit-animation:animate-svg-fill-70 1s linear 0.79s both;animation:animate-svg-fill-70 1s linear 0.79s both}@-webkit-keyframes animate-svg-fill-71{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-71{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-71{-webkit-animation:animate-svg-fill-71 1s linear 0.8s both;animation:animate-svg-fill-71 1s linear 0.8s both}@-webkit-keyframes animate-svg-fill-72{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-72{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-72{-webkit-animation:animate-svg-fill-72 1s linear 0.8099999999999999s both;animation:animate-svg-fill-72 1s linear 0.8099999999999999s both}@-webkit-keyframes animate-svg-fill-73{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-73{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-73{-webkit-animation:animate-svg-fill-73 1s linear 0.82s both;animation:animate-svg-fill-73 1s linear 0.82s both}@-webkit-keyframes animate-svg-fill-74{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-74{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-74{-webkit-animation:animate-svg-fill-74 1s linear 0.83s both;animation:animate-svg-fill-74 1s linear 0.83s both}@-webkit-keyframes animate-svg-fill-75{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-75{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-75{-webkit-animation:animate-svg-fill-75 1s linear 0.84s both;animation:animate-svg-fill-75 1s linear 0.84s both}@-webkit-keyframes animate-svg-fill-76{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-76{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-76{-webkit-animation:animate-svg-fill-76 1s linear 0.85s both;animation:animate-svg-fill-76 1s linear 0.85s both}@-webkit-keyframes animate-svg-fill-77{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-77{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-77{-webkit-animation:animate-svg-fill-77 1s linear 0.86s both;animation:animate-svg-fill-77 1s linear 0.86s both}@-webkit-keyframes animate-svg-fill-78{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-78{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-78{-webkit-animation:animate-svg-fill-78 1s linear 0.87s both;animation:animate-svg-fill-78 1s linear 0.87s both}@-webkit-keyframes animate-svg-fill-79{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-79{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-79{-webkit-animation:animate-svg-fill-79 1s linear 0.88s both;animation:animate-svg-fill-79 1s linear 0.88s both}@-webkit-keyframes animate-svg-fill-80{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-80{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-80{-webkit-animation:animate-svg-fill-80 1s linear 0.89s both;animation:animate-svg-fill-80 1s linear 0.89s both}@-webkit-keyframes animate-svg-fill-81{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-81{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-81{-webkit-animation:animate-svg-fill-81 1s linear 0.9s both;animation:animate-svg-fill-81 1s linear 0.9s both}@-webkit-keyframes animate-svg-fill-82{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-82{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-82{-webkit-animation:animate-svg-fill-82 1s linear 0.91s both;animation:animate-svg-fill-82 1s linear 0.91s both}@-webkit-keyframes animate-svg-fill-83{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-83{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-83{-webkit-animation:animate-svg-fill-83 1s linear 0.92s both;animation:animate-svg-fill-83 1s linear 0.92s both}@-webkit-keyframes animate-svg-fill-84{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-84{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-84{-webkit-animation:animate-svg-fill-84 1s linear 0.93s both;animation:animate-svg-fill-84 1s linear 0.93s both}@-webkit-keyframes animate-svg-fill-85{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-85{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-85{-webkit-animation:animate-svg-fill-85 1s linear 0.94s both;animation:animate-svg-fill-85 1s linear 0.94s both}@-webkit-keyframes animate-svg-fill-86{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-86{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-86{-webkit-animation:animate-svg-fill-86 1s linear 0.95s both;animation:animate-svg-fill-86 1s linear 0.95s both}@-webkit-keyframes animate-svg-fill-87{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-87{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-87{-webkit-animation:animate-svg-fill-87 1s linear 0.96s both;animation:animate-svg-fill-87 1s linear 0.96s both}@-webkit-keyframes animate-svg-fill-88{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-88{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-88{-webkit-animation:animate-svg-fill-88 1s linear 0.97s both;animation:animate-svg-fill-88 1s linear 0.97s both}@-webkit-keyframes animate-svg-fill-89{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-89{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-89{-webkit-animation:animate-svg-fill-89 1s linear 0.98s both;animation:animate-svg-fill-89 1s linear 0.98s both}@-webkit-keyframes animate-svg-fill-90{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-90{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-90{-webkit-animation:animate-svg-fill-90 1s linear 0.99s both;animation:animate-svg-fill-90 1s linear 0.99s both}@-webkit-keyframes animate-svg-fill-91{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-91{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-91{-webkit-animation:animate-svg-fill-91 1s linear 1s both;animation:animate-svg-fill-91 1s linear 1s both}@-webkit-keyframes animate-svg-fill-92{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-92{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-92{-webkit-animation:animate-svg-fill-92 1s linear 1.01s both;animation:animate-svg-fill-92 1s linear 1.01s both}@-webkit-keyframes animate-svg-fill-93{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-93{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-93{-webkit-animation:animate-svg-fill-93 1s linear 1.02s both;animation:animate-svg-fill-93 1s linear 1.02s both}@-webkit-keyframes animate-svg-fill-94{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-94{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-94{-webkit-animation:animate-svg-fill-94 1s linear 1.03s both;animation:animate-svg-fill-94 1s linear 1.03s both}@-webkit-keyframes animate-svg-fill-95{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-95{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-95{-webkit-animation:animate-svg-fill-95 1s linear 1.04s both;animation:animate-svg-fill-95 1s linear 1.04s both}@-webkit-keyframes animate-svg-fill-96{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-96{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-96{-webkit-animation:animate-svg-fill-96 1s linear 1.05s both;animation:animate-svg-fill-96 1s linear 1.05s both}@-webkit-keyframes animate-svg-fill-97{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-97{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-97{-webkit-animation:animate-svg-fill-97 1s linear 1.06s both;animation:animate-svg-fill-97 1s linear 1.06s both}@-webkit-keyframes animate-svg-fill-98{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-98{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-98{-webkit-animation:animate-svg-fill-98 1s linear 1.07s both;animation:animate-svg-fill-98 1s linear 1.07s both}@-webkit-keyframes animate-svg-fill-99{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-99{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-99{-webkit-animation:animate-svg-fill-99 1s linear 1.08s both;animation:animate-svg-fill-99 1s linear 1.08s both}@-webkit-keyframes animate-svg-fill-100{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-100{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-100{-webkit-animation:animate-svg-fill-100 1s linear 1.09s both;animation:animate-svg-fill-100 1s linear 1.09s both}@-webkit-keyframes animate-svg-fill-101{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-101{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-101{-webkit-animation:animate-svg-fill-101 1s linear 1.1s both;animation:animate-svg-fill-101 1s linear 1.1s both}@-webkit-keyframes animate-svg-fill-102{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-102{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-102{-webkit-animation:animate-svg-fill-102 1s linear 1.11s both;animation:animate-svg-fill-102 1s linear 1.11s both}@-webkit-keyframes animate-svg-fill-103{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-103{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-103{-webkit-animation:animate-svg-fill-103 1s linear 1.12s both;animation:animate-svg-fill-103 1s linear 1.12s both}@-webkit-keyframes animate-svg-fill-104{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-104{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-104{-webkit-animation:animate-svg-fill-104 1s linear 1.1300000000000001s both;animation:animate-svg-fill-104 1s linear 1.1300000000000001s both}@-webkit-keyframes animate-svg-fill-105{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-105{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-105{-webkit-animation:animate-svg-fill-105 1s linear 1.1400000000000001s both;animation:animate-svg-fill-105 1s linear 1.1400000000000001s both}@-webkit-keyframes animate-svg-fill-106{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-106{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-106{-webkit-animation:animate-svg-fill-106 1s linear 1.1500000000000001s both;animation:animate-svg-fill-106 1s linear 1.1500000000000001s both}@-webkit-keyframes animate-svg-fill-107{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-107{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-107{-webkit-animation:animate-svg-fill-107 1s linear 1.1600000000000001s both;animation:animate-svg-fill-107 1s linear 1.1600000000000001s both}@-webkit-keyframes animate-svg-fill-108{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-108{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-108{-webkit-animation:animate-svg-fill-108 1s linear 1.1700000000000002s both;animation:animate-svg-fill-108 1s linear 1.1700000000000002s both}@-webkit-keyframes animate-svg-fill-109{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-109{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-109{-webkit-animation:animate-svg-fill-109 1s linear 1.1800000000000002s both;animation:animate-svg-fill-109 1s linear 1.1800000000000002s both}@-webkit-keyframes animate-svg-fill-110{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-110{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-110{-webkit-animation:animate-svg-fill-110 1s linear 1.1900000000000002s both;animation:animate-svg-fill-110 1s linear 1.1900000000000002s both}@-webkit-keyframes animate-svg-fill-111{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-111{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-111{-webkit-animation:animate-svg-fill-111 1s linear 1.2000000000000002s both;animation:animate-svg-fill-111 1s linear 1.2000000000000002s both}@-webkit-keyframes animate-svg-fill-112{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-112{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-112{-webkit-animation:animate-svg-fill-112 1s linear 1.2100000000000002s both;animation:animate-svg-fill-112 1s linear 1.2100000000000002s both}@-webkit-keyframes animate-svg-fill-113{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-113{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-113{-webkit-animation:animate-svg-fill-113 1s linear 1.2200000000000002s both;animation:animate-svg-fill-113 1s linear 1.2200000000000002s both}@-webkit-keyframes animate-svg-fill-114{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-114{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-114{-webkit-animation:animate-svg-fill-114 1s linear 1.2300000000000002s both;animation:animate-svg-fill-114 1s linear 1.2300000000000002s both}@-webkit-keyframes animate-svg-fill-115{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-115{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-115{-webkit-animation:animate-svg-fill-115 1s linear 1.2400000000000002s both;animation:animate-svg-fill-115 1s linear 1.2400000000000002s both}@-webkit-keyframes animate-svg-fill-116{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-116{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-116{-webkit-animation:animate-svg-fill-116 1s linear 1.2500000000000002s both;animation:animate-svg-fill-116 1s linear 1.2500000000000002s both}@-webkit-keyframes animate-svg-fill-117{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-117{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-117{-webkit-animation:animate-svg-fill-117 1s linear 1.26s both;animation:animate-svg-fill-117 1s linear 1.26s both}@-webkit-keyframes animate-svg-fill-118{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-118{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-118{-webkit-animation:animate-svg-fill-118 1s linear 1.27s both;animation:animate-svg-fill-118 1s linear 1.27s both}@-webkit-keyframes animate-svg-fill-119{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-119{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-119{-webkit-animation:animate-svg-fill-119 1s linear 1.28s both;animation:animate-svg-fill-119 1s linear 1.28s both}@-webkit-keyframes animate-svg-fill-120{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-120{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-120{-webkit-animation:animate-svg-fill-120 1s linear 1.29s both;animation:animate-svg-fill-120 1s linear 1.29s both}@-webkit-keyframes animate-svg-fill-121{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-121{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-121{-webkit-animation:animate-svg-fill-121 1s linear 1.3s both;animation:animate-svg-fill-121 1s linear 1.3s both}@-webkit-keyframes animate-svg-fill-122{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-122{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-122{-webkit-animation:animate-svg-fill-122 1s linear 1.31s both;animation:animate-svg-fill-122 1s linear 1.31s both}@-webkit-keyframes animate-svg-fill-123{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-123{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-123{-webkit-animation:animate-svg-fill-123 1s linear 1.32s both;animation:animate-svg-fill-123 1s linear 1.32s both}@-webkit-keyframes animate-svg-fill-124{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-124{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-124{-webkit-animation:animate-svg-fill-124 1s linear 1.33s both;animation:animate-svg-fill-124 1s linear 1.33s both}@-webkit-keyframes animate-svg-fill-125{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-125{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-125{-webkit-animation:animate-svg-fill-125 1s linear 1.34s both;animation:animate-svg-fill-125 1s linear 1.34s both}@-webkit-keyframes animate-svg-fill-126{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-126{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-126{-webkit-animation:animate-svg-fill-126 1s linear 1.35s both;animation:animate-svg-fill-126 1s linear 1.35s both}@-webkit-keyframes animate-svg-fill-127{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-127{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-127{-webkit-animation:animate-svg-fill-127 1s linear 1.36s both;animation:animate-svg-fill-127 1s linear 1.36s both}@-webkit-keyframes animate-svg-fill-128{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-128{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-128{-webkit-animation:animate-svg-fill-128 1s linear 1.37s both;animation:animate-svg-fill-128 1s linear 1.37s both}@-webkit-keyframes animate-svg-fill-129{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-129{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-129{-webkit-animation:animate-svg-fill-129 1s linear 1.3800000000000001s both;animation:animate-svg-fill-129 1s linear 1.3800000000000001s both}@-webkit-keyframes animate-svg-fill-130{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-130{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-130{-webkit-animation:animate-svg-fill-130 1s linear 1.3900000000000001s both;animation:animate-svg-fill-130 1s linear 1.3900000000000001s both}@-webkit-keyframes animate-svg-fill-131{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-131{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-131{-webkit-animation:animate-svg-fill-131 1s linear 1.4000000000000001s both;animation:animate-svg-fill-131 1s linear 1.4000000000000001s both}@-webkit-keyframes animate-svg-fill-132{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-132{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-132{-webkit-animation:animate-svg-fill-132 1s linear 1.4100000000000001s both;animation:animate-svg-fill-132 1s linear 1.4100000000000001s both}@-webkit-keyframes animate-svg-fill-133{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-133{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-133{-webkit-animation:animate-svg-fill-133 1s linear 1.4200000000000002s both;animation:animate-svg-fill-133 1s linear 1.4200000000000002s both}@-webkit-keyframes animate-svg-fill-134{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-134{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-134{-webkit-animation:animate-svg-fill-134 1s linear 1.4300000000000002s both;animation:animate-svg-fill-134 1s linear 1.4300000000000002s both}@-webkit-keyframes animate-svg-fill-135{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-135{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-135{-webkit-animation:animate-svg-fill-135 1s linear 1.4400000000000002s both;animation:animate-svg-fill-135 1s linear 1.4400000000000002s both}@-webkit-keyframes animate-svg-fill-136{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-136{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-136{-webkit-animation:animate-svg-fill-136 1s linear 1.4500000000000002s both;animation:animate-svg-fill-136 1s linear 1.4500000000000002s both}@-webkit-keyframes animate-svg-fill-137{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-137{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-137{-webkit-animation:animate-svg-fill-137 1s linear 1.4600000000000002s both;animation:animate-svg-fill-137 1s linear 1.4600000000000002s both}@-webkit-keyframes animate-svg-fill-138{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-138{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-138{-webkit-animation:animate-svg-fill-138 1s linear 1.4700000000000002s both;animation:animate-svg-fill-138 1s linear 1.4700000000000002s both}@-webkit-keyframes animate-svg-fill-139{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-139{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-139{-webkit-animation:animate-svg-fill-139 1s linear 1.4800000000000002s both;animation:animate-svg-fill-139 1s linear 1.4800000000000002s both}@-webkit-keyframes animate-svg-fill-140{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-140{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-140{-webkit-animation:animate-svg-fill-140 1s linear 1.4900000000000002s both;animation:animate-svg-fill-140 1s linear 1.4900000000000002s both}@-webkit-keyframes animate-svg-fill-141{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-141{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-141{-webkit-animation:animate-svg-fill-141 1s linear 1.5000000000000002s both;animation:animate-svg-fill-141 1s linear 1.5000000000000002s both}@-webkit-keyframes animate-svg-fill-142{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-142{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-142{-webkit-animation:animate-svg-fill-142 1s linear 1.51s both;animation:animate-svg-fill-142 1s linear 1.51s both}@-webkit-keyframes animate-svg-fill-143{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-143{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-143{-webkit-animation:animate-svg-fill-143 1s linear 1.52s both;animation:animate-svg-fill-143 1s linear 1.52s both}@-webkit-keyframes animate-svg-fill-144{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-144{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-144{-webkit-animation:animate-svg-fill-144 1s linear 1.53s both;animation:animate-svg-fill-144 1s linear 1.53s both}@-webkit-keyframes animate-svg-fill-145{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-145{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-145{-webkit-animation:animate-svg-fill-145 1s linear 1.54s both;animation:animate-svg-fill-145 1s linear 1.54s both}@-webkit-keyframes animate-svg-fill-146{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-146{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-146{-webkit-animation:animate-svg-fill-146 1s linear 1.55s both;animation:animate-svg-fill-146 1s linear 1.55s both}@-webkit-keyframes animate-svg-fill-147{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-147{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-147{-webkit-animation:animate-svg-fill-147 1s linear 1.56s both;animation:animate-svg-fill-147 1s linear 1.56s both}@-webkit-keyframes animate-svg-fill-148{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-148{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-148{-webkit-animation:animate-svg-fill-148 1s linear 1.57s both;animation:animate-svg-fill-148 1s linear 1.57s both}@-webkit-keyframes animate-svg-fill-149{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-149{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-149{-webkit-animation:animate-svg-fill-149 1s linear 1.58s both;animation:animate-svg-fill-149 1s linear 1.58s both}@-webkit-keyframes animate-svg-fill-150{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-150{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-150{-webkit-animation:animate-svg-fill-150 1s linear 1.59s both;animation:animate-svg-fill-150 1s linear 1.59s both}@-webkit-keyframes animate-svg-fill-151{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-151{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-151{-webkit-animation:animate-svg-fill-151 1s linear 1.6s both;animation:animate-svg-fill-151 1s linear 1.6s both}@-webkit-keyframes animate-svg-fill-152{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-152{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-152{-webkit-animation:animate-svg-fill-152 1s linear 1.61s both;animation:animate-svg-fill-152 1s linear 1.61s both}@-webkit-keyframes animate-svg-fill-153{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-153{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-153{-webkit-animation:animate-svg-fill-153 1s linear 1.62s both;animation:animate-svg-fill-153 1s linear 1.62s both}@-webkit-keyframes animate-svg-fill-154{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-154{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-154{-webkit-animation:animate-svg-fill-154 1s linear 1.6300000000000001s both;animation:animate-svg-fill-154 1s linear 1.6300000000000001s both}@-webkit-keyframes animate-svg-fill-155{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-155{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-155{-webkit-animation:animate-svg-fill-155 1s linear 1.6400000000000001s both;animation:animate-svg-fill-155 1s linear 1.6400000000000001s both}@-webkit-keyframes animate-svg-fill-156{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-156{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-156{-webkit-animation:animate-svg-fill-156 1s linear 1.6500000000000001s both;animation:animate-svg-fill-156 1s linear 1.6500000000000001s both}@-webkit-keyframes animate-svg-fill-157{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-157{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-157{-webkit-animation:animate-svg-fill-157 1s linear 1.6600000000000001s both;animation:animate-svg-fill-157 1s linear 1.6600000000000001s both}@-webkit-keyframes animate-svg-fill-158{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-158{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-158{-webkit-animation:animate-svg-fill-158 1s linear 1.6700000000000002s both;animation:animate-svg-fill-158 1s linear 1.6700000000000002s both}@-webkit-keyframes animate-svg-fill-159{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-159{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-159{-webkit-animation:animate-svg-fill-159 1s linear 1.6800000000000002s both;animation:animate-svg-fill-159 1s linear 1.6800000000000002s both}@-webkit-keyframes animate-svg-fill-160{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-160{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-160{-webkit-animation:animate-svg-fill-160 1s linear 1.6900000000000002s both;animation:animate-svg-fill-160 1s linear 1.6900000000000002s both}@-webkit-keyframes animate-svg-fill-161{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-161{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-161{-webkit-animation:animate-svg-fill-161 1s linear 1.7000000000000002s both;animation:animate-svg-fill-161 1s linear 1.7000000000000002s both}@-webkit-keyframes animate-svg-fill-162{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-162{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-162{-webkit-animation:animate-svg-fill-162 1s linear 1.7100000000000002s both;animation:animate-svg-fill-162 1s linear 1.7100000000000002s both}@-webkit-keyframes animate-svg-fill-163{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-163{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-163{-webkit-animation:animate-svg-fill-163 1s linear 1.7200000000000002s both;animation:animate-svg-fill-163 1s linear 1.7200000000000002s both}@-webkit-keyframes animate-svg-fill-164{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-164{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-164{-webkit-animation:animate-svg-fill-164 1s linear 1.7300000000000002s both;animation:animate-svg-fill-164 1s linear 1.7300000000000002s both}@-webkit-keyframes animate-svg-fill-165{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-165{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-165{-webkit-animation:animate-svg-fill-165 1s linear 1.7400000000000002s both;animation:animate-svg-fill-165 1s linear 1.7400000000000002s both}@-webkit-keyframes animate-svg-fill-166{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-166{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-166{-webkit-animation:animate-svg-fill-166 1s linear 1.7500000000000002s both;animation:animate-svg-fill-166 1s linear 1.7500000000000002s both}@-webkit-keyframes animate-svg-fill-167{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-167{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-167{-webkit-animation:animate-svg-fill-167 1s linear 1.7600000000000002s both;animation:animate-svg-fill-167 1s linear 1.7600000000000002s both}@-webkit-keyframes animate-svg-fill-168{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-168{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-168{-webkit-animation:animate-svg-fill-168 1s linear 1.77s both;animation:animate-svg-fill-168 1s linear 1.77s both}@-webkit-keyframes animate-svg-fill-169{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-169{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-169{-webkit-animation:animate-svg-fill-169 1s linear 1.78s both;animation:animate-svg-fill-169 1s linear 1.78s both}@-webkit-keyframes animate-svg-fill-170{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-170{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-170{-webkit-animation:animate-svg-fill-170 1s linear 1.79s both;animation:animate-svg-fill-170 1s linear 1.79s both}@-webkit-keyframes animate-svg-fill-171{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-171{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-171{-webkit-animation:animate-svg-fill-171 1s linear 1.8s both;animation:animate-svg-fill-171 1s linear 1.8s both}@-webkit-keyframes animate-svg-fill-172{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-172{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-172{-webkit-animation:animate-svg-fill-172 1s linear 1.81s both;animation:animate-svg-fill-172 1s linear 1.81s both}@-webkit-keyframes animate-svg-fill-173{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-173{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-173{-webkit-animation:animate-svg-fill-173 1s linear 1.82s both;animation:animate-svg-fill-173 1s linear 1.82s both}@-webkit-keyframes animate-svg-fill-174{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-174{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-174{-webkit-animation:animate-svg-fill-174 1s linear 1.83s both;animation:animate-svg-fill-174 1s linear 1.83s both}@-webkit-keyframes animate-svg-fill-175{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-175{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-175{-webkit-animation:animate-svg-fill-175 1s linear 1.84s both;animation:animate-svg-fill-175 1s linear 1.84s both}@-webkit-keyframes animate-svg-fill-176{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-176{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-176{-webkit-animation:animate-svg-fill-176 1s linear 1.85s both;animation:animate-svg-fill-176 1s linear 1.85s both}@-webkit-keyframes animate-svg-fill-177{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-177{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-177{-webkit-animation:animate-svg-fill-177 1s linear 1.86s both;animation:animate-svg-fill-177 1s linear 1.86s both}@-webkit-keyframes animate-svg-fill-178{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-178{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-178{-webkit-animation:animate-svg-fill-178 1s linear 1.87s both;animation:animate-svg-fill-178 1s linear 1.87s both}@-webkit-keyframes animate-svg-fill-179{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-179{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-179{-webkit-animation:animate-svg-fill-179 1s linear 1.8800000000000001s both;animation:animate-svg-fill-179 1s linear 1.8800000000000001s both}@-webkit-keyframes animate-svg-fill-180{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-180{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-180{-webkit-animation:animate-svg-fill-180 1s linear 1.8900000000000001s both;animation:animate-svg-fill-180 1s linear 1.8900000000000001s both}@-webkit-keyframes animate-svg-fill-181{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-181{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-181{-webkit-animation:animate-svg-fill-181 1s linear 1.9000000000000001s both;animation:animate-svg-fill-181 1s linear 1.9000000000000001s both}@-webkit-keyframes animate-svg-fill-182{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-182{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-182{-webkit-animation:animate-svg-fill-182 1s linear 1.9100000000000001s both;animation:animate-svg-fill-182 1s linear 1.9100000000000001s both}@-webkit-keyframes animate-svg-fill-183{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-183{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-183{-webkit-animation:animate-svg-fill-183 1s linear 1.9200000000000002s both;animation:animate-svg-fill-183 1s linear 1.9200000000000002s both}@-webkit-keyframes animate-svg-fill-184{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-184{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-184{-webkit-animation:animate-svg-fill-184 1s linear 1.9300000000000002s both;animation:animate-svg-fill-184 1s linear 1.9300000000000002s both}@-webkit-keyframes animate-svg-fill-185{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-185{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-185{-webkit-animation:animate-svg-fill-185 1s linear 1.9400000000000002s both;animation:animate-svg-fill-185 1s linear 1.9400000000000002s both}@-webkit-keyframes animate-svg-fill-186{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-186{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-186{-webkit-animation:animate-svg-fill-186 1s linear 1.9500000000000002s both;animation:animate-svg-fill-186 1s linear 1.9500000000000002s both}@-webkit-keyframes animate-svg-fill-187{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-187{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-187{-webkit-animation:animate-svg-fill-187 1s linear 1.9600000000000002s both;animation:animate-svg-fill-187 1s linear 1.9600000000000002s both}@-webkit-keyframes animate-svg-fill-188{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-188{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-188{-webkit-animation:animate-svg-fill-188 1s linear 1.9700000000000002s both;animation:animate-svg-fill-188 1s linear 1.9700000000000002s both}@-webkit-keyframes animate-svg-fill-189{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-189{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-189{-webkit-animation:animate-svg-fill-189 1s linear 1.9800000000000002s both;animation:animate-svg-fill-189 1s linear 1.9800000000000002s both}@-webkit-keyframes animate-svg-fill-190{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-190{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-190{-webkit-animation:animate-svg-fill-190 1s linear 1.9900000000000002s both;animation:animate-svg-fill-190 1s linear 1.9900000000000002s both}@-webkit-keyframes animate-svg-fill-191{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-191{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-191{-webkit-animation:animate-svg-fill-191 1s linear 2s both;animation:animate-svg-fill-191 1s linear 2s both}@-webkit-keyframes animate-svg-fill-192{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-192{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-192{-webkit-animation:animate-svg-fill-192 1s linear 2.0100000000000002s both;animation:animate-svg-fill-192 1s linear 2.0100000000000002s both}@-webkit-keyframes animate-svg-fill-193{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-193{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-193{-webkit-animation:animate-svg-fill-193 1s linear 2.02s both;animation:animate-svg-fill-193 1s linear 2.02s both}@-webkit-keyframes animate-svg-fill-194{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-194{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-194{-webkit-animation:animate-svg-fill-194 1s linear 2.03s both;animation:animate-svg-fill-194 1s linear 2.03s both}@-webkit-keyframes animate-svg-fill-195{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-195{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-195{-webkit-animation:animate-svg-fill-195 1s linear 2.04s both;animation:animate-svg-fill-195 1s linear 2.04s both}@-webkit-keyframes animate-svg-fill-196{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-196{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-196{-webkit-animation:animate-svg-fill-196 1s linear 2.05s both;animation:animate-svg-fill-196 1s linear 2.05s both}@-webkit-keyframes animate-svg-fill-197{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-197{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-197{-webkit-animation:animate-svg-fill-197 1s linear 2.06s both;animation:animate-svg-fill-197 1s linear 2.06s both}@-webkit-keyframes animate-svg-fill-198{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-198{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-198{-webkit-animation:animate-svg-fill-198 1s linear 2.07s both;animation:animate-svg-fill-198 1s linear 2.07s both}@-webkit-keyframes animate-svg-fill-199{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-199{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-199{-webkit-animation:animate-svg-fill-199 1s linear 2.08s both;animation:animate-svg-fill-199 1s linear 2.08s both}@-webkit-keyframes animate-svg-fill-200{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-200{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-200{-webkit-animation:animate-svg-fill-200 1s linear 2.09s both;animation:animate-svg-fill-200 1s linear 2.09s both}@-webkit-keyframes animate-svg-fill-201{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-201{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-201{-webkit-animation:animate-svg-fill-201 1s linear 2.1s both;animation:animate-svg-fill-201 1s linear 2.1s both}@-webkit-keyframes animate-svg-fill-202{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-202{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-202{-webkit-animation:animate-svg-fill-202 1s linear 2.1100000000000003s both;animation:animate-svg-fill-202 1s linear 2.1100000000000003s both}@-webkit-keyframes animate-svg-fill-203{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-203{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-203{-webkit-animation:animate-svg-fill-203 1s linear 2.12s both;animation:animate-svg-fill-203 1s linear 2.12s both}@-webkit-keyframes animate-svg-fill-204{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-204{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-204{-webkit-animation:animate-svg-fill-204 1s linear 2.1300000000000003s both;animation:animate-svg-fill-204 1s linear 2.1300000000000003s both}@-webkit-keyframes animate-svg-fill-205{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-205{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-205{-webkit-animation:animate-svg-fill-205 1s linear 2.14s both;animation:animate-svg-fill-205 1s linear 2.14s both}@-webkit-keyframes animate-svg-fill-206{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-206{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-206{-webkit-animation:animate-svg-fill-206 1s linear 2.15s both;animation:animate-svg-fill-206 1s linear 2.15s both}@-webkit-keyframes animate-svg-fill-207{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-207{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-207{-webkit-animation:animate-svg-fill-207 1s linear 2.16s both;animation:animate-svg-fill-207 1s linear 2.16s both}@-webkit-keyframes animate-svg-fill-208{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-208{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-208{-webkit-animation:animate-svg-fill-208 1s linear 2.17s both;animation:animate-svg-fill-208 1s linear 2.17s both}@-webkit-keyframes animate-svg-fill-209{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-209{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-209{-webkit-animation:animate-svg-fill-209 1s linear 2.18s both;animation:animate-svg-fill-209 1s linear 2.18s both}@-webkit-keyframes animate-svg-fill-210{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-210{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-210{-webkit-animation:animate-svg-fill-210 1s linear 2.19s both;animation:animate-svg-fill-210 1s linear 2.19s both}@-webkit-keyframes animate-svg-fill-211{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-211{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-211{-webkit-animation:animate-svg-fill-211 1s linear 2.2s both;animation:animate-svg-fill-211 1s linear 2.2s both}@-webkit-keyframes animate-svg-fill-212{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-212{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-212{-webkit-animation:animate-svg-fill-212 1s linear 2.21s both;animation:animate-svg-fill-212 1s linear 2.21s both}@-webkit-keyframes animate-svg-fill-213{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-213{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-213{-webkit-animation:animate-svg-fill-213 1s linear 2.22s both;animation:animate-svg-fill-213 1s linear 2.22s both}@-webkit-keyframes animate-svg-fill-214{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-214{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-214{-webkit-animation:animate-svg-fill-214 1s linear 2.23s both;animation:animate-svg-fill-214 1s linear 2.23s both}@-webkit-keyframes animate-svg-fill-215{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-215{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-215{-webkit-animation:animate-svg-fill-215 1s linear 2.24s both;animation:animate-svg-fill-215 1s linear 2.24s both}@-webkit-keyframes animate-svg-fill-216{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-216{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-216{-webkit-animation:animate-svg-fill-216 1s linear 2.25s both;animation:animate-svg-fill-216 1s linear 2.25s both}@-webkit-keyframes animate-svg-fill-217{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-217{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-217{-webkit-animation:animate-svg-fill-217 1s linear 2.2600000000000002s both;animation:animate-svg-fill-217 1s linear 2.2600000000000002s both}@-webkit-keyframes animate-svg-fill-218{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-218{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-218{-webkit-animation:animate-svg-fill-218 1s linear 2.27s both;animation:animate-svg-fill-218 1s linear 2.27s both}@-webkit-keyframes animate-svg-fill-219{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-219{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-219{-webkit-animation:animate-svg-fill-219 1s linear 2.2800000000000002s both;animation:animate-svg-fill-219 1s linear 2.2800000000000002s both}@-webkit-keyframes animate-svg-fill-220{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-220{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-220{-webkit-animation:animate-svg-fill-220 1s linear 2.29s both;animation:animate-svg-fill-220 1s linear 2.29s both}@-webkit-keyframes animate-svg-fill-221{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-221{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-221{-webkit-animation:animate-svg-fill-221 1s linear 2.3000000000000003s both;animation:animate-svg-fill-221 1s linear 2.3000000000000003s both}@-webkit-keyframes animate-svg-fill-222{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-222{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-222{-webkit-animation:animate-svg-fill-222 1s linear 2.31s both;animation:animate-svg-fill-222 1s linear 2.31s both}@-webkit-keyframes animate-svg-fill-223{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-223{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-223{-webkit-animation:animate-svg-fill-223 1s linear 2.3200000000000003s both;animation:animate-svg-fill-223 1s linear 2.3200000000000003s both}@-webkit-keyframes animate-svg-fill-224{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-224{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-224{-webkit-animation:animate-svg-fill-224 1s linear 2.33s both;animation:animate-svg-fill-224 1s linear 2.33s both}@-webkit-keyframes animate-svg-fill-225{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-225{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-225{-webkit-animation:animate-svg-fill-225 1s linear 2.3400000000000003s both;animation:animate-svg-fill-225 1s linear 2.3400000000000003s both}@-webkit-keyframes animate-svg-fill-226{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-226{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-226{-webkit-animation:animate-svg-fill-226 1s linear 2.35s both;animation:animate-svg-fill-226 1s linear 2.35s both}@-webkit-keyframes animate-svg-fill-227{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-227{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-227{-webkit-animation:animate-svg-fill-227 1s linear 2.3600000000000003s both;animation:animate-svg-fill-227 1s linear 2.3600000000000003s both}@-webkit-keyframes animate-svg-fill-228{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-228{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-228{-webkit-animation:animate-svg-fill-228 1s linear 2.37s both;animation:animate-svg-fill-228 1s linear 2.37s both}@-webkit-keyframes animate-svg-fill-229{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-229{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-229{-webkit-animation:animate-svg-fill-229 1s linear 2.3800000000000003s both;animation:animate-svg-fill-229 1s linear 2.3800000000000003s both}@-webkit-keyframes animate-svg-fill-230{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-230{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-230{-webkit-animation:animate-svg-fill-230 1s linear 2.39s both;animation:animate-svg-fill-230 1s linear 2.39s both}@-webkit-keyframes animate-svg-fill-231{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-231{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-231{-webkit-animation:animate-svg-fill-231 1s linear 2.4000000000000004s both;animation:animate-svg-fill-231 1s linear 2.4000000000000004s both}@-webkit-keyframes animate-svg-fill-232{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-232{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-232{-webkit-animation:animate-svg-fill-232 1s linear 2.41s both;animation:animate-svg-fill-232 1s linear 2.41s both}@-webkit-keyframes animate-svg-fill-233{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-233{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-233{-webkit-animation:animate-svg-fill-233 1s linear 2.42s both;animation:animate-svg-fill-233 1s linear 2.42s both}@-webkit-keyframes animate-svg-fill-234{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-234{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-234{-webkit-animation:animate-svg-fill-234 1s linear 2.43s both;animation:animate-svg-fill-234 1s linear 2.43s both}@-webkit-keyframes animate-svg-fill-235{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-235{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-235{-webkit-animation:animate-svg-fill-235 1s linear 2.44s both;animation:animate-svg-fill-235 1s linear 2.44s both}@-webkit-keyframes animate-svg-fill-236{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-236{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-236{-webkit-animation:animate-svg-fill-236 1s linear 2.45s both;animation:animate-svg-fill-236 1s linear 2.45s both}@-webkit-keyframes animate-svg-fill-237{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-237{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-237{-webkit-animation:animate-svg-fill-237 1s linear 2.46s both;animation:animate-svg-fill-237 1s linear 2.46s both}@-webkit-keyframes animate-svg-fill-238{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-238{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-238{-webkit-animation:animate-svg-fill-238 1s linear 2.47s both;animation:animate-svg-fill-238 1s linear 2.47s both}@-webkit-keyframes animate-svg-fill-239{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-239{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-239{-webkit-animation:animate-svg-fill-239 1s linear 2.48s both;animation:animate-svg-fill-239 1s linear 2.48s both}@-webkit-keyframes animate-svg-fill-240{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-240{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-240{-webkit-animation:animate-svg-fill-240 1s linear 2.49s both;animation:animate-svg-fill-240 1s linear 2.49s both}@-webkit-keyframes animate-svg-fill-241{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-241{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-241{-webkit-animation:animate-svg-fill-241 1s linear 2.5s both;animation:animate-svg-fill-241 1s linear 2.5s both}@-webkit-keyframes animate-svg-fill-242{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-242{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-242{-webkit-animation:animate-svg-fill-242 1s linear 2.5100000000000002s both;animation:animate-svg-fill-242 1s linear 2.5100000000000002s both}@-webkit-keyframes animate-svg-fill-243{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-243{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-243{-webkit-animation:animate-svg-fill-243 1s linear 2.52s both;animation:animate-svg-fill-243 1s linear 2.52s both}@-webkit-keyframes animate-svg-fill-244{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-244{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-244{-webkit-animation:animate-svg-fill-244 1s linear 2.5300000000000002s both;animation:animate-svg-fill-244 1s linear 2.5300000000000002s both}@-webkit-keyframes animate-svg-fill-245{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-245{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-245{-webkit-animation:animate-svg-fill-245 1s linear 2.54s both;animation:animate-svg-fill-245 1s linear 2.54s both}@-webkit-keyframes animate-svg-fill-246{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-246{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-246{-webkit-animation:animate-svg-fill-246 1s linear 2.5500000000000003s both;animation:animate-svg-fill-246 1s linear 2.5500000000000003s both}@-webkit-keyframes animate-svg-fill-247{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-247{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-247{-webkit-animation:animate-svg-fill-247 1s linear 2.56s both;animation:animate-svg-fill-247 1s linear 2.56s both}@-webkit-keyframes animate-svg-fill-248{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-248{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-248{-webkit-animation:animate-svg-fill-248 1s linear 2.5700000000000003s both;animation:animate-svg-fill-248 1s linear 2.5700000000000003s both}@-webkit-keyframes animate-svg-fill-249{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-249{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-249{-webkit-animation:animate-svg-fill-249 1s linear 2.58s both;animation:animate-svg-fill-249 1s linear 2.58s both}@-webkit-keyframes animate-svg-fill-250{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-250{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-250{-webkit-animation:animate-svg-fill-250 1s linear 2.5900000000000003s both;animation:animate-svg-fill-250 1s linear 2.5900000000000003s both}@-webkit-keyframes animate-svg-fill-251{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-251{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-251{-webkit-animation:animate-svg-fill-251 1s linear 2.6s both;animation:animate-svg-fill-251 1s linear 2.6s both}@-webkit-keyframes animate-svg-fill-252{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-252{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-252{-webkit-animation:animate-svg-fill-252 1s linear 2.6100000000000003s both;animation:animate-svg-fill-252 1s linear 2.6100000000000003s both}@-webkit-keyframes animate-svg-fill-253{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-253{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-253{-webkit-animation:animate-svg-fill-253 1s linear 2.62s both;animation:animate-svg-fill-253 1s linear 2.62s both}@-webkit-keyframes animate-svg-fill-254{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-254{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-254{-webkit-animation:animate-svg-fill-254 1s linear 2.6300000000000003s both;animation:animate-svg-fill-254 1s linear 2.6300000000000003s both}@-webkit-keyframes animate-svg-fill-255{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-255{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-255{-webkit-animation:animate-svg-fill-255 1s linear 2.64s both;animation:animate-svg-fill-255 1s linear 2.64s both}@-webkit-keyframes animate-svg-fill-256{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-256{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-256{-webkit-animation:animate-svg-fill-256 1s linear 2.6500000000000004s both;animation:animate-svg-fill-256 1s linear 2.6500000000000004s both}@-webkit-keyframes animate-svg-fill-257{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-257{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-257{-webkit-animation:animate-svg-fill-257 1s linear 2.66s both;animation:animate-svg-fill-257 1s linear 2.66s both}@-webkit-keyframes animate-svg-fill-258{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-258{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-258{-webkit-animation:animate-svg-fill-258 1s linear 2.67s both;animation:animate-svg-fill-258 1s linear 2.67s both}@-webkit-keyframes animate-svg-fill-259{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-259{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-259{-webkit-animation:animate-svg-fill-259 1s linear 2.68s both;animation:animate-svg-fill-259 1s linear 2.68s both}@-webkit-keyframes animate-svg-fill-260{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-260{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-260{-webkit-animation:animate-svg-fill-260 1s linear 2.69s both;animation:animate-svg-fill-260 1s linear 2.69s both}@-webkit-keyframes animate-svg-fill-261{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-261{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-261{-webkit-animation:animate-svg-fill-261 1s linear 2.7s both;animation:animate-svg-fill-261 1s linear 2.7s both}@-webkit-keyframes animate-svg-fill-262{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-262{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-262{-webkit-animation:animate-svg-fill-262 1s linear 2.71s both;animation:animate-svg-fill-262 1s linear 2.71s both}@-webkit-keyframes animate-svg-fill-263{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-263{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-263{-webkit-animation:animate-svg-fill-263 1s linear 2.72s both;animation:animate-svg-fill-263 1s linear 2.72s both}@-webkit-keyframes animate-svg-fill-264{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-264{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-264{-webkit-animation:animate-svg-fill-264 1s linear 2.73s both;animation:animate-svg-fill-264 1s linear 2.73s both}@-webkit-keyframes animate-svg-fill-265{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-265{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-265{-webkit-animation:animate-svg-fill-265 1s linear 2.74s both;animation:animate-svg-fill-265 1s linear 2.74s both}@-webkit-keyframes animate-svg-fill-266{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-266{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-266{-webkit-animation:animate-svg-fill-266 1s linear 2.75s both;animation:animate-svg-fill-266 1s linear 2.75s both}@-webkit-keyframes animate-svg-fill-267{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-267{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-267{-webkit-animation:animate-svg-fill-267 1s linear 2.7600000000000002s both;animation:animate-svg-fill-267 1s linear 2.7600000000000002s both}@-webkit-keyframes animate-svg-fill-268{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-268{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-268{-webkit-animation:animate-svg-fill-268 1s linear 2.77s both;animation:animate-svg-fill-268 1s linear 2.77s both}@-webkit-keyframes animate-svg-fill-269{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-269{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-269{-webkit-animation:animate-svg-fill-269 1s linear 2.7800000000000002s both;animation:animate-svg-fill-269 1s linear 2.7800000000000002s both}@-webkit-keyframes animate-svg-fill-270{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-270{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-270{-webkit-animation:animate-svg-fill-270 1s linear 2.79s both;animation:animate-svg-fill-270 1s linear 2.79s both}@-webkit-keyframes animate-svg-fill-271{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-271{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-271{-webkit-animation:animate-svg-fill-271 1s linear 2.8000000000000003s both;animation:animate-svg-fill-271 1s linear 2.8000000000000003s both}@-webkit-keyframes animate-svg-fill-272{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-272{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-272{-webkit-animation:animate-svg-fill-272 1s linear 2.81s both;animation:animate-svg-fill-272 1s linear 2.81s both}@-webkit-keyframes animate-svg-fill-273{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-273{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-273{-webkit-animation:animate-svg-fill-273 1s linear 2.8200000000000003s both;animation:animate-svg-fill-273 1s linear 2.8200000000000003s both}@-webkit-keyframes animate-svg-fill-274{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-274{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-274{-webkit-animation:animate-svg-fill-274 1s linear 2.83s both;animation:animate-svg-fill-274 1s linear 2.83s both}@-webkit-keyframes animate-svg-fill-275{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-275{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-275{-webkit-animation:animate-svg-fill-275 1s linear 2.8400000000000003s both;animation:animate-svg-fill-275 1s linear 2.8400000000000003s both}@-webkit-keyframes animate-svg-fill-276{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-276{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-276{-webkit-animation:animate-svg-fill-276 1s linear 2.85s both;animation:animate-svg-fill-276 1s linear 2.85s both}@-webkit-keyframes animate-svg-fill-277{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-277{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-277{-webkit-animation:animate-svg-fill-277 1s linear 2.8600000000000003s both;animation:animate-svg-fill-277 1s linear 2.8600000000000003s both}@-webkit-keyframes animate-svg-fill-278{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-278{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-278{-webkit-animation:animate-svg-fill-278 1s linear 2.87s both;animation:animate-svg-fill-278 1s linear 2.87s both}@-webkit-keyframes animate-svg-fill-279{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-279{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-279{-webkit-animation:animate-svg-fill-279 1s linear 2.8800000000000003s both;animation:animate-svg-fill-279 1s linear 2.8800000000000003s both}
.flexmap{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;

}
.flexmap h1{
  vertical-align: middle;
  margin: 0 auto;
}
.flexmap svg{
  width: 100%;
  max-width: 700px;
  min-width: 100px;
  height: auto;
}
.flexmap .cancel{
  text-align: left;
}
.flexmap .cancel p{
  margin: 10px 0;
}


.contact{
  margin-top: 100px;
}
.contact .side{
  width: 80%;
  margin: 0 auto;
}
.contact img{
  width: 100%;
  max-width: 90px;
  height: auto;
}
.contact a{
  width: 10%;
  max-width: 90px;
  height: auto;
  max-height: 90px;
  transition: all 0.3s ease-out;
}
.contact h2{
  margin-bottom: 20px;
}




@media screen and (max-width : 1300px) {


}/*1300 end*/

@media screen and (max-width : 1024px) {


}/*1024 end*/

            @media screen and (max-width : 599px) {
.spnone{
  display: none !important;
}
.spblock{
  display: block !important;
}

.case{
  display: block;
  width: 100vw;
}
.case img{
  max-width: 599px;
  width: 100vw;
}
.workcase-width{
  width: 100vw;
  margin: 0 5px;
}
.work-text{
  margin-top: 0;
}
section {
  margin-bottom: 20px !important;
}
.section{
  display: block;
}
.work-case .attention{
  color: #065FD4;
  cursor: pointer;
  font-size: 18px;
}
.service{
  margin-top: 100px;
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 0 auto;
}
.service .text{
  width: 95%;
  text-align: left;
  margin: 0 auto; 
}
.service .text p{
  font-size: 16px !important;
  margin-bottom: 5px; 
} 
.service-caution p{
  width: 95%;
  margin: 0 auto;
}
.service .side{
  display: block;
}
.service .side img{
  max-width: 170px;
  width: 20%;
  height: auto;
}
.service label{
  width: 90%;
}
.service .attention{
  font-size: 12px !important;
}
.service .attention-box {
  padding: 10px 0 0 0;
}
.service-caution p{
  font-size: 16px !important;
  line-height: 25px;
}
.service-caution h1{
  font-size: 20px !important;
  margin-bottom: 10px;
}
.service-caution2{
  margin: 25px auto;
}
.attention-box iframe{
  width: 90%;
  height: auto;
}
.attention-box2 p{
  text-align: center;
  font-size: 16px !important;
}
.attention-box .flex{
  display: block;
}
.attention-box .flex p{
  width: 95%;
  margin: 0px auto;
  font-size: 16px !important;
} 
@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-1{-webkit-animation:animate-svg-fill-1 1s linear 0.1s both;animation:animate-svg-fill-1 1s linear 0.1s both}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(242,245,249)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(242,245,249)}}.svg-elem-2{-webkit-animation:animate-svg-fill-2 1s linear 0.11s both;animation:animate-svg-fill-2 1s linear 0.11s both}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(185,204,0)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(185,204,0)}}.svg-elem-3{-webkit-animation:animate-svg-fill-3 1s linear 0.12000000000000001s both;animation:animate-svg-fill-3 1s linear 0.12000000000000001s both}@-webkit-keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(58,58,58)}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(58,58,58)}}.svg-elem-4{-webkit-animation:animate-svg-fill-4 1s linear 0.13s both;animation:animate-svg-fill-4 1s linear 0.13s both}@-webkit-keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-5{-webkit-animation:animate-svg-fill-5 1s linear 0.14s both;animation:animate-svg-fill-5 1s linear 0.14s both}@-webkit-keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-6{-webkit-animation:animate-svg-fill-6 1s linear 0.15000000000000002s both;animation:animate-svg-fill-6 1s linear 0.15000000000000002s both}@-webkit-keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-7{-webkit-animation:animate-svg-fill-7 1s linear 0.16s both;animation:animate-svg-fill-7 1s linear 0.16s both}@-webkit-keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(0,231,255)}}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(0,231,255)}}.svg-elem-8{-webkit-animation:animate-svg-fill-8 1s linear 0.17s both;animation:animate-svg-fill-8 1s linear 0.17s both}@-webkit-keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(185,204,0)}}@keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(185,204,0)}}.svg-elem-9{-webkit-animation:animate-svg-fill-9 1s linear 0.18s both;animation:animate-svg-fill-9 1s linear 0.18s both}@-webkit-keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(185,204,0)}}@keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(185,204,0)}}.svg-elem-10{-webkit-animation:animate-svg-fill-10 1s linear 0.19s both;animation:animate-svg-fill-10 1s linear 0.19s both}@-webkit-keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-11{-webkit-animation:animate-svg-fill-11 1s linear 0.2s both;animation:animate-svg-fill-11 1s linear 0.2s both}@-webkit-keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-12{-webkit-animation:animate-svg-fill-12 1s linear 0.21000000000000002s both;animation:animate-svg-fill-12 1s linear 0.21000000000000002s both}@-webkit-keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-13{-webkit-animation:animate-svg-fill-13 1s linear 0.22s both;animation:animate-svg-fill-13 1s linear 0.22s both}@-webkit-keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-14{-webkit-animation:animate-svg-fill-14 1s linear 0.23s both;animation:animate-svg-fill-14 1s linear 0.23s both}@-webkit-keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-15{-webkit-animation:animate-svg-fill-15 1s linear 0.24000000000000002s both;animation:animate-svg-fill-15 1s linear 0.24000000000000002s both}@-webkit-keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-16{-webkit-animation:animate-svg-fill-16 1s linear 0.25s both;animation:animate-svg-fill-16 1s linear 0.25s both}@-webkit-keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-17{-webkit-animation:animate-svg-fill-17 1s linear 0.26s both;animation:animate-svg-fill-17 1s linear 0.26s both}@-webkit-keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-18{-webkit-animation:animate-svg-fill-18 1s linear 0.27s both;animation:animate-svg-fill-18 1s linear 0.27s both}@-webkit-keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-19{-webkit-animation:animate-svg-fill-19 1s linear 0.28s both;animation:animate-svg-fill-19 1s linear 0.28s both}@-webkit-keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-20{-webkit-animation:animate-svg-fill-20 1s linear 0.29000000000000004s both;animation:animate-svg-fill-20 1s linear 0.29000000000000004s both}@-webkit-keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-21{-webkit-animation:animate-svg-fill-21 1s linear 0.30000000000000004s both;animation:animate-svg-fill-21 1s linear 0.30000000000000004s both}@-webkit-keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-22{-webkit-animation:animate-svg-fill-22 1s linear 0.31s both;animation:animate-svg-fill-22 1s linear 0.31s both}@-webkit-keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-23{-webkit-animation:animate-svg-fill-23 1s linear 0.32s both;animation:animate-svg-fill-23 1s linear 0.32s both}@-webkit-keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-24{-webkit-animation:animate-svg-fill-24 1s linear 0.33s both;animation:animate-svg-fill-24 1s linear 0.33s both}@-webkit-keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-25{-webkit-animation:animate-svg-fill-25 1s linear 0.33999999999999997s both;animation:animate-svg-fill-25 1s linear 0.33999999999999997s both}@-webkit-keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-26{-webkit-animation:animate-svg-fill-26 1s linear 0.35s both;animation:animate-svg-fill-26 1s linear 0.35s both}@-webkit-keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-27{-webkit-animation:animate-svg-fill-27 1s linear 0.36s both;animation:animate-svg-fill-27 1s linear 0.36s both}@-webkit-keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-28{-webkit-animation:animate-svg-fill-28 1s linear 0.37s both;animation:animate-svg-fill-28 1s linear 0.37s both}@-webkit-keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-29{-webkit-animation:animate-svg-fill-29 1s linear 0.38s both;animation:animate-svg-fill-29 1s linear 0.38s both}@-webkit-keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-30{-webkit-animation:animate-svg-fill-30 1s linear 0.39s both;animation:animate-svg-fill-30 1s linear 0.39s both}@-webkit-keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-31{-webkit-animation:animate-svg-fill-31 1s linear 0.4s both;animation:animate-svg-fill-31 1s linear 0.4s both}@-webkit-keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-32{-webkit-animation:animate-svg-fill-32 1s linear 0.41000000000000003s both;animation:animate-svg-fill-32 1s linear 0.41000000000000003s both}@-webkit-keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-33{-webkit-animation:animate-svg-fill-33 1s linear 0.42000000000000004s both;animation:animate-svg-fill-33 1s linear 0.42000000000000004s both}@-webkit-keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-34{-webkit-animation:animate-svg-fill-34 1s linear 0.43000000000000005s both;animation:animate-svg-fill-34 1s linear 0.43000000000000005s both}@-webkit-keyframes animate-svg-fill-35{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-35{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-35{-webkit-animation:animate-svg-fill-35 1s linear 0.44000000000000006s both;animation:animate-svg-fill-35 1s linear 0.44000000000000006s both}@-webkit-keyframes animate-svg-fill-36{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-36{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-36{-webkit-animation:animate-svg-fill-36 1s linear 0.45000000000000007s both;animation:animate-svg-fill-36 1s linear 0.45000000000000007s both}@-webkit-keyframes animate-svg-fill-37{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-37{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-37{-webkit-animation:animate-svg-fill-37 1s linear 0.45999999999999996s both;animation:animate-svg-fill-37 1s linear 0.45999999999999996s both}@-webkit-keyframes animate-svg-fill-38{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-38{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-38{-webkit-animation:animate-svg-fill-38 1s linear 0.47s both;animation:animate-svg-fill-38 1s linear 0.47s both}@-webkit-keyframes animate-svg-fill-39{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-39{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-39{-webkit-animation:animate-svg-fill-39 1s linear 0.48s both;animation:animate-svg-fill-39 1s linear 0.48s both}@-webkit-keyframes animate-svg-fill-40{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-40{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-40{-webkit-animation:animate-svg-fill-40 1s linear 0.49s both;animation:animate-svg-fill-40 1s linear 0.49s both}@-webkit-keyframes animate-svg-fill-41{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-41{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-41{-webkit-animation:animate-svg-fill-41 1s linear 0.5s both;animation:animate-svg-fill-41 1s linear 0.5s both}@-webkit-keyframes animate-svg-fill-42{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-42{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-42{-webkit-animation:animate-svg-fill-42 1s linear 0.51s both;animation:animate-svg-fill-42 1s linear 0.51s both}@-webkit-keyframes animate-svg-fill-43{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-43{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-43{-webkit-animation:animate-svg-fill-43 1s linear 0.52s both;animation:animate-svg-fill-43 1s linear 0.52s both}@-webkit-keyframes animate-svg-fill-44{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-44{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-44{-webkit-animation:animate-svg-fill-44 1s linear 0.53s both;animation:animate-svg-fill-44 1s linear 0.53s both}@-webkit-keyframes animate-svg-fill-45{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-45{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-45{-webkit-animation:animate-svg-fill-45 1s linear 0.54s both;animation:animate-svg-fill-45 1s linear 0.54s both}@-webkit-keyframes animate-svg-fill-46{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-46{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-46{-webkit-animation:animate-svg-fill-46 1s linear 0.55s both;animation:animate-svg-fill-46 1s linear 0.55s both}@-webkit-keyframes animate-svg-fill-47{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-47{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-47{-webkit-animation:animate-svg-fill-47 1s linear 0.56s both;animation:animate-svg-fill-47 1s linear 0.56s both}@-webkit-keyframes animate-svg-fill-48{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-48{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-48{-webkit-animation:animate-svg-fill-48 1s linear 0.5700000000000001s both;animation:animate-svg-fill-48 1s linear 0.5700000000000001s both}@-webkit-keyframes animate-svg-fill-49{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-49{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-49{-webkit-animation:animate-svg-fill-49 1s linear 0.58s both;animation:animate-svg-fill-49 1s linear 0.58s both}@-webkit-keyframes animate-svg-fill-50{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-50{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-50{-webkit-animation:animate-svg-fill-50 1s linear 0.59s both;animation:animate-svg-fill-50 1s linear 0.59s both}@-webkit-keyframes animate-svg-fill-51{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-51{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-51{-webkit-animation:animate-svg-fill-51 1s linear 0.6s both;animation:animate-svg-fill-51 1s linear 0.6s both}@-webkit-keyframes animate-svg-fill-52{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-52{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-52{-webkit-animation:animate-svg-fill-52 1s linear 0.61s both;animation:animate-svg-fill-52 1s linear 0.61s both}@-webkit-keyframes animate-svg-fill-53{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-53{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-53{-webkit-animation:animate-svg-fill-53 1s linear 0.62s both;animation:animate-svg-fill-53 1s linear 0.62s both}@-webkit-keyframes animate-svg-fill-54{0%{fill:transparent}100%{fill:rgb(132,166,244)}}@keyframes animate-svg-fill-54{0%{fill:transparent}100%{fill:rgb(132,166,244)}}.svg-elem-54{-webkit-animation:animate-svg-fill-54 1s linear 0.63s both;animation:animate-svg-fill-54 1s linear 0.63s both}@-webkit-keyframes animate-svg-fill-55{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-55{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-55{-webkit-animation:animate-svg-fill-55 1s linear 0.64s both;animation:animate-svg-fill-55 1s linear 0.64s both}@-webkit-keyframes animate-svg-fill-56{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-56{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-56{-webkit-animation:animate-svg-fill-56 1s linear 0.65s both;animation:animate-svg-fill-56 1s linear 0.65s both}@-webkit-keyframes animate-svg-fill-57{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-57{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-57{-webkit-animation:animate-svg-fill-57 1s linear 0.66s both;animation:animate-svg-fill-57 1s linear 0.66s both}@-webkit-keyframes animate-svg-fill-58{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-58{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-58{-webkit-animation:animate-svg-fill-58 1s linear 0.67s both;animation:animate-svg-fill-58 1s linear 0.67s both}@-webkit-keyframes animate-svg-fill-59{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-59{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-59{-webkit-animation:animate-svg-fill-59 1s linear 0.6799999999999999s both;animation:animate-svg-fill-59 1s linear 0.6799999999999999s both}@-webkit-keyframes animate-svg-fill-60{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-60{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-60{-webkit-animation:animate-svg-fill-60 1s linear 0.69s both;animation:animate-svg-fill-60 1s linear 0.69s both}@-webkit-keyframes animate-svg-fill-61{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-61{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-61{-webkit-animation:animate-svg-fill-61 1s linear 0.7s both;animation:animate-svg-fill-61 1s linear 0.7s both}@-webkit-keyframes animate-svg-fill-62{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-62{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-62{-webkit-animation:animate-svg-fill-62 1s linear 0.71s both;animation:animate-svg-fill-62 1s linear 0.71s both}@-webkit-keyframes animate-svg-fill-63{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-63{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-63{-webkit-animation:animate-svg-fill-63 1s linear 0.72s both;animation:animate-svg-fill-63 1s linear 0.72s both}@-webkit-keyframes animate-svg-fill-64{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-64{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-64{-webkit-animation:animate-svg-fill-64 1s linear 0.73s both;animation:animate-svg-fill-64 1s linear 0.73s both}@-webkit-keyframes animate-svg-fill-65{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-65{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-65{-webkit-animation:animate-svg-fill-65 1s linear 0.74s both;animation:animate-svg-fill-65 1s linear 0.74s both}@-webkit-keyframes animate-svg-fill-66{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-66{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-66{-webkit-animation:animate-svg-fill-66 1s linear 0.75s both;animation:animate-svg-fill-66 1s linear 0.75s both}@-webkit-keyframes animate-svg-fill-67{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-67{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-67{-webkit-animation:animate-svg-fill-67 1s linear 0.76s both;animation:animate-svg-fill-67 1s linear 0.76s both}@-webkit-keyframes animate-svg-fill-68{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-68{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-68{-webkit-animation:animate-svg-fill-68 1s linear 0.77s both;animation:animate-svg-fill-68 1s linear 0.77s both}@-webkit-keyframes animate-svg-fill-69{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-69{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-69{-webkit-animation:animate-svg-fill-69 1s linear 0.78s both;animation:animate-svg-fill-69 1s linear 0.78s both}@-webkit-keyframes animate-svg-fill-70{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-70{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-70{-webkit-animation:animate-svg-fill-70 1s linear 0.79s both;animation:animate-svg-fill-70 1s linear 0.79s both}@-webkit-keyframes animate-svg-fill-71{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-71{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-71{-webkit-animation:animate-svg-fill-71 1s linear 0.8s both;animation:animate-svg-fill-71 1s linear 0.8s both}@-webkit-keyframes animate-svg-fill-72{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-72{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-72{-webkit-animation:animate-svg-fill-72 1s linear 0.8099999999999999s both;animation:animate-svg-fill-72 1s linear 0.8099999999999999s both}@-webkit-keyframes animate-svg-fill-73{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-73{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-73{-webkit-animation:animate-svg-fill-73 1s linear 0.82s both;animation:animate-svg-fill-73 1s linear 0.82s both}@-webkit-keyframes animate-svg-fill-74{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-74{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-74{-webkit-animation:animate-svg-fill-74 1s linear 0.83s both;animation:animate-svg-fill-74 1s linear 0.83s both}@-webkit-keyframes animate-svg-fill-75{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-75{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-75{-webkit-animation:animate-svg-fill-75 1s linear 0.84s both;animation:animate-svg-fill-75 1s linear 0.84s both}@-webkit-keyframes animate-svg-fill-76{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-76{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-76{-webkit-animation:animate-svg-fill-76 1s linear 0.85s both;animation:animate-svg-fill-76 1s linear 0.85s both}@-webkit-keyframes animate-svg-fill-77{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-77{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-77{-webkit-animation:animate-svg-fill-77 1s linear 0.86s both;animation:animate-svg-fill-77 1s linear 0.86s both}@-webkit-keyframes animate-svg-fill-78{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-78{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-78{-webkit-animation:animate-svg-fill-78 1s linear 0.87s both;animation:animate-svg-fill-78 1s linear 0.87s both}@-webkit-keyframes animate-svg-fill-79{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-79{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-79{-webkit-animation:animate-svg-fill-79 1s linear 0.88s both;animation:animate-svg-fill-79 1s linear 0.88s both}@-webkit-keyframes animate-svg-fill-80{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-80{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-80{-webkit-animation:animate-svg-fill-80 1s linear 0.89s both;animation:animate-svg-fill-80 1s linear 0.89s both}@-webkit-keyframes animate-svg-fill-81{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-81{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-81{-webkit-animation:animate-svg-fill-81 1s linear 0.9s both;animation:animate-svg-fill-81 1s linear 0.9s both}@-webkit-keyframes animate-svg-fill-82{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-82{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-82{-webkit-animation:animate-svg-fill-82 1s linear 0.91s both;animation:animate-svg-fill-82 1s linear 0.91s both}@-webkit-keyframes animate-svg-fill-83{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-83{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-83{-webkit-animation:animate-svg-fill-83 1s linear 0.92s both;animation:animate-svg-fill-83 1s linear 0.92s both}@-webkit-keyframes animate-svg-fill-84{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-84{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-84{-webkit-animation:animate-svg-fill-84 1s linear 0.93s both;animation:animate-svg-fill-84 1s linear 0.93s both}@-webkit-keyframes animate-svg-fill-85{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-85{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-85{-webkit-animation:animate-svg-fill-85 1s linear 0.94s both;animation:animate-svg-fill-85 1s linear 0.94s both}@-webkit-keyframes animate-svg-fill-86{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-86{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-86{-webkit-animation:animate-svg-fill-86 1s linear 0.95s both;animation:animate-svg-fill-86 1s linear 0.95s both}@-webkit-keyframes animate-svg-fill-87{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-87{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-87{-webkit-animation:animate-svg-fill-87 1s linear 0.96s both;animation:animate-svg-fill-87 1s linear 0.96s both}@-webkit-keyframes animate-svg-fill-88{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-88{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-88{-webkit-animation:animate-svg-fill-88 1s linear 0.97s both;animation:animate-svg-fill-88 1s linear 0.97s both}@-webkit-keyframes animate-svg-fill-89{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-89{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-89{-webkit-animation:animate-svg-fill-89 1s linear 0.98s both;animation:animate-svg-fill-89 1s linear 0.98s both}@-webkit-keyframes animate-svg-fill-90{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-90{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-90{-webkit-animation:animate-svg-fill-90 1s linear 0.99s both;animation:animate-svg-fill-90 1s linear 0.99s both}@-webkit-keyframes animate-svg-fill-91{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-91{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-91{-webkit-animation:animate-svg-fill-91 1s linear 1s both;animation:animate-svg-fill-91 1s linear 1s both}@-webkit-keyframes animate-svg-fill-92{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-92{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-92{-webkit-animation:animate-svg-fill-92 1s linear 1.01s both;animation:animate-svg-fill-92 1s linear 1.01s both}@-webkit-keyframes animate-svg-fill-93{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-93{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-93{-webkit-animation:animate-svg-fill-93 1s linear 1.02s both;animation:animate-svg-fill-93 1s linear 1.02s both}@-webkit-keyframes animate-svg-fill-94{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-94{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-94{-webkit-animation:animate-svg-fill-94 1s linear 1.03s both;animation:animate-svg-fill-94 1s linear 1.03s both}@-webkit-keyframes animate-svg-fill-95{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-95{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-95{-webkit-animation:animate-svg-fill-95 1s linear 1.04s both;animation:animate-svg-fill-95 1s linear 1.04s both}@-webkit-keyframes animate-svg-fill-96{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-96{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-96{-webkit-animation:animate-svg-fill-96 1s linear 1.05s both;animation:animate-svg-fill-96 1s linear 1.05s both}@-webkit-keyframes animate-svg-fill-97{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-97{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-97{-webkit-animation:animate-svg-fill-97 1s linear 1.06s both;animation:animate-svg-fill-97 1s linear 1.06s both}@-webkit-keyframes animate-svg-fill-98{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-98{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-98{-webkit-animation:animate-svg-fill-98 1s linear 1.07s both;animation:animate-svg-fill-98 1s linear 1.07s both}@-webkit-keyframes animate-svg-fill-99{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-99{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-99{-webkit-animation:animate-svg-fill-99 1s linear 1.08s both;animation:animate-svg-fill-99 1s linear 1.08s both}@-webkit-keyframes animate-svg-fill-100{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-100{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-100{-webkit-animation:animate-svg-fill-100 1s linear 1.09s both;animation:animate-svg-fill-100 1s linear 1.09s both}@-webkit-keyframes animate-svg-fill-101{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-101{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-101{-webkit-animation:animate-svg-fill-101 1s linear 1.1s both;animation:animate-svg-fill-101 1s linear 1.1s both}@-webkit-keyframes animate-svg-fill-102{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-102{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-102{-webkit-animation:animate-svg-fill-102 1s linear 1.11s both;animation:animate-svg-fill-102 1s linear 1.11s both}@-webkit-keyframes animate-svg-fill-103{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-103{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-103{-webkit-animation:animate-svg-fill-103 1s linear 1.12s both;animation:animate-svg-fill-103 1s linear 1.12s both}@-webkit-keyframes animate-svg-fill-104{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-104{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-104{-webkit-animation:animate-svg-fill-104 1s linear 1.1300000000000001s both;animation:animate-svg-fill-104 1s linear 1.1300000000000001s both}@-webkit-keyframes animate-svg-fill-105{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-105{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-105{-webkit-animation:animate-svg-fill-105 1s linear 1.1400000000000001s both;animation:animate-svg-fill-105 1s linear 1.1400000000000001s both}@-webkit-keyframes animate-svg-fill-106{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-106{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-106{-webkit-animation:animate-svg-fill-106 1s linear 1.1500000000000001s both;animation:animate-svg-fill-106 1s linear 1.1500000000000001s both}@-webkit-keyframes animate-svg-fill-107{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-107{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-107{-webkit-animation:animate-svg-fill-107 1s linear 1.1600000000000001s both;animation:animate-svg-fill-107 1s linear 1.1600000000000001s both}@-webkit-keyframes animate-svg-fill-108{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-108{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-108{-webkit-animation:animate-svg-fill-108 1s linear 1.1700000000000002s both;animation:animate-svg-fill-108 1s linear 1.1700000000000002s both}@-webkit-keyframes animate-svg-fill-109{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-109{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-109{-webkit-animation:animate-svg-fill-109 1s linear 1.1800000000000002s both;animation:animate-svg-fill-109 1s linear 1.1800000000000002s both}@-webkit-keyframes animate-svg-fill-110{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-110{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-110{-webkit-animation:animate-svg-fill-110 1s linear 1.1900000000000002s both;animation:animate-svg-fill-110 1s linear 1.1900000000000002s both}@-webkit-keyframes animate-svg-fill-111{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-111{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-111{-webkit-animation:animate-svg-fill-111 1s linear 1.2000000000000002s both;animation:animate-svg-fill-111 1s linear 1.2000000000000002s both}@-webkit-keyframes animate-svg-fill-112{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-112{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-112{-webkit-animation:animate-svg-fill-112 1s linear 1.2100000000000002s both;animation:animate-svg-fill-112 1s linear 1.2100000000000002s both}@-webkit-keyframes animate-svg-fill-113{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-113{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-113{-webkit-animation:animate-svg-fill-113 1s linear 1.2200000000000002s both;animation:animate-svg-fill-113 1s linear 1.2200000000000002s both}@-webkit-keyframes animate-svg-fill-114{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-114{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-114{-webkit-animation:animate-svg-fill-114 1s linear 1.2300000000000002s both;animation:animate-svg-fill-114 1s linear 1.2300000000000002s both}@-webkit-keyframes animate-svg-fill-115{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-115{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-115{-webkit-animation:animate-svg-fill-115 1s linear 1.2400000000000002s both;animation:animate-svg-fill-115 1s linear 1.2400000000000002s both}@-webkit-keyframes animate-svg-fill-116{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-116{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-116{-webkit-animation:animate-svg-fill-116 1s linear 1.2500000000000002s both;animation:animate-svg-fill-116 1s linear 1.2500000000000002s both}@-webkit-keyframes animate-svg-fill-117{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-117{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-117{-webkit-animation:animate-svg-fill-117 1s linear 1.26s both;animation:animate-svg-fill-117 1s linear 1.26s both}@-webkit-keyframes animate-svg-fill-118{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-118{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-118{-webkit-animation:animate-svg-fill-118 1s linear 1.27s both;animation:animate-svg-fill-118 1s linear 1.27s both}@-webkit-keyframes animate-svg-fill-119{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-119{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-119{-webkit-animation:animate-svg-fill-119 1s linear 1.28s both;animation:animate-svg-fill-119 1s linear 1.28s both}@-webkit-keyframes animate-svg-fill-120{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-120{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-120{-webkit-animation:animate-svg-fill-120 1s linear 1.29s both;animation:animate-svg-fill-120 1s linear 1.29s both}@-webkit-keyframes animate-svg-fill-121{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-121{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-121{-webkit-animation:animate-svg-fill-121 1s linear 1.3s both;animation:animate-svg-fill-121 1s linear 1.3s both}@-webkit-keyframes animate-svg-fill-122{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-122{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-122{-webkit-animation:animate-svg-fill-122 1s linear 1.31s both;animation:animate-svg-fill-122 1s linear 1.31s both}@-webkit-keyframes animate-svg-fill-123{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-123{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-123{-webkit-animation:animate-svg-fill-123 1s linear 1.32s both;animation:animate-svg-fill-123 1s linear 1.32s both}@-webkit-keyframes animate-svg-fill-124{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-124{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-124{-webkit-animation:animate-svg-fill-124 1s linear 1.33s both;animation:animate-svg-fill-124 1s linear 1.33s both}@-webkit-keyframes animate-svg-fill-125{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-125{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-125{-webkit-animation:animate-svg-fill-125 1s linear 1.34s both;animation:animate-svg-fill-125 1s linear 1.34s both}@-webkit-keyframes animate-svg-fill-126{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-126{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-126{-webkit-animation:animate-svg-fill-126 1s linear 1.35s both;animation:animate-svg-fill-126 1s linear 1.35s both}@-webkit-keyframes animate-svg-fill-127{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-127{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-127{-webkit-animation:animate-svg-fill-127 1s linear 1.36s both;animation:animate-svg-fill-127 1s linear 1.36s both}@-webkit-keyframes animate-svg-fill-128{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-128{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-128{-webkit-animation:animate-svg-fill-128 1s linear 1.37s both;animation:animate-svg-fill-128 1s linear 1.37s both}@-webkit-keyframes animate-svg-fill-129{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-129{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-129{-webkit-animation:animate-svg-fill-129 1s linear 1.3800000000000001s both;animation:animate-svg-fill-129 1s linear 1.3800000000000001s both}@-webkit-keyframes animate-svg-fill-130{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-130{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-130{-webkit-animation:animate-svg-fill-130 1s linear 1.3900000000000001s both;animation:animate-svg-fill-130 1s linear 1.3900000000000001s both}@-webkit-keyframes animate-svg-fill-131{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-131{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-131{-webkit-animation:animate-svg-fill-131 1s linear 1.4000000000000001s both;animation:animate-svg-fill-131 1s linear 1.4000000000000001s both}@-webkit-keyframes animate-svg-fill-132{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-132{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-132{-webkit-animation:animate-svg-fill-132 1s linear 1.4100000000000001s both;animation:animate-svg-fill-132 1s linear 1.4100000000000001s both}@-webkit-keyframes animate-svg-fill-133{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-133{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-133{-webkit-animation:animate-svg-fill-133 1s linear 1.4200000000000002s both;animation:animate-svg-fill-133 1s linear 1.4200000000000002s both}@-webkit-keyframes animate-svg-fill-134{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-134{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-134{-webkit-animation:animate-svg-fill-134 1s linear 1.4300000000000002s both;animation:animate-svg-fill-134 1s linear 1.4300000000000002s both}@-webkit-keyframes animate-svg-fill-135{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-135{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-135{-webkit-animation:animate-svg-fill-135 1s linear 1.4400000000000002s both;animation:animate-svg-fill-135 1s linear 1.4400000000000002s both}@-webkit-keyframes animate-svg-fill-136{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-136{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-136{-webkit-animation:animate-svg-fill-136 1s linear 1.4500000000000002s both;animation:animate-svg-fill-136 1s linear 1.4500000000000002s both}@-webkit-keyframes animate-svg-fill-137{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-137{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-137{-webkit-animation:animate-svg-fill-137 1s linear 1.4600000000000002s both;animation:animate-svg-fill-137 1s linear 1.4600000000000002s both}@-webkit-keyframes animate-svg-fill-138{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-138{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-138{-webkit-animation:animate-svg-fill-138 1s linear 1.4700000000000002s both;animation:animate-svg-fill-138 1s linear 1.4700000000000002s both}@-webkit-keyframes animate-svg-fill-139{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-139{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-139{-webkit-animation:animate-svg-fill-139 1s linear 1.4800000000000002s both;animation:animate-svg-fill-139 1s linear 1.4800000000000002s both}@-webkit-keyframes animate-svg-fill-140{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-140{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-140{-webkit-animation:animate-svg-fill-140 1s linear 1.4900000000000002s both;animation:animate-svg-fill-140 1s linear 1.4900000000000002s both}@-webkit-keyframes animate-svg-fill-141{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-141{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-141{-webkit-animation:animate-svg-fill-141 1s linear 1.5000000000000002s both;animation:animate-svg-fill-141 1s linear 1.5000000000000002s both}@-webkit-keyframes animate-svg-fill-142{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-142{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-142{-webkit-animation:animate-svg-fill-142 1s linear 1.51s both;animation:animate-svg-fill-142 1s linear 1.51s both}@-webkit-keyframes animate-svg-fill-143{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-143{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-143{-webkit-animation:animate-svg-fill-143 1s linear 1.52s both;animation:animate-svg-fill-143 1s linear 1.52s both}@-webkit-keyframes animate-svg-fill-144{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-144{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-144{-webkit-animation:animate-svg-fill-144 1s linear 1.53s both;animation:animate-svg-fill-144 1s linear 1.53s both}@-webkit-keyframes animate-svg-fill-145{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-145{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-145{-webkit-animation:animate-svg-fill-145 1s linear 1.54s both;animation:animate-svg-fill-145 1s linear 1.54s both}@-webkit-keyframes animate-svg-fill-146{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-146{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-146{-webkit-animation:animate-svg-fill-146 1s linear 1.55s both;animation:animate-svg-fill-146 1s linear 1.55s both}@-webkit-keyframes animate-svg-fill-147{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-147{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-147{-webkit-animation:animate-svg-fill-147 1s linear 1.56s both;animation:animate-svg-fill-147 1s linear 1.56s both}@-webkit-keyframes animate-svg-fill-148{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-148{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-148{-webkit-animation:animate-svg-fill-148 1s linear 1.57s both;animation:animate-svg-fill-148 1s linear 1.57s both}@-webkit-keyframes animate-svg-fill-149{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-149{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-149{-webkit-animation:animate-svg-fill-149 1s linear 1.58s both;animation:animate-svg-fill-149 1s linear 1.58s both}@-webkit-keyframes animate-svg-fill-150{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-150{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-150{-webkit-animation:animate-svg-fill-150 1s linear 1.59s both;animation:animate-svg-fill-150 1s linear 1.59s both}@-webkit-keyframes animate-svg-fill-151{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-151{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-151{-webkit-animation:animate-svg-fill-151 1s linear 1.6s both;animation:animate-svg-fill-151 1s linear 1.6s both}@-webkit-keyframes animate-svg-fill-152{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-152{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-152{-webkit-animation:animate-svg-fill-152 1s linear 1.61s both;animation:animate-svg-fill-152 1s linear 1.61s both}@-webkit-keyframes animate-svg-fill-153{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-153{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-153{-webkit-animation:animate-svg-fill-153 1s linear 1.62s both;animation:animate-svg-fill-153 1s linear 1.62s both}@-webkit-keyframes animate-svg-fill-154{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-154{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-154{-webkit-animation:animate-svg-fill-154 1s linear 1.6300000000000001s both;animation:animate-svg-fill-154 1s linear 1.6300000000000001s both}@-webkit-keyframes animate-svg-fill-155{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-155{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-155{-webkit-animation:animate-svg-fill-155 1s linear 1.6400000000000001s both;animation:animate-svg-fill-155 1s linear 1.6400000000000001s both}@-webkit-keyframes animate-svg-fill-156{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-156{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-156{-webkit-animation:animate-svg-fill-156 1s linear 1.6500000000000001s both;animation:animate-svg-fill-156 1s linear 1.6500000000000001s both}@-webkit-keyframes animate-svg-fill-157{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-157{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-157{-webkit-animation:animate-svg-fill-157 1s linear 1.6600000000000001s both;animation:animate-svg-fill-157 1s linear 1.6600000000000001s both}@-webkit-keyframes animate-svg-fill-158{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-158{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-158{-webkit-animation:animate-svg-fill-158 1s linear 1.6700000000000002s both;animation:animate-svg-fill-158 1s linear 1.6700000000000002s both}@-webkit-keyframes animate-svg-fill-159{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-159{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-159{-webkit-animation:animate-svg-fill-159 1s linear 1.6800000000000002s both;animation:animate-svg-fill-159 1s linear 1.6800000000000002s both}@-webkit-keyframes animate-svg-fill-160{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-160{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-160{-webkit-animation:animate-svg-fill-160 1s linear 1.6900000000000002s both;animation:animate-svg-fill-160 1s linear 1.6900000000000002s both}@-webkit-keyframes animate-svg-fill-161{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-161{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-161{-webkit-animation:animate-svg-fill-161 1s linear 1.7000000000000002s both;animation:animate-svg-fill-161 1s linear 1.7000000000000002s both}@-webkit-keyframes animate-svg-fill-162{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-162{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-162{-webkit-animation:animate-svg-fill-162 1s linear 1.7100000000000002s both;animation:animate-svg-fill-162 1s linear 1.7100000000000002s both}@-webkit-keyframes animate-svg-fill-163{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-163{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-163{-webkit-animation:animate-svg-fill-163 1s linear 1.7200000000000002s both;animation:animate-svg-fill-163 1s linear 1.7200000000000002s both}@-webkit-keyframes animate-svg-fill-164{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-164{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-164{-webkit-animation:animate-svg-fill-164 1s linear 1.7300000000000002s both;animation:animate-svg-fill-164 1s linear 1.7300000000000002s both}@-webkit-keyframes animate-svg-fill-165{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-165{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-165{-webkit-animation:animate-svg-fill-165 1s linear 1.7400000000000002s both;animation:animate-svg-fill-165 1s linear 1.7400000000000002s both}@-webkit-keyframes animate-svg-fill-166{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-166{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-166{-webkit-animation:animate-svg-fill-166 1s linear 1.7500000000000002s both;animation:animate-svg-fill-166 1s linear 1.7500000000000002s both}@-webkit-keyframes animate-svg-fill-167{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-167{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-167{-webkit-animation:animate-svg-fill-167 1s linear 1.7600000000000002s both;animation:animate-svg-fill-167 1s linear 1.7600000000000002s both}@-webkit-keyframes animate-svg-fill-168{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-168{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-168{-webkit-animation:animate-svg-fill-168 1s linear 1.77s both;animation:animate-svg-fill-168 1s linear 1.77s both}@-webkit-keyframes animate-svg-fill-169{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-169{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-169{-webkit-animation:animate-svg-fill-169 1s linear 1.78s both;animation:animate-svg-fill-169 1s linear 1.78s both}@-webkit-keyframes animate-svg-fill-170{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-170{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-170{-webkit-animation:animate-svg-fill-170 1s linear 1.79s both;animation:animate-svg-fill-170 1s linear 1.79s both}@-webkit-keyframes animate-svg-fill-171{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-171{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-171{-webkit-animation:animate-svg-fill-171 1s linear 1.8s both;animation:animate-svg-fill-171 1s linear 1.8s both}@-webkit-keyframes animate-svg-fill-172{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-172{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-172{-webkit-animation:animate-svg-fill-172 1s linear 1.81s both;animation:animate-svg-fill-172 1s linear 1.81s both}@-webkit-keyframes animate-svg-fill-173{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-173{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-173{-webkit-animation:animate-svg-fill-173 1s linear 1.82s both;animation:animate-svg-fill-173 1s linear 1.82s both}@-webkit-keyframes animate-svg-fill-174{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-174{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-174{-webkit-animation:animate-svg-fill-174 1s linear 1.83s both;animation:animate-svg-fill-174 1s linear 1.83s both}@-webkit-keyframes animate-svg-fill-175{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-175{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-175{-webkit-animation:animate-svg-fill-175 1s linear 1.84s both;animation:animate-svg-fill-175 1s linear 1.84s both}@-webkit-keyframes animate-svg-fill-176{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-176{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-176{-webkit-animation:animate-svg-fill-176 1s linear 1.85s both;animation:animate-svg-fill-176 1s linear 1.85s both}@-webkit-keyframes animate-svg-fill-177{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-177{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-177{-webkit-animation:animate-svg-fill-177 1s linear 1.86s both;animation:animate-svg-fill-177 1s linear 1.86s both}@-webkit-keyframes animate-svg-fill-178{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-178{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-178{-webkit-animation:animate-svg-fill-178 1s linear 1.87s both;animation:animate-svg-fill-178 1s linear 1.87s both}@-webkit-keyframes animate-svg-fill-179{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-179{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-179{-webkit-animation:animate-svg-fill-179 1s linear 1.8800000000000001s both;animation:animate-svg-fill-179 1s linear 1.8800000000000001s both}@-webkit-keyframes animate-svg-fill-180{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-180{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-180{-webkit-animation:animate-svg-fill-180 1s linear 1.8900000000000001s both;animation:animate-svg-fill-180 1s linear 1.8900000000000001s both}@-webkit-keyframes animate-svg-fill-181{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-181{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-181{-webkit-animation:animate-svg-fill-181 1s linear 1.9000000000000001s both;animation:animate-svg-fill-181 1s linear 1.9000000000000001s both}@-webkit-keyframes animate-svg-fill-182{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-182{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-182{-webkit-animation:animate-svg-fill-182 1s linear 1.9100000000000001s both;animation:animate-svg-fill-182 1s linear 1.9100000000000001s both}@-webkit-keyframes animate-svg-fill-183{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-183{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-183{-webkit-animation:animate-svg-fill-183 1s linear 1.9200000000000002s both;animation:animate-svg-fill-183 1s linear 1.9200000000000002s both}@-webkit-keyframes animate-svg-fill-184{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-184{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-184{-webkit-animation:animate-svg-fill-184 1s linear 1.9300000000000002s both;animation:animate-svg-fill-184 1s linear 1.9300000000000002s both}@-webkit-keyframes animate-svg-fill-185{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-185{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-185{-webkit-animation:animate-svg-fill-185 1s linear 1.9400000000000002s both;animation:animate-svg-fill-185 1s linear 1.9400000000000002s both}@-webkit-keyframes animate-svg-fill-186{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-186{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-186{-webkit-animation:animate-svg-fill-186 1s linear 1.9500000000000002s both;animation:animate-svg-fill-186 1s linear 1.9500000000000002s both}@-webkit-keyframes animate-svg-fill-187{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-187{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-187{-webkit-animation:animate-svg-fill-187 1s linear 1.9600000000000002s both;animation:animate-svg-fill-187 1s linear 1.9600000000000002s both}@-webkit-keyframes animate-svg-fill-188{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-188{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-188{-webkit-animation:animate-svg-fill-188 1s linear 1.9700000000000002s both;animation:animate-svg-fill-188 1s linear 1.9700000000000002s both}@-webkit-keyframes animate-svg-fill-189{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-189{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-189{-webkit-animation:animate-svg-fill-189 1s linear 1.9800000000000002s both;animation:animate-svg-fill-189 1s linear 1.9800000000000002s both}@-webkit-keyframes animate-svg-fill-190{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-190{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-190{-webkit-animation:animate-svg-fill-190 1s linear 1.9900000000000002s both;animation:animate-svg-fill-190 1s linear 1.9900000000000002s both}@-webkit-keyframes animate-svg-fill-191{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-191{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-191{-webkit-animation:animate-svg-fill-191 1s linear 2s both;animation:animate-svg-fill-191 1s linear 2s both}@-webkit-keyframes animate-svg-fill-192{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-192{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-192{-webkit-animation:animate-svg-fill-192 1s linear 2.0100000000000002s both;animation:animate-svg-fill-192 1s linear 2.0100000000000002s both}@-webkit-keyframes animate-svg-fill-193{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-193{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-193{-webkit-animation:animate-svg-fill-193 1s linear 2.02s both;animation:animate-svg-fill-193 1s linear 2.02s both}@-webkit-keyframes animate-svg-fill-194{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-194{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-194{-webkit-animation:animate-svg-fill-194 1s linear 2.03s both;animation:animate-svg-fill-194 1s linear 2.03s both}@-webkit-keyframes animate-svg-fill-195{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-195{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-195{-webkit-animation:animate-svg-fill-195 1s linear 2.04s both;animation:animate-svg-fill-195 1s linear 2.04s both}@-webkit-keyframes animate-svg-fill-196{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-196{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-196{-webkit-animation:animate-svg-fill-196 1s linear 2.05s both;animation:animate-svg-fill-196 1s linear 2.05s both}@-webkit-keyframes animate-svg-fill-197{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-197{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-197{-webkit-animation:animate-svg-fill-197 1s linear 2.06s both;animation:animate-svg-fill-197 1s linear 2.06s both}@-webkit-keyframes animate-svg-fill-198{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-198{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-198{-webkit-animation:animate-svg-fill-198 1s linear 2.07s both;animation:animate-svg-fill-198 1s linear 2.07s both}@-webkit-keyframes animate-svg-fill-199{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-199{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-199{-webkit-animation:animate-svg-fill-199 1s linear 2.08s both;animation:animate-svg-fill-199 1s linear 2.08s both}@-webkit-keyframes animate-svg-fill-200{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-200{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-200{-webkit-animation:animate-svg-fill-200 1s linear 2.09s both;animation:animate-svg-fill-200 1s linear 2.09s both}@-webkit-keyframes animate-svg-fill-201{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-201{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-201{-webkit-animation:animate-svg-fill-201 1s linear 2.1s both;animation:animate-svg-fill-201 1s linear 2.1s both}@-webkit-keyframes animate-svg-fill-202{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-202{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-202{-webkit-animation:animate-svg-fill-202 1s linear 2.1100000000000003s both;animation:animate-svg-fill-202 1s linear 2.1100000000000003s both}@-webkit-keyframes animate-svg-fill-203{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-203{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-203{-webkit-animation:animate-svg-fill-203 1s linear 2.12s both;animation:animate-svg-fill-203 1s linear 2.12s both}@-webkit-keyframes animate-svg-fill-204{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-204{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-204{-webkit-animation:animate-svg-fill-204 1s linear 2.1300000000000003s both;animation:animate-svg-fill-204 1s linear 2.1300000000000003s both}@-webkit-keyframes animate-svg-fill-205{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-205{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-205{-webkit-animation:animate-svg-fill-205 1s linear 2.14s both;animation:animate-svg-fill-205 1s linear 2.14s both}@-webkit-keyframes animate-svg-fill-206{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-206{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-206{-webkit-animation:animate-svg-fill-206 1s linear 2.15s both;animation:animate-svg-fill-206 1s linear 2.15s both}@-webkit-keyframes animate-svg-fill-207{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-207{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-207{-webkit-animation:animate-svg-fill-207 1s linear 2.16s both;animation:animate-svg-fill-207 1s linear 2.16s both}@-webkit-keyframes animate-svg-fill-208{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-208{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-208{-webkit-animation:animate-svg-fill-208 1s linear 2.17s both;animation:animate-svg-fill-208 1s linear 2.17s both}@-webkit-keyframes animate-svg-fill-209{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-209{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-209{-webkit-animation:animate-svg-fill-209 1s linear 2.18s both;animation:animate-svg-fill-209 1s linear 2.18s both}@-webkit-keyframes animate-svg-fill-210{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-210{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-210{-webkit-animation:animate-svg-fill-210 1s linear 2.19s both;animation:animate-svg-fill-210 1s linear 2.19s both}@-webkit-keyframes animate-svg-fill-211{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-211{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-211{-webkit-animation:animate-svg-fill-211 1s linear 2.2s both;animation:animate-svg-fill-211 1s linear 2.2s both}@-webkit-keyframes animate-svg-fill-212{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-212{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-212{-webkit-animation:animate-svg-fill-212 1s linear 2.21s both;animation:animate-svg-fill-212 1s linear 2.21s both}@-webkit-keyframes animate-svg-fill-213{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-213{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-213{-webkit-animation:animate-svg-fill-213 1s linear 2.22s both;animation:animate-svg-fill-213 1s linear 2.22s both}@-webkit-keyframes animate-svg-fill-214{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-214{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-214{-webkit-animation:animate-svg-fill-214 1s linear 2.23s both;animation:animate-svg-fill-214 1s linear 2.23s both}@-webkit-keyframes animate-svg-fill-215{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-215{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-215{-webkit-animation:animate-svg-fill-215 1s linear 2.24s both;animation:animate-svg-fill-215 1s linear 2.24s both}@-webkit-keyframes animate-svg-fill-216{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-216{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-216{-webkit-animation:animate-svg-fill-216 1s linear 2.25s both;animation:animate-svg-fill-216 1s linear 2.25s both}@-webkit-keyframes animate-svg-fill-217{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-217{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-217{-webkit-animation:animate-svg-fill-217 1s linear 2.2600000000000002s both;animation:animate-svg-fill-217 1s linear 2.2600000000000002s both}@-webkit-keyframes animate-svg-fill-218{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-218{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-218{-webkit-animation:animate-svg-fill-218 1s linear 2.27s both;animation:animate-svg-fill-218 1s linear 2.27s both}@-webkit-keyframes animate-svg-fill-219{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-219{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-219{-webkit-animation:animate-svg-fill-219 1s linear 2.2800000000000002s both;animation:animate-svg-fill-219 1s linear 2.2800000000000002s both}@-webkit-keyframes animate-svg-fill-220{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-220{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-220{-webkit-animation:animate-svg-fill-220 1s linear 2.29s both;animation:animate-svg-fill-220 1s linear 2.29s both}@-webkit-keyframes animate-svg-fill-221{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-221{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-221{-webkit-animation:animate-svg-fill-221 1s linear 2.3000000000000003s both;animation:animate-svg-fill-221 1s linear 2.3000000000000003s both}@-webkit-keyframes animate-svg-fill-222{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-222{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-222{-webkit-animation:animate-svg-fill-222 1s linear 2.31s both;animation:animate-svg-fill-222 1s linear 2.31s both}@-webkit-keyframes animate-svg-fill-223{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-223{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-223{-webkit-animation:animate-svg-fill-223 1s linear 2.3200000000000003s both;animation:animate-svg-fill-223 1s linear 2.3200000000000003s both}@-webkit-keyframes animate-svg-fill-224{0%{fill:transparent}100%{fill:rgb(237,241,249)}}@keyframes animate-svg-fill-224{0%{fill:transparent}100%{fill:rgb(237,241,249)}}.svg-elem-224{-webkit-animation:animate-svg-fill-224 1s linear 2.33s both;animation:animate-svg-fill-224 1s linear 2.33s both}@-webkit-keyframes animate-svg-fill-225{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-225{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-225{-webkit-animation:animate-svg-fill-225 1s linear 2.3400000000000003s both;animation:animate-svg-fill-225 1s linear 2.3400000000000003s both}@-webkit-keyframes animate-svg-fill-226{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-226{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-226{-webkit-animation:animate-svg-fill-226 1s linear 2.35s both;animation:animate-svg-fill-226 1s linear 2.35s both}@-webkit-keyframes animate-svg-fill-227{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-227{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-227{-webkit-animation:animate-svg-fill-227 1s linear 2.3600000000000003s both;animation:animate-svg-fill-227 1s linear 2.3600000000000003s both}@-webkit-keyframes animate-svg-fill-228{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-228{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-228{-webkit-animation:animate-svg-fill-228 1s linear 2.37s both;animation:animate-svg-fill-228 1s linear 2.37s both}@-webkit-keyframes animate-svg-fill-229{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-229{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-229{-webkit-animation:animate-svg-fill-229 1s linear 2.3800000000000003s both;animation:animate-svg-fill-229 1s linear 2.3800000000000003s both}@-webkit-keyframes animate-svg-fill-230{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-230{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-230{-webkit-animation:animate-svg-fill-230 1s linear 2.39s both;animation:animate-svg-fill-230 1s linear 2.39s both}@-webkit-keyframes animate-svg-fill-231{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-231{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-231{-webkit-animation:animate-svg-fill-231 1s linear 2.4000000000000004s both;animation:animate-svg-fill-231 1s linear 2.4000000000000004s both}@-webkit-keyframes animate-svg-fill-232{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-232{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-232{-webkit-animation:animate-svg-fill-232 1s linear 2.41s both;animation:animate-svg-fill-232 1s linear 2.41s both}@-webkit-keyframes animate-svg-fill-233{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-233{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-233{-webkit-animation:animate-svg-fill-233 1s linear 2.42s both;animation:animate-svg-fill-233 1s linear 2.42s both}@-webkit-keyframes animate-svg-fill-234{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-234{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-234{-webkit-animation:animate-svg-fill-234 1s linear 2.43s both;animation:animate-svg-fill-234 1s linear 2.43s both}@-webkit-keyframes animate-svg-fill-235{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-235{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-235{-webkit-animation:animate-svg-fill-235 1s linear 2.44s both;animation:animate-svg-fill-235 1s linear 2.44s both}@-webkit-keyframes animate-svg-fill-236{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-236{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-236{-webkit-animation:animate-svg-fill-236 1s linear 2.45s both;animation:animate-svg-fill-236 1s linear 2.45s both}@-webkit-keyframes animate-svg-fill-237{0%{fill:transparent}100%{fill:rgb(102,117,255)}}@keyframes animate-svg-fill-237{0%{fill:transparent}100%{fill:rgb(102,117,255)}}.svg-elem-237{-webkit-animation:animate-svg-fill-237 1s linear 2.46s both;animation:animate-svg-fill-237 1s linear 2.46s both}@-webkit-keyframes animate-svg-fill-238{0%{fill:transparent}100%{fill:rgb(228,231,239)}}@keyframes animate-svg-fill-238{0%{fill:transparent}100%{fill:rgb(228,231,239)}}.svg-elem-238{-webkit-animation:animate-svg-fill-238 1s linear 2.47s both;animation:animate-svg-fill-238 1s linear 2.47s both}@-webkit-keyframes animate-svg-fill-239{0%{fill:transparent}100%{fill:rgb(218,220,229)}}@keyframes animate-svg-fill-239{0%{fill:transparent}100%{fill:rgb(218,220,229)}}.svg-elem-239{-webkit-animation:animate-svg-fill-239 1s linear 2.48s both;animation:animate-svg-fill-239 1s linear 2.48s both}@-webkit-keyframes animate-svg-fill-240{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-240{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-240{-webkit-animation:animate-svg-fill-240 1s linear 2.49s both;animation:animate-svg-fill-240 1s linear 2.49s both}@-webkit-keyframes animate-svg-fill-241{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-241{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-241{-webkit-animation:animate-svg-fill-241 1s linear 2.5s both;animation:animate-svg-fill-241 1s linear 2.5s both}@-webkit-keyframes animate-svg-fill-242{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-242{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-242{-webkit-animation:animate-svg-fill-242 1s linear 2.5100000000000002s both;animation:animate-svg-fill-242 1s linear 2.5100000000000002s both}@-webkit-keyframes animate-svg-fill-243{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-243{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-243{-webkit-animation:animate-svg-fill-243 1s linear 2.52s both;animation:animate-svg-fill-243 1s linear 2.52s both}@-webkit-keyframes animate-svg-fill-244{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-244{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-244{-webkit-animation:animate-svg-fill-244 1s linear 2.5300000000000002s both;animation:animate-svg-fill-244 1s linear 2.5300000000000002s both}@-webkit-keyframes animate-svg-fill-245{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-245{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-245{-webkit-animation:animate-svg-fill-245 1s linear 2.54s both;animation:animate-svg-fill-245 1s linear 2.54s both}@-webkit-keyframes animate-svg-fill-246{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-246{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-246{-webkit-animation:animate-svg-fill-246 1s linear 2.5500000000000003s both;animation:animate-svg-fill-246 1s linear 2.5500000000000003s both}@-webkit-keyframes animate-svg-fill-247{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-247{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-247{-webkit-animation:animate-svg-fill-247 1s linear 2.56s both;animation:animate-svg-fill-247 1s linear 2.56s both}@-webkit-keyframes animate-svg-fill-248{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-248{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-248{-webkit-animation:animate-svg-fill-248 1s linear 2.5700000000000003s both;animation:animate-svg-fill-248 1s linear 2.5700000000000003s both}@-webkit-keyframes animate-svg-fill-249{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-249{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-249{-webkit-animation:animate-svg-fill-249 1s linear 2.58s both;animation:animate-svg-fill-249 1s linear 2.58s both}@-webkit-keyframes animate-svg-fill-250{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-250{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-250{-webkit-animation:animate-svg-fill-250 1s linear 2.5900000000000003s both;animation:animate-svg-fill-250 1s linear 2.5900000000000003s both}@-webkit-keyframes animate-svg-fill-251{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-251{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-251{-webkit-animation:animate-svg-fill-251 1s linear 2.6s both;animation:animate-svg-fill-251 1s linear 2.6s both}@-webkit-keyframes animate-svg-fill-252{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-252{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-252{-webkit-animation:animate-svg-fill-252 1s linear 2.6100000000000003s both;animation:animate-svg-fill-252 1s linear 2.6100000000000003s both}@-webkit-keyframes animate-svg-fill-253{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-253{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-253{-webkit-animation:animate-svg-fill-253 1s linear 2.62s both;animation:animate-svg-fill-253 1s linear 2.62s both}@-webkit-keyframes animate-svg-fill-254{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-254{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-254{-webkit-animation:animate-svg-fill-254 1s linear 2.6300000000000003s both;animation:animate-svg-fill-254 1s linear 2.6300000000000003s both}@-webkit-keyframes animate-svg-fill-255{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-255{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-255{-webkit-animation:animate-svg-fill-255 1s linear 2.64s both;animation:animate-svg-fill-255 1s linear 2.64s both}@-webkit-keyframes animate-svg-fill-256{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-256{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-256{-webkit-animation:animate-svg-fill-256 1s linear 2.6500000000000004s both;animation:animate-svg-fill-256 1s linear 2.6500000000000004s both}@-webkit-keyframes animate-svg-fill-257{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-257{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-257{-webkit-animation:animate-svg-fill-257 1s linear 2.66s both;animation:animate-svg-fill-257 1s linear 2.66s both}@-webkit-keyframes animate-svg-fill-258{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-258{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-258{-webkit-animation:animate-svg-fill-258 1s linear 2.67s both;animation:animate-svg-fill-258 1s linear 2.67s both}@-webkit-keyframes animate-svg-fill-259{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-259{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-259{-webkit-animation:animate-svg-fill-259 1s linear 2.68s both;animation:animate-svg-fill-259 1s linear 2.68s both}@-webkit-keyframes animate-svg-fill-260{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-260{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-260{-webkit-animation:animate-svg-fill-260 1s linear 2.69s both;animation:animate-svg-fill-260 1s linear 2.69s both}@-webkit-keyframes animate-svg-fill-261{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-261{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-261{-webkit-animation:animate-svg-fill-261 1s linear 2.7s both;animation:animate-svg-fill-261 1s linear 2.7s both}@-webkit-keyframes animate-svg-fill-262{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-262{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-262{-webkit-animation:animate-svg-fill-262 1s linear 2.71s both;animation:animate-svg-fill-262 1s linear 2.71s both}@-webkit-keyframes animate-svg-fill-263{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-263{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-263{-webkit-animation:animate-svg-fill-263 1s linear 2.72s both;animation:animate-svg-fill-263 1s linear 2.72s both}@-webkit-keyframes animate-svg-fill-264{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-264{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-264{-webkit-animation:animate-svg-fill-264 1s linear 2.73s both;animation:animate-svg-fill-264 1s linear 2.73s both}@-webkit-keyframes animate-svg-fill-265{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-265{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-265{-webkit-animation:animate-svg-fill-265 1s linear 2.74s both;animation:animate-svg-fill-265 1s linear 2.74s both}@-webkit-keyframes animate-svg-fill-266{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-266{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-266{-webkit-animation:animate-svg-fill-266 1s linear 2.75s both;animation:animate-svg-fill-266 1s linear 2.75s both}@-webkit-keyframes animate-svg-fill-267{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-267{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-267{-webkit-animation:animate-svg-fill-267 1s linear 2.7600000000000002s both;animation:animate-svg-fill-267 1s linear 2.7600000000000002s both}@-webkit-keyframes animate-svg-fill-268{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-268{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-268{-webkit-animation:animate-svg-fill-268 1s linear 2.77s both;animation:animate-svg-fill-268 1s linear 2.77s both}@-webkit-keyframes animate-svg-fill-269{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-269{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-269{-webkit-animation:animate-svg-fill-269 1s linear 2.7800000000000002s both;animation:animate-svg-fill-269 1s linear 2.7800000000000002s both}@-webkit-keyframes animate-svg-fill-270{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-270{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-270{-webkit-animation:animate-svg-fill-270 1s linear 2.79s both;animation:animate-svg-fill-270 1s linear 2.79s both}@-webkit-keyframes animate-svg-fill-271{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-271{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-271{-webkit-animation:animate-svg-fill-271 1s linear 2.8000000000000003s both;animation:animate-svg-fill-271 1s linear 2.8000000000000003s both}@-webkit-keyframes animate-svg-fill-272{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-272{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-272{-webkit-animation:animate-svg-fill-272 1s linear 2.81s both;animation:animate-svg-fill-272 1s linear 2.81s both}@-webkit-keyframes animate-svg-fill-273{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-273{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-273{-webkit-animation:animate-svg-fill-273 1s linear 2.8200000000000003s both;animation:animate-svg-fill-273 1s linear 2.8200000000000003s both}@-webkit-keyframes animate-svg-fill-274{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-274{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-274{-webkit-animation:animate-svg-fill-274 1s linear 2.83s both;animation:animate-svg-fill-274 1s linear 2.83s both}@-webkit-keyframes animate-svg-fill-275{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-275{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-275{-webkit-animation:animate-svg-fill-275 1s linear 2.8400000000000003s both;animation:animate-svg-fill-275 1s linear 2.8400000000000003s both}@-webkit-keyframes animate-svg-fill-276{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-276{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-276{-webkit-animation:animate-svg-fill-276 1s linear 2.85s both;animation:animate-svg-fill-276 1s linear 2.85s both}@-webkit-keyframes animate-svg-fill-277{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-277{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-277{-webkit-animation:animate-svg-fill-277 1s linear 2.8600000000000003s both;animation:animate-svg-fill-277 1s linear 2.8600000000000003s both}@-webkit-keyframes animate-svg-fill-278{0%{fill:transparent}100%{fill:rgb(68,61,49)}}@keyframes animate-svg-fill-278{0%{fill:transparent}100%{fill:rgb(68,61,49)}}.svg-elem-278{-webkit-animation:animate-svg-fill-278 1s linear 2.87s both;animation:animate-svg-fill-278 1s linear 2.87s both}@-webkit-keyframes animate-svg-fill-279{0%{fill:transparent}100%{fill:rgb(198,232,0)}}@keyframes animate-svg-fill-279{0%{fill:transparent}100%{fill:rgb(198,232,0)}}.svg-elem-279{-webkit-animation:animate-svg-fill-279 1s linear 2.8800000000000003s both;animation:animate-svg-fill-279 1s linear 2.8800000000000003s both}
.flexmap{
  display: block;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}
.flexmap h1{
  vertical-align: middle;
  margin: 0 auto;
}
.flexmap svg{
  width: 100%;
  max-width: 700px;
  min-width: 100px;
  height: auto;
}
.flexmap .cancel{
  text-align: left;
  margin-left: 0px;
}
.flexmap .cancel p{
  margin: 10px auto;
  font-size: 16px !important;
}
.contact{
  margin-top: 50px;
}
.contact .side{
  width: 100%;
}


}