@charset "utf-8";
:root{
    --theme-color:#ed6e4d;
    --theme-color-dark:#FF6541;
    --theme-color-dark1:#d9452b;
    --theme-color-light:#FFE8E2;
    --theme-gradient-start:#FF7134;
    --theme-gradient-end:#FC3748;
    --theme-red:#FE0016;
    --theme-index-color:#FF293B;
    --theme-shadow-bg:#FE6E4D;
    --theme-shadow-color:#000000;
}
::-webkit-scrollbar{width:0;height:0;}
body{font-family:Poppins;color:#333;background-color:#FEFCF9}
.body{padding:40px 12px 80px;color:#333;}
.h-bg{display:flex;width:100%;height:100vh;position:fixed;z-index:-1;top:0;}
.bg-0,.bg-2{width:0;height:100%}
.bg-1{overflow:hidden;height:100%;width:100%}
.bg{background:center center no-repeat;background-size:cover;position:relative;height:100%}
.bg div{position:absolute;top:-2%;left:-2%;width:104%;height:104%;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),center center no-repeat;background-size:cover;-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);filter:blur(0);z-index:-1;transform:scale(1.02);opacity:.95;background-image:url(https://bio.linkcdn.cc/instabio.cc/www/v4.1/bg.png)}
.bg video{display:none;object-fit:cover;width:100vw;height:100%;position:fixed;top:0;left:0;bottom:0}
.bg--block-bottom{position:relative}
.bg--block-bottom::after{content:"";display:block;position:absolute;left:0;bottom:10px;min-width:100px;width:80%;max-width:160px;height:10px;border-radius:20px;transform:rotate(180deg);z-index:-1;background:linear-gradient(94deg,rgba(255,92,48,0) 2%,#fc3748 97%)}
.flex{display:flex}
.flex70{width:70%}
.flex65{width:65%}
.flex55{width:55%}
.flex50{width:50%}
.flex45{width:45%}
.flex35{width:35%}
.flex30{width:30%}
.hidden{display:none}
.bg--shadow{background:var(--theme-shadow-bg);box-shadow:var(--theme-shadow-color) 6px 6px 0 0px;color:#FFF;transition:transform 0.1s,box-shadow 0.1s;}
.bg--shadow:hover{transform:translate(1px,1px);box-shadow:var(--theme-shadow-color) 5px 5px 0 0px;}
.bg--shadow-41{background:linear-gradient(137deg,#ff5c30 0,#fc3748 100%,#fc3748 100%);box-shadow:2px 2px 4px 0 rgba(0,0,0,.6);border-radius:12px;color:#fff;transition:all .2s linear}
a.bg--shadow-41:hover{box-shadow:4px 4px 6px 0 rgba(0,0,0,.6)}
.navbar{position:fixed;z-index:10;padding: 12px 0;left:0;top:0;width:100%;
    /* background: linear-gradient(45deg, rgb(255 240 247 / 16%), rgb(230 236 255 / 28%) ); */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    background: linear-gradient(119deg, rgba(255, 239, 246,0.96) 6%, rgba(255, 255, 255,1) 50%, rgba(226, 233, 255,0.96) 100%);}
.navbar .container{display:flex;justify-content:space-between;align-items:center;width:90%;margin:0 auto;font-size:18px}
.navbar-brand{background:left/contain no-repeat url(https://bio.linkcdn.cc/instabio.cc/logo-200.png);color:#333;height:50px;padding-left:52px;background-size:40px;line-height:52px;min-width:280px;font-size:22px;font-weight:600}
.navbar-toggler{display:none}
#my-nav{display:flex;justify-content:flex-end;}
.navbar-nav{display:flex;justify-content:flex-end;}
.navbar-nav li{min-width:50px;padding:8px;position:relative}
.navbar-nav li a{color:#333;font-size:14px;font-weight:500;white-space:nowrap;line-height:40px}
.navbar-nav li .nav-link{padding:8px;position: relative;}
/*.navbar-nav li .nav-link:hover{color:var(--theme-color)}*/
.navbar-nav li .signup{display:inline-block;min-width:120px;height:40px;border-radius:6px;line-height:24px;text-align:center;color:#FFF}
.sub-nav{display:none;position:absolute;padding:8px;background-color:#fff;box-shadow:0 3px 10px 0 rgba(119,85,52,.19);transition:auto .4s;opacity:0;border-radius:10px;z-index:2}
.has-subs a i{font-size:14px;vertical-align:middle}
.navbar-nav .has-subs:hover .sub-nav{display:block;opacity:1}
.navbar-nav .has-subs:hover>.nav-link{color:var(--theme-color)}
.navbar-nav .has-subs:hover>.nav-link::before{content:'';display:block;width:100%;height:1px;background-color:var(--theme-color);position:absolute;bottom:4px}
.sub-nav::before{content:'';display:block;width:10px;height:10px;background-color:#fff;position:absolute;border-right:0;border-top:0;left:50%;top:-5px;transform:translateX(-10px) rotate(45deg)}
.sub-nav li{padding:0}
.sub-nav li:hover{background-color:#f2f2f2;border-radius:6px;}
.sub-nav li a{font-weight:400}
.header{width:100%;padding-top:240px;margin-top:-120px;position:relative;}
.header--bg{position:absolute;left:0;top:0;bottom:0;width:100%;background:left/contain url(https://bio.linkcdn.cc/instabio.cc/www/index-header-bg.png) no-repeat;}
.header .container{width:90%;margin:0 auto;align-items:center;height:440px;max-width:1360px}
.header .right{height:400px}
.header .container .intro{position:relative;height:100%}
.header .intro h1{font-size:48px;margin-top:0}
/* .header .intro h1 span{background:center/contain url(https://bio.linkcdn.cc/instabio.cc/www/header-best-bg.png) no-repeat;padding: 12px 16px;margin: 0 -16px;} */
.header .intro h4{font-size:20px;margin-top:12px;font-weight: 500;}
.header .intro-start{margin-top:48px;}
.header .intro-start p{max-width:560px;height:80px;color:#111;border-radius:40px;font-size:20px;line-height:60px;padding:12px 12px 12px 24px;display:flex;align-items:center;border:1px solid #111}
.header .intro-start p span:first-child{color:var(--theme-index-color);background-image:url(https://bio.linkcdn.cc/instabio.cc/www/v4.1/header-lnk.png);background-size:24px;background-position:left center;background-repeat:no-repeat;padding-left:28px}
.header .intro-start p a{min-width:160px;padding:0 20px;text-align:center;background:linear-gradient(110deg,#ff5c30 2%,#fc3748 96%,#fc3748 97%);border-radius:32px;color:#fff;margin-left:auto;box-shadow:2px 2px 4px 0 rgba(0,0,0,.6)}
.intro .download{height:50px;margin-top:32px;display:flex}
.download .btn{min-width:152px;color:#fff;border-radius:6px;background-position:12px center;padding-left:40px;padding-top:4px;background-size:24px;display:inline-block}
.btn-google{background:#222 url(https://bio.linkcdn.cc/static/home/images/google_play.png) no-repeat}
.btn-apple{background:#222 url(https://bio.linkcdn.cc/static/home/images/apple_logo.png) no-repeat;margin-right:32px}
.download-desc{font-size:12px;padding-right:8px;display:block;height:14px;line-height:16px;}
.download-store{display:block;font-size:14px;line-height:20px;}
.header-intro{padding-top:0}
.header-image{position:relative;height:100%;}
.header-right--bg{position:absolute;right:0;top:0;bottom:-200px;width:100%;background:right/cover url(https://bio.linkcdn.cc/instabio.cc/www/index-header-right-bg-0.png) no-repeat;}
.header-img1{position:relative;text-align:center;height:100%;max-width:480px;margin:auto}
.header-img1{position:absolute;text-align:center;height:100%;max-width:480px;margin:auto;width:100%;left:50%;transform:translateX(-50%)}
.header-img1-0{opacity:0}
.header-img1-1{animation-delay:.1s}
.header-img1-2{animation-delay:4.1s;opacity:0}
.header-img1-3{animation-delay:8.1s;opacity:0}
.header-img1-4{animation-delay:12.1s;opacity:0}
.header-animate img{position:absolute;width:60px;height:60px}
.header-img1 .header-img1-bg{position:absolute;top:0;width:100%;height:auto;left:50%;transform:translateX(-50%);max-width:260px;max-height:520px;overflow:hidden;
    /* border:6px solid #000;
    border-radius:40px; */}
.header-img1 .header-img1-bg img{width:100%}
.header-img1-bg-1{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:-1}
.cursor--blinking{font-weight:300;opacity:1;animation:1s linear 0s infinite normal none running blink}
span.register-input{padding-right:2px;color:#999}
.animate-tiktok{top:50%;left:5%}
.header-animate .animate-bigimg{top:50%;left:3%;width:148px;height:120px}
.animate-ig{top:61.9%;left:6.3%}
.animate-shopee{top:76%;left:71.13%}
.header-animate .animate-shopee{width:100px;height:114px}
.animate-cdown{top:76%;left:71.13%}
.header-animate .animate-cdown{width:120px;height:95.79px}
.animate-facebook{top:56.9%;left:48.8%}
.animate-twitter{top:8%;left:79.13%}
.header-img1 .header-animate [class^=animate]{animation-name:hvr-bob;-webkit-animation-name:hvr-bob;-moz-animation-name:hvr-bob;animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-delay:.3s;-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-direction:alternate;-webkit-animation-direction:alternate;-moz-animation-direction:alternate}
.header-animate div{position:absolute;height:32px;width:188px;background-color:#fff;box-shadow:0 3px 10px 0 rgba(51,51,51,.2);border-radius:16px;text-align:center;font-size:16px;line-height:32px}
.animate-shoplinks{top:55.2%;left:-200px;transform:translate(-50%,-50%) rotate(-24deg)}
img.animate-gplus{top:100%;left:-80px;width:80px;height:80px;transform:translate(-50%,-50%) scale(1.2) rotate(0);-webkit-transform:translate(-50%,-50%) scale(1.2) rotate(0);-moz-transform:translate(-50%,-50%) scale(1.2) rotate(0)}
.animate-fanslink{top:100%;left:20%;transform:translate(-50%,100px) rotate(-70deg)}
.animate-instabio{top:100%;left:50%;transform:translate(-50%,40px)}
.animate-wish{top:100%;left:51%;transform:translate(-50%,40px)}
img.animate-bl{top:100%;left:40%;width:80px;height:80px;transform:translate(-50%,60%)}
.animate-spotify{top:75%;left:100%;transform:translate(50%,50%)}
/*.animate-shopee{top:100%;left:92%;transform:translate(50%,100%)}*/
img.animate-music{top:50%;left:100%;width:80px;height:80px}
img.animate-snapdeal{top:60%;left:-60px;width:40px!important;height:40px!important;transform:translate(-50%,50%);-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%)}
img.animate-lazada{top:80%;left:-60px;width:40px!important;height:40px!important;transform:translate(-50%,50%);-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%)}
img.animate-offerup{top:100%;left:-60px;width:40px!important;height:40px!important;transform:translate(-50%,50%);-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%)}
img.animate-tidal{top:100%;left:15%;width:40px!important;height:40px!important;transform:translate(0,50%);-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%)}
img.animate-email{top:100%;left:30%;width:40px!important;height:40px!important;transform:translate(0,50%);-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%)}
img.animate-yandex{top:100%;left:70%;width:40px!important;height:40px!important;transform:translate(0,50%);-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%)}
img.animate-vimeo{top:100%;left:85%;width:40px!important;height:40px!important;transform:translate(0,50%);-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%)}
img.animate-website{top:100%;left:100%;width:40px!important;height:40px!important;transform:translate(0,50%);-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%)}
img.animate-deezer{top:80%;left:100%;width:40px!important;height:40px!important;transform:translate(0,50%);-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%)}
img.animate-flipkart{top:60%;left:100%;width:40px!important;height:40px!important;transform:translate(0,50%);-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%)}
.header-img2 .header-animate [class^=animate]{z-index:-2;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s;animation-delay:.3s;-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}
.animate-shoplinks{animation-name:clusterInShoplinks;-webkit-animation-name:clusterInShoplinks;-moz-animation-name:clusterInShoplinks;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-gplus{animation-name:clusterInGPlus;-webkit-animation-name:clusterInGPlus;-moz-animation-name:clusterInGPlus;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-fanslink{animation-name:clusterInFanslink;-webkit-animation-name:clusterInFanslink;-moz-animation-name:clusterInFanslink;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-instabio{animation-name:clusterInInstabio;-webkit-animation-name:clusterInInstabio;-moz-animation-name:clusterInInstabio;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-wish{animation-name:clusterInWish;-webkit-animation-name:clusterInWish;-moz-animation-name:clusterInWish;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-bl{animation-name:clusterInBL;-webkit-animation-name:clusterInBL;-moz-animation-name:clusterInBL;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-spotify{animation-name:clusterInSpotify;-webkit-animation-name:clusterInSpotify;-moz-animation-name:clusterInSpotify;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-shopee{animation-name:clusterInShopee;-webkit-animation-name:clusterInShopee;-moz-animation-name:clusterInShopee;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-music{animation-name:clusterInMusic;-webkit-animation-name:clusterInMusic;-moz-animation-name:clusterInMusic;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-37{animation-name:clusterIn37;-webkit-animation-name:clusterIn37;-moz-animation-name:clusterIn37;animation-duration:10s;-webkit-animation-duration:10s;-moz-animation-duration:10s}
.animate-snapdeal{animation-name:clusterInSnapdeal;-webkit-animation-name:clusterInSnapdeal;-moz-animation-name:clusterInSnapdeal}
.animate-lazada{animation-name:clusterInLazada;-webkit-animation-name:clusterInLazada;-moz-animation-name:clusterInLazada}
.animate-offerup{animation-name:clusterInOfferup;-webkit-animation-name:clusterInOfferup;-moz-animation-name:clusterInOfferup}
.animate-tidal{animation-name:clusterInTidal;-webkit-animation-name:clusterInTidal;-moz-animation-name:clusterInTidal}
.animate-email{animation-name:clusterInEmail;-webkit-animation-name:clusterInEmail;-moz-animation-name:clusterInEmail}
.animate-yandex{animation-name:clusterInYandex;-webkit-animation-name:clusterInYandex;-moz-animation-name:clusterInYandex}
.animate-vimeo{animation-name:clusterInVimeo;-webkit-animation-name:clusterInVimeo;-moz-animation-name:clusterInVimeo}
.animate-website{animation-name:clusterInWebsite;-webkit-animation-name:clusterInWebsite;-moz-animation-name:clusterInWebsite}
.animate-deezer{animation-name:clusterInDeezer;-webkit-animation-name:clusterInDeezer;-moz-animation-name:clusterInDeezer}
.animate-flipkart{animation-name:clusterInFlipkart;-webkit-animation-name:clusterInFlipkart;-moz-animation-name:clusterInFlipkart}
.solutions .header-img1-0{opacity: 1}
.solutions .container{height:546px;max-width:1200px;}
.solutions.header .right{height:546px}
.solutions .header-img1 .header-img1-bg{left:60%;padding:20px;}
.solutions .animate-tiktok{width:166px;height:auto;top:25%;left:0}
.solutions .animate-twitter{width:70px;height:auto;left:82%}
.solutions .header-animate .animate-music{width:166px;height:auto;left:0;bottom:0}
.solutions .header-animate .animate-shopee{width:166px;height:auto;top:68%}
.s-music .header-animate .animate-tiktok{top:50%;left:2%}
.s-music .header-animate .animate-music{top:-2%;left:4%}
.s-music .header-animate .animate-twitter{top:0}
.s-business .header-animate .animate-tiktok{top:25%;left:2%}
.s-business .header-animate .animate-twitter{width:140px;left:74%;top:10%}
.s-business .header-animate .animate-shopee{bottom:16%;left:74%;width:140px}
.s-fitness .header-animate .animate-tiktok{top:25%;left:2%}
.s-fitness .header-animate .animate-twitter{width:160px;left:74%;top:2%}
.s-fitness .header-animate .animate-shopee{bottom:16%;left:70%;width:190px}
.s-food .header-animate .animate-tiktok{top:25%;left:2%}
.s-food .header-animate .animate-twitter{left:68%;top:2%;width:210px}
.s-food .header-animate .animate-shopee{top:50%;left:70%;width:190px}
.s-creative .header-animate .animate-tiktok{width:180px;top:25%}
.s-creative .header-animate .animate-twitter{width:134px;left:78%;top:14%;z-index:-1}
.s-creative .header-animate .animate-shopee{width:200px;height:auto;bottom:20%;left:52%}
.s-creator .header-animate .animate-tiktok{left:11%;width:146px;top:8%}
.s-creator .header-animate .animate-twitter{width:190px;left:2%;top:56%}
.s-creator .header-animate .animate-shopee{width:168px;top:21%;left:72%}
.main .container{width:90%;max-width:1200px;margin:0 auto;padding:40px 24px 20px}
.m-solutions .container{padding-top:0}
.feature-explore{padding-top:40px;text-align:center;overflow:hidden;}
.feature-explore h2{font-size:36px;padding:0 12px;}
.feature-explore h2 span{color:var(--theme-index-color)}
.feature-explore .feature-types{color:var(--theme-index-color);margin-top:32px;display:flex;justify-content:center}
.feature-explore .feature-types-item{margin:0 12px;padding:12px 32px;background:#ffe9e4;height:48px;border-radius:30px;min-width:160px;line-height:24px;font-size:20px;display:flex;align-items:center;justify-content:center}
.feature-explore .feature-types svg{fill:currentColor;width:30px;margin-right:4px}
.feature-explore .video-box{position:relative;height:0;padding-bottom:49.0114%;overflow:hidden}
.feature-explore .video-box video{position:absolute;top:0;left:0;width:calc(100% + 2px);height:calc(100% + 2px)}
.feature-explore .explore-more{padding-bottom:20px;}
.feature-explore .explore-more--action{margin-top:20px}
.feature-explore .explore-more--action p img{width:32px;height:32px}
.feature-explore .explore-more--action a{display:inline-block;min-width:260px;height:60px;line-height:60px;border-radius:10px;margin-top:20px;font-size:18px;font-weight:500;padding:0 12px;}
.row{min-height:480px;margin:auto}
.pad-top50{padding-top:50px}
.intro-header{display:inline-block}
.row .intro .icon{text-align:center}
.row .intro h3{font-size:30px;text-align:center}
.row .intro .text{font-size:18px;margin:12px 0}
.main .container .signup{margin-top:20px}
.container .signup a{font-size:18px;padding:12px 16px;display:inline-block;min-width:120px;border-radius:10px}
.mc-bg--black{border-radius:32px}
.row.links{align-items:center}
.row.links .right{padding-left:32px}
.mc-image{position:relative;width:100%;height:0;padding-bottom:100%}
.links-image{padding-bottom:95.16%}
.links-image-bg{margin:auto;padding:40px 24px 24px}
.mc-image .mc-bg--black{text-align:center;position:absolute;top:0;left:0;width:100%;bottom:0}
.links-image-bg.mc-bg--black{background:center url(https://bio.linkcdn.cc/instabio.cc/www/v4.1/mc-0-bg.png) no-repeat;background-size:contain;background-position:24px 40px}
.links-animate img{position:absolute;max-height:200px;}
.links-animate-img1{top:14%;left:68%;max-width:64px}
.links-animate img.links-animate-img2{max-height:64px;}
.links-animate-img2{top:82%;left: 9%;}
.links-animate-img1.links-zoomIn{animation-delay:0.5s;-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s}
.links-animate-img2.links-zoomIn{animation-delay:0.5s;-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s}
.links-animate-img3{top:30%;left:1%;max-width:169px;}
.links-animate-img4{top:62%;left: 70%;max-width:127px;}
.row.easy{align-items:center}
.easy-image{position:relative;transform:perspective(400px);}
.easy-image-bg{max-width:280px;max-height:510px;width:46.67%;border:10px solid #16222f;border-radius:30px}
.easy-image-bg img{border-radius:20px}
.easy-animate img{position:absolute;max-width:250px;top:21.4%;left:36.4%;width:41.67%}
.easy-svg{max-width:100px;width:16.67%;position:absolute;z-index:20;top:44.4%;left:22.4%;transform:rotateX(180deg)}
.dotted-line{animation:dotAnim 3s linear infinite}
.row.customise{align-items:center}
.customise-image{position:relative;padding-bottom:  95.16%;}
.customise-image-bg{position:relative;margin:auto;padding:32px;}
.customise-image-bg img{z-index:-1;}
.customise-image-bg-0{opacity:0}
.customise-image-bg-1{position:absolute;top:0;left:0;animation-delay:.1s}
.customise-image-bg-2{position:absolute;top:0;left:0;animation-delay:4.1s;opacity:0}
.customise-image-bg-3{position:absolute;top:0;left:0;animation-delay:8.1s;opacity:0}
/*.customise-image-bg-4{position:absolute;top:0;left:0;animation-delay:12.1s;opacity:0}*/
.customise-animate img{position:absolute;max-width:64px;width:50%;top:5%;left:14%;box-sizing:content-box;}
.customise-animate img.customise-animate-img1{top:10%;}
.customise-animate img.customise-animate-img2{top:65%;max-width:112px;left:70%;}
.customise-animate img.customise-animate-img3{max-width:154px;top:58%;left:4%}
.customise-animate img.customise-animate-img4{max-width:134px;top:14%;left:67%}
.customise-animate-img1.links-zoomIn1{animation-delay:0.8s;-webkit-animation-delay:0.8s;-moz-animation-delay:0.8s}
.customise-animate-img2.links-zoomIn1{animation-delay:0.8s;-webkit-animation-delay:0.8s;-moz-animation-delay:0.8s}
.customise-animate-img3.links-zoomIn1{animation-delay:2.3s;-webkit-animation-delay:2.3s;-moz-animation-delay:2.3s}
.customise-animate-img4.links-zoomIn1{animation-delay:2.3s;-webkit-animation-delay:2.3s;-moz-animation-delay:2.3s}
/* .customise-animate .borderAnimate3{border:0 solid var(--theme-color-dark);border-radius:12px;} */
/* .customise-animate img.customise-animate-img4{left:initial;right:18%;top:25%;width:44px;} */
/* .customise-animate img.customise-animate-img5{left:initial;right:10%;top:calc(25% + 66px);-webkit-animation-delay:0.1s;animation-delay:.1s;}
.customise-animate img.customise-animate-img6{left:initial;right:10%;top:calc(25% + 151px);-webkit-animation-delay:4.1s;animation-delay:4.1s;}
.customise-animate img.customise-animate-img7{left:initial;right:10%;top:calc(25% + 236px);-webkit-animation-delay:8.1s;animation-delay:8.1s;} */
.row.customise .left{padding-right:32px;}
.row.business{align-items:center}
.business-image{position:relative;padding-right:40px}
.business-image-bg{position:relative;width:100%;overflow:hidden;padding:50px;}
.business-image-bg img{z-index:-1;}
.business-image-bg-0{opacity:0}
.business-image-bg-1{position:absolute;top:0;left:0;animation-delay:.1s}
.business-image-bg-2{position:absolute;top:0;left:0;animation-delay:4.1s;opacity:0}
.business-image-bg-3{position:absolute;top:0;left:0;animation-delay:8.1s;opacity:0}
.business-image-bg-4{position:absolute;top:0;left:0;animation-delay:12.1s;opacity:0}
.row.business .right{padding-left:32px;}
.business-animate img{position:absolute;max-width:60px;top:0;left:0;width:50%}
.business-animate img.business-animate-img1{left:5%;top:70%}
.business-animate img.business-animate-img2{left:75%;top:15%}
.business-animate img.business-animate-img3{max-width:192px;left:2%;top:16%}
.business-animate img.business-animate-img4{left:65%;top:35%;max-width:168px}
.business-animate img.business-animate-img5{max-width:52px;top:50%;left:17%}
.business-animate .fadeInOut3{animation-duration:6s;-webkit-animation-duration:6s;-moz-animation-duration:6s;animation-delay:4s;-webkit-animation-delay:4s;-moz-animation-delay:4s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite}
.business-animate .fadeInOut_3{animation-duration:6s;-webkit-animation-duration:6s;-moz-animation-duration:6s;animation-delay:4s;-webkit-animation-delay:4s;-moz-animation-delay:4s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite}
.business-animate-img1.fadeInOut_3,
.business-animate-img2.fadeInOut_3{animation-delay:4s;-webkit-animation-delay:4s;-moz-animation-delay:4s}
.business-animate-img3.fadeInOut3,
.business-animate-img4.fadeInOut3,
.business-animate-img5.fadeInOut3{animation-delay:1s;-webkit-animation-delay:1s;-moz-animation-delay:1s}
.business-animate img.business-animate-img6{max-width:64px;left:6%;top:20%}
.business-animate img.business-animate-img7{max-width:72px;left:75%;top:67%}
.business-animate img.business-animate-img8{max-width:190px;top:20%;left:65%}
.business-animate img.business-animate-img9{max-width:160px;top:35%;left:0}
.business-animate img.business-animate-img10{max-width:64px;top:50%;left:75%}
.row.traffic{align-items:center;min-height:480px}
.row.traffic .left{padding-right:32px}
.traffic-image{position:relative}
.traffic-image-bg{position:relative;padding:24px}
.traffic-image-bg img{z-index:-1}
.traffic-image-bg.mc-bg--black{background:center url(https://bio.linkcdn.cc/instabio.cc/www/v4.1/mc-3-bg.png) no-repeat;background-size:contain;background-position:18px 8px;}
.traffic-image-bg-0{opacity:0}
.traffic-image-bg-1{position:absolute;top:0;left:0;animation-delay:.1s}
.traffic-image-bg-2{position:absolute;top:0;left:0;animation-delay:4.1s;opacity:0}
.traffic-image-bg-3{position:absolute;top:0;left:0;animation-delay:8.1s;opacity:0}
.traffic-image-bg-4{position:absolute;top:0;left:0;animation-delay:12.1s;opacity:0}
.traffic-animate img{position:absolute;max-width:60px;top:0;left:0;width:50%;border-radius:12px}
.traffic-animate img.traffic-animate-img1{top:40%;left:10%;border-radius:8px}
.traffic-animate img.traffic-animate-img2{left:initial;right:5%;top:10%}
.traffic-animate img.traffic-animate-img3{top:70%;left:initial;right:10%}
.traffic-animate img.traffic-animate-img4{top:18%;left:5%;max-width:170px}
.traffic-animate img.traffic-animate-img5{top:52%;left:18%;max-width:46px}
.traffic-animate img.traffic-animate-img6{top:33%;left:65%;max-width:160px}
.traffic-animate img.traffic-animate-img7{top:65%;left:0;max-width:216px}
.traffic-animate img.traffic-animate-img8{top:22%;left:75%}
.traffic-animate-img4.links-zoomIn1,
.traffic-animate-img5.links-zoomIn1,
.traffic-animate-img6.links-zoomIn1,
.traffic-animate-img8.links-zoomIn1{animation-delay:0.8s;-webkit-animation-delay:0.8s;-moz-animation-delay:0.8s}
.traffic-animate-img7.links-zoomIn1{animation-delay:2.3s;-webkit-animation-delay:2.3s;-moz-animation-delay:2.3s}
.spotlight{min-height:480px;position:relative;padding:0}
.spotlight--bg{position:absolute;left:0;top:-420px;bottom:0;width:100%;z-index:-2;background:left top/100% url(https://bio.linkcdn.cc/instabio.cc/www/spotlight-bg.png) no-repeat}
.spotlight-bottom--bg{position:absolute;left:0;top:100%;bottom:-65px;width:100%;z-index:2;background:left bottom/100% url(https://bio.linkcdn.cc/instabio.cc/www/spotlight-bg-bottom.png) no-repeat}
.spotlight h1{font-size:36px;text-align:center;padding:0 0 20px;}
.spotlight-reviews{width:100%;margin:auto;position:relative;min-height:260px;}
.spotlight-reviews ul{display:flex;flex-wrap:wrap}
.spotlight-reviews ul li{width:32%;margin-top:20px}
.spotlight-reviews ul li:nth-child(3n+2){margin-left:2%;margin-right:2%}
/* .spotlight-reviews li{position:absolute;top:0;width:100%;transition:transform 1s ease-out 0s;z-index:-1}
.spotlight-reviews li[tabindex="0"]{z-index:0}
.spotlight-reviews li[data-idx="0"]{transform:rotate(0deg)}
.spotlight-reviews li[data-idx="1"]{transform:rotate(4deg)}
.spotlight-reviews li[data-idx="2"]{transform:rotate(-4deg)}
.spotlight-reviews li[data-idx="3"]{transform:rotate(4.9deg)}
.spotlight-reviews li[data-idx="4"]{transform:rotate(-4.9deg)} */
.reviews-item{padding:24px;background:#fff;box-shadow:0 0 24px 0 rgba(51,51,51,.11);border-radius:20px;width:100%;height:100%;}
.reviews-info{align-items:center}
.reviews-avatar{height:68px;min-width:68px;align-items:center;margin-right:12px;}
.reviews-avatar img{width:68px;height:68px;border-radius:50%;object-fit:cover;object-position:center}
.reviews-name{font-size:20px;font-weight:500;color:#111;}
.reviews-txt{font-size:16px;padding:16px 0 0;color:#3D3D3D}
.reviews-position{color:#999999;font-size:16px}
.owl-theme .owl-nav{text-align:left}
.owl-nav{width:80%;max-width:920px;margin:auto;padding-left:20px}
.owl-nav button{background:0 0;border:none;padding:6px 30px}
.owl-nav button.owl-button-prev{background:left center/26px url(https://bio.linkcdn.cc/instabio.cc/static/v2.9/arrow-prev.png) no-repeat;padding-right:12px}
.owl-nav button.owl-button-next{background:right center/26px url(https://bio.linkcdn.cc/instabio.cc/static/v2.9/arrow-next.png) no-repeat;padding-left:12px}
.index-bottom{padding:0 0 60px;position:relative;margin-bottom:-16px;}
.bottom-faqs--title{font-size:30px;text-align:center;padding:0 0 20px;font-weight:600}
.bottom-faqs--item{padding:20px 40px 20px 50px;background:#fff;box-shadow:0 6px 12px 0 rgba(170,170,170,.2);border-radius:16px;margin-bottom:20px;transition:height .4s linear}
.bottom-faqs--item .faqs-item--top{display:flex;justify-content:space-between;align-items:center}
.bottom-faqs--item .faqs-item--action{width:24px;height:24px;min-width:24px;position:relative}
.bottom-faqs--item .faqs-item--action span{display:inline-block;position:absolute;background-color:#000}
.bottom-faqs--item .faqs-item--action span:nth-child(1){width:100%;height:4px;left:0;top:10px}
.bottom-faqs--item.opened .faqs-item--action span:nth-child(2){display:none}
.bottom-faqs--item.closed .faqs-item--action span:nth-child(2){display:inline-block;width:4px;height:100%;left:10px;top:0}
.bottom-faqs--item .faqs-item--title{font-size:24px;font-weight:500;margin-right:12px}
.bottom-faqs--item .faqs-item--txt{font-size:18px;padding:16px 0 0}
.bottom-faqs--item.closed .faqs-item--txt{display:none}
.bottom-downloads{text-align:center;padding:40px 0 20px}
.bottom-downloads--title h2{font-size:32px}
.bottom-downloads--tips{font-size:18px;color:#777;margin:6px auto 32px}
.footer .container{width:90%;max-width:1200px;margin:0 auto;padding-top:40px;text-align:center}
.footer .container a{color:initial}
.footer-sign{position:relative}
.footer-sign--bg{background:center/contain no-repeat url(https://bio.linkcdn.cc/instabio.cc/www/footer-sign-bg.png);position:absolute;top:-100px;left:10%;right:10%;bottom:-100px;z-index:-1}
.footer-sign--title{font-size:24px;}
.footer-sign--tips{font-size:16px;margin:16px 0 20px}
.footer .container h3{margin-bottom:40px}
.footer .container h3 a{display:inline-block;min-width:160px;height:48px;padding:8px 24px;border-radius:10px;font-size:16px;line-height:34px;color:#fff;font-weight:400}
.footer .container h3 a:hover{background-color:var(--theme-color-dark1);}
.footer .signin a{text-decoration-line:underline}
.footer .signin a:hover{color:var(--theme-color-dark)}
.footer .company-box{background-color:#000;color:#FFF;padding-top:36px;}
.footer .company{width:90%;max-width:1200px;margin:0 auto}
.footer .company hr{border:1px solid #6D6D6D;border-bottom:none}
.footer .company .company-hr-top{margin-bottom:12px;}
.footer .company .company-hr-bottom{margin-top:16px;}
.footer .footer-intro{font-size:20px;padding-left:20px;}
.footer .footer-intro li{margin-bottom:2px;font-weight:500}
.footer .footer-intro a{color:#FFFFFF;font-size:14px;font-weight:400}
.footer .footer-intro a:hover{text-decoration:underline}
.footer-language a{color:#333}
.footer-language a i{color:#FFF}
.footer-language li{display:inline-block;width:60px;position:relative}
.footer-language li i{font-style:initial;font-size:16px;}
.nav_menu{display:inline-block;color:#333;height:100%;width:178px}
.nav_menu i.more{display:inline-block;vertical-align:middle;background:right/10px url(https://bio.linkcdn.cc/static/images/angle_down@2x.png) no-repeat;padding-right:14px}
.nav-divider{padding:1px;background-color:#eee}
.nav_lang-list{position:absolute;left:0;bottom:20px;z-index:2;background-color:#fff;border-radius:8px 8px 0 0;border:2px solid #dee4ff;height:350px;width:172px;overflow:scroll}
.nav_lang-list::-webkit-scrollbar{display:none}
.nav_lang-item{display:flex!important;cursor:pointer;padding-right:4px;width:100%!important}
.nav_lang-item:hover{background-color:#dee4ff}
.nav_lang-item span{display:inline-block;text-indent:0;white-space:nowrap}
.nav_lang-item span:first-child{width:12px}
.langactive{background-color:#dee4ff}
.footer-social{padding:0;justify-content:end;justify-content:flex-end;}
.footer-social li{height:48px;transition:transform 0.2s linear;margin-left:20px;}
.footer-social li:hover{transform:scale(1.05);}
/* .footer-social li:hover img{} */
/* .footer-social li:hover{border-color:var(--theme-color-dark);} */
/* .footer-social li svg{max-width:44px;height:44px;fill:#fff;padding:10px;} */
/* .footer-social li a:hover svg{fill:var(--theme-color-dark);border-color:var(--theme-color-dark)} */
/* .footer-social .logo svg{max-width:44px;height:44px;border-radius:50%;padding:9px} */
.footer-end{padding:12px 0 16px;line-height:36px;justify-content:space-between}
.footer-logo{background:left/contain no-repeat url(https://bio.linkcdn.cc/instabio.cc/logo-200.png);height:36px;background-size:36px;padding-left:44px;font-weight:600}
.feature-header{text-align:center;padding-top:180px;position:relative;}
.feature-header--bg{background:center/contain no-repeat url(https://bio.linkcdn.cc/instabio.cc/www/footer-sign-bg.png);position:absolute;top:-100px;left:10%;right:10%;bottom:-200px;z-index:-1}
.feature-header-subheading{font-size:12px;color:#AAAAAA;font-weight:500;}
.feature-header-title{font-size:30px;font-weight:bold;}
.feature-header-subtitle{font-size:14px;margin-top:16px;}
.row.feature-biolink{align-items:center;min-height:540px}
.link-type--bg{position:relative;background:center/contain url("https://bio.linkcdn.cc/instabio.cc/www/link-types-bg.png") no-repeat;}
/*.biolink-image{position:relative;background:center/contain url("https://bio.linkcdn.cc/instabio.cc/www/link-types-bg.png") no-repeat;}*/
.biolink-image-bg{max-width:530px;max-height:526px;width:100%;margin:auto;}
/*.biolink-image-bg img{}*/
/*.biolink-animate img{position:absolute;max-height:48px}*/
/*.biolink-animate-img1{top:10%;left:75%;}*/
/*.biolink-animate-img2{top:16%;left:9%;}*/
/*.biolink-animate-img3{top:37%;left:84%;}*/
/*.biolink-animate-img4{top:60%;left:14%;}*/
/*.biolink-animate-img5{top:75%;left:74%;}*/
.feature-biolink .right{padding-left:60px;}
.feature-biolink .intro h3{text-align:left;}
.row.feature-page{align-items:center;min-height:540px}
/*.page-image{position:relative;background:center/contain url("https://bio.linkcdn.cc/instabio.cc/static/v2.9/feature-bg.png") no-repeat;}*/
.page-image-bg{max-width:530px;max-height:526px;width:100%;margin:auto;margin-right:20%;}
/*.page-image-bg img{}*/
/*.page-animate img{position:absolute;max-height:48px}*/
/*.page-animate-img1{top:24%;left:19%;}*/
/*.page-animate-img2{top:57%;left:3%;}*/
/*.page-animate-img3{top:34%;left:84%;}*/
/*img.page-animate-img4{top:45%;left:15%;max-height:190px;width:38%;max-width:208px;}*/
/*.page-animate-img5{top:75%;left:81%;}*/
.feature-page .left{padding-right:60px;}
.feature-page .intro h3{text-align:left;}
.row.feature-profile{align-items:center;min-height:540px}
/*.profile-image{position:relative;background:center/contain url("https://bio.linkcdn.cc/instabio.cc/static/v2.9/feature-bg.png") no-repeat;}*/
/*.profile-image-bg{max-width:255px;max-height:440px;width:46.67%;margin:auto;border:10px solid #16222f;border-radius:30px;overflow:hidden;margin-left:17%;}*/
.site-image-bg{max-width:530px;max-height:526px;width:100%;margin:auto;overflow:hidden;}
/*.profile-image-bg img{border-radius:20px}*/
/*.profile-animate img{position:absolute;max-height:48px}*/
/*.profile-animate-img1{top:14%;left:4%;}*/
/*.profile-animate-img2{top:29%;left:70%;}*/
/*.profile-animate-img3{top:64%;left:6%;}*/
/*img.profile-animate-img4{top:50%;left:48%;max-height:200px;width:40%;max-width:240px;}*/
.feature-profile .right{padding-left:60px;}
.feature-profile .intro h3{text-align:left;}
.row.feature-site{align-items:center;min-height:540px}
/*.site-image{position:relative;background:center/contain url("https://bio.linkcdn.cc/instabio.cc/static/v2.9/feature-bg.png") no-repeat;}*/
/*.site-image-bg{position:relative;max-width:255px;max-height:440px;width:46.67%;margin:auto;border:10px solid #16222f;border-radius:20px;overflow:hidden;background-color:#FFFFFF;}*/
/*.site-image-pc{max-width:380px;max-height:382px;width:70%;left:8%;margin:0;}*/
/*.site-image-app{position:absolute;max-width:186px;max-height:332px;z-index:2;bottom:0;left:60%;}*/
/*.site-image-bg img{border-radius:20px}*/
.feature-site .left{padding-right:60px}
.feature-site .intro h3{text-align:left}
.features .features--title{font-size:30px;font-weight:600}
.features .features-list{display:flex;flex-wrap:wrap;margin:0 -12px}
.features .feature-item{width:33.33333333%;margin:12px 0;padding:0 12px}
.features .feature-item--image img{border-radius:16px;}
.features .feature-item--txt{margin-top:16px}
.features .feature-item--title{font-size:20px;font-weight:600;line-height:32px}
.features .feature-item--desc{font-size:14px;line-height:20px}
.cases{min-height:auto;padding-top:40px;}
.cases .owl-carousel .owl-stage-outer{overflow: initial;}
.cases-title{text-align:center}
.cases-title h6{font-size:16px;line-height:24px;color:#333;font-weight:300}
.cases-title h1{margin-top:8px;font-size:28px;line-height:36px;font-weight:500;color:#121925}
.cases-list{margin:0 auto;padding:30px 0 0}
.cases-item a{display:flex;align-items:center;flex-direction:column;text-align:center;justify-content:space-between;width:300px;height:254px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:20px 20px 20px 20px;padding:30px}
.cases-item a img{width:80px!important;height:80px;border-radius:50%}
.cases-item .cases-item-title{font-size:20px;font-weight:500;color:#111}
.cases-item .cases-item-info{font-weight:500;display:flex;align-items:center}
.cases-item .item--sep{margin:0 6px}
.cases-item .cases-item-info img{width:18px!important;height:18px;margin-right:4px;border-radius:0}
.cases-item .cases-item-link{min-width:200px;height:36px;border-radius:18px;border:1px solid #111;line-height:34px;padding:0 12px;}
.cases-item .cases-item-link:hover{border:0;line-height:36px;background:linear-gradient(137deg,#ff5c30 0,#fc3748 100%,#fc3748 100%);color:#fff}
.m-solutions .cases{padding-top:0}
.m-solutions .owl-carousel{display:block}
.m-solutions .owl-carousel ul{display:flex;flex-wrap:wrap;margin:0 -12px;}
.m-solutions .owl-carousel li{margin-bottom:16px;width:25%;padding:0 12px;}
.m-solutions .owl-carousel li img{border-radius:16px;}
.m-solutions .solution-explore{margin:48px 0 24px;text-align:center}
.m-solutions .solution-explore a{font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:center;text-decoration:underline}
.m-solutions .solution-explore a svg{width:20px;height:20px}
.m-solutions .ms-power{height:280px;margin-top:120px;margin-bottom:60px;text-align:center;min-height:280px}
.m-solutions .ms-power--bg{border-radius:20px;width:100%;height:100%;background:linear-gradient(127deg,#ff5c30 40%,#fc3748 93%)}
.m-solutions .ms-power--box{padding:20px;display:flex;flex-direction:column;height:100%;width:100%;align-items:center;justify-content:center}
.m-solutions .ms-power--box h2{margin:0 0 40px;font-size:40px;font-weight:500;line-height:61px;letter-spacing:0;color:#fff}
.m-solutions .ms-power--box .ms-power--action a{display:block;margin:0 auto;min-width:242px;height:54px;border-radius:10px;padding:12px 16px;background:#fff;font-size:20px;font-weight:500;color:#333;opacity:.9}
.m-solutions .ms-power--box .ms-power--action a:hover{opacity: 1}
.company-linkbio .footer-logo{line-height:40px;font-size:20px;height:40px;background-size:40px;padding-left:48px}
.company-linkbio .footer-intro--txt{font-size:14px;margin-top:12px}
.company-copy{padding:32px 0}
.company-copy .copyright{opacity:.6;text-align:center}
.company-linkbio--links{justify-content:end;justify-content:flex-end}
.company .company-intro{padding:20px 0}
.company-intro .footer-language{min-width:140px;max-width:240px;width:fit-content;height:48px;background:#fff;border-radius:24px}
.footer-language .nav_menu{width:100%}
.company-intro .footer-language li{width:100%;height:48px}
.company-intro .footer-language a{line-height:48px;text-align:center}
.company-intro .footer-language a,.company-intro .footer-language a i{color:#111;font-weight:500}
@media screen and (max-width:1440px){
    .spotlight--bg{top:-230px}
}
@media screen and (max-width:1200px){
    .intro h1{font-size:40px}
    .intro h4{font-size:20px}
    .flex45,.flex55{width:50%}
    .spotlight--bg{top:-100px}
    .company-intro .footer-language,.company-intro .footer-language li{height:40px;}
    .company-intro .footer-language a{line-height:40px;}
    .footer-social li{height:40px;margin-left:16px}
    /* .footer-social .logo svg,.footer-social li svg{max-width:36px;height:36px;padding:8px} */
    /* .footer-social .logo svg{padding:7.5px;} */
}
@media screen and (max-width:1100px){
    .flex50 .left{padding-left:0}
}
@media screen and (max-width:999px){
    .form-inline .login{margin-left:0}
    .intro h1{font-size:36px}
    /* .links-animate-img1{left:0} */
}
@media screen and (max-width:900px){
    .header{padding-top:240px;}
    .header .container .intro{text-align:center}
    .header .container p.bg--block-bottom{display:inline-block}
    .header .intro-start{margin-top:40px;}
    .header .intro-start p{margin:0 auto;height:72px;line-height:48px;}
    .header .intro-start p a{height:48px;}
    .header-right--bg{top:10%;bottom:-200px;width:100%;background:center/cover url(https://bio.linkcdn.cc/instabio.cc/www/index-header-right-bg-1.png) no-repeat;}
    .navbar{padding:20px 0 12px;}
    .navbar .container{flex-wrap:wrap}
    .navbar-brand{padding-left:54px;background-size:44px}
    #my-nav{width:100%;padding-left:8px;}
    #my-nav.show .navbar-nav{display:flex;}
    .navbar-nav{flex-direction:column;width:100%;}
    .navbar-nav li .signup{line-height:40px;border:none;}
    .navbar-nav{display:none}
    .navbar-nav li{padding:0}
    .navbar-nav li .nav-link{padding:0}
    .navbar-toggler{display:inline-block;padding:.25rem .5rem;font-size:1.25rem;line-height:1;background-color:var(--theme-color);border:1px solid transparent;border-radius:.25rem}
    .navbar-toggler .bar1,.navbar-toggler .bar2,.navbar-toggler .bar3{width:25px;height:2px;background-color:#fff;margin:5px 0;transition:.4s;display:block;position:relative}
    .expanded .bar1{-webkit-transform:rotate(-42deg) translate(-5px,5px);transform:rotate(-42deg) translate(-5px,5px)}
    .expanded .bar2{opacity:0}
    .expanded .bar3{-webkit-transform:rotate(46deg) translate(-5px,-5px);transform:rotate(46deg) translate(-5px,-5px)}
    .header .container{flex-wrap:wrap;padding-top:0;height:auto}
    .flex50{width:100%}
    .intro .download{justify-content:center}
    .right{margin-top:20px}
    .header .right{height:400px;margin-top:36px;}
    .main .container{padding-top:100px;}
    .m-solutions .container{padding-top:0;}
    .solutions .header-img1 .header-img1-bg{left:50%}
    .solutions .animate-tiktok{left:-2%}
    .solutions .animate-twitter{left:70%}
    .solutions .animate-shopee{left:61%}
    .s-music .header-animate .animate-tiktok{left:0;}
    .s-music .header-animate .animate-music{left:0;}
    .s-business .header-animate .animate-tiktok{left:-2%}
    .s-business .header-animate .animate-twitter{left:64%}
    .s-business .header-animate .animate-shopee{left:64%}
    .s-fitness .header-animate .animate-tiktok{left:-2%}
    .s-fitness .header-animate .animate-twitter{left:64%}
    .s-fitness .header-animate .animate-shopee{left:60%}
    .s-creative .header-animate .animate-twitter{left:68%}
    .s-food .header-animate .animate-tiktok{left:-2%}
    .s-food .header-animate .animate-twitter{left:60%}
    .s-food .header-animate .animate-shopee{left:60%}
    .s-creator .header-animate .animate-tiktok{left:2%}
    .s-creator .header-animate .animate-twitter{left:-2%}
    .s-creator .header-animate .animate-shopee{left:62%}
    .main .customise,.main .easy,.main .links,.main .traffic,.main .business{flex-wrap:wrap}
    .links-animate img{width:25%}
    /* .links-animate-img1{left:15%} */
    .intro-header{display:block}
    .main .easy{flex-direction:column-reverse;padding-top:60px}
    .main .easy .left{margin-top:20px}
    .easy-image-bg{margin:auto;transform:translateX(-30%)}
    .easy-animate img{left:47.4%}
    .easy-svg{top:44.4%;left:35.4%}
    .main .customise{padding-top:48px;flex-direction:column-reverse}
    .main .customise .left{margin-top:20px;}
    .row.links .right,.row.customise .left,.row.business .right{padding-right:0;}
    .main .business{padding-top:60px;}
    .customise-image-bg{margin:auto;}
    .customise-animate img{left:20%;}
    .customise-animate img.customise-animate-img4{right:23%}
    .customise-animate img.customise-animate-img5{right:16%}
    .customise-animate img.customise-animate-img6{right:16%}
    .customise-animate img.customise-animate-img7{right:16%}
    .main .business-image{padding-right:0}
    .main .business-image-bg{min-height:200px;}
    .main .traffic{flex-direction:column-reverse;padding-top:60px}
    .main .traffic .left{margin-top:24px;padding-right:0}
    .traffic-image-bg{margin:auto;}
    .traffic-animate img{left:24%;max-width:60px;}
    .traffic-animate img.traffic-animate-img2{right:18%;}
    .traffic-animate img.traffic-animate-img3{right:10%;top:60px}
    .traffic-animate img.traffic-animate-img4{right:10%;top:142px;max-width:160px}
    .spotlight{min-height:280px}
    .owl-nav,.spotlight-reviews{width:90%}
    .footer .company{padding-top:28px;}
    .company .company-hr-top{display:none}
    .main .feature-biolink,.main .feature-page,.main .feature-profile,.main .feature-site{flex-wrap:wrap}
    .main .feature-biolink{flex-direction:column-reverse;}
    .main .feature-site{flex-direction:column-reverse;}
    .feature-biolink .right{padding-left:0;}
    .feature-biolink .intro h3{text-align:center;}
    .feature-biolink .intro .text{text-align:center}
    .feature-page .left{padding-right:0;}
    .feature-page .intro h3{text-align:center;}
    .feature-page .intro .text{text-align:center}
    .main .feature-profile{flex-direction:column-reverse;}
    .feature-profile .right{padding-left:0;}
    .feature-profile .intro h3{text-align:center;}
    .feature-profile .intro .text{text-align:center}
    .feature-site .left{padding-right:0;}
    .feature-site .intro h3{text-align:center;}
    .feature-site .intro .text{text-align:center}
    .site-image-pc{left:8%;}
    .site-image-app{position:absolute;}
    .feature-explore{padding-top:40px;}
    .feature-explore h2{font-size:32px;}
    .feature-explore .feature-types{margin-top:28px;flex-wrap:wrap;}
    .feature-explore .feature-types-item{padding:12px 24px;font-size:16px;min-width:148px;margin-bottom:16px;}
    .feature-explore .feature-types svg{width:26px;}
    .main .container .signup{text-align:center;}
    .index-bottom{padding:20px 30px;}
    .spotlight h1{font-size:32px}
    .company-intro .footer-language,.company-intro .footer-language li{height:36px;}
    .company-intro .footer-language a{line-height:36px;}
    .footer-social li{height:36px;margin-left:12px}
    /* .footer-social .logo svg,.footer-social li svg{max-width:32px;height:32px;padding:6px} */
    /* .footer-social .logo svg{padding:5.5px} */
    .m-solutions .ms-power{margin-top:80px;min-height:200px;}
}
@media screen and (max-width:832px){
    .company-linkbio.flex{flex-wrap:wrap;}
    .company-linkbio--logo,.company-linkbio--links{width: 100%;}
    .company-linkbio--logo{text-align:center;}
    .company-linkbio .footer-logo{display:inline-block;}
    .company-linkbio--links{justify-content:center;margin-top:24px;}
    .footer .footer-intro{padding-left:10px;padding-right:10px;}
}
@media screen and (max-width:767px){.header .intro h1{font-size:32px}
    .header .intro h4{font-size:18px;width:94%;line-height:28px;margin-right:auto;margin-left:auto}
    .header .right{height:300px}
    .main .container{width:96%;padding-top:160px;}
    .feature-header+.main .container{padding-top:60px}
    .m-solutions .container{padding-top:20px;}
    .row .intro h3{font-size:24px;margin-top:20px}
    .row .intro .icon img{width:46px}
    .row .intro .text{font-size:16px}
    .customise-animate img{max-width:60px;}
    /* .links-animate-img1{left:12%} */
    .main .easy{padding-top:40px}
    .main .customise{padding-top:40px}
    .main .traffic{padding-top:40px}
    .main-box .container{padding-top:20px;}
    .owl-nav,.spotlight-reviews{width:96%}
    .feature-explore h2{font-size:28px;}
    .feature-explore .cases{padding-top:20px;}
    /*.reviews-item{padding:20px 24px;background-image:url(https://bio.linkcdn.cc/instabio.cc/static/v2.9/review-bg-m.png)}*/
    .reviews-avatar{width:48px;height:48px;min-width:48px;}
    .reviews-avatar img{width:48px;height:48px}
    .reviews-name{font-size:16px}
    .reviews-txt{font-size:16px}
    .reviews-position{font-size:16px;}
    .footer .company>.flex{flex-wrap:wrap}
    .footer .company .flex35,.footer .company .flex65{width:99%}
    .footer .company .flex35{margin-top:12px}
    .footer-end{line-height:32px}
    .footer-logo{padding-left:40px;background-size:32px;height:32px}
    .feature-header{padding-top:140px;}
    .feature-header-title{font-size:24px;}
    /*.biolink-animate img{max-height:40px}*/
    .features .feature-item{width:50%;}
    /* .spotlight{padding-bottom:20px;} */
    .company-intro .flex30{width:25%;}
    .company-intro .flex70{width:75%;}
    .company-intro .footer-language{max-width:150px;min-width:120px}
    .company-intro .footer-language,.company-intro .footer-language li{height:32px}
    .company-intro .footer-language a{line-height:32px}
    .bottom-faqs--item{padding:16px 32px 16px 40px}
    .bottom-faqs--item .faqs-item--txt{padding-top:12px}
}
@media screen and (max-width:600px){
    .solutions.header .right{height:440px}
    .cases-list{width: 300px;}
    .m-solutions .cases-list{width: 100%;}
    .m-solutions .ms-power{margin-top:40px;min-height:200px;height:200px;}
    .cases-item-info{margin-top: 12px;}
    .m-solutions .ms-power--box h2{font-size: 24px;margin-bottom:20px;line-height:32px;}
    .m-solutions .ms-power--box .ms-power--action a{font-size:16px;height:48px;}
    .spotlight-reviews ul li{width:49%}
    .spotlight-reviews ul li:nth-child(3n+2){margin-left:0;margin-right:0}
    .spotlight-reviews ul li:nth-child(2n+1){margin-right:1%}
    .spotlight-reviews ul li:nth-child(2n){margin-left:1%}
    .footer-language li i{font-size:14px}
    .company-intro .footer-language,.company-intro .footer-language li{height:26px}
    .company-intro .footer-language a{line-height:26px;}
}
@media screen and (max-width:540px){
    .header .intro-start{margin-top:24px;}
    .main .customise,.main .traffic,
    .main .business{padding-top:0;}
    .feature-explore{padding-top:20px;}
    .animate-twitter{left:80.13%;}
    .animate-shopee{left:66%;}
    .animate-cdown{left:66%;}
    .header-animate .animate-shopee{left:60%;}
    .header-animate .animate-cdown{left:60%;}
    .solutions .animate-twitter{left:80.13%;}
    .solutions .animate-shopee{left: 71.13%;}
    .s-fitness .header-animate .animate-twitter{left:64%}
    .s-fitness .header-animate .animate-shopee{left: 60%}
    .s-food .header-animate .animate-twitter{left:64%;width:180px}
    .s-food .header-animate .animate-shopee{left:65%;width:170px}
    /* .customise-image-bg{max-width:180px;} */
    .customise-animate img{left:14%;}
    .customise-animate img.customise-animate-img4{right:20%;}
    .customise-animate img.customise-animate-img5{right:14%}
    .customise-animate img.customise-animate-img6{right:14%}
    .customise-animate img.customise-animate-img7{right:14%}
    .business-animate img.business-animate-img8{left:52%;}
    .traffic-animate img.traffic-animate-img6{left:52%;}
    .customise-animate img.customise-animate-img2{left:62%;}
    .business-animate img.business-animate-img4{left:52%;}
    .spotlight .container{padding-bottom:0;}
    .spotlight--bg{top:-60px;}
    .spotlight h1{font-size:28px;padding-bottom:12px;}
    .spotlight-reviews{min-height:240px}
    .reviews-item{padding:16px 24px;min-height:180px;}
    .reviews-txt{padding:12px 0 24px;}
    .spotlight-bottom--bg{bottom:-32px;}
    .feature-explore .explore-more--action{margin-top:0;}
    .index-bottom{padding:0 16px;}
    .container .signup a{font-size:16px;}
    .footer-social .logo svg{margin-top:0;}
    .footer-language li i{font-size:12px;}
    .company-intro .footer-language{max-width:140px;min-width:100px}
    .company-intro .footer-language,.company-intro .footer-language li{height:22px;}
    .company-intro .footer-language a{line-height:22px;}
}
@media screen and (max-width:484px){
    .solutions .animate-twitter{left:75%}
    .solutions .header-animate .animate-shopee{left:60%}
    .s-business .header-animate .animate-twitter{left:60%}
    .spotlight-reviews ul li{width:100%}
    .spotlight-reviews ul li:nth-child(2n+1){margin-right:0}
    .spotlight-reviews ul li:nth-child(2n){margin-left:0}
}
@media screen and (max-width:460px){
    .btn-apple{margin-right:20px;}
    .header{padding-top:220px;}
    .header .intro h1{font-size:24px;}
    .header .intro h4{font-size:16px;width:100%}
    .header .intro-start{margin-top:16px}
    .header .intro-start p{height:60px;border-radius:30px;padding:6px 6px 6px 12px;font-size:16px}
    .header .intro-start p a{padding:0 12px;min-width:140px}
    .header-img1 .header-img1-bg{max-width:200px}
    .solutions.header .right{height:410px}
    .main .container{padding:32px 0 20px}
    .feature-explore{padding-top:120px}
    .feature-explore h2{font-size:28px;}
    .feature-explore .feature-types-item{padding:8px 16px;font-size:14px;min-width:120px;}
    .feature-explore .explore-more--action p img{width:28px;height:28px;}
    .feature-explore .explore-more--action a{min-width:240px;height:52px;line-height:52px}
    .customise-animate img{max-width:48px;left:10%}
    .customise-animate img.customise-animate-img1{top:calc(5% + 56px);}
    .customise-animate img.customise-animate-img2{top:calc(5% + 112px);}
    .customise-animate img.customise-animate-img3{top:calc(5% + 168px);}
    .customise-animate img.customise-animate-img4{width:36px;right:14%;}
    .customise-animate img.customise-animate-img5{right:8%;top:calc(25% + 52px);}
    .customise-animate img.customise-animate-img6{right:8%;top:calc(25% + 108px);}
    .customise-animate img.customise-animate-img7{right:8%;top:calc(25% + 166px);}
    .traffic-animate img{max-width:40px;}
    .traffic-animate img{left:20%;}
    .traffic-animate img.traffic-animate-img2{right:12%}
    .traffic-animate img.traffic-animate-img3{right:8%;top:52px;}
    .traffic-animate img.traffic-animate-img4{max-width:120px;top:94px;right:8%}
    .footer-social li{height:36px;margin-left:16px}
    /* .footer-social .logo svg{max-width:32px;height:32px;margin-top:0;padding:5px;} */
    /* .footer-social li svg{max-width:32px;height:32px;padding:6px} */
    .footer-language li i{font-size:14px;}
    .company-intro .footer-language{max-width:160px;min-width:120px;margin:0 auto;}
    .company-intro .flex30,.company-intro .flex70{width:100%}
    .company-intro .footer-social{margin-top:16px}
    .company-intro .footer-language,.company-intro .footer-language li{height:28px}
    .company-intro .footer-language a{line-height:28px;}
    .footer-social li{margin-left:6px;margin-right:6px;}
    .company-intro .footer-social{padding:0;}
}
@media screen and (max-width:415px){
    .header-animate div{width:140px;height:24px;font-size:12px;line-height:24px}
    .spotlight h1{font-size:24px}
    .header-animate img{width:48px;height:48px}
    .header .intro-start p{font-size:14px;}
    .header .intro-start p a{min-width:120px;}
    /*.animate-twitter{left:88.33%;}*/
    .row{min-height:400px;}
    .row.cases{min-height:320px;}
    .spotlight{min-height:280px;}
    .feature-header-title{font-size:20px;}
    .feature-site .right{padding-top:60px;}
    .site-image-app{left:45%;}
    .owl-nav{padding-left:8px}
    .company-copy{padding:20px 0;}
}
@media screen and (max-width:376px){.navbar{padding:12px 0}
    .navbar-brand{padding-left:42px;background-size:36px;height:44px;line-height:44px;font-size:20px;min-width:200px;}
    .navbar-toggler{padding:.2rem .45rem;border-radius:.2rem}
    .navbar-toggler .bar1,.navbar-toggler .bar2,.navbar-toggler .bar3{width:23px;margin:4px 0}
    .header .intro h1{font-size:28px}
    .header .intro h4{font-size:16px;line-height:24px}
    .header-animate img{width:48px;height:48px}
    .intro .download{justify-content:space-between;}
    .download .btn{min-width:140px;}
    .btn-apple{margin-right:0;}
    .main .container{padding:28px 8px 8px}
    .row .intro h3{font-size:20px;margin-top:18px}
    .row .intro .text{font-size:14px}
    .reviews-txt{font-size:12px}
    .footer-end{padding:8px 0 12px;font-size:12px}
    .bottom-faqs--title{font-size:24px;}
    .bottom-faqs--item .faqs-item--title{font-size:20px}
    .bottom-faqs--item .faqs-item--action{width:20px;min-width:20px;height:20px;}
    .bottom-faqs--item .faqs-item--action span:nth-child(1){top:8px;}
    .bottom-faqs--item .faqs-item--action span:nth-child(2){left:8px;}
    .bottom-downloads--title h2{font-size:28px}
    
}
@media screen and (max-width:340px){
    .download .btn{min-width:152px;}
    .btn-apple{margin-bottom:16px;}
    .header .intro h1{font-size:24px;}
    .header .intro h4{font-size:14px;}
    .header .intro-start p{height:52px;font-size:12px;line-height:40px}
    .header .intro-start p a{height:40px;padding:0 8px;min-width:100px;}
    .header-img1 .header-img1-bg{max-width:180px}
    .feature-explore{padding-top:80px}
    .feature-explore h2{font-size:24px;}
    .feature-explore .feature-types-item{padding:8px 20px;min-width:140px;}
    .feature-explore .explore-more--action p img{width:24px;height:24px;}
    .feature-explore .explore-more--action a{height:48px;line-height:48px;min-width:220px;}
    .container .signup a{padding:8px 16px;font-size:14px;}
    .customise-animate img{max-width:40px;}
    .customise-animate img.customise-animate-img4{width:32px;}
    .customise-animate img.customise-animate-img5{top:calc(25% + 48px);}
    .customise-animate img.customise-animate-img6{top:calc(25% + 104px);}
    .customise-animate img.customise-animate-img7{top:calc(25% + 160px);}
    .traffic-animate img{max-width:36px;}
    .traffic-animate img.traffic-animate-img4{max-width:100px}
    .spotlight--bg{top:0;}
    .spotlight-reviews{min-height:200px}
    .reviews-item{padding:12px 16px;min-height:160px;}
    .reviews-txt{padding:12px 0 16px}
    .reviews-avatar img{width:40px;height:40px}
    .reviews-name{font-size:12px;margin-left:8px;}
    .reviews-position{font-size:12px;}
    .bottom-downloads{padding-top:20px;}
    .bottom-downloads--title h2{font-size:24px}
    .bottom-downloads--tips{font-size:16px}
    .bottom-faqs--item{padding:12px 16px 12px 20px;}
    .bottom-faqs--item .faqs-item--title{font-size:18px;}
    .bottom-faqs--item .faqs-item--txt{font-size:14px;}
    .footer .footer-intro{font-size:14px;}
    .footer .footer-intro a{font-size:12px;}
    .footer-social{padding:12px 0}

}
@media screen and (max-width:320px){
    .navbar{padding:16px 0}
    .navbar-brand{padding-left:36px;background-size:36px;height:40px;line-height:40px;font-size:18px}
}
@-webkit-keyframes hvr-bob{0%{-webkit-transform:translateY(0);transform:translateY(0)}
25%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}
25%{-webkit-transform:translateY(0);transform:translateY(0)}
100%{-webkit-transform:translateY(3px);transform:translateY(3px)}
}
@keyframes hvr-bob{0%{-webkit-transform:translateY(0);transform:translateY(0)}
25%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}
25%{-webkit-transform:translateY(0);transform:translateY(0)}
100%{-webkit-transform:translateY(3px);transform:translateY(3px)}
}
@-moz-keyframes hvr-bob{0%{-webkit-transform:translateY(0);transform:translateY(0)}
25%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}
25%{-webkit-transform:translateY(0);transform:translateY(0)}
100%{-webkit-transform:translateY(3px);transform:translateY(3px)}
}
@-webkit-keyframes clusterInGPlus{0%{transform:translate(-50%,-50%) scale(1.2) rotate(0);-webkit-transform:translate(-50%,-50%) scale(1.2) rotate(0);-moz-transform:translate(-50%,-50%) scale(1.2) rotate(0);opacity:0}
20%{transform:translate(-50%,-50%) scale(1.2) rotate(0);-webkit-transform:translate(-50%,-50%) scale(1.2) rotate(0);-moz-transform:translate(-50%,-50%) scale(1.2) rotate(0);opacity:1;top:100%;left:-80px}
27.5%{transform:translate(-50%,-50%) scale(1.1) rotate(180deg);-webkit-transform:translate(-50%,-50%) scale(1.1) rotate(180deg);-moz-transform:translate(-50%,-50%) scale(1.1) rotate(180deg)}
35%{transform:translate(-50%,-50%) scale(1) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(360deg)}
42.5%{transform:translate(-50%,-50%) scale(.9) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(540deg)}
50%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:40%}
100%{opacity:0}
}
@keyframes clusterInGPlus{0%{transform:translate(-50%,-50%) scale(1.2) rotate(0);-webkit-transform:translate(-50%,-50%) scale(1.2) rotate(0);-moz-transform:translate(-50%,-50%) scale(1.2) rotate(0);opacity:0}
20%{transform:translate(-50%,-50%) scale(1.2) rotate(0);-webkit-transform:translate(-50%,-50%) scale(1.2) rotate(0);-moz-transform:translate(-50%,-50%) scale(1.2) rotate(0);opacity:1;top:100%;left:-80px}
27.5%{transform:translate(-50%,-50%) scale(1.1) rotate(180deg);-webkit-transform:translate(-50%,-50%) scale(1.1) rotate(180deg);-moz-transform:translate(-50%,-50%) scale(1.1) rotate(180deg)}
35%{transform:translate(-50%,-50%) scale(1) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(360deg)}
42.5%{transform:translate(-50%,-50%) scale(.9) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(540deg)}
50%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:40%}
100%{opacity:0}
}
@-moz-keyframes clusterInGPlus{0%{transform:translate(-50%,-50%) scale(1.2) rotate(0);-webkit-transform:translate(-50%,-50%) scale(1.2) rotate(0);-moz-transform:translate(-50%,-50%) scale(1.2) rotate(0);opacity:0}
20%{transform:translate(-50%,-50%) scale(1.2) rotate(0);-webkit-transform:translate(-50%,-50%) scale(1.2) rotate(0);-moz-transform:translate(-50%,-50%) scale(1.2) rotate(0);opacity:1;top:100%;left:-80px}
27.5%{transform:translate(-50%,-50%) scale(1.1) rotate(180deg);-webkit-transform:translate(-50%,-50%) scale(1.1) rotate(180deg);-moz-transform:translate(-50%,-50%) scale(1.1) rotate(180deg)}
35%{transform:translate(-50%,-50%) scale(1) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(360deg)}
42.5%{transform:translate(-50%,-50%) scale(.9) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(540deg)}
50%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:40%}
100%{opacity:0}
}
@-webkit-keyframes clusterInShoplinks{0%{opacity:0}
70%{opacity:1;top:55.2%;left:-200px}
85%{transform:translate(-50%,-50%) scale(1) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(-24deg)}
92.5%{transform:translate(-50%,-50%) scale(.9) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(-24deg)}
100%{transform:translate(-50%,-50%) scale(.8) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(-24deg);opacity:0;top:35%;left:30%}
}
@keyframes clusterInShoplinks{0%{opacity:0}
70%{opacity:1;top:55.2%;left:-200px}
85%{transform:translate(-50%,-50%) scale(1) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(-24deg)}
92.5%{transform:translate(-50%,-50%) scale(.9) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(-24deg)}
100%{transform:translate(-50%,-50%) scale(.8) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(-24deg);opacity:0;top:35%;left:30%}
}
@-moz-keyframes clusterInShoplinks{0%{opacity:0}
70%{opacity:1;top:55.2%;left:-200px}
85%{transform:translate(-50%,-50%) scale(1) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(-24deg)}
92.5%{transform:translate(-50%,-50%) scale(.9) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(-24deg)}
100%{transform:translate(-50%,-50%) scale(.8) rotate(-24deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(-24deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(-24deg);opacity:0;top:35%;left:30%}
}
@-webkit-keyframes clusterInFanslink{0%{opacity:0}
30%{opacity:1;top:100%;left:23.17%}
45%{transform:translate(-50%,-50%) scale(1) rotate(-65deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(-65deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(-65deg)}
52.5%{transform:translate(-50%,-50%) scale(.9) rotate(-60deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(-60deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(-60deg)}
60%{transform:translate(-50%,-50%) scale(.8) rotate(-55deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(-55deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(-55deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@keyframes clusterInFanslink{0%{opacity:0}
30%{opacity:1;top:100%;left:23.17%}
45%{transform:translate(-50%,-50%) scale(1) rotate(-65deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(-65deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(-65deg)}
52.5%{transform:translate(-50%,-50%) scale(.9) rotate(-60deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(-60deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(-60deg)}
60%{transform:translate(-50%,-50%) scale(.8) rotate(-55deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(-55deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(-55deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@-moz-keyframes clusterInFanslink{0%{opacity:0}
30%{opacity:1;top:100%;left:23.17%}
45%{transform:translate(-50%,-50%) scale(1) rotate(-65deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(-65deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(-65deg)}
52.5%{transform:translate(-50%,-50%) scale(.9) rotate(-60deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(-60deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(-60deg)}
60%{transform:translate(-50%,-50%) scale(.8) rotate(-55deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(-55deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(-55deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@-webkit-keyframes clusterInInstabio{0%{opacity:0}
10%{opacity:1;top:100%;left:50%}
17.5%{transform:translate(-50%,40px) scale(1);-webkit-transform:translate(-50%,40px) scale(1);-moz-transform:translate(-50%,40px) scale(1)}
25%{transform:translate(-50%,20px) scale(1);-webkit-transform:translate(-50%,20px) scale(1);-moz-transform:translate(-50%,20px) scale(1)}
32.5%{transform:translate(-50%,-50%) scale(.9);-webkit-transform:translate(-50%,-50%) scale(.9);-moz-transform:translate(-50%,-50%) scale(.9)}
40%{transform:translate(-50%,-50%) scale(.8);-webkit-transform:translate(-50%,-50%) scale(.8);-moz-transform:translate(-50%,-50%) scale(.8);opacity:0;top:45%;left:50%}
100%{opacity:0}
}
@keyframes clusterInInstabio{0%{opacity:0}
10%{opacity:1;top:100%;left:50%}
17.5%{transform:translate(-50%,40px) scale(1);-webkit-transform:translate(-50%,40px) scale(1);-moz-transform:translate(-50%,40px) scale(1)}
25%{transform:translate(-50%,20px) scale(1);-webkit-transform:translate(-50%,20px) scale(1);-moz-transform:translate(-50%,20px) scale(1)}
32.5%{transform:translate(-50%,-50%) scale(.9);-webkit-transform:translate(-50%,-50%) scale(.9);-moz-transform:translate(-50%,-50%) scale(.9)}
40%{transform:translate(-50%,-50%) scale(.8);-webkit-transform:translate(-50%,-50%) scale(.8);-moz-transform:translate(-50%,-50%) scale(.8);opacity:0;top:45%;left:50%}
100%{opacity:0}
}
@-moz-keyframes clusterInInstabio{0%{opacity:0}
10%{opacity:1;top:100%;left:50%}
17.5%{transform:translate(-50%,40px) scale(1);-webkit-transform:translate(-50%,40px) scale(1);-moz-transform:translate(-50%,40px) scale(1)}
25%{transform:translate(-50%,20px) scale(1);-webkit-transform:translate(-50%,20px) scale(1);-moz-transform:translate(-50%,20px) scale(1)}
32.5%{transform:translate(-50%,-50%) scale(.9);-webkit-transform:translate(-50%,-50%) scale(.9);-moz-transform:translate(-50%,-50%) scale(.9)}
40%{transform:translate(-50%,-50%) scale(.8);-webkit-transform:translate(-50%,-50%) scale(.8);-moz-transform:translate(-50%,-50%) scale(.8);opacity:0;top:45%;left:50%}
100%{opacity:0}
}
@-webkit-keyframes clusterInWish{0%{opacity:0}
40%{opacity:1;top:100%;left:51%}
55%{transform:translate(-50%,-50%) scale(1) rotate(180deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(180deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(180deg)}
62.5%{transform:translate(-50%,-50%) scale(.9) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(360deg)}
70%{transform:translate(-50%,-50%) scale(.8) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(540deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@keyframes clusterInWish{0%{opacity:0}
40%{opacity:1;top:100%;left:51%}
55%{transform:translate(-50%,-50%) scale(1) rotate(180deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(180deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(180deg)}
62.5%{transform:translate(-50%,-50%) scale(.9) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(360deg)}
70%{transform:translate(-50%,-50%) scale(.8) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(540deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@-moz-keyframes clusterInBL{0%{opacity:0}
50%{opacity:1;top:100%;left:40%;transform:translate(-50%,60px) scale(1);-webkit-transform:translate(-50%,60px) scale(1);-moz-transform:translate(-50%,60px) scale(1)}
57.5%{transform:translate(-50%,0) scale(1) rotate(180deg);-webkit-transform:translate(-50%,0) scale(1) rotate(180deg);-moz-transform:translate(-50%,0) scale(1) rotate(180deg)}
65%{transform:translate(-50%,0) scale(.95) rotate(360deg);-webkit-transform:translate(-50%,0) scale(1) rotate(360deg);-moz-transform:translate(-50%,0) scale(1) rotate(360deg)}
72.5%{transform:translate(-50%,-25%) scale(.9) rotate(540deg);-webkit-transform:translate(-50%,-25%) scale(.9) rotate(540deg);-moz-transform:translate(-50%,-25%) scale(.9) rotate(540deg)}
80%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@-webkit-keyframes clusterInSpotify{0%{opacity:0}
60%{transform:translate(50%,50%);-webkit-transform:translate(50%,50%);-moz-transform:translate(50%,50%);opacity:1;top:75%;left:100%}
67.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
75%{transform:translate(-50%,-50%) scale(1) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(360deg)}
82.5%{transform:translate(-50%,-50%) scale(.9) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(540deg)}
90%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:45%;left:60%}
100%{opacity:0}
}
@keyframes clusterInSpotify{0%{opacity:0}
60%{transform:translate(50%,50%);-webkit-transform:translate(50%,50%);-moz-transform:translate(50%,50%);opacity:1;top:75%;left:100%}
67.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
75%{transform:translate(-50%,-50%) scale(1) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(360deg)}
82.5%{transform:translate(-50%,-50%) scale(.9) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(540deg)}
90%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:45%;left:60%}
100%{opacity:0}
}
@-moz-keyframes clusterInSpotify{0%{opacity:0}
60%{transform:translate(50%,50%);-webkit-transform:translate(50%,50%);-moz-transform:translate(50%,50%);opacity:1;top:75%;left:100%}
67.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
75%{transform:translate(-50%,-50%) scale(1) rotate(360deg);-webkit-transform:translate(-50%,-50%) scale(1) rotate(360deg);-moz-transform:translate(-50%,-50%) scale(1) rotate(360deg)}
82.5%{transform:translate(-50%,-50%) scale(.9) rotate(540deg);-webkit-transform:translate(-50%,-50%) scale(.9) rotate(540deg);-moz-transform:translate(-50%,-50%) scale(.9) rotate(540deg)}
90%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:45%;left:60%}
100%{opacity:0}
}
@-webkit-keyframes clusterInShopee{0%{opacity:0}
70%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:92%}
77.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
85%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
92.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
100%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:60%}
}
@keyframes clusterInShopee{0%{opacity:0}
70%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:92%}
77.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
85%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
92.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
100%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:60%}
}
@-moz-keyframes clusterInShopee{0%{opacity:0}
70%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:92%}
77.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
85%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
92.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
100%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:60%}
}
@-webkit-keyframes clusterInMusic{0%{opacity:0}
0%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:50%;left:100%}
7.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
15%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
22.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
30%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@keyframes clusterInMusic{0%{opacity:0}
0%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:50%;left:100%}
7.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
15%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
22.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
30%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@-moz-keyframes clusterInMusic{0%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:50%;left:100%}
7.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
15%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
22.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
30%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@-webkit-keyframes clusterIn37{0%{opacity:0}
20%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:100%}
27.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
35%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
42.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
50%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@keyframes clusterIn37{0%{opacity:0}
20%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:100%}
27.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
35%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
42.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
50%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@-moz-keyframes clusterIn37{0%{opacity:0}
20%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:100%}
27.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
35%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
42.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg)}
50%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:50%}
100%{opacity:0}
}
@keyframes clusterInSnapdeal{0%{opacity:0}
15%{transform:translate(-50%,50%) scale(1) rotate(0);-webkit-transform:translate(-50%,50%) scale(1) rotate(0);-moz-transform:translate(-50%,50%) scale(1) rotate(0);opacity:1;top:60%;left:-60px}
22.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
30%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
37.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
45%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:35%}
100%{opacity:0}
}
@-webkit-keyframes clusterInSnapdeal{0%{opacity:0}
15%{transform:translate(-50%,50%) scale(1) rotate(0);-webkit-transform:translate(-50%,50%) scale(1) rotate(0);-moz-transform:translate(-50%,50%) scale(1) rotate(0);opacity:1;top:60%;left:-60px}
22.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
30%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
37.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
45%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:35%}
100%{opacity:0}
}
@keyframes clusterInLazada{0%{opacity:0}
25%{transform:translate(-50%,50%) scale(1) rotate(0);-webkit-transform:translate(-50%,50%) scale(1) rotate(0);-moz-transform:translate(-50%,50%) scale(1) rotate(0);opacity:1;top:60%;left:-60px}
32.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
40%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
47.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
55%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:45%;left:35%}
100%{opacity:0}
}
@-webkit-keyframes clusterInLazada{0%{opacity:0}
25%{transform:translate(-50%,50%) scale(1) rotate(0);-webkit-transform:translate(-50%,50%) scale(1) rotate(0);-moz-transform:translate(-50%,50%) scale(1) rotate(0);opacity:1;top:60%;left:-60px}
32.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
40%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
47.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
55%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:45%;left:35%}
100%{opacity:0}
}
@keyframes clusterInOfferup{0%{opacity:0}
35%{transform:translate(-50%,50%) scale(1) rotate(0);-webkit-transform:translate(-50%,50%) scale(1) rotate(0);-moz-transform:translate(-50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:-60px}
42.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
50%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
57.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
65%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:40%}
100%{opacity:0}
}
@-webkit-keyframes clusterInOfferup{0%{opacity:0}
35%{transform:translate(-50%,50%) scale(1) rotate(0);-webkit-transform:translate(-50%,50%) scale(1) rotate(0);-moz-transform:translate(-50%,50%) scale(1) rotate(0);opacity:1;top:100%;left:-60px}
42.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
50%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
57.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
65%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:40%}
100%{opacity:0}
}
@keyframes clusterInTidal{0%{opacity:0}
45%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:15%}
52.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
60%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
67.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
75%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:45%}
100%{opacity:0}
}
@-webkit-keyframes clusterInTidal{0%{opacity:0}
45%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:15%}
52.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
60%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
67.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
75%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:45%}
100%{opacity:0}
}
@keyframes clusterInEmail{0%{opacity:0}
55%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:30%}
62.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
70%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
77.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
85%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@-webkit-keyframes clusterInEmail{0%{opacity:0}
55%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:30%}
62.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
70%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
77.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
85%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@keyframes clusterInYandex{0%{opacity:0}
55%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:70%}
62.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
70%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
77.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
85%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@-webkit-keyframes clusterInYandex{0%{opacity:0}
55%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:70%}
62.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
70%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
77.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
85%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:50%}
100%{opacity:0}
}
@keyframes clusterInVimeo{0%{opacity:0}
45%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:85%}
52.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
60%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
67.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
75%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:55%}
100%{opacity:0}
}
@-webkit-keyframes clusterInVimeo{0%{opacity:0}
45%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:85%}
52.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
60%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
67.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
75%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:40%;left:55%}
100%{opacity:0}
}
@keyframes clusterInWebsite{0%{opacity:0}
35%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:100%}
42.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
50%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
57.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
65%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:45%;left:60%}
100%{opacity:0}
}
@-webkit-keyframes clusterInWebsite{0%{opacity:0}
35%{transform:translate(0,50%) scale(1) rotate(0);-webkit-transform:translate(0,50%) scale(1) rotate(0);-moz-transform:translate(0,50%) scale(1) rotate(0);opacity:1;top:100%;left:100%}
42.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
50%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
57.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
65%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:45%;left:60%}
100%{opacity:0}
}
@keyframes clusterInDeezer{0%{opacity:0}
25%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:80%;left:100%}
32.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
40%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
47.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
55%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:60%}
100%{opacity:0}
}
@-webkit-keyframes clusterInDeezer{0%{opacity:0}
25%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:80%;left:100%}
32.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
40%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
47.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
55%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:60%}
100%{opacity:0}
}
@keyframes clusterInFlipkart{0%{opacity:0}
25%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:60%;left:100%}
22.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
30%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
37.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
45%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:60%}
100%{opacity:0}
}
@-webkit-keyframes clusterInFlipkart{0%{opacity:0}
25%{transform:translate(50%,50%) scale(1) rotate(0);-webkit-transform:translate(50%,50%) scale(1) rotate(0);-moz-transform:translate(50%,50%) scale(1) rotate(0);opacity:1;top:60%;left:100%}
22.5%{transform:translate(0,0) scale(1) rotate(180deg);-webkit-transform:translate(0,0) scale(1) rotate(180deg);-moz-transform:translate(0,0) scale(1) rotate(180deg)}
30%{transform:translate(-20%,-20%) scale(1) rotate(360deg);-webkit-transform:translate(-20%,-20%) scale(1) rotate(360deg);-moz-transform:translate(-20%,-20%) scale(1) rotate(360deg)}
37.5%{transform:translate(-40%,-40%) scale(.9) rotate(540deg);-webkit-transform:translate(-40%,-40%) scale(.9) rotate(540deg);-moz-transform:translate(-40%,-40%) scale(.9) rotate(540deg);opacity:.4}
45%{transform:translate(-50%,-50%) scale(.8) rotate(720deg);-webkit-transform:translate(-50%,-50%) scale(.8) rotate(720deg);-moz-transform:translate(-50%,-50%) scale(.8) rotate(720deg);opacity:0;top:35%;left:60%}
100%{opacity:0}
}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
25%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
100%{opacity:1}
}
@-moz-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
25%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
100%{opacity:1}
}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
25%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
100%{opacity:1}
}
.links-zoomIn{opacity:0;-webkit-animation-name:zoomIn;animation-name:zoomIn;animation-duration:8s;-webkit-animation-duration:8s;-moz-animation-duration:8s;animation-delay:2s;-webkit-animation-delay:2s;-moz-animation-delay:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}
@-webkit-keyframes zoomIn1{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
25%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
50%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
100%{opacity:1}
}
@keyframes zoomIn1{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
25%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
50%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
100%{opacity:1}
}
.links-zoomIn1{opacity:0;-webkit-animation-name:zoomIn1;animation-name:zoomIn1;animation-duration:8s;-webkit-animation-duration:8s;-moz-animation-duration:8s;animation-delay:2s;-webkit-animation-delay:2s;-moz-animation-delay:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}
@keyframes dotAnim{0%{stroke-dashoffset:100%}
100%{stroke-dashoffset:0}
}
@-webkit-keyframes dotAnim{0%{stroke-dashoffset:100%}
100%{stroke-dashoffset:0}
}
@-moz-keyframes dotAnim{0%{stroke-dashoffset:100%}
100%{stroke-dashoffset:0}
}
.header-image .header-img1{-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.customise-image-bg img{-webkit-animation-duration:12s;animation-duration:12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.business-image-bg img{-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.traffic-image-bg img{-webkit-animation-duration:12s;animation-duration:12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
.fadeInOut{-webkit-animation-name:fadeInOut;animation-name:fadeInOut}
.fadeInOut3{-webkit-animation-name:fadeInOut3;animation-name:fadeInOut3}
.fadeInOut_3{-webkit-animation-name:fadeInOut_3;animation-name:fadeInOut_3}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@-webkit-keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
@-webkit-keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
@keyframes fadeInOut{from{opacity:0}
12.5%{opacity:1}
25%{opacity:1}
37.5%{opacity:0}
100%{opacity:0}
}
@-webkit-keyframes fadeInOut{from{opacity:0}
12.5%{opacity:1}
25%{opacity:1}
37.5%{opacity:0}
100%{opacity:0}
}
@keyframes fadeInOut3{from{opacity:0}
16.6666%{opacity:1}
33.3332%{opacity:1}
50%{opacity:0}
100%{opacity:0}
}
@-webkit-keyframes fadeInOut3{from{opacity:0}
16.6666%{opacity:1}
33.3332%{opacity:1}
50%{opacity:0}
100%{opacity:0}
}
@keyframes fadeInOut_3{from{opacity:1}
16.6666%{opacity:0}
33.3332%{opacity:0}
50%{opacity:1}
100%{opacity:1}
}
@-webkit-keyframes fadeInOut_3{from{opacity:1}
16.6666%{opacity:0}
33.3332%{opacity:0}
50%{opacity:1}
100%{opacity:1}
}
.borderAnimate{-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:borderAnimate;animation-name:borderAnimate}
@keyframes borderAnimate{from{border-width:0}
1%{border-width:2px}
36%{border-width:2px}
37.5%{border-width:0}
100%{border-width:0}
}
@-webkit-keyframes borderAnimate{from{border-width:0}
1%{border-width:2px}
36%{border-width:2px}
37.5%{border-width:0}
100%{border-width:0}
}
.borderAnimate3{-webkit-animation-duration:12s;animation-duration:12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:borderAnimate3;animation-name:borderAnimate3}
@keyframes borderAnimate3{from{border-width:0}
1%{border-width:2px}
36%{border-width:2px}
37.5%{border-width:0}
100%{border-width:0}
}
@-webkit-keyframes borderAnimate3{from{border-width:0}
1%{border-width:2px}
36%{border-width:2px}
37.5%{border-width:0}
100%{border-width:0}
}
@keyframes trafficFadeInCripples{0%{opacity:0;transform:scale(1)}
1%{opacity:1;transform:scale(1)}
11%{transform:scale(1.4);opacity:.8}
12%{opacity:0}
100%{opacity:0}
}
@-webkit-keyframes trafficFadeInCripples{0%{opacity:0;transform:scale(1)}
1%{opacity:1;transform:scale(1)}
11%{transform:scale(1.4);opacity:.8}
12%{opacity:0}
100%{opacity:0}
}
@keyframes trafficCripples{0%{transform:scale(1);opacity:0}
10%{transform:scale(1);opacity:.8}
20%{transform:scale(1.4);opacity:.5}
21%{opacity:0}
100%{opacity:0}
}
@keyframes trafficZoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
30%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
80%{opacity:1}
81%{opacity:0}
100%{opacity:0}
}
@-webkit-keyframes trafficZoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
30%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
80%{opacity:1}
81%{opacity:0}
100%{opacity:0}
}
.traffic-zoomIn{opacity:0;-webkit-animation-name:trafficZoomIn;animation-name:trafficZoomIn;animation-duration:5s;-webkit-animation-duration:5s;-moz-animation-duration:5s;animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}
@keyframes navShow{from{height:0;opacity:0;}40%{opacity:1;} 100%{height:200px;opacity:1;}}
@-webkit-keyframes navShow{from{height:0;opacity:0;}40%{opacity:1;} 100%{height:200px;opacity:1;}}
.show .navbar-nav{-webkit-animation-name:navShow;animation-name:navShow;animation-duration:.6s;-webkit-animation-duration:.6s;-moz-animation-duration:.6s;}
.reviewsShow{-webkit-animation: 0.6s linear 0s 1 normal none running reviewsShow;-moz-animation: 0.6s ease-out 0s 1 normal none running reviewsShow;animation: 0.6s ease-out 0s 1 normal none running reviewsShow;}
@keyframes reviewsShow{0%{opacity:1;transform:rotate(-4.9deg) scale(.9);z-index:1}
100%{transform:rotate(0) scale(1);opacity:0}
}
@-webkit-keyframes reviewsShow{0%{opacity:1;transform:rotate(-4.9deg) scale(.9);z-index:1}
100%{transform:rotate(0) scale(1);opacity:0}
}
@-webkit-keyframes divZoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@-moz-keyframes divZoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes divZoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.divZoomIn{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);-moz-animation-name:divZoomIn;-webkit-animation-name:divZoomIn;animation-name:divZoomIn;animation-duration:1s;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-delay:0s;-webkit-animation-delay:0s;-moz-animation-delay:0s;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-iteration-count:1;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}
.flipInOut{-webkit-animation-name:flipInOut;animation-name:flipInOut;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
@keyframes flipInOut{
    from{opacity:0;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}
    12.5%{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}
    25%{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}
    37.5%{opacity:0}
    100%{opacity:0}
}
@-webkit-keyframes flipInOut{
    from{opacity:0;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}
    12.5%{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}
    25%{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}
    37.5%{opacity:0}
    100%{opacity:0}
}
@-webkit-keyframes blink{
    0%{opacity:0}
    49%{opacity:0}
    50%{opacity:1}
    99%{opacity:1}
    100%{opacity:0}
}
@keyframes blink{
    0%{opacity:0}
    49%{opacity:0}
    50%{opacity:1}
    99%{opacity:1}
    100%{opacity:0}
}