@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900";
@import "https://fonts.googleapis.com/css?family=Oswald";
@import "https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900";
@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900";
html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 16px; }

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden; }
  body.scrollFix, body.scrollFixRes {
    padding-right: 20px;
    overflow: hidden; }

img {
  width: 100%; }

p:last-child {
  margin-bottom: 0; }

.link {
  cursor: pointer; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

.ulListItems, .footerNav {
  padding-left: 0; }
  .ulListItems li, .footerNav li {
    list-style-type: none; }

.dis-t {
  display: table;
  width: 100%;
  height: 100%; }
  .dis-t .dis-t-c {
    display: table-cell;
    vertical-align: middle; }

.pageHeader {
  display: table;
  width: 100%;
  height: 100%;
  margin-top: -130px; }
  .pageHeader .pageHeaderWrap {
    display: table-cell;
    height: 100%; }

.img-gray-scale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: transparent;
  box-shadow: none; }

.input-ceyloni {
  background-color: transparent;
  border-radius: 0;
  border: none; }
  .input-ceyloni:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none; }

.inputBoxShadow, .bookingWidgetWrap .reservationForm .form-group {
  background-image: url(../images/input-box-shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top; }

.btn {
  box-shadow: none;
  line-height: 1em;
  border-radius: 0; }

.input-datePick {
  padding-right: 40px;
  background-image: url(icons/down-arrow.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer; }

.arrow-icon {
  display: inline-block;
  background-size: 15px;
  width: 30px;
  height: 25px;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: left 3px center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .arrow-icon:hover {
    background-position: right 5px center; }
  .arrow-icon.arrow-white {
    background-image: url(../images/right-arrow-white.svg); }

.extendBgImage, .imageWrap .banner .bgImage, .imageWrap .banner .imageCaptionCont .imgWrap, .section-bottom .banner, .section-bottom .banner .bgImage, .section-gallery .gallerySide .bgImageWrap .bgImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.captionWrap {
  padding: 20px 30px 30px 30px; }
  .captionWrap .title {
    margin-top: 0;
    margin-bottom: 10px; }

.viewImgBtn {
  background-color: #e6b21d;
  color: #000;
  padding: 13px 45px 10px 25px;
  background-image: url(../images/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .viewImgBtn:hover {
    background-position: center right 5px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 1440px) {
  .captionWrap {
    padding: 20px 50px 30px 50px; } }
@media (min-width: 0px) and (max-width: 767px) {
  .table-responsive {
    border: none; }

  body.scrollFix, body.scrollFixRes {
    padding-right: 0px;
    overflow: hidden;
    position: fixed; } }
.delay-1 {
  -webkit-animation-delay: 1ms;
  -moz-animation-delay: 1ms;
  -o-animation-delay: 1ms;
  animation-delay: 1ms; }

.delay-2 {
  -webkit-animation-delay: 2ms;
  -moz-animation-delay: 2ms;
  -o-animation-delay: 2ms;
  animation-delay: 2ms; }

.delay-3 {
  -webkit-animation-delay: 3ms;
  -moz-animation-delay: 3ms;
  -o-animation-delay: 3ms;
  animation-delay: 3ms; }

.delay-4 {
  -webkit-animation-delay: 4ms;
  -moz-animation-delay: 4ms;
  -o-animation-delay: 4ms;
  animation-delay: 4ms; }

.delay-5 {
  -webkit-animation-delay: 5ms;
  -moz-animation-delay: 5ms;
  -o-animation-delay: 5ms;
  animation-delay: 5ms; }

.delay-6 {
  -webkit-animation-delay: 6ms;
  -moz-animation-delay: 6ms;
  -o-animation-delay: 6ms;
  animation-delay: 6ms; }

.delay-7 {
  -webkit-animation-delay: 7ms;
  -moz-animation-delay: 7ms;
  -o-animation-delay: 7ms;
  animation-delay: 7ms; }

.delay-8 {
  -webkit-animation-delay: 8ms;
  -moz-animation-delay: 8ms;
  -o-animation-delay: 8ms;
  animation-delay: 8ms; }

.delay-9 {
  -webkit-animation-delay: 9ms;
  -moz-animation-delay: 9ms;
  -o-animation-delay: 9ms;
  animation-delay: 9ms; }

.delay-10 {
  -webkit-animation-delay: 10ms;
  -moz-animation-delay: 10ms;
  -o-animation-delay: 10ms;
  animation-delay: 10ms; }

.delay-11 {
  -webkit-animation-delay: 11ms;
  -moz-animation-delay: 11ms;
  -o-animation-delay: 11ms;
  animation-delay: 11ms; }

.delay-12 {
  -webkit-animation-delay: 12ms;
  -moz-animation-delay: 12ms;
  -o-animation-delay: 12ms;
  animation-delay: 12ms; }

.delay-13 {
  -webkit-animation-delay: 13ms;
  -moz-animation-delay: 13ms;
  -o-animation-delay: 13ms;
  animation-delay: 13ms; }

.delay-14 {
  -webkit-animation-delay: 14ms;
  -moz-animation-delay: 14ms;
  -o-animation-delay: 14ms;
  animation-delay: 14ms; }

.delay-15 {
  -webkit-animation-delay: 15ms;
  -moz-animation-delay: 15ms;
  -o-animation-delay: 15ms;
  animation-delay: 15ms; }

.delay-16 {
  -webkit-animation-delay: 16ms;
  -moz-animation-delay: 16ms;
  -o-animation-delay: 16ms;
  animation-delay: 16ms; }

.delay-17 {
  -webkit-animation-delay: 17ms;
  -moz-animation-delay: 17ms;
  -o-animation-delay: 17ms;
  animation-delay: 17ms; }

.delay-18 {
  -webkit-animation-delay: 18ms;
  -moz-animation-delay: 18ms;
  -o-animation-delay: 18ms;
  animation-delay: 18ms; }

.delay-19 {
  -webkit-animation-delay: 19ms;
  -moz-animation-delay: 19ms;
  -o-animation-delay: 19ms;
  animation-delay: 19ms; }

.delay-20 {
  -webkit-animation-delay: 20ms;
  -moz-animation-delay: 20ms;
  -o-animation-delay: 20ms;
  animation-delay: 20ms; }

.delay-21 {
  -webkit-animation-delay: 21ms;
  -moz-animation-delay: 21ms;
  -o-animation-delay: 21ms;
  animation-delay: 21ms; }

.delay-22 {
  -webkit-animation-delay: 22ms;
  -moz-animation-delay: 22ms;
  -o-animation-delay: 22ms;
  animation-delay: 22ms; }

.delay-23 {
  -webkit-animation-delay: 23ms;
  -moz-animation-delay: 23ms;
  -o-animation-delay: 23ms;
  animation-delay: 23ms; }

.delay-24 {
  -webkit-animation-delay: 24ms;
  -moz-animation-delay: 24ms;
  -o-animation-delay: 24ms;
  animation-delay: 24ms; }

.delay-25 {
  -webkit-animation-delay: 25ms;
  -moz-animation-delay: 25ms;
  -o-animation-delay: 25ms;
  animation-delay: 25ms; }

.delay-26 {
  -webkit-animation-delay: 26ms;
  -moz-animation-delay: 26ms;
  -o-animation-delay: 26ms;
  animation-delay: 26ms; }

.delay-27 {
  -webkit-animation-delay: 27ms;
  -moz-animation-delay: 27ms;
  -o-animation-delay: 27ms;
  animation-delay: 27ms; }

.delay-28 {
  -webkit-animation-delay: 28ms;
  -moz-animation-delay: 28ms;
  -o-animation-delay: 28ms;
  animation-delay: 28ms; }

.delay-29 {
  -webkit-animation-delay: 29ms;
  -moz-animation-delay: 29ms;
  -o-animation-delay: 29ms;
  animation-delay: 29ms; }

.delay-30 {
  -webkit-animation-delay: 30ms;
  -moz-animation-delay: 30ms;
  -o-animation-delay: 30ms;
  animation-delay: 30ms; }

.delay-31 {
  -webkit-animation-delay: 31ms;
  -moz-animation-delay: 31ms;
  -o-animation-delay: 31ms;
  animation-delay: 31ms; }

.delay-32 {
  -webkit-animation-delay: 32ms;
  -moz-animation-delay: 32ms;
  -o-animation-delay: 32ms;
  animation-delay: 32ms; }

.delay-33 {
  -webkit-animation-delay: 33ms;
  -moz-animation-delay: 33ms;
  -o-animation-delay: 33ms;
  animation-delay: 33ms; }

.delay-34 {
  -webkit-animation-delay: 34ms;
  -moz-animation-delay: 34ms;
  -o-animation-delay: 34ms;
  animation-delay: 34ms; }

.delay-35 {
  -webkit-animation-delay: 35ms;
  -moz-animation-delay: 35ms;
  -o-animation-delay: 35ms;
  animation-delay: 35ms; }

.delay-36 {
  -webkit-animation-delay: 36ms;
  -moz-animation-delay: 36ms;
  -o-animation-delay: 36ms;
  animation-delay: 36ms; }

.delay-37 {
  -webkit-animation-delay: 37ms;
  -moz-animation-delay: 37ms;
  -o-animation-delay: 37ms;
  animation-delay: 37ms; }

.delay-38 {
  -webkit-animation-delay: 38ms;
  -moz-animation-delay: 38ms;
  -o-animation-delay: 38ms;
  animation-delay: 38ms; }

.delay-39 {
  -webkit-animation-delay: 39ms;
  -moz-animation-delay: 39ms;
  -o-animation-delay: 39ms;
  animation-delay: 39ms; }

.delay-40 {
  -webkit-animation-delay: 40ms;
  -moz-animation-delay: 40ms;
  -o-animation-delay: 40ms;
  animation-delay: 40ms; }

.delay-41 {
  -webkit-animation-delay: 41ms;
  -moz-animation-delay: 41ms;
  -o-animation-delay: 41ms;
  animation-delay: 41ms; }

.delay-42 {
  -webkit-animation-delay: 42ms;
  -moz-animation-delay: 42ms;
  -o-animation-delay: 42ms;
  animation-delay: 42ms; }

.delay-43 {
  -webkit-animation-delay: 43ms;
  -moz-animation-delay: 43ms;
  -o-animation-delay: 43ms;
  animation-delay: 43ms; }

.delay-44 {
  -webkit-animation-delay: 44ms;
  -moz-animation-delay: 44ms;
  -o-animation-delay: 44ms;
  animation-delay: 44ms; }

.delay-45 {
  -webkit-animation-delay: 45ms;
  -moz-animation-delay: 45ms;
  -o-animation-delay: 45ms;
  animation-delay: 45ms; }

.delay-46 {
  -webkit-animation-delay: 46ms;
  -moz-animation-delay: 46ms;
  -o-animation-delay: 46ms;
  animation-delay: 46ms; }

.delay-47 {
  -webkit-animation-delay: 47ms;
  -moz-animation-delay: 47ms;
  -o-animation-delay: 47ms;
  animation-delay: 47ms; }

.delay-48 {
  -webkit-animation-delay: 48ms;
  -moz-animation-delay: 48ms;
  -o-animation-delay: 48ms;
  animation-delay: 48ms; }

.delay-49 {
  -webkit-animation-delay: 49ms;
  -moz-animation-delay: 49ms;
  -o-animation-delay: 49ms;
  animation-delay: 49ms; }

.delay-50 {
  -webkit-animation-delay: 50ms;
  -moz-animation-delay: 50ms;
  -o-animation-delay: 50ms;
  animation-delay: 50ms; }

.delay-51 {
  -webkit-animation-delay: 51ms;
  -moz-animation-delay: 51ms;
  -o-animation-delay: 51ms;
  animation-delay: 51ms; }

.delay-52 {
  -webkit-animation-delay: 52ms;
  -moz-animation-delay: 52ms;
  -o-animation-delay: 52ms;
  animation-delay: 52ms; }

.delay-53 {
  -webkit-animation-delay: 53ms;
  -moz-animation-delay: 53ms;
  -o-animation-delay: 53ms;
  animation-delay: 53ms; }

.delay-54 {
  -webkit-animation-delay: 54ms;
  -moz-animation-delay: 54ms;
  -o-animation-delay: 54ms;
  animation-delay: 54ms; }

.delay-55 {
  -webkit-animation-delay: 55ms;
  -moz-animation-delay: 55ms;
  -o-animation-delay: 55ms;
  animation-delay: 55ms; }

.delay-56 {
  -webkit-animation-delay: 56ms;
  -moz-animation-delay: 56ms;
  -o-animation-delay: 56ms;
  animation-delay: 56ms; }

.delay-57 {
  -webkit-animation-delay: 57ms;
  -moz-animation-delay: 57ms;
  -o-animation-delay: 57ms;
  animation-delay: 57ms; }

.delay-58 {
  -webkit-animation-delay: 58ms;
  -moz-animation-delay: 58ms;
  -o-animation-delay: 58ms;
  animation-delay: 58ms; }

.delay-59 {
  -webkit-animation-delay: 59ms;
  -moz-animation-delay: 59ms;
  -o-animation-delay: 59ms;
  animation-delay: 59ms; }

.delay-60 {
  -webkit-animation-delay: 60ms;
  -moz-animation-delay: 60ms;
  -o-animation-delay: 60ms;
  animation-delay: 60ms; }

.delay-61 {
  -webkit-animation-delay: 61ms;
  -moz-animation-delay: 61ms;
  -o-animation-delay: 61ms;
  animation-delay: 61ms; }

.delay-62 {
  -webkit-animation-delay: 62ms;
  -moz-animation-delay: 62ms;
  -o-animation-delay: 62ms;
  animation-delay: 62ms; }

.delay-63 {
  -webkit-animation-delay: 63ms;
  -moz-animation-delay: 63ms;
  -o-animation-delay: 63ms;
  animation-delay: 63ms; }

.delay-64 {
  -webkit-animation-delay: 64ms;
  -moz-animation-delay: 64ms;
  -o-animation-delay: 64ms;
  animation-delay: 64ms; }

.delay-65 {
  -webkit-animation-delay: 65ms;
  -moz-animation-delay: 65ms;
  -o-animation-delay: 65ms;
  animation-delay: 65ms; }

.delay-66 {
  -webkit-animation-delay: 66ms;
  -moz-animation-delay: 66ms;
  -o-animation-delay: 66ms;
  animation-delay: 66ms; }

.delay-67 {
  -webkit-animation-delay: 67ms;
  -moz-animation-delay: 67ms;
  -o-animation-delay: 67ms;
  animation-delay: 67ms; }

.delay-68 {
  -webkit-animation-delay: 68ms;
  -moz-animation-delay: 68ms;
  -o-animation-delay: 68ms;
  animation-delay: 68ms; }

.delay-69 {
  -webkit-animation-delay: 69ms;
  -moz-animation-delay: 69ms;
  -o-animation-delay: 69ms;
  animation-delay: 69ms; }

.delay-70 {
  -webkit-animation-delay: 70ms;
  -moz-animation-delay: 70ms;
  -o-animation-delay: 70ms;
  animation-delay: 70ms; }

.delay-71 {
  -webkit-animation-delay: 71ms;
  -moz-animation-delay: 71ms;
  -o-animation-delay: 71ms;
  animation-delay: 71ms; }

.delay-72 {
  -webkit-animation-delay: 72ms;
  -moz-animation-delay: 72ms;
  -o-animation-delay: 72ms;
  animation-delay: 72ms; }

.delay-73 {
  -webkit-animation-delay: 73ms;
  -moz-animation-delay: 73ms;
  -o-animation-delay: 73ms;
  animation-delay: 73ms; }

.delay-74 {
  -webkit-animation-delay: 74ms;
  -moz-animation-delay: 74ms;
  -o-animation-delay: 74ms;
  animation-delay: 74ms; }

.delay-75 {
  -webkit-animation-delay: 75ms;
  -moz-animation-delay: 75ms;
  -o-animation-delay: 75ms;
  animation-delay: 75ms; }

.delay-76 {
  -webkit-animation-delay: 76ms;
  -moz-animation-delay: 76ms;
  -o-animation-delay: 76ms;
  animation-delay: 76ms; }

.delay-77 {
  -webkit-animation-delay: 77ms;
  -moz-animation-delay: 77ms;
  -o-animation-delay: 77ms;
  animation-delay: 77ms; }

.delay-78 {
  -webkit-animation-delay: 78ms;
  -moz-animation-delay: 78ms;
  -o-animation-delay: 78ms;
  animation-delay: 78ms; }

.delay-79 {
  -webkit-animation-delay: 79ms;
  -moz-animation-delay: 79ms;
  -o-animation-delay: 79ms;
  animation-delay: 79ms; }

.delay-80 {
  -webkit-animation-delay: 80ms;
  -moz-animation-delay: 80ms;
  -o-animation-delay: 80ms;
  animation-delay: 80ms; }

.delay-81 {
  -webkit-animation-delay: 81ms;
  -moz-animation-delay: 81ms;
  -o-animation-delay: 81ms;
  animation-delay: 81ms; }

.delay-82 {
  -webkit-animation-delay: 82ms;
  -moz-animation-delay: 82ms;
  -o-animation-delay: 82ms;
  animation-delay: 82ms; }

.delay-83 {
  -webkit-animation-delay: 83ms;
  -moz-animation-delay: 83ms;
  -o-animation-delay: 83ms;
  animation-delay: 83ms; }

.delay-84 {
  -webkit-animation-delay: 84ms;
  -moz-animation-delay: 84ms;
  -o-animation-delay: 84ms;
  animation-delay: 84ms; }

.delay-85 {
  -webkit-animation-delay: 85ms;
  -moz-animation-delay: 85ms;
  -o-animation-delay: 85ms;
  animation-delay: 85ms; }

.delay-86 {
  -webkit-animation-delay: 86ms;
  -moz-animation-delay: 86ms;
  -o-animation-delay: 86ms;
  animation-delay: 86ms; }

.delay-87 {
  -webkit-animation-delay: 87ms;
  -moz-animation-delay: 87ms;
  -o-animation-delay: 87ms;
  animation-delay: 87ms; }

.delay-88 {
  -webkit-animation-delay: 88ms;
  -moz-animation-delay: 88ms;
  -o-animation-delay: 88ms;
  animation-delay: 88ms; }

.delay-89 {
  -webkit-animation-delay: 89ms;
  -moz-animation-delay: 89ms;
  -o-animation-delay: 89ms;
  animation-delay: 89ms; }

.delay-90 {
  -webkit-animation-delay: 90ms;
  -moz-animation-delay: 90ms;
  -o-animation-delay: 90ms;
  animation-delay: 90ms; }

.delay-91 {
  -webkit-animation-delay: 91ms;
  -moz-animation-delay: 91ms;
  -o-animation-delay: 91ms;
  animation-delay: 91ms; }

.delay-92 {
  -webkit-animation-delay: 92ms;
  -moz-animation-delay: 92ms;
  -o-animation-delay: 92ms;
  animation-delay: 92ms; }

.delay-93 {
  -webkit-animation-delay: 93ms;
  -moz-animation-delay: 93ms;
  -o-animation-delay: 93ms;
  animation-delay: 93ms; }

.delay-94 {
  -webkit-animation-delay: 94ms;
  -moz-animation-delay: 94ms;
  -o-animation-delay: 94ms;
  animation-delay: 94ms; }

.delay-95 {
  -webkit-animation-delay: 95ms;
  -moz-animation-delay: 95ms;
  -o-animation-delay: 95ms;
  animation-delay: 95ms; }

.delay-96 {
  -webkit-animation-delay: 96ms;
  -moz-animation-delay: 96ms;
  -o-animation-delay: 96ms;
  animation-delay: 96ms; }

.delay-97 {
  -webkit-animation-delay: 97ms;
  -moz-animation-delay: 97ms;
  -o-animation-delay: 97ms;
  animation-delay: 97ms; }

.delay-98 {
  -webkit-animation-delay: 98ms;
  -moz-animation-delay: 98ms;
  -o-animation-delay: 98ms;
  animation-delay: 98ms; }

.delay-99 {
  -webkit-animation-delay: 99ms;
  -moz-animation-delay: 99ms;
  -o-animation-delay: 99ms;
  animation-delay: 99ms; }

.delay-100 {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms; }

.delay-101 {
  -webkit-animation-delay: 101ms;
  -moz-animation-delay: 101ms;
  -o-animation-delay: 101ms;
  animation-delay: 101ms; }

.delay-102 {
  -webkit-animation-delay: 102ms;
  -moz-animation-delay: 102ms;
  -o-animation-delay: 102ms;
  animation-delay: 102ms; }

.delay-103 {
  -webkit-animation-delay: 103ms;
  -moz-animation-delay: 103ms;
  -o-animation-delay: 103ms;
  animation-delay: 103ms; }

.delay-104 {
  -webkit-animation-delay: 104ms;
  -moz-animation-delay: 104ms;
  -o-animation-delay: 104ms;
  animation-delay: 104ms; }

.delay-105 {
  -webkit-animation-delay: 105ms;
  -moz-animation-delay: 105ms;
  -o-animation-delay: 105ms;
  animation-delay: 105ms; }

.delay-106 {
  -webkit-animation-delay: 106ms;
  -moz-animation-delay: 106ms;
  -o-animation-delay: 106ms;
  animation-delay: 106ms; }

.delay-107 {
  -webkit-animation-delay: 107ms;
  -moz-animation-delay: 107ms;
  -o-animation-delay: 107ms;
  animation-delay: 107ms; }

.delay-108 {
  -webkit-animation-delay: 108ms;
  -moz-animation-delay: 108ms;
  -o-animation-delay: 108ms;
  animation-delay: 108ms; }

.delay-109 {
  -webkit-animation-delay: 109ms;
  -moz-animation-delay: 109ms;
  -o-animation-delay: 109ms;
  animation-delay: 109ms; }

.delay-110 {
  -webkit-animation-delay: 110ms;
  -moz-animation-delay: 110ms;
  -o-animation-delay: 110ms;
  animation-delay: 110ms; }

.delay-111 {
  -webkit-animation-delay: 111ms;
  -moz-animation-delay: 111ms;
  -o-animation-delay: 111ms;
  animation-delay: 111ms; }

.delay-112 {
  -webkit-animation-delay: 112ms;
  -moz-animation-delay: 112ms;
  -o-animation-delay: 112ms;
  animation-delay: 112ms; }

.delay-113 {
  -webkit-animation-delay: 113ms;
  -moz-animation-delay: 113ms;
  -o-animation-delay: 113ms;
  animation-delay: 113ms; }

.delay-114 {
  -webkit-animation-delay: 114ms;
  -moz-animation-delay: 114ms;
  -o-animation-delay: 114ms;
  animation-delay: 114ms; }

.delay-115 {
  -webkit-animation-delay: 115ms;
  -moz-animation-delay: 115ms;
  -o-animation-delay: 115ms;
  animation-delay: 115ms; }

.delay-116 {
  -webkit-animation-delay: 116ms;
  -moz-animation-delay: 116ms;
  -o-animation-delay: 116ms;
  animation-delay: 116ms; }

.delay-117 {
  -webkit-animation-delay: 117ms;
  -moz-animation-delay: 117ms;
  -o-animation-delay: 117ms;
  animation-delay: 117ms; }

.delay-118 {
  -webkit-animation-delay: 118ms;
  -moz-animation-delay: 118ms;
  -o-animation-delay: 118ms;
  animation-delay: 118ms; }

.delay-119 {
  -webkit-animation-delay: 119ms;
  -moz-animation-delay: 119ms;
  -o-animation-delay: 119ms;
  animation-delay: 119ms; }

.delay-120 {
  -webkit-animation-delay: 120ms;
  -moz-animation-delay: 120ms;
  -o-animation-delay: 120ms;
  animation-delay: 120ms; }

.delay-121 {
  -webkit-animation-delay: 121ms;
  -moz-animation-delay: 121ms;
  -o-animation-delay: 121ms;
  animation-delay: 121ms; }

.delay-122 {
  -webkit-animation-delay: 122ms;
  -moz-animation-delay: 122ms;
  -o-animation-delay: 122ms;
  animation-delay: 122ms; }

.delay-123 {
  -webkit-animation-delay: 123ms;
  -moz-animation-delay: 123ms;
  -o-animation-delay: 123ms;
  animation-delay: 123ms; }

.delay-124 {
  -webkit-animation-delay: 124ms;
  -moz-animation-delay: 124ms;
  -o-animation-delay: 124ms;
  animation-delay: 124ms; }

.delay-125 {
  -webkit-animation-delay: 125ms;
  -moz-animation-delay: 125ms;
  -o-animation-delay: 125ms;
  animation-delay: 125ms; }

.delay-126 {
  -webkit-animation-delay: 126ms;
  -moz-animation-delay: 126ms;
  -o-animation-delay: 126ms;
  animation-delay: 126ms; }

.delay-127 {
  -webkit-animation-delay: 127ms;
  -moz-animation-delay: 127ms;
  -o-animation-delay: 127ms;
  animation-delay: 127ms; }

.delay-128 {
  -webkit-animation-delay: 128ms;
  -moz-animation-delay: 128ms;
  -o-animation-delay: 128ms;
  animation-delay: 128ms; }

.delay-129 {
  -webkit-animation-delay: 129ms;
  -moz-animation-delay: 129ms;
  -o-animation-delay: 129ms;
  animation-delay: 129ms; }

.delay-130 {
  -webkit-animation-delay: 130ms;
  -moz-animation-delay: 130ms;
  -o-animation-delay: 130ms;
  animation-delay: 130ms; }

.delay-131 {
  -webkit-animation-delay: 131ms;
  -moz-animation-delay: 131ms;
  -o-animation-delay: 131ms;
  animation-delay: 131ms; }

.delay-132 {
  -webkit-animation-delay: 132ms;
  -moz-animation-delay: 132ms;
  -o-animation-delay: 132ms;
  animation-delay: 132ms; }

.delay-133 {
  -webkit-animation-delay: 133ms;
  -moz-animation-delay: 133ms;
  -o-animation-delay: 133ms;
  animation-delay: 133ms; }

.delay-134 {
  -webkit-animation-delay: 134ms;
  -moz-animation-delay: 134ms;
  -o-animation-delay: 134ms;
  animation-delay: 134ms; }

.delay-135 {
  -webkit-animation-delay: 135ms;
  -moz-animation-delay: 135ms;
  -o-animation-delay: 135ms;
  animation-delay: 135ms; }

.delay-136 {
  -webkit-animation-delay: 136ms;
  -moz-animation-delay: 136ms;
  -o-animation-delay: 136ms;
  animation-delay: 136ms; }

.delay-137 {
  -webkit-animation-delay: 137ms;
  -moz-animation-delay: 137ms;
  -o-animation-delay: 137ms;
  animation-delay: 137ms; }

.delay-138 {
  -webkit-animation-delay: 138ms;
  -moz-animation-delay: 138ms;
  -o-animation-delay: 138ms;
  animation-delay: 138ms; }

.delay-139 {
  -webkit-animation-delay: 139ms;
  -moz-animation-delay: 139ms;
  -o-animation-delay: 139ms;
  animation-delay: 139ms; }

.delay-140 {
  -webkit-animation-delay: 140ms;
  -moz-animation-delay: 140ms;
  -o-animation-delay: 140ms;
  animation-delay: 140ms; }

.delay-141 {
  -webkit-animation-delay: 141ms;
  -moz-animation-delay: 141ms;
  -o-animation-delay: 141ms;
  animation-delay: 141ms; }

.delay-142 {
  -webkit-animation-delay: 142ms;
  -moz-animation-delay: 142ms;
  -o-animation-delay: 142ms;
  animation-delay: 142ms; }

.delay-143 {
  -webkit-animation-delay: 143ms;
  -moz-animation-delay: 143ms;
  -o-animation-delay: 143ms;
  animation-delay: 143ms; }

.delay-144 {
  -webkit-animation-delay: 144ms;
  -moz-animation-delay: 144ms;
  -o-animation-delay: 144ms;
  animation-delay: 144ms; }

.delay-145 {
  -webkit-animation-delay: 145ms;
  -moz-animation-delay: 145ms;
  -o-animation-delay: 145ms;
  animation-delay: 145ms; }

.delay-146 {
  -webkit-animation-delay: 146ms;
  -moz-animation-delay: 146ms;
  -o-animation-delay: 146ms;
  animation-delay: 146ms; }

.delay-147 {
  -webkit-animation-delay: 147ms;
  -moz-animation-delay: 147ms;
  -o-animation-delay: 147ms;
  animation-delay: 147ms; }

.delay-148 {
  -webkit-animation-delay: 148ms;
  -moz-animation-delay: 148ms;
  -o-animation-delay: 148ms;
  animation-delay: 148ms; }

.delay-149 {
  -webkit-animation-delay: 149ms;
  -moz-animation-delay: 149ms;
  -o-animation-delay: 149ms;
  animation-delay: 149ms; }

.delay-150 {
  -webkit-animation-delay: 150ms;
  -moz-animation-delay: 150ms;
  -o-animation-delay: 150ms;
  animation-delay: 150ms; }

.delay-151 {
  -webkit-animation-delay: 151ms;
  -moz-animation-delay: 151ms;
  -o-animation-delay: 151ms;
  animation-delay: 151ms; }

.delay-152 {
  -webkit-animation-delay: 152ms;
  -moz-animation-delay: 152ms;
  -o-animation-delay: 152ms;
  animation-delay: 152ms; }

.delay-153 {
  -webkit-animation-delay: 153ms;
  -moz-animation-delay: 153ms;
  -o-animation-delay: 153ms;
  animation-delay: 153ms; }

.delay-154 {
  -webkit-animation-delay: 154ms;
  -moz-animation-delay: 154ms;
  -o-animation-delay: 154ms;
  animation-delay: 154ms; }

.delay-155 {
  -webkit-animation-delay: 155ms;
  -moz-animation-delay: 155ms;
  -o-animation-delay: 155ms;
  animation-delay: 155ms; }

.delay-156 {
  -webkit-animation-delay: 156ms;
  -moz-animation-delay: 156ms;
  -o-animation-delay: 156ms;
  animation-delay: 156ms; }

.delay-157 {
  -webkit-animation-delay: 157ms;
  -moz-animation-delay: 157ms;
  -o-animation-delay: 157ms;
  animation-delay: 157ms; }

.delay-158 {
  -webkit-animation-delay: 158ms;
  -moz-animation-delay: 158ms;
  -o-animation-delay: 158ms;
  animation-delay: 158ms; }

.delay-159 {
  -webkit-animation-delay: 159ms;
  -moz-animation-delay: 159ms;
  -o-animation-delay: 159ms;
  animation-delay: 159ms; }

.delay-160 {
  -webkit-animation-delay: 160ms;
  -moz-animation-delay: 160ms;
  -o-animation-delay: 160ms;
  animation-delay: 160ms; }

.delay-161 {
  -webkit-animation-delay: 161ms;
  -moz-animation-delay: 161ms;
  -o-animation-delay: 161ms;
  animation-delay: 161ms; }

.delay-162 {
  -webkit-animation-delay: 162ms;
  -moz-animation-delay: 162ms;
  -o-animation-delay: 162ms;
  animation-delay: 162ms; }

.delay-163 {
  -webkit-animation-delay: 163ms;
  -moz-animation-delay: 163ms;
  -o-animation-delay: 163ms;
  animation-delay: 163ms; }

.delay-164 {
  -webkit-animation-delay: 164ms;
  -moz-animation-delay: 164ms;
  -o-animation-delay: 164ms;
  animation-delay: 164ms; }

.delay-165 {
  -webkit-animation-delay: 165ms;
  -moz-animation-delay: 165ms;
  -o-animation-delay: 165ms;
  animation-delay: 165ms; }

.delay-166 {
  -webkit-animation-delay: 166ms;
  -moz-animation-delay: 166ms;
  -o-animation-delay: 166ms;
  animation-delay: 166ms; }

.delay-167 {
  -webkit-animation-delay: 167ms;
  -moz-animation-delay: 167ms;
  -o-animation-delay: 167ms;
  animation-delay: 167ms; }

.delay-168 {
  -webkit-animation-delay: 168ms;
  -moz-animation-delay: 168ms;
  -o-animation-delay: 168ms;
  animation-delay: 168ms; }

.delay-169 {
  -webkit-animation-delay: 169ms;
  -moz-animation-delay: 169ms;
  -o-animation-delay: 169ms;
  animation-delay: 169ms; }

.delay-170 {
  -webkit-animation-delay: 170ms;
  -moz-animation-delay: 170ms;
  -o-animation-delay: 170ms;
  animation-delay: 170ms; }

.delay-171 {
  -webkit-animation-delay: 171ms;
  -moz-animation-delay: 171ms;
  -o-animation-delay: 171ms;
  animation-delay: 171ms; }

.delay-172 {
  -webkit-animation-delay: 172ms;
  -moz-animation-delay: 172ms;
  -o-animation-delay: 172ms;
  animation-delay: 172ms; }

.delay-173 {
  -webkit-animation-delay: 173ms;
  -moz-animation-delay: 173ms;
  -o-animation-delay: 173ms;
  animation-delay: 173ms; }

.delay-174 {
  -webkit-animation-delay: 174ms;
  -moz-animation-delay: 174ms;
  -o-animation-delay: 174ms;
  animation-delay: 174ms; }

.delay-175 {
  -webkit-animation-delay: 175ms;
  -moz-animation-delay: 175ms;
  -o-animation-delay: 175ms;
  animation-delay: 175ms; }

.delay-176 {
  -webkit-animation-delay: 176ms;
  -moz-animation-delay: 176ms;
  -o-animation-delay: 176ms;
  animation-delay: 176ms; }

.delay-177 {
  -webkit-animation-delay: 177ms;
  -moz-animation-delay: 177ms;
  -o-animation-delay: 177ms;
  animation-delay: 177ms; }

.delay-178 {
  -webkit-animation-delay: 178ms;
  -moz-animation-delay: 178ms;
  -o-animation-delay: 178ms;
  animation-delay: 178ms; }

.delay-179 {
  -webkit-animation-delay: 179ms;
  -moz-animation-delay: 179ms;
  -o-animation-delay: 179ms;
  animation-delay: 179ms; }

.delay-180 {
  -webkit-animation-delay: 180ms;
  -moz-animation-delay: 180ms;
  -o-animation-delay: 180ms;
  animation-delay: 180ms; }

.delay-181 {
  -webkit-animation-delay: 181ms;
  -moz-animation-delay: 181ms;
  -o-animation-delay: 181ms;
  animation-delay: 181ms; }

.delay-182 {
  -webkit-animation-delay: 182ms;
  -moz-animation-delay: 182ms;
  -o-animation-delay: 182ms;
  animation-delay: 182ms; }

.delay-183 {
  -webkit-animation-delay: 183ms;
  -moz-animation-delay: 183ms;
  -o-animation-delay: 183ms;
  animation-delay: 183ms; }

.delay-184 {
  -webkit-animation-delay: 184ms;
  -moz-animation-delay: 184ms;
  -o-animation-delay: 184ms;
  animation-delay: 184ms; }

.delay-185 {
  -webkit-animation-delay: 185ms;
  -moz-animation-delay: 185ms;
  -o-animation-delay: 185ms;
  animation-delay: 185ms; }

.delay-186 {
  -webkit-animation-delay: 186ms;
  -moz-animation-delay: 186ms;
  -o-animation-delay: 186ms;
  animation-delay: 186ms; }

.delay-187 {
  -webkit-animation-delay: 187ms;
  -moz-animation-delay: 187ms;
  -o-animation-delay: 187ms;
  animation-delay: 187ms; }

.delay-188 {
  -webkit-animation-delay: 188ms;
  -moz-animation-delay: 188ms;
  -o-animation-delay: 188ms;
  animation-delay: 188ms; }

.delay-189 {
  -webkit-animation-delay: 189ms;
  -moz-animation-delay: 189ms;
  -o-animation-delay: 189ms;
  animation-delay: 189ms; }

.delay-190 {
  -webkit-animation-delay: 190ms;
  -moz-animation-delay: 190ms;
  -o-animation-delay: 190ms;
  animation-delay: 190ms; }

.delay-191 {
  -webkit-animation-delay: 191ms;
  -moz-animation-delay: 191ms;
  -o-animation-delay: 191ms;
  animation-delay: 191ms; }

.delay-192 {
  -webkit-animation-delay: 192ms;
  -moz-animation-delay: 192ms;
  -o-animation-delay: 192ms;
  animation-delay: 192ms; }

.delay-193 {
  -webkit-animation-delay: 193ms;
  -moz-animation-delay: 193ms;
  -o-animation-delay: 193ms;
  animation-delay: 193ms; }

.delay-194 {
  -webkit-animation-delay: 194ms;
  -moz-animation-delay: 194ms;
  -o-animation-delay: 194ms;
  animation-delay: 194ms; }

.delay-195 {
  -webkit-animation-delay: 195ms;
  -moz-animation-delay: 195ms;
  -o-animation-delay: 195ms;
  animation-delay: 195ms; }

.delay-196 {
  -webkit-animation-delay: 196ms;
  -moz-animation-delay: 196ms;
  -o-animation-delay: 196ms;
  animation-delay: 196ms; }

.delay-197 {
  -webkit-animation-delay: 197ms;
  -moz-animation-delay: 197ms;
  -o-animation-delay: 197ms;
  animation-delay: 197ms; }

.delay-198 {
  -webkit-animation-delay: 198ms;
  -moz-animation-delay: 198ms;
  -o-animation-delay: 198ms;
  animation-delay: 198ms; }

.delay-199 {
  -webkit-animation-delay: 199ms;
  -moz-animation-delay: 199ms;
  -o-animation-delay: 199ms;
  animation-delay: 199ms; }

.delay-200 {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms; }

.delay-201 {
  -webkit-animation-delay: 201ms;
  -moz-animation-delay: 201ms;
  -o-animation-delay: 201ms;
  animation-delay: 201ms; }

.delay-202 {
  -webkit-animation-delay: 202ms;
  -moz-animation-delay: 202ms;
  -o-animation-delay: 202ms;
  animation-delay: 202ms; }

.delay-203 {
  -webkit-animation-delay: 203ms;
  -moz-animation-delay: 203ms;
  -o-animation-delay: 203ms;
  animation-delay: 203ms; }

.delay-204 {
  -webkit-animation-delay: 204ms;
  -moz-animation-delay: 204ms;
  -o-animation-delay: 204ms;
  animation-delay: 204ms; }

.delay-205 {
  -webkit-animation-delay: 205ms;
  -moz-animation-delay: 205ms;
  -o-animation-delay: 205ms;
  animation-delay: 205ms; }

.delay-206 {
  -webkit-animation-delay: 206ms;
  -moz-animation-delay: 206ms;
  -o-animation-delay: 206ms;
  animation-delay: 206ms; }

.delay-207 {
  -webkit-animation-delay: 207ms;
  -moz-animation-delay: 207ms;
  -o-animation-delay: 207ms;
  animation-delay: 207ms; }

.delay-208 {
  -webkit-animation-delay: 208ms;
  -moz-animation-delay: 208ms;
  -o-animation-delay: 208ms;
  animation-delay: 208ms; }

.delay-209 {
  -webkit-animation-delay: 209ms;
  -moz-animation-delay: 209ms;
  -o-animation-delay: 209ms;
  animation-delay: 209ms; }

.delay-210 {
  -webkit-animation-delay: 210ms;
  -moz-animation-delay: 210ms;
  -o-animation-delay: 210ms;
  animation-delay: 210ms; }

.delay-211 {
  -webkit-animation-delay: 211ms;
  -moz-animation-delay: 211ms;
  -o-animation-delay: 211ms;
  animation-delay: 211ms; }

.delay-212 {
  -webkit-animation-delay: 212ms;
  -moz-animation-delay: 212ms;
  -o-animation-delay: 212ms;
  animation-delay: 212ms; }

.delay-213 {
  -webkit-animation-delay: 213ms;
  -moz-animation-delay: 213ms;
  -o-animation-delay: 213ms;
  animation-delay: 213ms; }

.delay-214 {
  -webkit-animation-delay: 214ms;
  -moz-animation-delay: 214ms;
  -o-animation-delay: 214ms;
  animation-delay: 214ms; }

.delay-215 {
  -webkit-animation-delay: 215ms;
  -moz-animation-delay: 215ms;
  -o-animation-delay: 215ms;
  animation-delay: 215ms; }

.delay-216 {
  -webkit-animation-delay: 216ms;
  -moz-animation-delay: 216ms;
  -o-animation-delay: 216ms;
  animation-delay: 216ms; }

.delay-217 {
  -webkit-animation-delay: 217ms;
  -moz-animation-delay: 217ms;
  -o-animation-delay: 217ms;
  animation-delay: 217ms; }

.delay-218 {
  -webkit-animation-delay: 218ms;
  -moz-animation-delay: 218ms;
  -o-animation-delay: 218ms;
  animation-delay: 218ms; }

.delay-219 {
  -webkit-animation-delay: 219ms;
  -moz-animation-delay: 219ms;
  -o-animation-delay: 219ms;
  animation-delay: 219ms; }

.delay-220 {
  -webkit-animation-delay: 220ms;
  -moz-animation-delay: 220ms;
  -o-animation-delay: 220ms;
  animation-delay: 220ms; }

.delay-221 {
  -webkit-animation-delay: 221ms;
  -moz-animation-delay: 221ms;
  -o-animation-delay: 221ms;
  animation-delay: 221ms; }

.delay-222 {
  -webkit-animation-delay: 222ms;
  -moz-animation-delay: 222ms;
  -o-animation-delay: 222ms;
  animation-delay: 222ms; }

.delay-223 {
  -webkit-animation-delay: 223ms;
  -moz-animation-delay: 223ms;
  -o-animation-delay: 223ms;
  animation-delay: 223ms; }

.delay-224 {
  -webkit-animation-delay: 224ms;
  -moz-animation-delay: 224ms;
  -o-animation-delay: 224ms;
  animation-delay: 224ms; }

.delay-225 {
  -webkit-animation-delay: 225ms;
  -moz-animation-delay: 225ms;
  -o-animation-delay: 225ms;
  animation-delay: 225ms; }

.delay-226 {
  -webkit-animation-delay: 226ms;
  -moz-animation-delay: 226ms;
  -o-animation-delay: 226ms;
  animation-delay: 226ms; }

.delay-227 {
  -webkit-animation-delay: 227ms;
  -moz-animation-delay: 227ms;
  -o-animation-delay: 227ms;
  animation-delay: 227ms; }

.delay-228 {
  -webkit-animation-delay: 228ms;
  -moz-animation-delay: 228ms;
  -o-animation-delay: 228ms;
  animation-delay: 228ms; }

.delay-229 {
  -webkit-animation-delay: 229ms;
  -moz-animation-delay: 229ms;
  -o-animation-delay: 229ms;
  animation-delay: 229ms; }

.delay-230 {
  -webkit-animation-delay: 230ms;
  -moz-animation-delay: 230ms;
  -o-animation-delay: 230ms;
  animation-delay: 230ms; }

.delay-231 {
  -webkit-animation-delay: 231ms;
  -moz-animation-delay: 231ms;
  -o-animation-delay: 231ms;
  animation-delay: 231ms; }

.delay-232 {
  -webkit-animation-delay: 232ms;
  -moz-animation-delay: 232ms;
  -o-animation-delay: 232ms;
  animation-delay: 232ms; }

.delay-233 {
  -webkit-animation-delay: 233ms;
  -moz-animation-delay: 233ms;
  -o-animation-delay: 233ms;
  animation-delay: 233ms; }

.delay-234 {
  -webkit-animation-delay: 234ms;
  -moz-animation-delay: 234ms;
  -o-animation-delay: 234ms;
  animation-delay: 234ms; }

.delay-235 {
  -webkit-animation-delay: 235ms;
  -moz-animation-delay: 235ms;
  -o-animation-delay: 235ms;
  animation-delay: 235ms; }

.delay-236 {
  -webkit-animation-delay: 236ms;
  -moz-animation-delay: 236ms;
  -o-animation-delay: 236ms;
  animation-delay: 236ms; }

.delay-237 {
  -webkit-animation-delay: 237ms;
  -moz-animation-delay: 237ms;
  -o-animation-delay: 237ms;
  animation-delay: 237ms; }

.delay-238 {
  -webkit-animation-delay: 238ms;
  -moz-animation-delay: 238ms;
  -o-animation-delay: 238ms;
  animation-delay: 238ms; }

.delay-239 {
  -webkit-animation-delay: 239ms;
  -moz-animation-delay: 239ms;
  -o-animation-delay: 239ms;
  animation-delay: 239ms; }

.delay-240 {
  -webkit-animation-delay: 240ms;
  -moz-animation-delay: 240ms;
  -o-animation-delay: 240ms;
  animation-delay: 240ms; }

.delay-241 {
  -webkit-animation-delay: 241ms;
  -moz-animation-delay: 241ms;
  -o-animation-delay: 241ms;
  animation-delay: 241ms; }

.delay-242 {
  -webkit-animation-delay: 242ms;
  -moz-animation-delay: 242ms;
  -o-animation-delay: 242ms;
  animation-delay: 242ms; }

.delay-243 {
  -webkit-animation-delay: 243ms;
  -moz-animation-delay: 243ms;
  -o-animation-delay: 243ms;
  animation-delay: 243ms; }

.delay-244 {
  -webkit-animation-delay: 244ms;
  -moz-animation-delay: 244ms;
  -o-animation-delay: 244ms;
  animation-delay: 244ms; }

.delay-245 {
  -webkit-animation-delay: 245ms;
  -moz-animation-delay: 245ms;
  -o-animation-delay: 245ms;
  animation-delay: 245ms; }

.delay-246 {
  -webkit-animation-delay: 246ms;
  -moz-animation-delay: 246ms;
  -o-animation-delay: 246ms;
  animation-delay: 246ms; }

.delay-247 {
  -webkit-animation-delay: 247ms;
  -moz-animation-delay: 247ms;
  -o-animation-delay: 247ms;
  animation-delay: 247ms; }

.delay-248 {
  -webkit-animation-delay: 248ms;
  -moz-animation-delay: 248ms;
  -o-animation-delay: 248ms;
  animation-delay: 248ms; }

.delay-249 {
  -webkit-animation-delay: 249ms;
  -moz-animation-delay: 249ms;
  -o-animation-delay: 249ms;
  animation-delay: 249ms; }

.delay-250 {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms; }

.delay-251 {
  -webkit-animation-delay: 251ms;
  -moz-animation-delay: 251ms;
  -o-animation-delay: 251ms;
  animation-delay: 251ms; }

.delay-252 {
  -webkit-animation-delay: 252ms;
  -moz-animation-delay: 252ms;
  -o-animation-delay: 252ms;
  animation-delay: 252ms; }

.delay-253 {
  -webkit-animation-delay: 253ms;
  -moz-animation-delay: 253ms;
  -o-animation-delay: 253ms;
  animation-delay: 253ms; }

.delay-254 {
  -webkit-animation-delay: 254ms;
  -moz-animation-delay: 254ms;
  -o-animation-delay: 254ms;
  animation-delay: 254ms; }

.delay-255 {
  -webkit-animation-delay: 255ms;
  -moz-animation-delay: 255ms;
  -o-animation-delay: 255ms;
  animation-delay: 255ms; }

.delay-256 {
  -webkit-animation-delay: 256ms;
  -moz-animation-delay: 256ms;
  -o-animation-delay: 256ms;
  animation-delay: 256ms; }

.delay-257 {
  -webkit-animation-delay: 257ms;
  -moz-animation-delay: 257ms;
  -o-animation-delay: 257ms;
  animation-delay: 257ms; }

.delay-258 {
  -webkit-animation-delay: 258ms;
  -moz-animation-delay: 258ms;
  -o-animation-delay: 258ms;
  animation-delay: 258ms; }

.delay-259 {
  -webkit-animation-delay: 259ms;
  -moz-animation-delay: 259ms;
  -o-animation-delay: 259ms;
  animation-delay: 259ms; }

.delay-260 {
  -webkit-animation-delay: 260ms;
  -moz-animation-delay: 260ms;
  -o-animation-delay: 260ms;
  animation-delay: 260ms; }

.delay-261 {
  -webkit-animation-delay: 261ms;
  -moz-animation-delay: 261ms;
  -o-animation-delay: 261ms;
  animation-delay: 261ms; }

.delay-262 {
  -webkit-animation-delay: 262ms;
  -moz-animation-delay: 262ms;
  -o-animation-delay: 262ms;
  animation-delay: 262ms; }

.delay-263 {
  -webkit-animation-delay: 263ms;
  -moz-animation-delay: 263ms;
  -o-animation-delay: 263ms;
  animation-delay: 263ms; }

.delay-264 {
  -webkit-animation-delay: 264ms;
  -moz-animation-delay: 264ms;
  -o-animation-delay: 264ms;
  animation-delay: 264ms; }

.delay-265 {
  -webkit-animation-delay: 265ms;
  -moz-animation-delay: 265ms;
  -o-animation-delay: 265ms;
  animation-delay: 265ms; }

.delay-266 {
  -webkit-animation-delay: 266ms;
  -moz-animation-delay: 266ms;
  -o-animation-delay: 266ms;
  animation-delay: 266ms; }

.delay-267 {
  -webkit-animation-delay: 267ms;
  -moz-animation-delay: 267ms;
  -o-animation-delay: 267ms;
  animation-delay: 267ms; }

.delay-268 {
  -webkit-animation-delay: 268ms;
  -moz-animation-delay: 268ms;
  -o-animation-delay: 268ms;
  animation-delay: 268ms; }

.delay-269 {
  -webkit-animation-delay: 269ms;
  -moz-animation-delay: 269ms;
  -o-animation-delay: 269ms;
  animation-delay: 269ms; }

.delay-270 {
  -webkit-animation-delay: 270ms;
  -moz-animation-delay: 270ms;
  -o-animation-delay: 270ms;
  animation-delay: 270ms; }

.delay-271 {
  -webkit-animation-delay: 271ms;
  -moz-animation-delay: 271ms;
  -o-animation-delay: 271ms;
  animation-delay: 271ms; }

.delay-272 {
  -webkit-animation-delay: 272ms;
  -moz-animation-delay: 272ms;
  -o-animation-delay: 272ms;
  animation-delay: 272ms; }

.delay-273 {
  -webkit-animation-delay: 273ms;
  -moz-animation-delay: 273ms;
  -o-animation-delay: 273ms;
  animation-delay: 273ms; }

.delay-274 {
  -webkit-animation-delay: 274ms;
  -moz-animation-delay: 274ms;
  -o-animation-delay: 274ms;
  animation-delay: 274ms; }

.delay-275 {
  -webkit-animation-delay: 275ms;
  -moz-animation-delay: 275ms;
  -o-animation-delay: 275ms;
  animation-delay: 275ms; }

.delay-276 {
  -webkit-animation-delay: 276ms;
  -moz-animation-delay: 276ms;
  -o-animation-delay: 276ms;
  animation-delay: 276ms; }

.delay-277 {
  -webkit-animation-delay: 277ms;
  -moz-animation-delay: 277ms;
  -o-animation-delay: 277ms;
  animation-delay: 277ms; }

.delay-278 {
  -webkit-animation-delay: 278ms;
  -moz-animation-delay: 278ms;
  -o-animation-delay: 278ms;
  animation-delay: 278ms; }

.delay-279 {
  -webkit-animation-delay: 279ms;
  -moz-animation-delay: 279ms;
  -o-animation-delay: 279ms;
  animation-delay: 279ms; }

.delay-280 {
  -webkit-animation-delay: 280ms;
  -moz-animation-delay: 280ms;
  -o-animation-delay: 280ms;
  animation-delay: 280ms; }

.delay-281 {
  -webkit-animation-delay: 281ms;
  -moz-animation-delay: 281ms;
  -o-animation-delay: 281ms;
  animation-delay: 281ms; }

.delay-282 {
  -webkit-animation-delay: 282ms;
  -moz-animation-delay: 282ms;
  -o-animation-delay: 282ms;
  animation-delay: 282ms; }

.delay-283 {
  -webkit-animation-delay: 283ms;
  -moz-animation-delay: 283ms;
  -o-animation-delay: 283ms;
  animation-delay: 283ms; }

.delay-284 {
  -webkit-animation-delay: 284ms;
  -moz-animation-delay: 284ms;
  -o-animation-delay: 284ms;
  animation-delay: 284ms; }

.delay-285 {
  -webkit-animation-delay: 285ms;
  -moz-animation-delay: 285ms;
  -o-animation-delay: 285ms;
  animation-delay: 285ms; }

.delay-286 {
  -webkit-animation-delay: 286ms;
  -moz-animation-delay: 286ms;
  -o-animation-delay: 286ms;
  animation-delay: 286ms; }

.delay-287 {
  -webkit-animation-delay: 287ms;
  -moz-animation-delay: 287ms;
  -o-animation-delay: 287ms;
  animation-delay: 287ms; }

.delay-288 {
  -webkit-animation-delay: 288ms;
  -moz-animation-delay: 288ms;
  -o-animation-delay: 288ms;
  animation-delay: 288ms; }

.delay-289 {
  -webkit-animation-delay: 289ms;
  -moz-animation-delay: 289ms;
  -o-animation-delay: 289ms;
  animation-delay: 289ms; }

.delay-290 {
  -webkit-animation-delay: 290ms;
  -moz-animation-delay: 290ms;
  -o-animation-delay: 290ms;
  animation-delay: 290ms; }

.delay-291 {
  -webkit-animation-delay: 291ms;
  -moz-animation-delay: 291ms;
  -o-animation-delay: 291ms;
  animation-delay: 291ms; }

.delay-292 {
  -webkit-animation-delay: 292ms;
  -moz-animation-delay: 292ms;
  -o-animation-delay: 292ms;
  animation-delay: 292ms; }

.delay-293 {
  -webkit-animation-delay: 293ms;
  -moz-animation-delay: 293ms;
  -o-animation-delay: 293ms;
  animation-delay: 293ms; }

.delay-294 {
  -webkit-animation-delay: 294ms;
  -moz-animation-delay: 294ms;
  -o-animation-delay: 294ms;
  animation-delay: 294ms; }

.delay-295 {
  -webkit-animation-delay: 295ms;
  -moz-animation-delay: 295ms;
  -o-animation-delay: 295ms;
  animation-delay: 295ms; }

.delay-296 {
  -webkit-animation-delay: 296ms;
  -moz-animation-delay: 296ms;
  -o-animation-delay: 296ms;
  animation-delay: 296ms; }

.delay-297 {
  -webkit-animation-delay: 297ms;
  -moz-animation-delay: 297ms;
  -o-animation-delay: 297ms;
  animation-delay: 297ms; }

.delay-298 {
  -webkit-animation-delay: 298ms;
  -moz-animation-delay: 298ms;
  -o-animation-delay: 298ms;
  animation-delay: 298ms; }

.delay-299 {
  -webkit-animation-delay: 299ms;
  -moz-animation-delay: 299ms;
  -o-animation-delay: 299ms;
  animation-delay: 299ms; }

.delay-300 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms; }

.delay-301 {
  -webkit-animation-delay: 301ms;
  -moz-animation-delay: 301ms;
  -o-animation-delay: 301ms;
  animation-delay: 301ms; }

.delay-302 {
  -webkit-animation-delay: 302ms;
  -moz-animation-delay: 302ms;
  -o-animation-delay: 302ms;
  animation-delay: 302ms; }

.delay-303 {
  -webkit-animation-delay: 303ms;
  -moz-animation-delay: 303ms;
  -o-animation-delay: 303ms;
  animation-delay: 303ms; }

.delay-304 {
  -webkit-animation-delay: 304ms;
  -moz-animation-delay: 304ms;
  -o-animation-delay: 304ms;
  animation-delay: 304ms; }

.delay-305 {
  -webkit-animation-delay: 305ms;
  -moz-animation-delay: 305ms;
  -o-animation-delay: 305ms;
  animation-delay: 305ms; }

.delay-306 {
  -webkit-animation-delay: 306ms;
  -moz-animation-delay: 306ms;
  -o-animation-delay: 306ms;
  animation-delay: 306ms; }

.delay-307 {
  -webkit-animation-delay: 307ms;
  -moz-animation-delay: 307ms;
  -o-animation-delay: 307ms;
  animation-delay: 307ms; }

.delay-308 {
  -webkit-animation-delay: 308ms;
  -moz-animation-delay: 308ms;
  -o-animation-delay: 308ms;
  animation-delay: 308ms; }

.delay-309 {
  -webkit-animation-delay: 309ms;
  -moz-animation-delay: 309ms;
  -o-animation-delay: 309ms;
  animation-delay: 309ms; }

.delay-310 {
  -webkit-animation-delay: 310ms;
  -moz-animation-delay: 310ms;
  -o-animation-delay: 310ms;
  animation-delay: 310ms; }

.delay-311 {
  -webkit-animation-delay: 311ms;
  -moz-animation-delay: 311ms;
  -o-animation-delay: 311ms;
  animation-delay: 311ms; }

.delay-312 {
  -webkit-animation-delay: 312ms;
  -moz-animation-delay: 312ms;
  -o-animation-delay: 312ms;
  animation-delay: 312ms; }

.delay-313 {
  -webkit-animation-delay: 313ms;
  -moz-animation-delay: 313ms;
  -o-animation-delay: 313ms;
  animation-delay: 313ms; }

.delay-314 {
  -webkit-animation-delay: 314ms;
  -moz-animation-delay: 314ms;
  -o-animation-delay: 314ms;
  animation-delay: 314ms; }

.delay-315 {
  -webkit-animation-delay: 315ms;
  -moz-animation-delay: 315ms;
  -o-animation-delay: 315ms;
  animation-delay: 315ms; }

.delay-316 {
  -webkit-animation-delay: 316ms;
  -moz-animation-delay: 316ms;
  -o-animation-delay: 316ms;
  animation-delay: 316ms; }

.delay-317 {
  -webkit-animation-delay: 317ms;
  -moz-animation-delay: 317ms;
  -o-animation-delay: 317ms;
  animation-delay: 317ms; }

.delay-318 {
  -webkit-animation-delay: 318ms;
  -moz-animation-delay: 318ms;
  -o-animation-delay: 318ms;
  animation-delay: 318ms; }

.delay-319 {
  -webkit-animation-delay: 319ms;
  -moz-animation-delay: 319ms;
  -o-animation-delay: 319ms;
  animation-delay: 319ms; }

.delay-320 {
  -webkit-animation-delay: 320ms;
  -moz-animation-delay: 320ms;
  -o-animation-delay: 320ms;
  animation-delay: 320ms; }

.delay-321 {
  -webkit-animation-delay: 321ms;
  -moz-animation-delay: 321ms;
  -o-animation-delay: 321ms;
  animation-delay: 321ms; }

.delay-322 {
  -webkit-animation-delay: 322ms;
  -moz-animation-delay: 322ms;
  -o-animation-delay: 322ms;
  animation-delay: 322ms; }

.delay-323 {
  -webkit-animation-delay: 323ms;
  -moz-animation-delay: 323ms;
  -o-animation-delay: 323ms;
  animation-delay: 323ms; }

.delay-324 {
  -webkit-animation-delay: 324ms;
  -moz-animation-delay: 324ms;
  -o-animation-delay: 324ms;
  animation-delay: 324ms; }

.delay-325 {
  -webkit-animation-delay: 325ms;
  -moz-animation-delay: 325ms;
  -o-animation-delay: 325ms;
  animation-delay: 325ms; }

.delay-326 {
  -webkit-animation-delay: 326ms;
  -moz-animation-delay: 326ms;
  -o-animation-delay: 326ms;
  animation-delay: 326ms; }

.delay-327 {
  -webkit-animation-delay: 327ms;
  -moz-animation-delay: 327ms;
  -o-animation-delay: 327ms;
  animation-delay: 327ms; }

.delay-328 {
  -webkit-animation-delay: 328ms;
  -moz-animation-delay: 328ms;
  -o-animation-delay: 328ms;
  animation-delay: 328ms; }

.delay-329 {
  -webkit-animation-delay: 329ms;
  -moz-animation-delay: 329ms;
  -o-animation-delay: 329ms;
  animation-delay: 329ms; }

.delay-330 {
  -webkit-animation-delay: 330ms;
  -moz-animation-delay: 330ms;
  -o-animation-delay: 330ms;
  animation-delay: 330ms; }

.delay-331 {
  -webkit-animation-delay: 331ms;
  -moz-animation-delay: 331ms;
  -o-animation-delay: 331ms;
  animation-delay: 331ms; }

.delay-332 {
  -webkit-animation-delay: 332ms;
  -moz-animation-delay: 332ms;
  -o-animation-delay: 332ms;
  animation-delay: 332ms; }

.delay-333 {
  -webkit-animation-delay: 333ms;
  -moz-animation-delay: 333ms;
  -o-animation-delay: 333ms;
  animation-delay: 333ms; }

.delay-334 {
  -webkit-animation-delay: 334ms;
  -moz-animation-delay: 334ms;
  -o-animation-delay: 334ms;
  animation-delay: 334ms; }

.delay-335 {
  -webkit-animation-delay: 335ms;
  -moz-animation-delay: 335ms;
  -o-animation-delay: 335ms;
  animation-delay: 335ms; }

.delay-336 {
  -webkit-animation-delay: 336ms;
  -moz-animation-delay: 336ms;
  -o-animation-delay: 336ms;
  animation-delay: 336ms; }

.delay-337 {
  -webkit-animation-delay: 337ms;
  -moz-animation-delay: 337ms;
  -o-animation-delay: 337ms;
  animation-delay: 337ms; }

.delay-338 {
  -webkit-animation-delay: 338ms;
  -moz-animation-delay: 338ms;
  -o-animation-delay: 338ms;
  animation-delay: 338ms; }

.delay-339 {
  -webkit-animation-delay: 339ms;
  -moz-animation-delay: 339ms;
  -o-animation-delay: 339ms;
  animation-delay: 339ms; }

.delay-340 {
  -webkit-animation-delay: 340ms;
  -moz-animation-delay: 340ms;
  -o-animation-delay: 340ms;
  animation-delay: 340ms; }

.delay-341 {
  -webkit-animation-delay: 341ms;
  -moz-animation-delay: 341ms;
  -o-animation-delay: 341ms;
  animation-delay: 341ms; }

.delay-342 {
  -webkit-animation-delay: 342ms;
  -moz-animation-delay: 342ms;
  -o-animation-delay: 342ms;
  animation-delay: 342ms; }

.delay-343 {
  -webkit-animation-delay: 343ms;
  -moz-animation-delay: 343ms;
  -o-animation-delay: 343ms;
  animation-delay: 343ms; }

.delay-344 {
  -webkit-animation-delay: 344ms;
  -moz-animation-delay: 344ms;
  -o-animation-delay: 344ms;
  animation-delay: 344ms; }

.delay-345 {
  -webkit-animation-delay: 345ms;
  -moz-animation-delay: 345ms;
  -o-animation-delay: 345ms;
  animation-delay: 345ms; }

.delay-346 {
  -webkit-animation-delay: 346ms;
  -moz-animation-delay: 346ms;
  -o-animation-delay: 346ms;
  animation-delay: 346ms; }

.delay-347 {
  -webkit-animation-delay: 347ms;
  -moz-animation-delay: 347ms;
  -o-animation-delay: 347ms;
  animation-delay: 347ms; }

.delay-348 {
  -webkit-animation-delay: 348ms;
  -moz-animation-delay: 348ms;
  -o-animation-delay: 348ms;
  animation-delay: 348ms; }

.delay-349 {
  -webkit-animation-delay: 349ms;
  -moz-animation-delay: 349ms;
  -o-animation-delay: 349ms;
  animation-delay: 349ms; }

.delay-350 {
  -webkit-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -o-animation-delay: 350ms;
  animation-delay: 350ms; }

.delay-351 {
  -webkit-animation-delay: 351ms;
  -moz-animation-delay: 351ms;
  -o-animation-delay: 351ms;
  animation-delay: 351ms; }

.delay-352 {
  -webkit-animation-delay: 352ms;
  -moz-animation-delay: 352ms;
  -o-animation-delay: 352ms;
  animation-delay: 352ms; }

.delay-353 {
  -webkit-animation-delay: 353ms;
  -moz-animation-delay: 353ms;
  -o-animation-delay: 353ms;
  animation-delay: 353ms; }

.delay-354 {
  -webkit-animation-delay: 354ms;
  -moz-animation-delay: 354ms;
  -o-animation-delay: 354ms;
  animation-delay: 354ms; }

.delay-355 {
  -webkit-animation-delay: 355ms;
  -moz-animation-delay: 355ms;
  -o-animation-delay: 355ms;
  animation-delay: 355ms; }

.delay-356 {
  -webkit-animation-delay: 356ms;
  -moz-animation-delay: 356ms;
  -o-animation-delay: 356ms;
  animation-delay: 356ms; }

.delay-357 {
  -webkit-animation-delay: 357ms;
  -moz-animation-delay: 357ms;
  -o-animation-delay: 357ms;
  animation-delay: 357ms; }

.delay-358 {
  -webkit-animation-delay: 358ms;
  -moz-animation-delay: 358ms;
  -o-animation-delay: 358ms;
  animation-delay: 358ms; }

.delay-359 {
  -webkit-animation-delay: 359ms;
  -moz-animation-delay: 359ms;
  -o-animation-delay: 359ms;
  animation-delay: 359ms; }

.delay-360 {
  -webkit-animation-delay: 360ms;
  -moz-animation-delay: 360ms;
  -o-animation-delay: 360ms;
  animation-delay: 360ms; }

.delay-361 {
  -webkit-animation-delay: 361ms;
  -moz-animation-delay: 361ms;
  -o-animation-delay: 361ms;
  animation-delay: 361ms; }

.delay-362 {
  -webkit-animation-delay: 362ms;
  -moz-animation-delay: 362ms;
  -o-animation-delay: 362ms;
  animation-delay: 362ms; }

.delay-363 {
  -webkit-animation-delay: 363ms;
  -moz-animation-delay: 363ms;
  -o-animation-delay: 363ms;
  animation-delay: 363ms; }

.delay-364 {
  -webkit-animation-delay: 364ms;
  -moz-animation-delay: 364ms;
  -o-animation-delay: 364ms;
  animation-delay: 364ms; }

.delay-365 {
  -webkit-animation-delay: 365ms;
  -moz-animation-delay: 365ms;
  -o-animation-delay: 365ms;
  animation-delay: 365ms; }

.delay-366 {
  -webkit-animation-delay: 366ms;
  -moz-animation-delay: 366ms;
  -o-animation-delay: 366ms;
  animation-delay: 366ms; }

.delay-367 {
  -webkit-animation-delay: 367ms;
  -moz-animation-delay: 367ms;
  -o-animation-delay: 367ms;
  animation-delay: 367ms; }

.delay-368 {
  -webkit-animation-delay: 368ms;
  -moz-animation-delay: 368ms;
  -o-animation-delay: 368ms;
  animation-delay: 368ms; }

.delay-369 {
  -webkit-animation-delay: 369ms;
  -moz-animation-delay: 369ms;
  -o-animation-delay: 369ms;
  animation-delay: 369ms; }

.delay-370 {
  -webkit-animation-delay: 370ms;
  -moz-animation-delay: 370ms;
  -o-animation-delay: 370ms;
  animation-delay: 370ms; }

.delay-371 {
  -webkit-animation-delay: 371ms;
  -moz-animation-delay: 371ms;
  -o-animation-delay: 371ms;
  animation-delay: 371ms; }

.delay-372 {
  -webkit-animation-delay: 372ms;
  -moz-animation-delay: 372ms;
  -o-animation-delay: 372ms;
  animation-delay: 372ms; }

.delay-373 {
  -webkit-animation-delay: 373ms;
  -moz-animation-delay: 373ms;
  -o-animation-delay: 373ms;
  animation-delay: 373ms; }

.delay-374 {
  -webkit-animation-delay: 374ms;
  -moz-animation-delay: 374ms;
  -o-animation-delay: 374ms;
  animation-delay: 374ms; }

.delay-375 {
  -webkit-animation-delay: 375ms;
  -moz-animation-delay: 375ms;
  -o-animation-delay: 375ms;
  animation-delay: 375ms; }

.delay-376 {
  -webkit-animation-delay: 376ms;
  -moz-animation-delay: 376ms;
  -o-animation-delay: 376ms;
  animation-delay: 376ms; }

.delay-377 {
  -webkit-animation-delay: 377ms;
  -moz-animation-delay: 377ms;
  -o-animation-delay: 377ms;
  animation-delay: 377ms; }

.delay-378 {
  -webkit-animation-delay: 378ms;
  -moz-animation-delay: 378ms;
  -o-animation-delay: 378ms;
  animation-delay: 378ms; }

.delay-379 {
  -webkit-animation-delay: 379ms;
  -moz-animation-delay: 379ms;
  -o-animation-delay: 379ms;
  animation-delay: 379ms; }

.delay-380 {
  -webkit-animation-delay: 380ms;
  -moz-animation-delay: 380ms;
  -o-animation-delay: 380ms;
  animation-delay: 380ms; }

.delay-381 {
  -webkit-animation-delay: 381ms;
  -moz-animation-delay: 381ms;
  -o-animation-delay: 381ms;
  animation-delay: 381ms; }

.delay-382 {
  -webkit-animation-delay: 382ms;
  -moz-animation-delay: 382ms;
  -o-animation-delay: 382ms;
  animation-delay: 382ms; }

.delay-383 {
  -webkit-animation-delay: 383ms;
  -moz-animation-delay: 383ms;
  -o-animation-delay: 383ms;
  animation-delay: 383ms; }

.delay-384 {
  -webkit-animation-delay: 384ms;
  -moz-animation-delay: 384ms;
  -o-animation-delay: 384ms;
  animation-delay: 384ms; }

.delay-385 {
  -webkit-animation-delay: 385ms;
  -moz-animation-delay: 385ms;
  -o-animation-delay: 385ms;
  animation-delay: 385ms; }

.delay-386 {
  -webkit-animation-delay: 386ms;
  -moz-animation-delay: 386ms;
  -o-animation-delay: 386ms;
  animation-delay: 386ms; }

.delay-387 {
  -webkit-animation-delay: 387ms;
  -moz-animation-delay: 387ms;
  -o-animation-delay: 387ms;
  animation-delay: 387ms; }

.delay-388 {
  -webkit-animation-delay: 388ms;
  -moz-animation-delay: 388ms;
  -o-animation-delay: 388ms;
  animation-delay: 388ms; }

.delay-389 {
  -webkit-animation-delay: 389ms;
  -moz-animation-delay: 389ms;
  -o-animation-delay: 389ms;
  animation-delay: 389ms; }

.delay-390 {
  -webkit-animation-delay: 390ms;
  -moz-animation-delay: 390ms;
  -o-animation-delay: 390ms;
  animation-delay: 390ms; }

.delay-391 {
  -webkit-animation-delay: 391ms;
  -moz-animation-delay: 391ms;
  -o-animation-delay: 391ms;
  animation-delay: 391ms; }

.delay-392 {
  -webkit-animation-delay: 392ms;
  -moz-animation-delay: 392ms;
  -o-animation-delay: 392ms;
  animation-delay: 392ms; }

.delay-393 {
  -webkit-animation-delay: 393ms;
  -moz-animation-delay: 393ms;
  -o-animation-delay: 393ms;
  animation-delay: 393ms; }

.delay-394 {
  -webkit-animation-delay: 394ms;
  -moz-animation-delay: 394ms;
  -o-animation-delay: 394ms;
  animation-delay: 394ms; }

.delay-395 {
  -webkit-animation-delay: 395ms;
  -moz-animation-delay: 395ms;
  -o-animation-delay: 395ms;
  animation-delay: 395ms; }

.delay-396 {
  -webkit-animation-delay: 396ms;
  -moz-animation-delay: 396ms;
  -o-animation-delay: 396ms;
  animation-delay: 396ms; }

.delay-397 {
  -webkit-animation-delay: 397ms;
  -moz-animation-delay: 397ms;
  -o-animation-delay: 397ms;
  animation-delay: 397ms; }

.delay-398 {
  -webkit-animation-delay: 398ms;
  -moz-animation-delay: 398ms;
  -o-animation-delay: 398ms;
  animation-delay: 398ms; }

.delay-399 {
  -webkit-animation-delay: 399ms;
  -moz-animation-delay: 399ms;
  -o-animation-delay: 399ms;
  animation-delay: 399ms; }

.delay-400 {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms; }

.delay-401 {
  -webkit-animation-delay: 401ms;
  -moz-animation-delay: 401ms;
  -o-animation-delay: 401ms;
  animation-delay: 401ms; }

.delay-402 {
  -webkit-animation-delay: 402ms;
  -moz-animation-delay: 402ms;
  -o-animation-delay: 402ms;
  animation-delay: 402ms; }

.delay-403 {
  -webkit-animation-delay: 403ms;
  -moz-animation-delay: 403ms;
  -o-animation-delay: 403ms;
  animation-delay: 403ms; }

.delay-404 {
  -webkit-animation-delay: 404ms;
  -moz-animation-delay: 404ms;
  -o-animation-delay: 404ms;
  animation-delay: 404ms; }

.delay-405 {
  -webkit-animation-delay: 405ms;
  -moz-animation-delay: 405ms;
  -o-animation-delay: 405ms;
  animation-delay: 405ms; }

.delay-406 {
  -webkit-animation-delay: 406ms;
  -moz-animation-delay: 406ms;
  -o-animation-delay: 406ms;
  animation-delay: 406ms; }

.delay-407 {
  -webkit-animation-delay: 407ms;
  -moz-animation-delay: 407ms;
  -o-animation-delay: 407ms;
  animation-delay: 407ms; }

.delay-408 {
  -webkit-animation-delay: 408ms;
  -moz-animation-delay: 408ms;
  -o-animation-delay: 408ms;
  animation-delay: 408ms; }

.delay-409 {
  -webkit-animation-delay: 409ms;
  -moz-animation-delay: 409ms;
  -o-animation-delay: 409ms;
  animation-delay: 409ms; }

.delay-410 {
  -webkit-animation-delay: 410ms;
  -moz-animation-delay: 410ms;
  -o-animation-delay: 410ms;
  animation-delay: 410ms; }

.delay-411 {
  -webkit-animation-delay: 411ms;
  -moz-animation-delay: 411ms;
  -o-animation-delay: 411ms;
  animation-delay: 411ms; }

.delay-412 {
  -webkit-animation-delay: 412ms;
  -moz-animation-delay: 412ms;
  -o-animation-delay: 412ms;
  animation-delay: 412ms; }

.delay-413 {
  -webkit-animation-delay: 413ms;
  -moz-animation-delay: 413ms;
  -o-animation-delay: 413ms;
  animation-delay: 413ms; }

.delay-414 {
  -webkit-animation-delay: 414ms;
  -moz-animation-delay: 414ms;
  -o-animation-delay: 414ms;
  animation-delay: 414ms; }

.delay-415 {
  -webkit-animation-delay: 415ms;
  -moz-animation-delay: 415ms;
  -o-animation-delay: 415ms;
  animation-delay: 415ms; }

.delay-416 {
  -webkit-animation-delay: 416ms;
  -moz-animation-delay: 416ms;
  -o-animation-delay: 416ms;
  animation-delay: 416ms; }

.delay-417 {
  -webkit-animation-delay: 417ms;
  -moz-animation-delay: 417ms;
  -o-animation-delay: 417ms;
  animation-delay: 417ms; }

.delay-418 {
  -webkit-animation-delay: 418ms;
  -moz-animation-delay: 418ms;
  -o-animation-delay: 418ms;
  animation-delay: 418ms; }

.delay-419 {
  -webkit-animation-delay: 419ms;
  -moz-animation-delay: 419ms;
  -o-animation-delay: 419ms;
  animation-delay: 419ms; }

.delay-420 {
  -webkit-animation-delay: 420ms;
  -moz-animation-delay: 420ms;
  -o-animation-delay: 420ms;
  animation-delay: 420ms; }

.delay-421 {
  -webkit-animation-delay: 421ms;
  -moz-animation-delay: 421ms;
  -o-animation-delay: 421ms;
  animation-delay: 421ms; }

.delay-422 {
  -webkit-animation-delay: 422ms;
  -moz-animation-delay: 422ms;
  -o-animation-delay: 422ms;
  animation-delay: 422ms; }

.delay-423 {
  -webkit-animation-delay: 423ms;
  -moz-animation-delay: 423ms;
  -o-animation-delay: 423ms;
  animation-delay: 423ms; }

.delay-424 {
  -webkit-animation-delay: 424ms;
  -moz-animation-delay: 424ms;
  -o-animation-delay: 424ms;
  animation-delay: 424ms; }

.delay-425 {
  -webkit-animation-delay: 425ms;
  -moz-animation-delay: 425ms;
  -o-animation-delay: 425ms;
  animation-delay: 425ms; }

.delay-426 {
  -webkit-animation-delay: 426ms;
  -moz-animation-delay: 426ms;
  -o-animation-delay: 426ms;
  animation-delay: 426ms; }

.delay-427 {
  -webkit-animation-delay: 427ms;
  -moz-animation-delay: 427ms;
  -o-animation-delay: 427ms;
  animation-delay: 427ms; }

.delay-428 {
  -webkit-animation-delay: 428ms;
  -moz-animation-delay: 428ms;
  -o-animation-delay: 428ms;
  animation-delay: 428ms; }

.delay-429 {
  -webkit-animation-delay: 429ms;
  -moz-animation-delay: 429ms;
  -o-animation-delay: 429ms;
  animation-delay: 429ms; }

.delay-430 {
  -webkit-animation-delay: 430ms;
  -moz-animation-delay: 430ms;
  -o-animation-delay: 430ms;
  animation-delay: 430ms; }

.delay-431 {
  -webkit-animation-delay: 431ms;
  -moz-animation-delay: 431ms;
  -o-animation-delay: 431ms;
  animation-delay: 431ms; }

.delay-432 {
  -webkit-animation-delay: 432ms;
  -moz-animation-delay: 432ms;
  -o-animation-delay: 432ms;
  animation-delay: 432ms; }

.delay-433 {
  -webkit-animation-delay: 433ms;
  -moz-animation-delay: 433ms;
  -o-animation-delay: 433ms;
  animation-delay: 433ms; }

.delay-434 {
  -webkit-animation-delay: 434ms;
  -moz-animation-delay: 434ms;
  -o-animation-delay: 434ms;
  animation-delay: 434ms; }

.delay-435 {
  -webkit-animation-delay: 435ms;
  -moz-animation-delay: 435ms;
  -o-animation-delay: 435ms;
  animation-delay: 435ms; }

.delay-436 {
  -webkit-animation-delay: 436ms;
  -moz-animation-delay: 436ms;
  -o-animation-delay: 436ms;
  animation-delay: 436ms; }

.delay-437 {
  -webkit-animation-delay: 437ms;
  -moz-animation-delay: 437ms;
  -o-animation-delay: 437ms;
  animation-delay: 437ms; }

.delay-438 {
  -webkit-animation-delay: 438ms;
  -moz-animation-delay: 438ms;
  -o-animation-delay: 438ms;
  animation-delay: 438ms; }

.delay-439 {
  -webkit-animation-delay: 439ms;
  -moz-animation-delay: 439ms;
  -o-animation-delay: 439ms;
  animation-delay: 439ms; }

.delay-440 {
  -webkit-animation-delay: 440ms;
  -moz-animation-delay: 440ms;
  -o-animation-delay: 440ms;
  animation-delay: 440ms; }

.delay-441 {
  -webkit-animation-delay: 441ms;
  -moz-animation-delay: 441ms;
  -o-animation-delay: 441ms;
  animation-delay: 441ms; }

.delay-442 {
  -webkit-animation-delay: 442ms;
  -moz-animation-delay: 442ms;
  -o-animation-delay: 442ms;
  animation-delay: 442ms; }

.delay-443 {
  -webkit-animation-delay: 443ms;
  -moz-animation-delay: 443ms;
  -o-animation-delay: 443ms;
  animation-delay: 443ms; }

.delay-444 {
  -webkit-animation-delay: 444ms;
  -moz-animation-delay: 444ms;
  -o-animation-delay: 444ms;
  animation-delay: 444ms; }

.delay-445 {
  -webkit-animation-delay: 445ms;
  -moz-animation-delay: 445ms;
  -o-animation-delay: 445ms;
  animation-delay: 445ms; }

.delay-446 {
  -webkit-animation-delay: 446ms;
  -moz-animation-delay: 446ms;
  -o-animation-delay: 446ms;
  animation-delay: 446ms; }

.delay-447 {
  -webkit-animation-delay: 447ms;
  -moz-animation-delay: 447ms;
  -o-animation-delay: 447ms;
  animation-delay: 447ms; }

.delay-448 {
  -webkit-animation-delay: 448ms;
  -moz-animation-delay: 448ms;
  -o-animation-delay: 448ms;
  animation-delay: 448ms; }

.delay-449 {
  -webkit-animation-delay: 449ms;
  -moz-animation-delay: 449ms;
  -o-animation-delay: 449ms;
  animation-delay: 449ms; }

.delay-450 {
  -webkit-animation-delay: 450ms;
  -moz-animation-delay: 450ms;
  -o-animation-delay: 450ms;
  animation-delay: 450ms; }

.delay-451 {
  -webkit-animation-delay: 451ms;
  -moz-animation-delay: 451ms;
  -o-animation-delay: 451ms;
  animation-delay: 451ms; }

.delay-452 {
  -webkit-animation-delay: 452ms;
  -moz-animation-delay: 452ms;
  -o-animation-delay: 452ms;
  animation-delay: 452ms; }

.delay-453 {
  -webkit-animation-delay: 453ms;
  -moz-animation-delay: 453ms;
  -o-animation-delay: 453ms;
  animation-delay: 453ms; }

.delay-454 {
  -webkit-animation-delay: 454ms;
  -moz-animation-delay: 454ms;
  -o-animation-delay: 454ms;
  animation-delay: 454ms; }

.delay-455 {
  -webkit-animation-delay: 455ms;
  -moz-animation-delay: 455ms;
  -o-animation-delay: 455ms;
  animation-delay: 455ms; }

.delay-456 {
  -webkit-animation-delay: 456ms;
  -moz-animation-delay: 456ms;
  -o-animation-delay: 456ms;
  animation-delay: 456ms; }

.delay-457 {
  -webkit-animation-delay: 457ms;
  -moz-animation-delay: 457ms;
  -o-animation-delay: 457ms;
  animation-delay: 457ms; }

.delay-458 {
  -webkit-animation-delay: 458ms;
  -moz-animation-delay: 458ms;
  -o-animation-delay: 458ms;
  animation-delay: 458ms; }

.delay-459 {
  -webkit-animation-delay: 459ms;
  -moz-animation-delay: 459ms;
  -o-animation-delay: 459ms;
  animation-delay: 459ms; }

.delay-460 {
  -webkit-animation-delay: 460ms;
  -moz-animation-delay: 460ms;
  -o-animation-delay: 460ms;
  animation-delay: 460ms; }

.delay-461 {
  -webkit-animation-delay: 461ms;
  -moz-animation-delay: 461ms;
  -o-animation-delay: 461ms;
  animation-delay: 461ms; }

.delay-462 {
  -webkit-animation-delay: 462ms;
  -moz-animation-delay: 462ms;
  -o-animation-delay: 462ms;
  animation-delay: 462ms; }

.delay-463 {
  -webkit-animation-delay: 463ms;
  -moz-animation-delay: 463ms;
  -o-animation-delay: 463ms;
  animation-delay: 463ms; }

.delay-464 {
  -webkit-animation-delay: 464ms;
  -moz-animation-delay: 464ms;
  -o-animation-delay: 464ms;
  animation-delay: 464ms; }

.delay-465 {
  -webkit-animation-delay: 465ms;
  -moz-animation-delay: 465ms;
  -o-animation-delay: 465ms;
  animation-delay: 465ms; }

.delay-466 {
  -webkit-animation-delay: 466ms;
  -moz-animation-delay: 466ms;
  -o-animation-delay: 466ms;
  animation-delay: 466ms; }

.delay-467 {
  -webkit-animation-delay: 467ms;
  -moz-animation-delay: 467ms;
  -o-animation-delay: 467ms;
  animation-delay: 467ms; }

.delay-468 {
  -webkit-animation-delay: 468ms;
  -moz-animation-delay: 468ms;
  -o-animation-delay: 468ms;
  animation-delay: 468ms; }

.delay-469 {
  -webkit-animation-delay: 469ms;
  -moz-animation-delay: 469ms;
  -o-animation-delay: 469ms;
  animation-delay: 469ms; }

.delay-470 {
  -webkit-animation-delay: 470ms;
  -moz-animation-delay: 470ms;
  -o-animation-delay: 470ms;
  animation-delay: 470ms; }

.delay-471 {
  -webkit-animation-delay: 471ms;
  -moz-animation-delay: 471ms;
  -o-animation-delay: 471ms;
  animation-delay: 471ms; }

.delay-472 {
  -webkit-animation-delay: 472ms;
  -moz-animation-delay: 472ms;
  -o-animation-delay: 472ms;
  animation-delay: 472ms; }

.delay-473 {
  -webkit-animation-delay: 473ms;
  -moz-animation-delay: 473ms;
  -o-animation-delay: 473ms;
  animation-delay: 473ms; }

.delay-474 {
  -webkit-animation-delay: 474ms;
  -moz-animation-delay: 474ms;
  -o-animation-delay: 474ms;
  animation-delay: 474ms; }

.delay-475 {
  -webkit-animation-delay: 475ms;
  -moz-animation-delay: 475ms;
  -o-animation-delay: 475ms;
  animation-delay: 475ms; }

.delay-476 {
  -webkit-animation-delay: 476ms;
  -moz-animation-delay: 476ms;
  -o-animation-delay: 476ms;
  animation-delay: 476ms; }

.delay-477 {
  -webkit-animation-delay: 477ms;
  -moz-animation-delay: 477ms;
  -o-animation-delay: 477ms;
  animation-delay: 477ms; }

.delay-478 {
  -webkit-animation-delay: 478ms;
  -moz-animation-delay: 478ms;
  -o-animation-delay: 478ms;
  animation-delay: 478ms; }

.delay-479 {
  -webkit-animation-delay: 479ms;
  -moz-animation-delay: 479ms;
  -o-animation-delay: 479ms;
  animation-delay: 479ms; }

.delay-480 {
  -webkit-animation-delay: 480ms;
  -moz-animation-delay: 480ms;
  -o-animation-delay: 480ms;
  animation-delay: 480ms; }

.delay-481 {
  -webkit-animation-delay: 481ms;
  -moz-animation-delay: 481ms;
  -o-animation-delay: 481ms;
  animation-delay: 481ms; }

.delay-482 {
  -webkit-animation-delay: 482ms;
  -moz-animation-delay: 482ms;
  -o-animation-delay: 482ms;
  animation-delay: 482ms; }

.delay-483 {
  -webkit-animation-delay: 483ms;
  -moz-animation-delay: 483ms;
  -o-animation-delay: 483ms;
  animation-delay: 483ms; }

.delay-484 {
  -webkit-animation-delay: 484ms;
  -moz-animation-delay: 484ms;
  -o-animation-delay: 484ms;
  animation-delay: 484ms; }

.delay-485 {
  -webkit-animation-delay: 485ms;
  -moz-animation-delay: 485ms;
  -o-animation-delay: 485ms;
  animation-delay: 485ms; }

.delay-486 {
  -webkit-animation-delay: 486ms;
  -moz-animation-delay: 486ms;
  -o-animation-delay: 486ms;
  animation-delay: 486ms; }

.delay-487 {
  -webkit-animation-delay: 487ms;
  -moz-animation-delay: 487ms;
  -o-animation-delay: 487ms;
  animation-delay: 487ms; }

.delay-488 {
  -webkit-animation-delay: 488ms;
  -moz-animation-delay: 488ms;
  -o-animation-delay: 488ms;
  animation-delay: 488ms; }

.delay-489 {
  -webkit-animation-delay: 489ms;
  -moz-animation-delay: 489ms;
  -o-animation-delay: 489ms;
  animation-delay: 489ms; }

.delay-490 {
  -webkit-animation-delay: 490ms;
  -moz-animation-delay: 490ms;
  -o-animation-delay: 490ms;
  animation-delay: 490ms; }

.delay-491 {
  -webkit-animation-delay: 491ms;
  -moz-animation-delay: 491ms;
  -o-animation-delay: 491ms;
  animation-delay: 491ms; }

.delay-492 {
  -webkit-animation-delay: 492ms;
  -moz-animation-delay: 492ms;
  -o-animation-delay: 492ms;
  animation-delay: 492ms; }

.delay-493 {
  -webkit-animation-delay: 493ms;
  -moz-animation-delay: 493ms;
  -o-animation-delay: 493ms;
  animation-delay: 493ms; }

.delay-494 {
  -webkit-animation-delay: 494ms;
  -moz-animation-delay: 494ms;
  -o-animation-delay: 494ms;
  animation-delay: 494ms; }

.delay-495 {
  -webkit-animation-delay: 495ms;
  -moz-animation-delay: 495ms;
  -o-animation-delay: 495ms;
  animation-delay: 495ms; }

.delay-496 {
  -webkit-animation-delay: 496ms;
  -moz-animation-delay: 496ms;
  -o-animation-delay: 496ms;
  animation-delay: 496ms; }

.delay-497 {
  -webkit-animation-delay: 497ms;
  -moz-animation-delay: 497ms;
  -o-animation-delay: 497ms;
  animation-delay: 497ms; }

.delay-498 {
  -webkit-animation-delay: 498ms;
  -moz-animation-delay: 498ms;
  -o-animation-delay: 498ms;
  animation-delay: 498ms; }

.delay-499 {
  -webkit-animation-delay: 499ms;
  -moz-animation-delay: 499ms;
  -o-animation-delay: 499ms;
  animation-delay: 499ms; }

.delay-500 {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms; }

.delay-501 {
  -webkit-animation-delay: 501ms;
  -moz-animation-delay: 501ms;
  -o-animation-delay: 501ms;
  animation-delay: 501ms; }

.delay-502 {
  -webkit-animation-delay: 502ms;
  -moz-animation-delay: 502ms;
  -o-animation-delay: 502ms;
  animation-delay: 502ms; }

.delay-503 {
  -webkit-animation-delay: 503ms;
  -moz-animation-delay: 503ms;
  -o-animation-delay: 503ms;
  animation-delay: 503ms; }

.delay-504 {
  -webkit-animation-delay: 504ms;
  -moz-animation-delay: 504ms;
  -o-animation-delay: 504ms;
  animation-delay: 504ms; }

.delay-505 {
  -webkit-animation-delay: 505ms;
  -moz-animation-delay: 505ms;
  -o-animation-delay: 505ms;
  animation-delay: 505ms; }

.delay-506 {
  -webkit-animation-delay: 506ms;
  -moz-animation-delay: 506ms;
  -o-animation-delay: 506ms;
  animation-delay: 506ms; }

.delay-507 {
  -webkit-animation-delay: 507ms;
  -moz-animation-delay: 507ms;
  -o-animation-delay: 507ms;
  animation-delay: 507ms; }

.delay-508 {
  -webkit-animation-delay: 508ms;
  -moz-animation-delay: 508ms;
  -o-animation-delay: 508ms;
  animation-delay: 508ms; }

.delay-509 {
  -webkit-animation-delay: 509ms;
  -moz-animation-delay: 509ms;
  -o-animation-delay: 509ms;
  animation-delay: 509ms; }

.delay-510 {
  -webkit-animation-delay: 510ms;
  -moz-animation-delay: 510ms;
  -o-animation-delay: 510ms;
  animation-delay: 510ms; }

.delay-511 {
  -webkit-animation-delay: 511ms;
  -moz-animation-delay: 511ms;
  -o-animation-delay: 511ms;
  animation-delay: 511ms; }

.delay-512 {
  -webkit-animation-delay: 512ms;
  -moz-animation-delay: 512ms;
  -o-animation-delay: 512ms;
  animation-delay: 512ms; }

.delay-513 {
  -webkit-animation-delay: 513ms;
  -moz-animation-delay: 513ms;
  -o-animation-delay: 513ms;
  animation-delay: 513ms; }

.delay-514 {
  -webkit-animation-delay: 514ms;
  -moz-animation-delay: 514ms;
  -o-animation-delay: 514ms;
  animation-delay: 514ms; }

.delay-515 {
  -webkit-animation-delay: 515ms;
  -moz-animation-delay: 515ms;
  -o-animation-delay: 515ms;
  animation-delay: 515ms; }

.delay-516 {
  -webkit-animation-delay: 516ms;
  -moz-animation-delay: 516ms;
  -o-animation-delay: 516ms;
  animation-delay: 516ms; }

.delay-517 {
  -webkit-animation-delay: 517ms;
  -moz-animation-delay: 517ms;
  -o-animation-delay: 517ms;
  animation-delay: 517ms; }

.delay-518 {
  -webkit-animation-delay: 518ms;
  -moz-animation-delay: 518ms;
  -o-animation-delay: 518ms;
  animation-delay: 518ms; }

.delay-519 {
  -webkit-animation-delay: 519ms;
  -moz-animation-delay: 519ms;
  -o-animation-delay: 519ms;
  animation-delay: 519ms; }

.delay-520 {
  -webkit-animation-delay: 520ms;
  -moz-animation-delay: 520ms;
  -o-animation-delay: 520ms;
  animation-delay: 520ms; }

.delay-521 {
  -webkit-animation-delay: 521ms;
  -moz-animation-delay: 521ms;
  -o-animation-delay: 521ms;
  animation-delay: 521ms; }

.delay-522 {
  -webkit-animation-delay: 522ms;
  -moz-animation-delay: 522ms;
  -o-animation-delay: 522ms;
  animation-delay: 522ms; }

.delay-523 {
  -webkit-animation-delay: 523ms;
  -moz-animation-delay: 523ms;
  -o-animation-delay: 523ms;
  animation-delay: 523ms; }

.delay-524 {
  -webkit-animation-delay: 524ms;
  -moz-animation-delay: 524ms;
  -o-animation-delay: 524ms;
  animation-delay: 524ms; }

.delay-525 {
  -webkit-animation-delay: 525ms;
  -moz-animation-delay: 525ms;
  -o-animation-delay: 525ms;
  animation-delay: 525ms; }

.delay-526 {
  -webkit-animation-delay: 526ms;
  -moz-animation-delay: 526ms;
  -o-animation-delay: 526ms;
  animation-delay: 526ms; }

.delay-527 {
  -webkit-animation-delay: 527ms;
  -moz-animation-delay: 527ms;
  -o-animation-delay: 527ms;
  animation-delay: 527ms; }

.delay-528 {
  -webkit-animation-delay: 528ms;
  -moz-animation-delay: 528ms;
  -o-animation-delay: 528ms;
  animation-delay: 528ms; }

.delay-529 {
  -webkit-animation-delay: 529ms;
  -moz-animation-delay: 529ms;
  -o-animation-delay: 529ms;
  animation-delay: 529ms; }

.delay-530 {
  -webkit-animation-delay: 530ms;
  -moz-animation-delay: 530ms;
  -o-animation-delay: 530ms;
  animation-delay: 530ms; }

.delay-531 {
  -webkit-animation-delay: 531ms;
  -moz-animation-delay: 531ms;
  -o-animation-delay: 531ms;
  animation-delay: 531ms; }

.delay-532 {
  -webkit-animation-delay: 532ms;
  -moz-animation-delay: 532ms;
  -o-animation-delay: 532ms;
  animation-delay: 532ms; }

.delay-533 {
  -webkit-animation-delay: 533ms;
  -moz-animation-delay: 533ms;
  -o-animation-delay: 533ms;
  animation-delay: 533ms; }

.delay-534 {
  -webkit-animation-delay: 534ms;
  -moz-animation-delay: 534ms;
  -o-animation-delay: 534ms;
  animation-delay: 534ms; }

.delay-535 {
  -webkit-animation-delay: 535ms;
  -moz-animation-delay: 535ms;
  -o-animation-delay: 535ms;
  animation-delay: 535ms; }

.delay-536 {
  -webkit-animation-delay: 536ms;
  -moz-animation-delay: 536ms;
  -o-animation-delay: 536ms;
  animation-delay: 536ms; }

.delay-537 {
  -webkit-animation-delay: 537ms;
  -moz-animation-delay: 537ms;
  -o-animation-delay: 537ms;
  animation-delay: 537ms; }

.delay-538 {
  -webkit-animation-delay: 538ms;
  -moz-animation-delay: 538ms;
  -o-animation-delay: 538ms;
  animation-delay: 538ms; }

.delay-539 {
  -webkit-animation-delay: 539ms;
  -moz-animation-delay: 539ms;
  -o-animation-delay: 539ms;
  animation-delay: 539ms; }

.delay-540 {
  -webkit-animation-delay: 540ms;
  -moz-animation-delay: 540ms;
  -o-animation-delay: 540ms;
  animation-delay: 540ms; }

.delay-541 {
  -webkit-animation-delay: 541ms;
  -moz-animation-delay: 541ms;
  -o-animation-delay: 541ms;
  animation-delay: 541ms; }

.delay-542 {
  -webkit-animation-delay: 542ms;
  -moz-animation-delay: 542ms;
  -o-animation-delay: 542ms;
  animation-delay: 542ms; }

.delay-543 {
  -webkit-animation-delay: 543ms;
  -moz-animation-delay: 543ms;
  -o-animation-delay: 543ms;
  animation-delay: 543ms; }

.delay-544 {
  -webkit-animation-delay: 544ms;
  -moz-animation-delay: 544ms;
  -o-animation-delay: 544ms;
  animation-delay: 544ms; }

.delay-545 {
  -webkit-animation-delay: 545ms;
  -moz-animation-delay: 545ms;
  -o-animation-delay: 545ms;
  animation-delay: 545ms; }

.delay-546 {
  -webkit-animation-delay: 546ms;
  -moz-animation-delay: 546ms;
  -o-animation-delay: 546ms;
  animation-delay: 546ms; }

.delay-547 {
  -webkit-animation-delay: 547ms;
  -moz-animation-delay: 547ms;
  -o-animation-delay: 547ms;
  animation-delay: 547ms; }

.delay-548 {
  -webkit-animation-delay: 548ms;
  -moz-animation-delay: 548ms;
  -o-animation-delay: 548ms;
  animation-delay: 548ms; }

.delay-549 {
  -webkit-animation-delay: 549ms;
  -moz-animation-delay: 549ms;
  -o-animation-delay: 549ms;
  animation-delay: 549ms; }

.delay-550 {
  -webkit-animation-delay: 550ms;
  -moz-animation-delay: 550ms;
  -o-animation-delay: 550ms;
  animation-delay: 550ms; }

.delay-551 {
  -webkit-animation-delay: 551ms;
  -moz-animation-delay: 551ms;
  -o-animation-delay: 551ms;
  animation-delay: 551ms; }

.delay-552 {
  -webkit-animation-delay: 552ms;
  -moz-animation-delay: 552ms;
  -o-animation-delay: 552ms;
  animation-delay: 552ms; }

.delay-553 {
  -webkit-animation-delay: 553ms;
  -moz-animation-delay: 553ms;
  -o-animation-delay: 553ms;
  animation-delay: 553ms; }

.delay-554 {
  -webkit-animation-delay: 554ms;
  -moz-animation-delay: 554ms;
  -o-animation-delay: 554ms;
  animation-delay: 554ms; }

.delay-555 {
  -webkit-animation-delay: 555ms;
  -moz-animation-delay: 555ms;
  -o-animation-delay: 555ms;
  animation-delay: 555ms; }

.delay-556 {
  -webkit-animation-delay: 556ms;
  -moz-animation-delay: 556ms;
  -o-animation-delay: 556ms;
  animation-delay: 556ms; }

.delay-557 {
  -webkit-animation-delay: 557ms;
  -moz-animation-delay: 557ms;
  -o-animation-delay: 557ms;
  animation-delay: 557ms; }

.delay-558 {
  -webkit-animation-delay: 558ms;
  -moz-animation-delay: 558ms;
  -o-animation-delay: 558ms;
  animation-delay: 558ms; }

.delay-559 {
  -webkit-animation-delay: 559ms;
  -moz-animation-delay: 559ms;
  -o-animation-delay: 559ms;
  animation-delay: 559ms; }

.delay-560 {
  -webkit-animation-delay: 560ms;
  -moz-animation-delay: 560ms;
  -o-animation-delay: 560ms;
  animation-delay: 560ms; }

.delay-561 {
  -webkit-animation-delay: 561ms;
  -moz-animation-delay: 561ms;
  -o-animation-delay: 561ms;
  animation-delay: 561ms; }

.delay-562 {
  -webkit-animation-delay: 562ms;
  -moz-animation-delay: 562ms;
  -o-animation-delay: 562ms;
  animation-delay: 562ms; }

.delay-563 {
  -webkit-animation-delay: 563ms;
  -moz-animation-delay: 563ms;
  -o-animation-delay: 563ms;
  animation-delay: 563ms; }

.delay-564 {
  -webkit-animation-delay: 564ms;
  -moz-animation-delay: 564ms;
  -o-animation-delay: 564ms;
  animation-delay: 564ms; }

.delay-565 {
  -webkit-animation-delay: 565ms;
  -moz-animation-delay: 565ms;
  -o-animation-delay: 565ms;
  animation-delay: 565ms; }

.delay-566 {
  -webkit-animation-delay: 566ms;
  -moz-animation-delay: 566ms;
  -o-animation-delay: 566ms;
  animation-delay: 566ms; }

.delay-567 {
  -webkit-animation-delay: 567ms;
  -moz-animation-delay: 567ms;
  -o-animation-delay: 567ms;
  animation-delay: 567ms; }

.delay-568 {
  -webkit-animation-delay: 568ms;
  -moz-animation-delay: 568ms;
  -o-animation-delay: 568ms;
  animation-delay: 568ms; }

.delay-569 {
  -webkit-animation-delay: 569ms;
  -moz-animation-delay: 569ms;
  -o-animation-delay: 569ms;
  animation-delay: 569ms; }

.delay-570 {
  -webkit-animation-delay: 570ms;
  -moz-animation-delay: 570ms;
  -o-animation-delay: 570ms;
  animation-delay: 570ms; }

.delay-571 {
  -webkit-animation-delay: 571ms;
  -moz-animation-delay: 571ms;
  -o-animation-delay: 571ms;
  animation-delay: 571ms; }

.delay-572 {
  -webkit-animation-delay: 572ms;
  -moz-animation-delay: 572ms;
  -o-animation-delay: 572ms;
  animation-delay: 572ms; }

.delay-573 {
  -webkit-animation-delay: 573ms;
  -moz-animation-delay: 573ms;
  -o-animation-delay: 573ms;
  animation-delay: 573ms; }

.delay-574 {
  -webkit-animation-delay: 574ms;
  -moz-animation-delay: 574ms;
  -o-animation-delay: 574ms;
  animation-delay: 574ms; }

.delay-575 {
  -webkit-animation-delay: 575ms;
  -moz-animation-delay: 575ms;
  -o-animation-delay: 575ms;
  animation-delay: 575ms; }

.delay-576 {
  -webkit-animation-delay: 576ms;
  -moz-animation-delay: 576ms;
  -o-animation-delay: 576ms;
  animation-delay: 576ms; }

.delay-577 {
  -webkit-animation-delay: 577ms;
  -moz-animation-delay: 577ms;
  -o-animation-delay: 577ms;
  animation-delay: 577ms; }

.delay-578 {
  -webkit-animation-delay: 578ms;
  -moz-animation-delay: 578ms;
  -o-animation-delay: 578ms;
  animation-delay: 578ms; }

.delay-579 {
  -webkit-animation-delay: 579ms;
  -moz-animation-delay: 579ms;
  -o-animation-delay: 579ms;
  animation-delay: 579ms; }

.delay-580 {
  -webkit-animation-delay: 580ms;
  -moz-animation-delay: 580ms;
  -o-animation-delay: 580ms;
  animation-delay: 580ms; }

.delay-581 {
  -webkit-animation-delay: 581ms;
  -moz-animation-delay: 581ms;
  -o-animation-delay: 581ms;
  animation-delay: 581ms; }

.delay-582 {
  -webkit-animation-delay: 582ms;
  -moz-animation-delay: 582ms;
  -o-animation-delay: 582ms;
  animation-delay: 582ms; }

.delay-583 {
  -webkit-animation-delay: 583ms;
  -moz-animation-delay: 583ms;
  -o-animation-delay: 583ms;
  animation-delay: 583ms; }

.delay-584 {
  -webkit-animation-delay: 584ms;
  -moz-animation-delay: 584ms;
  -o-animation-delay: 584ms;
  animation-delay: 584ms; }

.delay-585 {
  -webkit-animation-delay: 585ms;
  -moz-animation-delay: 585ms;
  -o-animation-delay: 585ms;
  animation-delay: 585ms; }

.delay-586 {
  -webkit-animation-delay: 586ms;
  -moz-animation-delay: 586ms;
  -o-animation-delay: 586ms;
  animation-delay: 586ms; }

.delay-587 {
  -webkit-animation-delay: 587ms;
  -moz-animation-delay: 587ms;
  -o-animation-delay: 587ms;
  animation-delay: 587ms; }

.delay-588 {
  -webkit-animation-delay: 588ms;
  -moz-animation-delay: 588ms;
  -o-animation-delay: 588ms;
  animation-delay: 588ms; }

.delay-589 {
  -webkit-animation-delay: 589ms;
  -moz-animation-delay: 589ms;
  -o-animation-delay: 589ms;
  animation-delay: 589ms; }

.delay-590 {
  -webkit-animation-delay: 590ms;
  -moz-animation-delay: 590ms;
  -o-animation-delay: 590ms;
  animation-delay: 590ms; }

.delay-591 {
  -webkit-animation-delay: 591ms;
  -moz-animation-delay: 591ms;
  -o-animation-delay: 591ms;
  animation-delay: 591ms; }

.delay-592 {
  -webkit-animation-delay: 592ms;
  -moz-animation-delay: 592ms;
  -o-animation-delay: 592ms;
  animation-delay: 592ms; }

.delay-593 {
  -webkit-animation-delay: 593ms;
  -moz-animation-delay: 593ms;
  -o-animation-delay: 593ms;
  animation-delay: 593ms; }

.delay-594 {
  -webkit-animation-delay: 594ms;
  -moz-animation-delay: 594ms;
  -o-animation-delay: 594ms;
  animation-delay: 594ms; }

.delay-595 {
  -webkit-animation-delay: 595ms;
  -moz-animation-delay: 595ms;
  -o-animation-delay: 595ms;
  animation-delay: 595ms; }

.delay-596 {
  -webkit-animation-delay: 596ms;
  -moz-animation-delay: 596ms;
  -o-animation-delay: 596ms;
  animation-delay: 596ms; }

.delay-597 {
  -webkit-animation-delay: 597ms;
  -moz-animation-delay: 597ms;
  -o-animation-delay: 597ms;
  animation-delay: 597ms; }

.delay-598 {
  -webkit-animation-delay: 598ms;
  -moz-animation-delay: 598ms;
  -o-animation-delay: 598ms;
  animation-delay: 598ms; }

.delay-599 {
  -webkit-animation-delay: 599ms;
  -moz-animation-delay: 599ms;
  -o-animation-delay: 599ms;
  animation-delay: 599ms; }

.delay-600 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms; }

.delay-601 {
  -webkit-animation-delay: 601ms;
  -moz-animation-delay: 601ms;
  -o-animation-delay: 601ms;
  animation-delay: 601ms; }

.delay-602 {
  -webkit-animation-delay: 602ms;
  -moz-animation-delay: 602ms;
  -o-animation-delay: 602ms;
  animation-delay: 602ms; }

.delay-603 {
  -webkit-animation-delay: 603ms;
  -moz-animation-delay: 603ms;
  -o-animation-delay: 603ms;
  animation-delay: 603ms; }

.delay-604 {
  -webkit-animation-delay: 604ms;
  -moz-animation-delay: 604ms;
  -o-animation-delay: 604ms;
  animation-delay: 604ms; }

.delay-605 {
  -webkit-animation-delay: 605ms;
  -moz-animation-delay: 605ms;
  -o-animation-delay: 605ms;
  animation-delay: 605ms; }

.delay-606 {
  -webkit-animation-delay: 606ms;
  -moz-animation-delay: 606ms;
  -o-animation-delay: 606ms;
  animation-delay: 606ms; }

.delay-607 {
  -webkit-animation-delay: 607ms;
  -moz-animation-delay: 607ms;
  -o-animation-delay: 607ms;
  animation-delay: 607ms; }

.delay-608 {
  -webkit-animation-delay: 608ms;
  -moz-animation-delay: 608ms;
  -o-animation-delay: 608ms;
  animation-delay: 608ms; }

.delay-609 {
  -webkit-animation-delay: 609ms;
  -moz-animation-delay: 609ms;
  -o-animation-delay: 609ms;
  animation-delay: 609ms; }

.delay-610 {
  -webkit-animation-delay: 610ms;
  -moz-animation-delay: 610ms;
  -o-animation-delay: 610ms;
  animation-delay: 610ms; }

.delay-611 {
  -webkit-animation-delay: 611ms;
  -moz-animation-delay: 611ms;
  -o-animation-delay: 611ms;
  animation-delay: 611ms; }

.delay-612 {
  -webkit-animation-delay: 612ms;
  -moz-animation-delay: 612ms;
  -o-animation-delay: 612ms;
  animation-delay: 612ms; }

.delay-613 {
  -webkit-animation-delay: 613ms;
  -moz-animation-delay: 613ms;
  -o-animation-delay: 613ms;
  animation-delay: 613ms; }

.delay-614 {
  -webkit-animation-delay: 614ms;
  -moz-animation-delay: 614ms;
  -o-animation-delay: 614ms;
  animation-delay: 614ms; }

.delay-615 {
  -webkit-animation-delay: 615ms;
  -moz-animation-delay: 615ms;
  -o-animation-delay: 615ms;
  animation-delay: 615ms; }

.delay-616 {
  -webkit-animation-delay: 616ms;
  -moz-animation-delay: 616ms;
  -o-animation-delay: 616ms;
  animation-delay: 616ms; }

.delay-617 {
  -webkit-animation-delay: 617ms;
  -moz-animation-delay: 617ms;
  -o-animation-delay: 617ms;
  animation-delay: 617ms; }

.delay-618 {
  -webkit-animation-delay: 618ms;
  -moz-animation-delay: 618ms;
  -o-animation-delay: 618ms;
  animation-delay: 618ms; }

.delay-619 {
  -webkit-animation-delay: 619ms;
  -moz-animation-delay: 619ms;
  -o-animation-delay: 619ms;
  animation-delay: 619ms; }

.delay-620 {
  -webkit-animation-delay: 620ms;
  -moz-animation-delay: 620ms;
  -o-animation-delay: 620ms;
  animation-delay: 620ms; }

.delay-621 {
  -webkit-animation-delay: 621ms;
  -moz-animation-delay: 621ms;
  -o-animation-delay: 621ms;
  animation-delay: 621ms; }

.delay-622 {
  -webkit-animation-delay: 622ms;
  -moz-animation-delay: 622ms;
  -o-animation-delay: 622ms;
  animation-delay: 622ms; }

.delay-623 {
  -webkit-animation-delay: 623ms;
  -moz-animation-delay: 623ms;
  -o-animation-delay: 623ms;
  animation-delay: 623ms; }

.delay-624 {
  -webkit-animation-delay: 624ms;
  -moz-animation-delay: 624ms;
  -o-animation-delay: 624ms;
  animation-delay: 624ms; }

.delay-625 {
  -webkit-animation-delay: 625ms;
  -moz-animation-delay: 625ms;
  -o-animation-delay: 625ms;
  animation-delay: 625ms; }

.delay-626 {
  -webkit-animation-delay: 626ms;
  -moz-animation-delay: 626ms;
  -o-animation-delay: 626ms;
  animation-delay: 626ms; }

.delay-627 {
  -webkit-animation-delay: 627ms;
  -moz-animation-delay: 627ms;
  -o-animation-delay: 627ms;
  animation-delay: 627ms; }

.delay-628 {
  -webkit-animation-delay: 628ms;
  -moz-animation-delay: 628ms;
  -o-animation-delay: 628ms;
  animation-delay: 628ms; }

.delay-629 {
  -webkit-animation-delay: 629ms;
  -moz-animation-delay: 629ms;
  -o-animation-delay: 629ms;
  animation-delay: 629ms; }

.delay-630 {
  -webkit-animation-delay: 630ms;
  -moz-animation-delay: 630ms;
  -o-animation-delay: 630ms;
  animation-delay: 630ms; }

.delay-631 {
  -webkit-animation-delay: 631ms;
  -moz-animation-delay: 631ms;
  -o-animation-delay: 631ms;
  animation-delay: 631ms; }

.delay-632 {
  -webkit-animation-delay: 632ms;
  -moz-animation-delay: 632ms;
  -o-animation-delay: 632ms;
  animation-delay: 632ms; }

.delay-633 {
  -webkit-animation-delay: 633ms;
  -moz-animation-delay: 633ms;
  -o-animation-delay: 633ms;
  animation-delay: 633ms; }

.delay-634 {
  -webkit-animation-delay: 634ms;
  -moz-animation-delay: 634ms;
  -o-animation-delay: 634ms;
  animation-delay: 634ms; }

.delay-635 {
  -webkit-animation-delay: 635ms;
  -moz-animation-delay: 635ms;
  -o-animation-delay: 635ms;
  animation-delay: 635ms; }

.delay-636 {
  -webkit-animation-delay: 636ms;
  -moz-animation-delay: 636ms;
  -o-animation-delay: 636ms;
  animation-delay: 636ms; }

.delay-637 {
  -webkit-animation-delay: 637ms;
  -moz-animation-delay: 637ms;
  -o-animation-delay: 637ms;
  animation-delay: 637ms; }

.delay-638 {
  -webkit-animation-delay: 638ms;
  -moz-animation-delay: 638ms;
  -o-animation-delay: 638ms;
  animation-delay: 638ms; }

.delay-639 {
  -webkit-animation-delay: 639ms;
  -moz-animation-delay: 639ms;
  -o-animation-delay: 639ms;
  animation-delay: 639ms; }

.delay-640 {
  -webkit-animation-delay: 640ms;
  -moz-animation-delay: 640ms;
  -o-animation-delay: 640ms;
  animation-delay: 640ms; }

.delay-641 {
  -webkit-animation-delay: 641ms;
  -moz-animation-delay: 641ms;
  -o-animation-delay: 641ms;
  animation-delay: 641ms; }

.delay-642 {
  -webkit-animation-delay: 642ms;
  -moz-animation-delay: 642ms;
  -o-animation-delay: 642ms;
  animation-delay: 642ms; }

.delay-643 {
  -webkit-animation-delay: 643ms;
  -moz-animation-delay: 643ms;
  -o-animation-delay: 643ms;
  animation-delay: 643ms; }

.delay-644 {
  -webkit-animation-delay: 644ms;
  -moz-animation-delay: 644ms;
  -o-animation-delay: 644ms;
  animation-delay: 644ms; }

.delay-645 {
  -webkit-animation-delay: 645ms;
  -moz-animation-delay: 645ms;
  -o-animation-delay: 645ms;
  animation-delay: 645ms; }

.delay-646 {
  -webkit-animation-delay: 646ms;
  -moz-animation-delay: 646ms;
  -o-animation-delay: 646ms;
  animation-delay: 646ms; }

.delay-647 {
  -webkit-animation-delay: 647ms;
  -moz-animation-delay: 647ms;
  -o-animation-delay: 647ms;
  animation-delay: 647ms; }

.delay-648 {
  -webkit-animation-delay: 648ms;
  -moz-animation-delay: 648ms;
  -o-animation-delay: 648ms;
  animation-delay: 648ms; }

.delay-649 {
  -webkit-animation-delay: 649ms;
  -moz-animation-delay: 649ms;
  -o-animation-delay: 649ms;
  animation-delay: 649ms; }

.delay-650 {
  -webkit-animation-delay: 650ms;
  -moz-animation-delay: 650ms;
  -o-animation-delay: 650ms;
  animation-delay: 650ms; }

.delay-651 {
  -webkit-animation-delay: 651ms;
  -moz-animation-delay: 651ms;
  -o-animation-delay: 651ms;
  animation-delay: 651ms; }

.delay-652 {
  -webkit-animation-delay: 652ms;
  -moz-animation-delay: 652ms;
  -o-animation-delay: 652ms;
  animation-delay: 652ms; }

.delay-653 {
  -webkit-animation-delay: 653ms;
  -moz-animation-delay: 653ms;
  -o-animation-delay: 653ms;
  animation-delay: 653ms; }

.delay-654 {
  -webkit-animation-delay: 654ms;
  -moz-animation-delay: 654ms;
  -o-animation-delay: 654ms;
  animation-delay: 654ms; }

.delay-655 {
  -webkit-animation-delay: 655ms;
  -moz-animation-delay: 655ms;
  -o-animation-delay: 655ms;
  animation-delay: 655ms; }

.delay-656 {
  -webkit-animation-delay: 656ms;
  -moz-animation-delay: 656ms;
  -o-animation-delay: 656ms;
  animation-delay: 656ms; }

.delay-657 {
  -webkit-animation-delay: 657ms;
  -moz-animation-delay: 657ms;
  -o-animation-delay: 657ms;
  animation-delay: 657ms; }

.delay-658 {
  -webkit-animation-delay: 658ms;
  -moz-animation-delay: 658ms;
  -o-animation-delay: 658ms;
  animation-delay: 658ms; }

.delay-659 {
  -webkit-animation-delay: 659ms;
  -moz-animation-delay: 659ms;
  -o-animation-delay: 659ms;
  animation-delay: 659ms; }

.delay-660 {
  -webkit-animation-delay: 660ms;
  -moz-animation-delay: 660ms;
  -o-animation-delay: 660ms;
  animation-delay: 660ms; }

.delay-661 {
  -webkit-animation-delay: 661ms;
  -moz-animation-delay: 661ms;
  -o-animation-delay: 661ms;
  animation-delay: 661ms; }

.delay-662 {
  -webkit-animation-delay: 662ms;
  -moz-animation-delay: 662ms;
  -o-animation-delay: 662ms;
  animation-delay: 662ms; }

.delay-663 {
  -webkit-animation-delay: 663ms;
  -moz-animation-delay: 663ms;
  -o-animation-delay: 663ms;
  animation-delay: 663ms; }

.delay-664 {
  -webkit-animation-delay: 664ms;
  -moz-animation-delay: 664ms;
  -o-animation-delay: 664ms;
  animation-delay: 664ms; }

.delay-665 {
  -webkit-animation-delay: 665ms;
  -moz-animation-delay: 665ms;
  -o-animation-delay: 665ms;
  animation-delay: 665ms; }

.delay-666 {
  -webkit-animation-delay: 666ms;
  -moz-animation-delay: 666ms;
  -o-animation-delay: 666ms;
  animation-delay: 666ms; }

.delay-667 {
  -webkit-animation-delay: 667ms;
  -moz-animation-delay: 667ms;
  -o-animation-delay: 667ms;
  animation-delay: 667ms; }

.delay-668 {
  -webkit-animation-delay: 668ms;
  -moz-animation-delay: 668ms;
  -o-animation-delay: 668ms;
  animation-delay: 668ms; }

.delay-669 {
  -webkit-animation-delay: 669ms;
  -moz-animation-delay: 669ms;
  -o-animation-delay: 669ms;
  animation-delay: 669ms; }

.delay-670 {
  -webkit-animation-delay: 670ms;
  -moz-animation-delay: 670ms;
  -o-animation-delay: 670ms;
  animation-delay: 670ms; }

.delay-671 {
  -webkit-animation-delay: 671ms;
  -moz-animation-delay: 671ms;
  -o-animation-delay: 671ms;
  animation-delay: 671ms; }

.delay-672 {
  -webkit-animation-delay: 672ms;
  -moz-animation-delay: 672ms;
  -o-animation-delay: 672ms;
  animation-delay: 672ms; }

.delay-673 {
  -webkit-animation-delay: 673ms;
  -moz-animation-delay: 673ms;
  -o-animation-delay: 673ms;
  animation-delay: 673ms; }

.delay-674 {
  -webkit-animation-delay: 674ms;
  -moz-animation-delay: 674ms;
  -o-animation-delay: 674ms;
  animation-delay: 674ms; }

.delay-675 {
  -webkit-animation-delay: 675ms;
  -moz-animation-delay: 675ms;
  -o-animation-delay: 675ms;
  animation-delay: 675ms; }

.delay-676 {
  -webkit-animation-delay: 676ms;
  -moz-animation-delay: 676ms;
  -o-animation-delay: 676ms;
  animation-delay: 676ms; }

.delay-677 {
  -webkit-animation-delay: 677ms;
  -moz-animation-delay: 677ms;
  -o-animation-delay: 677ms;
  animation-delay: 677ms; }

.delay-678 {
  -webkit-animation-delay: 678ms;
  -moz-animation-delay: 678ms;
  -o-animation-delay: 678ms;
  animation-delay: 678ms; }

.delay-679 {
  -webkit-animation-delay: 679ms;
  -moz-animation-delay: 679ms;
  -o-animation-delay: 679ms;
  animation-delay: 679ms; }

.delay-680 {
  -webkit-animation-delay: 680ms;
  -moz-animation-delay: 680ms;
  -o-animation-delay: 680ms;
  animation-delay: 680ms; }

.delay-681 {
  -webkit-animation-delay: 681ms;
  -moz-animation-delay: 681ms;
  -o-animation-delay: 681ms;
  animation-delay: 681ms; }

.delay-682 {
  -webkit-animation-delay: 682ms;
  -moz-animation-delay: 682ms;
  -o-animation-delay: 682ms;
  animation-delay: 682ms; }

.delay-683 {
  -webkit-animation-delay: 683ms;
  -moz-animation-delay: 683ms;
  -o-animation-delay: 683ms;
  animation-delay: 683ms; }

.delay-684 {
  -webkit-animation-delay: 684ms;
  -moz-animation-delay: 684ms;
  -o-animation-delay: 684ms;
  animation-delay: 684ms; }

.delay-685 {
  -webkit-animation-delay: 685ms;
  -moz-animation-delay: 685ms;
  -o-animation-delay: 685ms;
  animation-delay: 685ms; }

.delay-686 {
  -webkit-animation-delay: 686ms;
  -moz-animation-delay: 686ms;
  -o-animation-delay: 686ms;
  animation-delay: 686ms; }

.delay-687 {
  -webkit-animation-delay: 687ms;
  -moz-animation-delay: 687ms;
  -o-animation-delay: 687ms;
  animation-delay: 687ms; }

.delay-688 {
  -webkit-animation-delay: 688ms;
  -moz-animation-delay: 688ms;
  -o-animation-delay: 688ms;
  animation-delay: 688ms; }

.delay-689 {
  -webkit-animation-delay: 689ms;
  -moz-animation-delay: 689ms;
  -o-animation-delay: 689ms;
  animation-delay: 689ms; }

.delay-690 {
  -webkit-animation-delay: 690ms;
  -moz-animation-delay: 690ms;
  -o-animation-delay: 690ms;
  animation-delay: 690ms; }

.delay-691 {
  -webkit-animation-delay: 691ms;
  -moz-animation-delay: 691ms;
  -o-animation-delay: 691ms;
  animation-delay: 691ms; }

.delay-692 {
  -webkit-animation-delay: 692ms;
  -moz-animation-delay: 692ms;
  -o-animation-delay: 692ms;
  animation-delay: 692ms; }

.delay-693 {
  -webkit-animation-delay: 693ms;
  -moz-animation-delay: 693ms;
  -o-animation-delay: 693ms;
  animation-delay: 693ms; }

.delay-694 {
  -webkit-animation-delay: 694ms;
  -moz-animation-delay: 694ms;
  -o-animation-delay: 694ms;
  animation-delay: 694ms; }

.delay-695 {
  -webkit-animation-delay: 695ms;
  -moz-animation-delay: 695ms;
  -o-animation-delay: 695ms;
  animation-delay: 695ms; }

.delay-696 {
  -webkit-animation-delay: 696ms;
  -moz-animation-delay: 696ms;
  -o-animation-delay: 696ms;
  animation-delay: 696ms; }

.delay-697 {
  -webkit-animation-delay: 697ms;
  -moz-animation-delay: 697ms;
  -o-animation-delay: 697ms;
  animation-delay: 697ms; }

.delay-698 {
  -webkit-animation-delay: 698ms;
  -moz-animation-delay: 698ms;
  -o-animation-delay: 698ms;
  animation-delay: 698ms; }

.delay-699 {
  -webkit-animation-delay: 699ms;
  -moz-animation-delay: 699ms;
  -o-animation-delay: 699ms;
  animation-delay: 699ms; }

.delay-700 {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms; }

.delay-701 {
  -webkit-animation-delay: 701ms;
  -moz-animation-delay: 701ms;
  -o-animation-delay: 701ms;
  animation-delay: 701ms; }

.delay-702 {
  -webkit-animation-delay: 702ms;
  -moz-animation-delay: 702ms;
  -o-animation-delay: 702ms;
  animation-delay: 702ms; }

.delay-703 {
  -webkit-animation-delay: 703ms;
  -moz-animation-delay: 703ms;
  -o-animation-delay: 703ms;
  animation-delay: 703ms; }

.delay-704 {
  -webkit-animation-delay: 704ms;
  -moz-animation-delay: 704ms;
  -o-animation-delay: 704ms;
  animation-delay: 704ms; }

.delay-705 {
  -webkit-animation-delay: 705ms;
  -moz-animation-delay: 705ms;
  -o-animation-delay: 705ms;
  animation-delay: 705ms; }

.delay-706 {
  -webkit-animation-delay: 706ms;
  -moz-animation-delay: 706ms;
  -o-animation-delay: 706ms;
  animation-delay: 706ms; }

.delay-707 {
  -webkit-animation-delay: 707ms;
  -moz-animation-delay: 707ms;
  -o-animation-delay: 707ms;
  animation-delay: 707ms; }

.delay-708 {
  -webkit-animation-delay: 708ms;
  -moz-animation-delay: 708ms;
  -o-animation-delay: 708ms;
  animation-delay: 708ms; }

.delay-709 {
  -webkit-animation-delay: 709ms;
  -moz-animation-delay: 709ms;
  -o-animation-delay: 709ms;
  animation-delay: 709ms; }

.delay-710 {
  -webkit-animation-delay: 710ms;
  -moz-animation-delay: 710ms;
  -o-animation-delay: 710ms;
  animation-delay: 710ms; }

.delay-711 {
  -webkit-animation-delay: 711ms;
  -moz-animation-delay: 711ms;
  -o-animation-delay: 711ms;
  animation-delay: 711ms; }

.delay-712 {
  -webkit-animation-delay: 712ms;
  -moz-animation-delay: 712ms;
  -o-animation-delay: 712ms;
  animation-delay: 712ms; }

.delay-713 {
  -webkit-animation-delay: 713ms;
  -moz-animation-delay: 713ms;
  -o-animation-delay: 713ms;
  animation-delay: 713ms; }

.delay-714 {
  -webkit-animation-delay: 714ms;
  -moz-animation-delay: 714ms;
  -o-animation-delay: 714ms;
  animation-delay: 714ms; }

.delay-715 {
  -webkit-animation-delay: 715ms;
  -moz-animation-delay: 715ms;
  -o-animation-delay: 715ms;
  animation-delay: 715ms; }

.delay-716 {
  -webkit-animation-delay: 716ms;
  -moz-animation-delay: 716ms;
  -o-animation-delay: 716ms;
  animation-delay: 716ms; }

.delay-717 {
  -webkit-animation-delay: 717ms;
  -moz-animation-delay: 717ms;
  -o-animation-delay: 717ms;
  animation-delay: 717ms; }

.delay-718 {
  -webkit-animation-delay: 718ms;
  -moz-animation-delay: 718ms;
  -o-animation-delay: 718ms;
  animation-delay: 718ms; }

.delay-719 {
  -webkit-animation-delay: 719ms;
  -moz-animation-delay: 719ms;
  -o-animation-delay: 719ms;
  animation-delay: 719ms; }

.delay-720 {
  -webkit-animation-delay: 720ms;
  -moz-animation-delay: 720ms;
  -o-animation-delay: 720ms;
  animation-delay: 720ms; }

.delay-721 {
  -webkit-animation-delay: 721ms;
  -moz-animation-delay: 721ms;
  -o-animation-delay: 721ms;
  animation-delay: 721ms; }

.delay-722 {
  -webkit-animation-delay: 722ms;
  -moz-animation-delay: 722ms;
  -o-animation-delay: 722ms;
  animation-delay: 722ms; }

.delay-723 {
  -webkit-animation-delay: 723ms;
  -moz-animation-delay: 723ms;
  -o-animation-delay: 723ms;
  animation-delay: 723ms; }

.delay-724 {
  -webkit-animation-delay: 724ms;
  -moz-animation-delay: 724ms;
  -o-animation-delay: 724ms;
  animation-delay: 724ms; }

.delay-725 {
  -webkit-animation-delay: 725ms;
  -moz-animation-delay: 725ms;
  -o-animation-delay: 725ms;
  animation-delay: 725ms; }

.delay-726 {
  -webkit-animation-delay: 726ms;
  -moz-animation-delay: 726ms;
  -o-animation-delay: 726ms;
  animation-delay: 726ms; }

.delay-727 {
  -webkit-animation-delay: 727ms;
  -moz-animation-delay: 727ms;
  -o-animation-delay: 727ms;
  animation-delay: 727ms; }

.delay-728 {
  -webkit-animation-delay: 728ms;
  -moz-animation-delay: 728ms;
  -o-animation-delay: 728ms;
  animation-delay: 728ms; }

.delay-729 {
  -webkit-animation-delay: 729ms;
  -moz-animation-delay: 729ms;
  -o-animation-delay: 729ms;
  animation-delay: 729ms; }

.delay-730 {
  -webkit-animation-delay: 730ms;
  -moz-animation-delay: 730ms;
  -o-animation-delay: 730ms;
  animation-delay: 730ms; }

.delay-731 {
  -webkit-animation-delay: 731ms;
  -moz-animation-delay: 731ms;
  -o-animation-delay: 731ms;
  animation-delay: 731ms; }

.delay-732 {
  -webkit-animation-delay: 732ms;
  -moz-animation-delay: 732ms;
  -o-animation-delay: 732ms;
  animation-delay: 732ms; }

.delay-733 {
  -webkit-animation-delay: 733ms;
  -moz-animation-delay: 733ms;
  -o-animation-delay: 733ms;
  animation-delay: 733ms; }

.delay-734 {
  -webkit-animation-delay: 734ms;
  -moz-animation-delay: 734ms;
  -o-animation-delay: 734ms;
  animation-delay: 734ms; }

.delay-735 {
  -webkit-animation-delay: 735ms;
  -moz-animation-delay: 735ms;
  -o-animation-delay: 735ms;
  animation-delay: 735ms; }

.delay-736 {
  -webkit-animation-delay: 736ms;
  -moz-animation-delay: 736ms;
  -o-animation-delay: 736ms;
  animation-delay: 736ms; }

.delay-737 {
  -webkit-animation-delay: 737ms;
  -moz-animation-delay: 737ms;
  -o-animation-delay: 737ms;
  animation-delay: 737ms; }

.delay-738 {
  -webkit-animation-delay: 738ms;
  -moz-animation-delay: 738ms;
  -o-animation-delay: 738ms;
  animation-delay: 738ms; }

.delay-739 {
  -webkit-animation-delay: 739ms;
  -moz-animation-delay: 739ms;
  -o-animation-delay: 739ms;
  animation-delay: 739ms; }

.delay-740 {
  -webkit-animation-delay: 740ms;
  -moz-animation-delay: 740ms;
  -o-animation-delay: 740ms;
  animation-delay: 740ms; }

.delay-741 {
  -webkit-animation-delay: 741ms;
  -moz-animation-delay: 741ms;
  -o-animation-delay: 741ms;
  animation-delay: 741ms; }

.delay-742 {
  -webkit-animation-delay: 742ms;
  -moz-animation-delay: 742ms;
  -o-animation-delay: 742ms;
  animation-delay: 742ms; }

.delay-743 {
  -webkit-animation-delay: 743ms;
  -moz-animation-delay: 743ms;
  -o-animation-delay: 743ms;
  animation-delay: 743ms; }

.delay-744 {
  -webkit-animation-delay: 744ms;
  -moz-animation-delay: 744ms;
  -o-animation-delay: 744ms;
  animation-delay: 744ms; }

.delay-745 {
  -webkit-animation-delay: 745ms;
  -moz-animation-delay: 745ms;
  -o-animation-delay: 745ms;
  animation-delay: 745ms; }

.delay-746 {
  -webkit-animation-delay: 746ms;
  -moz-animation-delay: 746ms;
  -o-animation-delay: 746ms;
  animation-delay: 746ms; }

.delay-747 {
  -webkit-animation-delay: 747ms;
  -moz-animation-delay: 747ms;
  -o-animation-delay: 747ms;
  animation-delay: 747ms; }

.delay-748 {
  -webkit-animation-delay: 748ms;
  -moz-animation-delay: 748ms;
  -o-animation-delay: 748ms;
  animation-delay: 748ms; }

.delay-749 {
  -webkit-animation-delay: 749ms;
  -moz-animation-delay: 749ms;
  -o-animation-delay: 749ms;
  animation-delay: 749ms; }

.delay-750 {
  -webkit-animation-delay: 750ms;
  -moz-animation-delay: 750ms;
  -o-animation-delay: 750ms;
  animation-delay: 750ms; }

.delay-751 {
  -webkit-animation-delay: 751ms;
  -moz-animation-delay: 751ms;
  -o-animation-delay: 751ms;
  animation-delay: 751ms; }

.delay-752 {
  -webkit-animation-delay: 752ms;
  -moz-animation-delay: 752ms;
  -o-animation-delay: 752ms;
  animation-delay: 752ms; }

.delay-753 {
  -webkit-animation-delay: 753ms;
  -moz-animation-delay: 753ms;
  -o-animation-delay: 753ms;
  animation-delay: 753ms; }

.delay-754 {
  -webkit-animation-delay: 754ms;
  -moz-animation-delay: 754ms;
  -o-animation-delay: 754ms;
  animation-delay: 754ms; }

.delay-755 {
  -webkit-animation-delay: 755ms;
  -moz-animation-delay: 755ms;
  -o-animation-delay: 755ms;
  animation-delay: 755ms; }

.delay-756 {
  -webkit-animation-delay: 756ms;
  -moz-animation-delay: 756ms;
  -o-animation-delay: 756ms;
  animation-delay: 756ms; }

.delay-757 {
  -webkit-animation-delay: 757ms;
  -moz-animation-delay: 757ms;
  -o-animation-delay: 757ms;
  animation-delay: 757ms; }

.delay-758 {
  -webkit-animation-delay: 758ms;
  -moz-animation-delay: 758ms;
  -o-animation-delay: 758ms;
  animation-delay: 758ms; }

.delay-759 {
  -webkit-animation-delay: 759ms;
  -moz-animation-delay: 759ms;
  -o-animation-delay: 759ms;
  animation-delay: 759ms; }

.delay-760 {
  -webkit-animation-delay: 760ms;
  -moz-animation-delay: 760ms;
  -o-animation-delay: 760ms;
  animation-delay: 760ms; }

.delay-761 {
  -webkit-animation-delay: 761ms;
  -moz-animation-delay: 761ms;
  -o-animation-delay: 761ms;
  animation-delay: 761ms; }

.delay-762 {
  -webkit-animation-delay: 762ms;
  -moz-animation-delay: 762ms;
  -o-animation-delay: 762ms;
  animation-delay: 762ms; }

.delay-763 {
  -webkit-animation-delay: 763ms;
  -moz-animation-delay: 763ms;
  -o-animation-delay: 763ms;
  animation-delay: 763ms; }

.delay-764 {
  -webkit-animation-delay: 764ms;
  -moz-animation-delay: 764ms;
  -o-animation-delay: 764ms;
  animation-delay: 764ms; }

.delay-765 {
  -webkit-animation-delay: 765ms;
  -moz-animation-delay: 765ms;
  -o-animation-delay: 765ms;
  animation-delay: 765ms; }

.delay-766 {
  -webkit-animation-delay: 766ms;
  -moz-animation-delay: 766ms;
  -o-animation-delay: 766ms;
  animation-delay: 766ms; }

.delay-767 {
  -webkit-animation-delay: 767ms;
  -moz-animation-delay: 767ms;
  -o-animation-delay: 767ms;
  animation-delay: 767ms; }

.delay-768 {
  -webkit-animation-delay: 768ms;
  -moz-animation-delay: 768ms;
  -o-animation-delay: 768ms;
  animation-delay: 768ms; }

.delay-769 {
  -webkit-animation-delay: 769ms;
  -moz-animation-delay: 769ms;
  -o-animation-delay: 769ms;
  animation-delay: 769ms; }

.delay-770 {
  -webkit-animation-delay: 770ms;
  -moz-animation-delay: 770ms;
  -o-animation-delay: 770ms;
  animation-delay: 770ms; }

.delay-771 {
  -webkit-animation-delay: 771ms;
  -moz-animation-delay: 771ms;
  -o-animation-delay: 771ms;
  animation-delay: 771ms; }

.delay-772 {
  -webkit-animation-delay: 772ms;
  -moz-animation-delay: 772ms;
  -o-animation-delay: 772ms;
  animation-delay: 772ms; }

.delay-773 {
  -webkit-animation-delay: 773ms;
  -moz-animation-delay: 773ms;
  -o-animation-delay: 773ms;
  animation-delay: 773ms; }

.delay-774 {
  -webkit-animation-delay: 774ms;
  -moz-animation-delay: 774ms;
  -o-animation-delay: 774ms;
  animation-delay: 774ms; }

.delay-775 {
  -webkit-animation-delay: 775ms;
  -moz-animation-delay: 775ms;
  -o-animation-delay: 775ms;
  animation-delay: 775ms; }

.delay-776 {
  -webkit-animation-delay: 776ms;
  -moz-animation-delay: 776ms;
  -o-animation-delay: 776ms;
  animation-delay: 776ms; }

.delay-777 {
  -webkit-animation-delay: 777ms;
  -moz-animation-delay: 777ms;
  -o-animation-delay: 777ms;
  animation-delay: 777ms; }

.delay-778 {
  -webkit-animation-delay: 778ms;
  -moz-animation-delay: 778ms;
  -o-animation-delay: 778ms;
  animation-delay: 778ms; }

.delay-779 {
  -webkit-animation-delay: 779ms;
  -moz-animation-delay: 779ms;
  -o-animation-delay: 779ms;
  animation-delay: 779ms; }

.delay-780 {
  -webkit-animation-delay: 780ms;
  -moz-animation-delay: 780ms;
  -o-animation-delay: 780ms;
  animation-delay: 780ms; }

.delay-781 {
  -webkit-animation-delay: 781ms;
  -moz-animation-delay: 781ms;
  -o-animation-delay: 781ms;
  animation-delay: 781ms; }

.delay-782 {
  -webkit-animation-delay: 782ms;
  -moz-animation-delay: 782ms;
  -o-animation-delay: 782ms;
  animation-delay: 782ms; }

.delay-783 {
  -webkit-animation-delay: 783ms;
  -moz-animation-delay: 783ms;
  -o-animation-delay: 783ms;
  animation-delay: 783ms; }

.delay-784 {
  -webkit-animation-delay: 784ms;
  -moz-animation-delay: 784ms;
  -o-animation-delay: 784ms;
  animation-delay: 784ms; }

.delay-785 {
  -webkit-animation-delay: 785ms;
  -moz-animation-delay: 785ms;
  -o-animation-delay: 785ms;
  animation-delay: 785ms; }

.delay-786 {
  -webkit-animation-delay: 786ms;
  -moz-animation-delay: 786ms;
  -o-animation-delay: 786ms;
  animation-delay: 786ms; }

.delay-787 {
  -webkit-animation-delay: 787ms;
  -moz-animation-delay: 787ms;
  -o-animation-delay: 787ms;
  animation-delay: 787ms; }

.delay-788 {
  -webkit-animation-delay: 788ms;
  -moz-animation-delay: 788ms;
  -o-animation-delay: 788ms;
  animation-delay: 788ms; }

.delay-789 {
  -webkit-animation-delay: 789ms;
  -moz-animation-delay: 789ms;
  -o-animation-delay: 789ms;
  animation-delay: 789ms; }

.delay-790 {
  -webkit-animation-delay: 790ms;
  -moz-animation-delay: 790ms;
  -o-animation-delay: 790ms;
  animation-delay: 790ms; }

.delay-791 {
  -webkit-animation-delay: 791ms;
  -moz-animation-delay: 791ms;
  -o-animation-delay: 791ms;
  animation-delay: 791ms; }

.delay-792 {
  -webkit-animation-delay: 792ms;
  -moz-animation-delay: 792ms;
  -o-animation-delay: 792ms;
  animation-delay: 792ms; }

.delay-793 {
  -webkit-animation-delay: 793ms;
  -moz-animation-delay: 793ms;
  -o-animation-delay: 793ms;
  animation-delay: 793ms; }

.delay-794 {
  -webkit-animation-delay: 794ms;
  -moz-animation-delay: 794ms;
  -o-animation-delay: 794ms;
  animation-delay: 794ms; }

.delay-795 {
  -webkit-animation-delay: 795ms;
  -moz-animation-delay: 795ms;
  -o-animation-delay: 795ms;
  animation-delay: 795ms; }

.delay-796 {
  -webkit-animation-delay: 796ms;
  -moz-animation-delay: 796ms;
  -o-animation-delay: 796ms;
  animation-delay: 796ms; }

.delay-797 {
  -webkit-animation-delay: 797ms;
  -moz-animation-delay: 797ms;
  -o-animation-delay: 797ms;
  animation-delay: 797ms; }

.delay-798 {
  -webkit-animation-delay: 798ms;
  -moz-animation-delay: 798ms;
  -o-animation-delay: 798ms;
  animation-delay: 798ms; }

.delay-799 {
  -webkit-animation-delay: 799ms;
  -moz-animation-delay: 799ms;
  -o-animation-delay: 799ms;
  animation-delay: 799ms; }

.delay-800 {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms; }

.delay-801 {
  -webkit-animation-delay: 801ms;
  -moz-animation-delay: 801ms;
  -o-animation-delay: 801ms;
  animation-delay: 801ms; }

.delay-802 {
  -webkit-animation-delay: 802ms;
  -moz-animation-delay: 802ms;
  -o-animation-delay: 802ms;
  animation-delay: 802ms; }

.delay-803 {
  -webkit-animation-delay: 803ms;
  -moz-animation-delay: 803ms;
  -o-animation-delay: 803ms;
  animation-delay: 803ms; }

.delay-804 {
  -webkit-animation-delay: 804ms;
  -moz-animation-delay: 804ms;
  -o-animation-delay: 804ms;
  animation-delay: 804ms; }

.delay-805 {
  -webkit-animation-delay: 805ms;
  -moz-animation-delay: 805ms;
  -o-animation-delay: 805ms;
  animation-delay: 805ms; }

.delay-806 {
  -webkit-animation-delay: 806ms;
  -moz-animation-delay: 806ms;
  -o-animation-delay: 806ms;
  animation-delay: 806ms; }

.delay-807 {
  -webkit-animation-delay: 807ms;
  -moz-animation-delay: 807ms;
  -o-animation-delay: 807ms;
  animation-delay: 807ms; }

.delay-808 {
  -webkit-animation-delay: 808ms;
  -moz-animation-delay: 808ms;
  -o-animation-delay: 808ms;
  animation-delay: 808ms; }

.delay-809 {
  -webkit-animation-delay: 809ms;
  -moz-animation-delay: 809ms;
  -o-animation-delay: 809ms;
  animation-delay: 809ms; }

.delay-810 {
  -webkit-animation-delay: 810ms;
  -moz-animation-delay: 810ms;
  -o-animation-delay: 810ms;
  animation-delay: 810ms; }

.delay-811 {
  -webkit-animation-delay: 811ms;
  -moz-animation-delay: 811ms;
  -o-animation-delay: 811ms;
  animation-delay: 811ms; }

.delay-812 {
  -webkit-animation-delay: 812ms;
  -moz-animation-delay: 812ms;
  -o-animation-delay: 812ms;
  animation-delay: 812ms; }

.delay-813 {
  -webkit-animation-delay: 813ms;
  -moz-animation-delay: 813ms;
  -o-animation-delay: 813ms;
  animation-delay: 813ms; }

.delay-814 {
  -webkit-animation-delay: 814ms;
  -moz-animation-delay: 814ms;
  -o-animation-delay: 814ms;
  animation-delay: 814ms; }

.delay-815 {
  -webkit-animation-delay: 815ms;
  -moz-animation-delay: 815ms;
  -o-animation-delay: 815ms;
  animation-delay: 815ms; }

.delay-816 {
  -webkit-animation-delay: 816ms;
  -moz-animation-delay: 816ms;
  -o-animation-delay: 816ms;
  animation-delay: 816ms; }

.delay-817 {
  -webkit-animation-delay: 817ms;
  -moz-animation-delay: 817ms;
  -o-animation-delay: 817ms;
  animation-delay: 817ms; }

.delay-818 {
  -webkit-animation-delay: 818ms;
  -moz-animation-delay: 818ms;
  -o-animation-delay: 818ms;
  animation-delay: 818ms; }

.delay-819 {
  -webkit-animation-delay: 819ms;
  -moz-animation-delay: 819ms;
  -o-animation-delay: 819ms;
  animation-delay: 819ms; }

.delay-820 {
  -webkit-animation-delay: 820ms;
  -moz-animation-delay: 820ms;
  -o-animation-delay: 820ms;
  animation-delay: 820ms; }

.delay-821 {
  -webkit-animation-delay: 821ms;
  -moz-animation-delay: 821ms;
  -o-animation-delay: 821ms;
  animation-delay: 821ms; }

.delay-822 {
  -webkit-animation-delay: 822ms;
  -moz-animation-delay: 822ms;
  -o-animation-delay: 822ms;
  animation-delay: 822ms; }

.delay-823 {
  -webkit-animation-delay: 823ms;
  -moz-animation-delay: 823ms;
  -o-animation-delay: 823ms;
  animation-delay: 823ms; }

.delay-824 {
  -webkit-animation-delay: 824ms;
  -moz-animation-delay: 824ms;
  -o-animation-delay: 824ms;
  animation-delay: 824ms; }

.delay-825 {
  -webkit-animation-delay: 825ms;
  -moz-animation-delay: 825ms;
  -o-animation-delay: 825ms;
  animation-delay: 825ms; }

.delay-826 {
  -webkit-animation-delay: 826ms;
  -moz-animation-delay: 826ms;
  -o-animation-delay: 826ms;
  animation-delay: 826ms; }

.delay-827 {
  -webkit-animation-delay: 827ms;
  -moz-animation-delay: 827ms;
  -o-animation-delay: 827ms;
  animation-delay: 827ms; }

.delay-828 {
  -webkit-animation-delay: 828ms;
  -moz-animation-delay: 828ms;
  -o-animation-delay: 828ms;
  animation-delay: 828ms; }

.delay-829 {
  -webkit-animation-delay: 829ms;
  -moz-animation-delay: 829ms;
  -o-animation-delay: 829ms;
  animation-delay: 829ms; }

.delay-830 {
  -webkit-animation-delay: 830ms;
  -moz-animation-delay: 830ms;
  -o-animation-delay: 830ms;
  animation-delay: 830ms; }

.delay-831 {
  -webkit-animation-delay: 831ms;
  -moz-animation-delay: 831ms;
  -o-animation-delay: 831ms;
  animation-delay: 831ms; }

.delay-832 {
  -webkit-animation-delay: 832ms;
  -moz-animation-delay: 832ms;
  -o-animation-delay: 832ms;
  animation-delay: 832ms; }

.delay-833 {
  -webkit-animation-delay: 833ms;
  -moz-animation-delay: 833ms;
  -o-animation-delay: 833ms;
  animation-delay: 833ms; }

.delay-834 {
  -webkit-animation-delay: 834ms;
  -moz-animation-delay: 834ms;
  -o-animation-delay: 834ms;
  animation-delay: 834ms; }

.delay-835 {
  -webkit-animation-delay: 835ms;
  -moz-animation-delay: 835ms;
  -o-animation-delay: 835ms;
  animation-delay: 835ms; }

.delay-836 {
  -webkit-animation-delay: 836ms;
  -moz-animation-delay: 836ms;
  -o-animation-delay: 836ms;
  animation-delay: 836ms; }

.delay-837 {
  -webkit-animation-delay: 837ms;
  -moz-animation-delay: 837ms;
  -o-animation-delay: 837ms;
  animation-delay: 837ms; }

.delay-838 {
  -webkit-animation-delay: 838ms;
  -moz-animation-delay: 838ms;
  -o-animation-delay: 838ms;
  animation-delay: 838ms; }

.delay-839 {
  -webkit-animation-delay: 839ms;
  -moz-animation-delay: 839ms;
  -o-animation-delay: 839ms;
  animation-delay: 839ms; }

.delay-840 {
  -webkit-animation-delay: 840ms;
  -moz-animation-delay: 840ms;
  -o-animation-delay: 840ms;
  animation-delay: 840ms; }

.delay-841 {
  -webkit-animation-delay: 841ms;
  -moz-animation-delay: 841ms;
  -o-animation-delay: 841ms;
  animation-delay: 841ms; }

.delay-842 {
  -webkit-animation-delay: 842ms;
  -moz-animation-delay: 842ms;
  -o-animation-delay: 842ms;
  animation-delay: 842ms; }

.delay-843 {
  -webkit-animation-delay: 843ms;
  -moz-animation-delay: 843ms;
  -o-animation-delay: 843ms;
  animation-delay: 843ms; }

.delay-844 {
  -webkit-animation-delay: 844ms;
  -moz-animation-delay: 844ms;
  -o-animation-delay: 844ms;
  animation-delay: 844ms; }

.delay-845 {
  -webkit-animation-delay: 845ms;
  -moz-animation-delay: 845ms;
  -o-animation-delay: 845ms;
  animation-delay: 845ms; }

.delay-846 {
  -webkit-animation-delay: 846ms;
  -moz-animation-delay: 846ms;
  -o-animation-delay: 846ms;
  animation-delay: 846ms; }

.delay-847 {
  -webkit-animation-delay: 847ms;
  -moz-animation-delay: 847ms;
  -o-animation-delay: 847ms;
  animation-delay: 847ms; }

.delay-848 {
  -webkit-animation-delay: 848ms;
  -moz-animation-delay: 848ms;
  -o-animation-delay: 848ms;
  animation-delay: 848ms; }

.delay-849 {
  -webkit-animation-delay: 849ms;
  -moz-animation-delay: 849ms;
  -o-animation-delay: 849ms;
  animation-delay: 849ms; }

.delay-850 {
  -webkit-animation-delay: 850ms;
  -moz-animation-delay: 850ms;
  -o-animation-delay: 850ms;
  animation-delay: 850ms; }

.delay-851 {
  -webkit-animation-delay: 851ms;
  -moz-animation-delay: 851ms;
  -o-animation-delay: 851ms;
  animation-delay: 851ms; }

.delay-852 {
  -webkit-animation-delay: 852ms;
  -moz-animation-delay: 852ms;
  -o-animation-delay: 852ms;
  animation-delay: 852ms; }

.delay-853 {
  -webkit-animation-delay: 853ms;
  -moz-animation-delay: 853ms;
  -o-animation-delay: 853ms;
  animation-delay: 853ms; }

.delay-854 {
  -webkit-animation-delay: 854ms;
  -moz-animation-delay: 854ms;
  -o-animation-delay: 854ms;
  animation-delay: 854ms; }

.delay-855 {
  -webkit-animation-delay: 855ms;
  -moz-animation-delay: 855ms;
  -o-animation-delay: 855ms;
  animation-delay: 855ms; }

.delay-856 {
  -webkit-animation-delay: 856ms;
  -moz-animation-delay: 856ms;
  -o-animation-delay: 856ms;
  animation-delay: 856ms; }

.delay-857 {
  -webkit-animation-delay: 857ms;
  -moz-animation-delay: 857ms;
  -o-animation-delay: 857ms;
  animation-delay: 857ms; }

.delay-858 {
  -webkit-animation-delay: 858ms;
  -moz-animation-delay: 858ms;
  -o-animation-delay: 858ms;
  animation-delay: 858ms; }

.delay-859 {
  -webkit-animation-delay: 859ms;
  -moz-animation-delay: 859ms;
  -o-animation-delay: 859ms;
  animation-delay: 859ms; }

.delay-860 {
  -webkit-animation-delay: 860ms;
  -moz-animation-delay: 860ms;
  -o-animation-delay: 860ms;
  animation-delay: 860ms; }

.delay-861 {
  -webkit-animation-delay: 861ms;
  -moz-animation-delay: 861ms;
  -o-animation-delay: 861ms;
  animation-delay: 861ms; }

.delay-862 {
  -webkit-animation-delay: 862ms;
  -moz-animation-delay: 862ms;
  -o-animation-delay: 862ms;
  animation-delay: 862ms; }

.delay-863 {
  -webkit-animation-delay: 863ms;
  -moz-animation-delay: 863ms;
  -o-animation-delay: 863ms;
  animation-delay: 863ms; }

.delay-864 {
  -webkit-animation-delay: 864ms;
  -moz-animation-delay: 864ms;
  -o-animation-delay: 864ms;
  animation-delay: 864ms; }

.delay-865 {
  -webkit-animation-delay: 865ms;
  -moz-animation-delay: 865ms;
  -o-animation-delay: 865ms;
  animation-delay: 865ms; }

.delay-866 {
  -webkit-animation-delay: 866ms;
  -moz-animation-delay: 866ms;
  -o-animation-delay: 866ms;
  animation-delay: 866ms; }

.delay-867 {
  -webkit-animation-delay: 867ms;
  -moz-animation-delay: 867ms;
  -o-animation-delay: 867ms;
  animation-delay: 867ms; }

.delay-868 {
  -webkit-animation-delay: 868ms;
  -moz-animation-delay: 868ms;
  -o-animation-delay: 868ms;
  animation-delay: 868ms; }

.delay-869 {
  -webkit-animation-delay: 869ms;
  -moz-animation-delay: 869ms;
  -o-animation-delay: 869ms;
  animation-delay: 869ms; }

.delay-870 {
  -webkit-animation-delay: 870ms;
  -moz-animation-delay: 870ms;
  -o-animation-delay: 870ms;
  animation-delay: 870ms; }

.delay-871 {
  -webkit-animation-delay: 871ms;
  -moz-animation-delay: 871ms;
  -o-animation-delay: 871ms;
  animation-delay: 871ms; }

.delay-872 {
  -webkit-animation-delay: 872ms;
  -moz-animation-delay: 872ms;
  -o-animation-delay: 872ms;
  animation-delay: 872ms; }

.delay-873 {
  -webkit-animation-delay: 873ms;
  -moz-animation-delay: 873ms;
  -o-animation-delay: 873ms;
  animation-delay: 873ms; }

.delay-874 {
  -webkit-animation-delay: 874ms;
  -moz-animation-delay: 874ms;
  -o-animation-delay: 874ms;
  animation-delay: 874ms; }

.delay-875 {
  -webkit-animation-delay: 875ms;
  -moz-animation-delay: 875ms;
  -o-animation-delay: 875ms;
  animation-delay: 875ms; }

.delay-876 {
  -webkit-animation-delay: 876ms;
  -moz-animation-delay: 876ms;
  -o-animation-delay: 876ms;
  animation-delay: 876ms; }

.delay-877 {
  -webkit-animation-delay: 877ms;
  -moz-animation-delay: 877ms;
  -o-animation-delay: 877ms;
  animation-delay: 877ms; }

.delay-878 {
  -webkit-animation-delay: 878ms;
  -moz-animation-delay: 878ms;
  -o-animation-delay: 878ms;
  animation-delay: 878ms; }

.delay-879 {
  -webkit-animation-delay: 879ms;
  -moz-animation-delay: 879ms;
  -o-animation-delay: 879ms;
  animation-delay: 879ms; }

.delay-880 {
  -webkit-animation-delay: 880ms;
  -moz-animation-delay: 880ms;
  -o-animation-delay: 880ms;
  animation-delay: 880ms; }

.delay-881 {
  -webkit-animation-delay: 881ms;
  -moz-animation-delay: 881ms;
  -o-animation-delay: 881ms;
  animation-delay: 881ms; }

.delay-882 {
  -webkit-animation-delay: 882ms;
  -moz-animation-delay: 882ms;
  -o-animation-delay: 882ms;
  animation-delay: 882ms; }

.delay-883 {
  -webkit-animation-delay: 883ms;
  -moz-animation-delay: 883ms;
  -o-animation-delay: 883ms;
  animation-delay: 883ms; }

.delay-884 {
  -webkit-animation-delay: 884ms;
  -moz-animation-delay: 884ms;
  -o-animation-delay: 884ms;
  animation-delay: 884ms; }

.delay-885 {
  -webkit-animation-delay: 885ms;
  -moz-animation-delay: 885ms;
  -o-animation-delay: 885ms;
  animation-delay: 885ms; }

.delay-886 {
  -webkit-animation-delay: 886ms;
  -moz-animation-delay: 886ms;
  -o-animation-delay: 886ms;
  animation-delay: 886ms; }

.delay-887 {
  -webkit-animation-delay: 887ms;
  -moz-animation-delay: 887ms;
  -o-animation-delay: 887ms;
  animation-delay: 887ms; }

.delay-888 {
  -webkit-animation-delay: 888ms;
  -moz-animation-delay: 888ms;
  -o-animation-delay: 888ms;
  animation-delay: 888ms; }

.delay-889 {
  -webkit-animation-delay: 889ms;
  -moz-animation-delay: 889ms;
  -o-animation-delay: 889ms;
  animation-delay: 889ms; }

.delay-890 {
  -webkit-animation-delay: 890ms;
  -moz-animation-delay: 890ms;
  -o-animation-delay: 890ms;
  animation-delay: 890ms; }

.delay-891 {
  -webkit-animation-delay: 891ms;
  -moz-animation-delay: 891ms;
  -o-animation-delay: 891ms;
  animation-delay: 891ms; }

.delay-892 {
  -webkit-animation-delay: 892ms;
  -moz-animation-delay: 892ms;
  -o-animation-delay: 892ms;
  animation-delay: 892ms; }

.delay-893 {
  -webkit-animation-delay: 893ms;
  -moz-animation-delay: 893ms;
  -o-animation-delay: 893ms;
  animation-delay: 893ms; }

.delay-894 {
  -webkit-animation-delay: 894ms;
  -moz-animation-delay: 894ms;
  -o-animation-delay: 894ms;
  animation-delay: 894ms; }

.delay-895 {
  -webkit-animation-delay: 895ms;
  -moz-animation-delay: 895ms;
  -o-animation-delay: 895ms;
  animation-delay: 895ms; }

.delay-896 {
  -webkit-animation-delay: 896ms;
  -moz-animation-delay: 896ms;
  -o-animation-delay: 896ms;
  animation-delay: 896ms; }

.delay-897 {
  -webkit-animation-delay: 897ms;
  -moz-animation-delay: 897ms;
  -o-animation-delay: 897ms;
  animation-delay: 897ms; }

.delay-898 {
  -webkit-animation-delay: 898ms;
  -moz-animation-delay: 898ms;
  -o-animation-delay: 898ms;
  animation-delay: 898ms; }

.delay-899 {
  -webkit-animation-delay: 899ms;
  -moz-animation-delay: 899ms;
  -o-animation-delay: 899ms;
  animation-delay: 899ms; }

.delay-900 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms; }

.delay-901 {
  -webkit-animation-delay: 901ms;
  -moz-animation-delay: 901ms;
  -o-animation-delay: 901ms;
  animation-delay: 901ms; }

.delay-902 {
  -webkit-animation-delay: 902ms;
  -moz-animation-delay: 902ms;
  -o-animation-delay: 902ms;
  animation-delay: 902ms; }

.delay-903 {
  -webkit-animation-delay: 903ms;
  -moz-animation-delay: 903ms;
  -o-animation-delay: 903ms;
  animation-delay: 903ms; }

.delay-904 {
  -webkit-animation-delay: 904ms;
  -moz-animation-delay: 904ms;
  -o-animation-delay: 904ms;
  animation-delay: 904ms; }

.delay-905 {
  -webkit-animation-delay: 905ms;
  -moz-animation-delay: 905ms;
  -o-animation-delay: 905ms;
  animation-delay: 905ms; }

.delay-906 {
  -webkit-animation-delay: 906ms;
  -moz-animation-delay: 906ms;
  -o-animation-delay: 906ms;
  animation-delay: 906ms; }

.delay-907 {
  -webkit-animation-delay: 907ms;
  -moz-animation-delay: 907ms;
  -o-animation-delay: 907ms;
  animation-delay: 907ms; }

.delay-908 {
  -webkit-animation-delay: 908ms;
  -moz-animation-delay: 908ms;
  -o-animation-delay: 908ms;
  animation-delay: 908ms; }

.delay-909 {
  -webkit-animation-delay: 909ms;
  -moz-animation-delay: 909ms;
  -o-animation-delay: 909ms;
  animation-delay: 909ms; }

.delay-910 {
  -webkit-animation-delay: 910ms;
  -moz-animation-delay: 910ms;
  -o-animation-delay: 910ms;
  animation-delay: 910ms; }

.delay-911 {
  -webkit-animation-delay: 911ms;
  -moz-animation-delay: 911ms;
  -o-animation-delay: 911ms;
  animation-delay: 911ms; }

.delay-912 {
  -webkit-animation-delay: 912ms;
  -moz-animation-delay: 912ms;
  -o-animation-delay: 912ms;
  animation-delay: 912ms; }

.delay-913 {
  -webkit-animation-delay: 913ms;
  -moz-animation-delay: 913ms;
  -o-animation-delay: 913ms;
  animation-delay: 913ms; }

.delay-914 {
  -webkit-animation-delay: 914ms;
  -moz-animation-delay: 914ms;
  -o-animation-delay: 914ms;
  animation-delay: 914ms; }

.delay-915 {
  -webkit-animation-delay: 915ms;
  -moz-animation-delay: 915ms;
  -o-animation-delay: 915ms;
  animation-delay: 915ms; }

.delay-916 {
  -webkit-animation-delay: 916ms;
  -moz-animation-delay: 916ms;
  -o-animation-delay: 916ms;
  animation-delay: 916ms; }

.delay-917 {
  -webkit-animation-delay: 917ms;
  -moz-animation-delay: 917ms;
  -o-animation-delay: 917ms;
  animation-delay: 917ms; }

.delay-918 {
  -webkit-animation-delay: 918ms;
  -moz-animation-delay: 918ms;
  -o-animation-delay: 918ms;
  animation-delay: 918ms; }

.delay-919 {
  -webkit-animation-delay: 919ms;
  -moz-animation-delay: 919ms;
  -o-animation-delay: 919ms;
  animation-delay: 919ms; }

.delay-920 {
  -webkit-animation-delay: 920ms;
  -moz-animation-delay: 920ms;
  -o-animation-delay: 920ms;
  animation-delay: 920ms; }

.delay-921 {
  -webkit-animation-delay: 921ms;
  -moz-animation-delay: 921ms;
  -o-animation-delay: 921ms;
  animation-delay: 921ms; }

.delay-922 {
  -webkit-animation-delay: 922ms;
  -moz-animation-delay: 922ms;
  -o-animation-delay: 922ms;
  animation-delay: 922ms; }

.delay-923 {
  -webkit-animation-delay: 923ms;
  -moz-animation-delay: 923ms;
  -o-animation-delay: 923ms;
  animation-delay: 923ms; }

.delay-924 {
  -webkit-animation-delay: 924ms;
  -moz-animation-delay: 924ms;
  -o-animation-delay: 924ms;
  animation-delay: 924ms; }

.delay-925 {
  -webkit-animation-delay: 925ms;
  -moz-animation-delay: 925ms;
  -o-animation-delay: 925ms;
  animation-delay: 925ms; }

.delay-926 {
  -webkit-animation-delay: 926ms;
  -moz-animation-delay: 926ms;
  -o-animation-delay: 926ms;
  animation-delay: 926ms; }

.delay-927 {
  -webkit-animation-delay: 927ms;
  -moz-animation-delay: 927ms;
  -o-animation-delay: 927ms;
  animation-delay: 927ms; }

.delay-928 {
  -webkit-animation-delay: 928ms;
  -moz-animation-delay: 928ms;
  -o-animation-delay: 928ms;
  animation-delay: 928ms; }

.delay-929 {
  -webkit-animation-delay: 929ms;
  -moz-animation-delay: 929ms;
  -o-animation-delay: 929ms;
  animation-delay: 929ms; }

.delay-930 {
  -webkit-animation-delay: 930ms;
  -moz-animation-delay: 930ms;
  -o-animation-delay: 930ms;
  animation-delay: 930ms; }

.delay-931 {
  -webkit-animation-delay: 931ms;
  -moz-animation-delay: 931ms;
  -o-animation-delay: 931ms;
  animation-delay: 931ms; }

.delay-932 {
  -webkit-animation-delay: 932ms;
  -moz-animation-delay: 932ms;
  -o-animation-delay: 932ms;
  animation-delay: 932ms; }

.delay-933 {
  -webkit-animation-delay: 933ms;
  -moz-animation-delay: 933ms;
  -o-animation-delay: 933ms;
  animation-delay: 933ms; }

.delay-934 {
  -webkit-animation-delay: 934ms;
  -moz-animation-delay: 934ms;
  -o-animation-delay: 934ms;
  animation-delay: 934ms; }

.delay-935 {
  -webkit-animation-delay: 935ms;
  -moz-animation-delay: 935ms;
  -o-animation-delay: 935ms;
  animation-delay: 935ms; }

.delay-936 {
  -webkit-animation-delay: 936ms;
  -moz-animation-delay: 936ms;
  -o-animation-delay: 936ms;
  animation-delay: 936ms; }

.delay-937 {
  -webkit-animation-delay: 937ms;
  -moz-animation-delay: 937ms;
  -o-animation-delay: 937ms;
  animation-delay: 937ms; }

.delay-938 {
  -webkit-animation-delay: 938ms;
  -moz-animation-delay: 938ms;
  -o-animation-delay: 938ms;
  animation-delay: 938ms; }

.delay-939 {
  -webkit-animation-delay: 939ms;
  -moz-animation-delay: 939ms;
  -o-animation-delay: 939ms;
  animation-delay: 939ms; }

.delay-940 {
  -webkit-animation-delay: 940ms;
  -moz-animation-delay: 940ms;
  -o-animation-delay: 940ms;
  animation-delay: 940ms; }

.delay-941 {
  -webkit-animation-delay: 941ms;
  -moz-animation-delay: 941ms;
  -o-animation-delay: 941ms;
  animation-delay: 941ms; }

.delay-942 {
  -webkit-animation-delay: 942ms;
  -moz-animation-delay: 942ms;
  -o-animation-delay: 942ms;
  animation-delay: 942ms; }

.delay-943 {
  -webkit-animation-delay: 943ms;
  -moz-animation-delay: 943ms;
  -o-animation-delay: 943ms;
  animation-delay: 943ms; }

.delay-944 {
  -webkit-animation-delay: 944ms;
  -moz-animation-delay: 944ms;
  -o-animation-delay: 944ms;
  animation-delay: 944ms; }

.delay-945 {
  -webkit-animation-delay: 945ms;
  -moz-animation-delay: 945ms;
  -o-animation-delay: 945ms;
  animation-delay: 945ms; }

.delay-946 {
  -webkit-animation-delay: 946ms;
  -moz-animation-delay: 946ms;
  -o-animation-delay: 946ms;
  animation-delay: 946ms; }

.delay-947 {
  -webkit-animation-delay: 947ms;
  -moz-animation-delay: 947ms;
  -o-animation-delay: 947ms;
  animation-delay: 947ms; }

.delay-948 {
  -webkit-animation-delay: 948ms;
  -moz-animation-delay: 948ms;
  -o-animation-delay: 948ms;
  animation-delay: 948ms; }

.delay-949 {
  -webkit-animation-delay: 949ms;
  -moz-animation-delay: 949ms;
  -o-animation-delay: 949ms;
  animation-delay: 949ms; }

.delay-950 {
  -webkit-animation-delay: 950ms;
  -moz-animation-delay: 950ms;
  -o-animation-delay: 950ms;
  animation-delay: 950ms; }

.delay-951 {
  -webkit-animation-delay: 951ms;
  -moz-animation-delay: 951ms;
  -o-animation-delay: 951ms;
  animation-delay: 951ms; }

.delay-952 {
  -webkit-animation-delay: 952ms;
  -moz-animation-delay: 952ms;
  -o-animation-delay: 952ms;
  animation-delay: 952ms; }

.delay-953 {
  -webkit-animation-delay: 953ms;
  -moz-animation-delay: 953ms;
  -o-animation-delay: 953ms;
  animation-delay: 953ms; }

.delay-954 {
  -webkit-animation-delay: 954ms;
  -moz-animation-delay: 954ms;
  -o-animation-delay: 954ms;
  animation-delay: 954ms; }

.delay-955 {
  -webkit-animation-delay: 955ms;
  -moz-animation-delay: 955ms;
  -o-animation-delay: 955ms;
  animation-delay: 955ms; }

.delay-956 {
  -webkit-animation-delay: 956ms;
  -moz-animation-delay: 956ms;
  -o-animation-delay: 956ms;
  animation-delay: 956ms; }

.delay-957 {
  -webkit-animation-delay: 957ms;
  -moz-animation-delay: 957ms;
  -o-animation-delay: 957ms;
  animation-delay: 957ms; }

.delay-958 {
  -webkit-animation-delay: 958ms;
  -moz-animation-delay: 958ms;
  -o-animation-delay: 958ms;
  animation-delay: 958ms; }

.delay-959 {
  -webkit-animation-delay: 959ms;
  -moz-animation-delay: 959ms;
  -o-animation-delay: 959ms;
  animation-delay: 959ms; }

.delay-960 {
  -webkit-animation-delay: 960ms;
  -moz-animation-delay: 960ms;
  -o-animation-delay: 960ms;
  animation-delay: 960ms; }

.delay-961 {
  -webkit-animation-delay: 961ms;
  -moz-animation-delay: 961ms;
  -o-animation-delay: 961ms;
  animation-delay: 961ms; }

.delay-962 {
  -webkit-animation-delay: 962ms;
  -moz-animation-delay: 962ms;
  -o-animation-delay: 962ms;
  animation-delay: 962ms; }

.delay-963 {
  -webkit-animation-delay: 963ms;
  -moz-animation-delay: 963ms;
  -o-animation-delay: 963ms;
  animation-delay: 963ms; }

.delay-964 {
  -webkit-animation-delay: 964ms;
  -moz-animation-delay: 964ms;
  -o-animation-delay: 964ms;
  animation-delay: 964ms; }

.delay-965 {
  -webkit-animation-delay: 965ms;
  -moz-animation-delay: 965ms;
  -o-animation-delay: 965ms;
  animation-delay: 965ms; }

.delay-966 {
  -webkit-animation-delay: 966ms;
  -moz-animation-delay: 966ms;
  -o-animation-delay: 966ms;
  animation-delay: 966ms; }

.delay-967 {
  -webkit-animation-delay: 967ms;
  -moz-animation-delay: 967ms;
  -o-animation-delay: 967ms;
  animation-delay: 967ms; }

.delay-968 {
  -webkit-animation-delay: 968ms;
  -moz-animation-delay: 968ms;
  -o-animation-delay: 968ms;
  animation-delay: 968ms; }

.delay-969 {
  -webkit-animation-delay: 969ms;
  -moz-animation-delay: 969ms;
  -o-animation-delay: 969ms;
  animation-delay: 969ms; }

.delay-970 {
  -webkit-animation-delay: 970ms;
  -moz-animation-delay: 970ms;
  -o-animation-delay: 970ms;
  animation-delay: 970ms; }

.delay-971 {
  -webkit-animation-delay: 971ms;
  -moz-animation-delay: 971ms;
  -o-animation-delay: 971ms;
  animation-delay: 971ms; }

.delay-972 {
  -webkit-animation-delay: 972ms;
  -moz-animation-delay: 972ms;
  -o-animation-delay: 972ms;
  animation-delay: 972ms; }

.delay-973 {
  -webkit-animation-delay: 973ms;
  -moz-animation-delay: 973ms;
  -o-animation-delay: 973ms;
  animation-delay: 973ms; }

.delay-974 {
  -webkit-animation-delay: 974ms;
  -moz-animation-delay: 974ms;
  -o-animation-delay: 974ms;
  animation-delay: 974ms; }

.delay-975 {
  -webkit-animation-delay: 975ms;
  -moz-animation-delay: 975ms;
  -o-animation-delay: 975ms;
  animation-delay: 975ms; }

.delay-976 {
  -webkit-animation-delay: 976ms;
  -moz-animation-delay: 976ms;
  -o-animation-delay: 976ms;
  animation-delay: 976ms; }

.delay-977 {
  -webkit-animation-delay: 977ms;
  -moz-animation-delay: 977ms;
  -o-animation-delay: 977ms;
  animation-delay: 977ms; }

.delay-978 {
  -webkit-animation-delay: 978ms;
  -moz-animation-delay: 978ms;
  -o-animation-delay: 978ms;
  animation-delay: 978ms; }

.delay-979 {
  -webkit-animation-delay: 979ms;
  -moz-animation-delay: 979ms;
  -o-animation-delay: 979ms;
  animation-delay: 979ms; }

.delay-980 {
  -webkit-animation-delay: 980ms;
  -moz-animation-delay: 980ms;
  -o-animation-delay: 980ms;
  animation-delay: 980ms; }

.delay-981 {
  -webkit-animation-delay: 981ms;
  -moz-animation-delay: 981ms;
  -o-animation-delay: 981ms;
  animation-delay: 981ms; }

.delay-982 {
  -webkit-animation-delay: 982ms;
  -moz-animation-delay: 982ms;
  -o-animation-delay: 982ms;
  animation-delay: 982ms; }

.delay-983 {
  -webkit-animation-delay: 983ms;
  -moz-animation-delay: 983ms;
  -o-animation-delay: 983ms;
  animation-delay: 983ms; }

.delay-984 {
  -webkit-animation-delay: 984ms;
  -moz-animation-delay: 984ms;
  -o-animation-delay: 984ms;
  animation-delay: 984ms; }

.delay-985 {
  -webkit-animation-delay: 985ms;
  -moz-animation-delay: 985ms;
  -o-animation-delay: 985ms;
  animation-delay: 985ms; }

.delay-986 {
  -webkit-animation-delay: 986ms;
  -moz-animation-delay: 986ms;
  -o-animation-delay: 986ms;
  animation-delay: 986ms; }

.delay-987 {
  -webkit-animation-delay: 987ms;
  -moz-animation-delay: 987ms;
  -o-animation-delay: 987ms;
  animation-delay: 987ms; }

.delay-988 {
  -webkit-animation-delay: 988ms;
  -moz-animation-delay: 988ms;
  -o-animation-delay: 988ms;
  animation-delay: 988ms; }

.delay-989 {
  -webkit-animation-delay: 989ms;
  -moz-animation-delay: 989ms;
  -o-animation-delay: 989ms;
  animation-delay: 989ms; }

.delay-990 {
  -webkit-animation-delay: 990ms;
  -moz-animation-delay: 990ms;
  -o-animation-delay: 990ms;
  animation-delay: 990ms; }

.delay-991 {
  -webkit-animation-delay: 991ms;
  -moz-animation-delay: 991ms;
  -o-animation-delay: 991ms;
  animation-delay: 991ms; }

.delay-992 {
  -webkit-animation-delay: 992ms;
  -moz-animation-delay: 992ms;
  -o-animation-delay: 992ms;
  animation-delay: 992ms; }

.delay-993 {
  -webkit-animation-delay: 993ms;
  -moz-animation-delay: 993ms;
  -o-animation-delay: 993ms;
  animation-delay: 993ms; }

.delay-994 {
  -webkit-animation-delay: 994ms;
  -moz-animation-delay: 994ms;
  -o-animation-delay: 994ms;
  animation-delay: 994ms; }

.delay-995 {
  -webkit-animation-delay: 995ms;
  -moz-animation-delay: 995ms;
  -o-animation-delay: 995ms;
  animation-delay: 995ms; }

.delay-996 {
  -webkit-animation-delay: 996ms;
  -moz-animation-delay: 996ms;
  -o-animation-delay: 996ms;
  animation-delay: 996ms; }

.delay-997 {
  -webkit-animation-delay: 997ms;
  -moz-animation-delay: 997ms;
  -o-animation-delay: 997ms;
  animation-delay: 997ms; }

.delay-998 {
  -webkit-animation-delay: 998ms;
  -moz-animation-delay: 998ms;
  -o-animation-delay: 998ms;
  animation-delay: 998ms; }

.delay-999 {
  -webkit-animation-delay: 999ms;
  -moz-animation-delay: 999ms;
  -o-animation-delay: 999ms;
  animation-delay: 999ms; }

.delay-1000 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms; }

.delay-1001 {
  -webkit-animation-delay: 1001ms;
  -moz-animation-delay: 1001ms;
  -o-animation-delay: 1001ms;
  animation-delay: 1001ms; }

.delay-1002 {
  -webkit-animation-delay: 1002ms;
  -moz-animation-delay: 1002ms;
  -o-animation-delay: 1002ms;
  animation-delay: 1002ms; }

.delay-1003 {
  -webkit-animation-delay: 1003ms;
  -moz-animation-delay: 1003ms;
  -o-animation-delay: 1003ms;
  animation-delay: 1003ms; }

.delay-1004 {
  -webkit-animation-delay: 1004ms;
  -moz-animation-delay: 1004ms;
  -o-animation-delay: 1004ms;
  animation-delay: 1004ms; }

.delay-1005 {
  -webkit-animation-delay: 1005ms;
  -moz-animation-delay: 1005ms;
  -o-animation-delay: 1005ms;
  animation-delay: 1005ms; }

.delay-1006 {
  -webkit-animation-delay: 1006ms;
  -moz-animation-delay: 1006ms;
  -o-animation-delay: 1006ms;
  animation-delay: 1006ms; }

.delay-1007 {
  -webkit-animation-delay: 1007ms;
  -moz-animation-delay: 1007ms;
  -o-animation-delay: 1007ms;
  animation-delay: 1007ms; }

.delay-1008 {
  -webkit-animation-delay: 1008ms;
  -moz-animation-delay: 1008ms;
  -o-animation-delay: 1008ms;
  animation-delay: 1008ms; }

.delay-1009 {
  -webkit-animation-delay: 1009ms;
  -moz-animation-delay: 1009ms;
  -o-animation-delay: 1009ms;
  animation-delay: 1009ms; }

.delay-1010 {
  -webkit-animation-delay: 1010ms;
  -moz-animation-delay: 1010ms;
  -o-animation-delay: 1010ms;
  animation-delay: 1010ms; }

.delay-1011 {
  -webkit-animation-delay: 1011ms;
  -moz-animation-delay: 1011ms;
  -o-animation-delay: 1011ms;
  animation-delay: 1011ms; }

.delay-1012 {
  -webkit-animation-delay: 1012ms;
  -moz-animation-delay: 1012ms;
  -o-animation-delay: 1012ms;
  animation-delay: 1012ms; }

.delay-1013 {
  -webkit-animation-delay: 1013ms;
  -moz-animation-delay: 1013ms;
  -o-animation-delay: 1013ms;
  animation-delay: 1013ms; }

.delay-1014 {
  -webkit-animation-delay: 1014ms;
  -moz-animation-delay: 1014ms;
  -o-animation-delay: 1014ms;
  animation-delay: 1014ms; }

.delay-1015 {
  -webkit-animation-delay: 1015ms;
  -moz-animation-delay: 1015ms;
  -o-animation-delay: 1015ms;
  animation-delay: 1015ms; }

.delay-1016 {
  -webkit-animation-delay: 1016ms;
  -moz-animation-delay: 1016ms;
  -o-animation-delay: 1016ms;
  animation-delay: 1016ms; }

.delay-1017 {
  -webkit-animation-delay: 1017ms;
  -moz-animation-delay: 1017ms;
  -o-animation-delay: 1017ms;
  animation-delay: 1017ms; }

.delay-1018 {
  -webkit-animation-delay: 1018ms;
  -moz-animation-delay: 1018ms;
  -o-animation-delay: 1018ms;
  animation-delay: 1018ms; }

.delay-1019 {
  -webkit-animation-delay: 1019ms;
  -moz-animation-delay: 1019ms;
  -o-animation-delay: 1019ms;
  animation-delay: 1019ms; }

.delay-1020 {
  -webkit-animation-delay: 1020ms;
  -moz-animation-delay: 1020ms;
  -o-animation-delay: 1020ms;
  animation-delay: 1020ms; }

.delay-1021 {
  -webkit-animation-delay: 1021ms;
  -moz-animation-delay: 1021ms;
  -o-animation-delay: 1021ms;
  animation-delay: 1021ms; }

.delay-1022 {
  -webkit-animation-delay: 1022ms;
  -moz-animation-delay: 1022ms;
  -o-animation-delay: 1022ms;
  animation-delay: 1022ms; }

.delay-1023 {
  -webkit-animation-delay: 1023ms;
  -moz-animation-delay: 1023ms;
  -o-animation-delay: 1023ms;
  animation-delay: 1023ms; }

.delay-1024 {
  -webkit-animation-delay: 1024ms;
  -moz-animation-delay: 1024ms;
  -o-animation-delay: 1024ms;
  animation-delay: 1024ms; }

.delay-1025 {
  -webkit-animation-delay: 1025ms;
  -moz-animation-delay: 1025ms;
  -o-animation-delay: 1025ms;
  animation-delay: 1025ms; }

.delay-1026 {
  -webkit-animation-delay: 1026ms;
  -moz-animation-delay: 1026ms;
  -o-animation-delay: 1026ms;
  animation-delay: 1026ms; }

.delay-1027 {
  -webkit-animation-delay: 1027ms;
  -moz-animation-delay: 1027ms;
  -o-animation-delay: 1027ms;
  animation-delay: 1027ms; }

.delay-1028 {
  -webkit-animation-delay: 1028ms;
  -moz-animation-delay: 1028ms;
  -o-animation-delay: 1028ms;
  animation-delay: 1028ms; }

.delay-1029 {
  -webkit-animation-delay: 1029ms;
  -moz-animation-delay: 1029ms;
  -o-animation-delay: 1029ms;
  animation-delay: 1029ms; }

.delay-1030 {
  -webkit-animation-delay: 1030ms;
  -moz-animation-delay: 1030ms;
  -o-animation-delay: 1030ms;
  animation-delay: 1030ms; }

.delay-1031 {
  -webkit-animation-delay: 1031ms;
  -moz-animation-delay: 1031ms;
  -o-animation-delay: 1031ms;
  animation-delay: 1031ms; }

.delay-1032 {
  -webkit-animation-delay: 1032ms;
  -moz-animation-delay: 1032ms;
  -o-animation-delay: 1032ms;
  animation-delay: 1032ms; }

.delay-1033 {
  -webkit-animation-delay: 1033ms;
  -moz-animation-delay: 1033ms;
  -o-animation-delay: 1033ms;
  animation-delay: 1033ms; }

.delay-1034 {
  -webkit-animation-delay: 1034ms;
  -moz-animation-delay: 1034ms;
  -o-animation-delay: 1034ms;
  animation-delay: 1034ms; }

.delay-1035 {
  -webkit-animation-delay: 1035ms;
  -moz-animation-delay: 1035ms;
  -o-animation-delay: 1035ms;
  animation-delay: 1035ms; }

.delay-1036 {
  -webkit-animation-delay: 1036ms;
  -moz-animation-delay: 1036ms;
  -o-animation-delay: 1036ms;
  animation-delay: 1036ms; }

.delay-1037 {
  -webkit-animation-delay: 1037ms;
  -moz-animation-delay: 1037ms;
  -o-animation-delay: 1037ms;
  animation-delay: 1037ms; }

.delay-1038 {
  -webkit-animation-delay: 1038ms;
  -moz-animation-delay: 1038ms;
  -o-animation-delay: 1038ms;
  animation-delay: 1038ms; }

.delay-1039 {
  -webkit-animation-delay: 1039ms;
  -moz-animation-delay: 1039ms;
  -o-animation-delay: 1039ms;
  animation-delay: 1039ms; }

.delay-1040 {
  -webkit-animation-delay: 1040ms;
  -moz-animation-delay: 1040ms;
  -o-animation-delay: 1040ms;
  animation-delay: 1040ms; }

.delay-1041 {
  -webkit-animation-delay: 1041ms;
  -moz-animation-delay: 1041ms;
  -o-animation-delay: 1041ms;
  animation-delay: 1041ms; }

.delay-1042 {
  -webkit-animation-delay: 1042ms;
  -moz-animation-delay: 1042ms;
  -o-animation-delay: 1042ms;
  animation-delay: 1042ms; }

.delay-1043 {
  -webkit-animation-delay: 1043ms;
  -moz-animation-delay: 1043ms;
  -o-animation-delay: 1043ms;
  animation-delay: 1043ms; }

.delay-1044 {
  -webkit-animation-delay: 1044ms;
  -moz-animation-delay: 1044ms;
  -o-animation-delay: 1044ms;
  animation-delay: 1044ms; }

.delay-1045 {
  -webkit-animation-delay: 1045ms;
  -moz-animation-delay: 1045ms;
  -o-animation-delay: 1045ms;
  animation-delay: 1045ms; }

.delay-1046 {
  -webkit-animation-delay: 1046ms;
  -moz-animation-delay: 1046ms;
  -o-animation-delay: 1046ms;
  animation-delay: 1046ms; }

.delay-1047 {
  -webkit-animation-delay: 1047ms;
  -moz-animation-delay: 1047ms;
  -o-animation-delay: 1047ms;
  animation-delay: 1047ms; }

.delay-1048 {
  -webkit-animation-delay: 1048ms;
  -moz-animation-delay: 1048ms;
  -o-animation-delay: 1048ms;
  animation-delay: 1048ms; }

.delay-1049 {
  -webkit-animation-delay: 1049ms;
  -moz-animation-delay: 1049ms;
  -o-animation-delay: 1049ms;
  animation-delay: 1049ms; }

.delay-1050 {
  -webkit-animation-delay: 1050ms;
  -moz-animation-delay: 1050ms;
  -o-animation-delay: 1050ms;
  animation-delay: 1050ms; }

.delay-1051 {
  -webkit-animation-delay: 1051ms;
  -moz-animation-delay: 1051ms;
  -o-animation-delay: 1051ms;
  animation-delay: 1051ms; }

.delay-1052 {
  -webkit-animation-delay: 1052ms;
  -moz-animation-delay: 1052ms;
  -o-animation-delay: 1052ms;
  animation-delay: 1052ms; }

.delay-1053 {
  -webkit-animation-delay: 1053ms;
  -moz-animation-delay: 1053ms;
  -o-animation-delay: 1053ms;
  animation-delay: 1053ms; }

.delay-1054 {
  -webkit-animation-delay: 1054ms;
  -moz-animation-delay: 1054ms;
  -o-animation-delay: 1054ms;
  animation-delay: 1054ms; }

.delay-1055 {
  -webkit-animation-delay: 1055ms;
  -moz-animation-delay: 1055ms;
  -o-animation-delay: 1055ms;
  animation-delay: 1055ms; }

.delay-1056 {
  -webkit-animation-delay: 1056ms;
  -moz-animation-delay: 1056ms;
  -o-animation-delay: 1056ms;
  animation-delay: 1056ms; }

.delay-1057 {
  -webkit-animation-delay: 1057ms;
  -moz-animation-delay: 1057ms;
  -o-animation-delay: 1057ms;
  animation-delay: 1057ms; }

.delay-1058 {
  -webkit-animation-delay: 1058ms;
  -moz-animation-delay: 1058ms;
  -o-animation-delay: 1058ms;
  animation-delay: 1058ms; }

.delay-1059 {
  -webkit-animation-delay: 1059ms;
  -moz-animation-delay: 1059ms;
  -o-animation-delay: 1059ms;
  animation-delay: 1059ms; }

.delay-1060 {
  -webkit-animation-delay: 1060ms;
  -moz-animation-delay: 1060ms;
  -o-animation-delay: 1060ms;
  animation-delay: 1060ms; }

.delay-1061 {
  -webkit-animation-delay: 1061ms;
  -moz-animation-delay: 1061ms;
  -o-animation-delay: 1061ms;
  animation-delay: 1061ms; }

.delay-1062 {
  -webkit-animation-delay: 1062ms;
  -moz-animation-delay: 1062ms;
  -o-animation-delay: 1062ms;
  animation-delay: 1062ms; }

.delay-1063 {
  -webkit-animation-delay: 1063ms;
  -moz-animation-delay: 1063ms;
  -o-animation-delay: 1063ms;
  animation-delay: 1063ms; }

.delay-1064 {
  -webkit-animation-delay: 1064ms;
  -moz-animation-delay: 1064ms;
  -o-animation-delay: 1064ms;
  animation-delay: 1064ms; }

.delay-1065 {
  -webkit-animation-delay: 1065ms;
  -moz-animation-delay: 1065ms;
  -o-animation-delay: 1065ms;
  animation-delay: 1065ms; }

.delay-1066 {
  -webkit-animation-delay: 1066ms;
  -moz-animation-delay: 1066ms;
  -o-animation-delay: 1066ms;
  animation-delay: 1066ms; }

.delay-1067 {
  -webkit-animation-delay: 1067ms;
  -moz-animation-delay: 1067ms;
  -o-animation-delay: 1067ms;
  animation-delay: 1067ms; }

.delay-1068 {
  -webkit-animation-delay: 1068ms;
  -moz-animation-delay: 1068ms;
  -o-animation-delay: 1068ms;
  animation-delay: 1068ms; }

.delay-1069 {
  -webkit-animation-delay: 1069ms;
  -moz-animation-delay: 1069ms;
  -o-animation-delay: 1069ms;
  animation-delay: 1069ms; }

.delay-1070 {
  -webkit-animation-delay: 1070ms;
  -moz-animation-delay: 1070ms;
  -o-animation-delay: 1070ms;
  animation-delay: 1070ms; }

.delay-1071 {
  -webkit-animation-delay: 1071ms;
  -moz-animation-delay: 1071ms;
  -o-animation-delay: 1071ms;
  animation-delay: 1071ms; }

.delay-1072 {
  -webkit-animation-delay: 1072ms;
  -moz-animation-delay: 1072ms;
  -o-animation-delay: 1072ms;
  animation-delay: 1072ms; }

.delay-1073 {
  -webkit-animation-delay: 1073ms;
  -moz-animation-delay: 1073ms;
  -o-animation-delay: 1073ms;
  animation-delay: 1073ms; }

.delay-1074 {
  -webkit-animation-delay: 1074ms;
  -moz-animation-delay: 1074ms;
  -o-animation-delay: 1074ms;
  animation-delay: 1074ms; }

.delay-1075 {
  -webkit-animation-delay: 1075ms;
  -moz-animation-delay: 1075ms;
  -o-animation-delay: 1075ms;
  animation-delay: 1075ms; }

.delay-1076 {
  -webkit-animation-delay: 1076ms;
  -moz-animation-delay: 1076ms;
  -o-animation-delay: 1076ms;
  animation-delay: 1076ms; }

.delay-1077 {
  -webkit-animation-delay: 1077ms;
  -moz-animation-delay: 1077ms;
  -o-animation-delay: 1077ms;
  animation-delay: 1077ms; }

.delay-1078 {
  -webkit-animation-delay: 1078ms;
  -moz-animation-delay: 1078ms;
  -o-animation-delay: 1078ms;
  animation-delay: 1078ms; }

.delay-1079 {
  -webkit-animation-delay: 1079ms;
  -moz-animation-delay: 1079ms;
  -o-animation-delay: 1079ms;
  animation-delay: 1079ms; }

.delay-1080 {
  -webkit-animation-delay: 1080ms;
  -moz-animation-delay: 1080ms;
  -o-animation-delay: 1080ms;
  animation-delay: 1080ms; }

.delay-1081 {
  -webkit-animation-delay: 1081ms;
  -moz-animation-delay: 1081ms;
  -o-animation-delay: 1081ms;
  animation-delay: 1081ms; }

.delay-1082 {
  -webkit-animation-delay: 1082ms;
  -moz-animation-delay: 1082ms;
  -o-animation-delay: 1082ms;
  animation-delay: 1082ms; }

.delay-1083 {
  -webkit-animation-delay: 1083ms;
  -moz-animation-delay: 1083ms;
  -o-animation-delay: 1083ms;
  animation-delay: 1083ms; }

.delay-1084 {
  -webkit-animation-delay: 1084ms;
  -moz-animation-delay: 1084ms;
  -o-animation-delay: 1084ms;
  animation-delay: 1084ms; }

.delay-1085 {
  -webkit-animation-delay: 1085ms;
  -moz-animation-delay: 1085ms;
  -o-animation-delay: 1085ms;
  animation-delay: 1085ms; }

.delay-1086 {
  -webkit-animation-delay: 1086ms;
  -moz-animation-delay: 1086ms;
  -o-animation-delay: 1086ms;
  animation-delay: 1086ms; }

.delay-1087 {
  -webkit-animation-delay: 1087ms;
  -moz-animation-delay: 1087ms;
  -o-animation-delay: 1087ms;
  animation-delay: 1087ms; }

.delay-1088 {
  -webkit-animation-delay: 1088ms;
  -moz-animation-delay: 1088ms;
  -o-animation-delay: 1088ms;
  animation-delay: 1088ms; }

.delay-1089 {
  -webkit-animation-delay: 1089ms;
  -moz-animation-delay: 1089ms;
  -o-animation-delay: 1089ms;
  animation-delay: 1089ms; }

.delay-1090 {
  -webkit-animation-delay: 1090ms;
  -moz-animation-delay: 1090ms;
  -o-animation-delay: 1090ms;
  animation-delay: 1090ms; }

.delay-1091 {
  -webkit-animation-delay: 1091ms;
  -moz-animation-delay: 1091ms;
  -o-animation-delay: 1091ms;
  animation-delay: 1091ms; }

.delay-1092 {
  -webkit-animation-delay: 1092ms;
  -moz-animation-delay: 1092ms;
  -o-animation-delay: 1092ms;
  animation-delay: 1092ms; }

.delay-1093 {
  -webkit-animation-delay: 1093ms;
  -moz-animation-delay: 1093ms;
  -o-animation-delay: 1093ms;
  animation-delay: 1093ms; }

.delay-1094 {
  -webkit-animation-delay: 1094ms;
  -moz-animation-delay: 1094ms;
  -o-animation-delay: 1094ms;
  animation-delay: 1094ms; }

.delay-1095 {
  -webkit-animation-delay: 1095ms;
  -moz-animation-delay: 1095ms;
  -o-animation-delay: 1095ms;
  animation-delay: 1095ms; }

.delay-1096 {
  -webkit-animation-delay: 1096ms;
  -moz-animation-delay: 1096ms;
  -o-animation-delay: 1096ms;
  animation-delay: 1096ms; }

.delay-1097 {
  -webkit-animation-delay: 1097ms;
  -moz-animation-delay: 1097ms;
  -o-animation-delay: 1097ms;
  animation-delay: 1097ms; }

.delay-1098 {
  -webkit-animation-delay: 1098ms;
  -moz-animation-delay: 1098ms;
  -o-animation-delay: 1098ms;
  animation-delay: 1098ms; }

.delay-1099 {
  -webkit-animation-delay: 1099ms;
  -moz-animation-delay: 1099ms;
  -o-animation-delay: 1099ms;
  animation-delay: 1099ms; }

.delay-1100 {
  -webkit-animation-delay: 1100ms;
  -moz-animation-delay: 1100ms;
  -o-animation-delay: 1100ms;
  animation-delay: 1100ms; }

.delay-1101 {
  -webkit-animation-delay: 1101ms;
  -moz-animation-delay: 1101ms;
  -o-animation-delay: 1101ms;
  animation-delay: 1101ms; }

.delay-1102 {
  -webkit-animation-delay: 1102ms;
  -moz-animation-delay: 1102ms;
  -o-animation-delay: 1102ms;
  animation-delay: 1102ms; }

.delay-1103 {
  -webkit-animation-delay: 1103ms;
  -moz-animation-delay: 1103ms;
  -o-animation-delay: 1103ms;
  animation-delay: 1103ms; }

.delay-1104 {
  -webkit-animation-delay: 1104ms;
  -moz-animation-delay: 1104ms;
  -o-animation-delay: 1104ms;
  animation-delay: 1104ms; }

.delay-1105 {
  -webkit-animation-delay: 1105ms;
  -moz-animation-delay: 1105ms;
  -o-animation-delay: 1105ms;
  animation-delay: 1105ms; }

.delay-1106 {
  -webkit-animation-delay: 1106ms;
  -moz-animation-delay: 1106ms;
  -o-animation-delay: 1106ms;
  animation-delay: 1106ms; }

.delay-1107 {
  -webkit-animation-delay: 1107ms;
  -moz-animation-delay: 1107ms;
  -o-animation-delay: 1107ms;
  animation-delay: 1107ms; }

.delay-1108 {
  -webkit-animation-delay: 1108ms;
  -moz-animation-delay: 1108ms;
  -o-animation-delay: 1108ms;
  animation-delay: 1108ms; }

.delay-1109 {
  -webkit-animation-delay: 1109ms;
  -moz-animation-delay: 1109ms;
  -o-animation-delay: 1109ms;
  animation-delay: 1109ms; }

.delay-1110 {
  -webkit-animation-delay: 1110ms;
  -moz-animation-delay: 1110ms;
  -o-animation-delay: 1110ms;
  animation-delay: 1110ms; }

.delay-1111 {
  -webkit-animation-delay: 1111ms;
  -moz-animation-delay: 1111ms;
  -o-animation-delay: 1111ms;
  animation-delay: 1111ms; }

.delay-1112 {
  -webkit-animation-delay: 1112ms;
  -moz-animation-delay: 1112ms;
  -o-animation-delay: 1112ms;
  animation-delay: 1112ms; }

.delay-1113 {
  -webkit-animation-delay: 1113ms;
  -moz-animation-delay: 1113ms;
  -o-animation-delay: 1113ms;
  animation-delay: 1113ms; }

.delay-1114 {
  -webkit-animation-delay: 1114ms;
  -moz-animation-delay: 1114ms;
  -o-animation-delay: 1114ms;
  animation-delay: 1114ms; }

.delay-1115 {
  -webkit-animation-delay: 1115ms;
  -moz-animation-delay: 1115ms;
  -o-animation-delay: 1115ms;
  animation-delay: 1115ms; }

.delay-1116 {
  -webkit-animation-delay: 1116ms;
  -moz-animation-delay: 1116ms;
  -o-animation-delay: 1116ms;
  animation-delay: 1116ms; }

.delay-1117 {
  -webkit-animation-delay: 1117ms;
  -moz-animation-delay: 1117ms;
  -o-animation-delay: 1117ms;
  animation-delay: 1117ms; }

.delay-1118 {
  -webkit-animation-delay: 1118ms;
  -moz-animation-delay: 1118ms;
  -o-animation-delay: 1118ms;
  animation-delay: 1118ms; }

.delay-1119 {
  -webkit-animation-delay: 1119ms;
  -moz-animation-delay: 1119ms;
  -o-animation-delay: 1119ms;
  animation-delay: 1119ms; }

.delay-1120 {
  -webkit-animation-delay: 1120ms;
  -moz-animation-delay: 1120ms;
  -o-animation-delay: 1120ms;
  animation-delay: 1120ms; }

.delay-1121 {
  -webkit-animation-delay: 1121ms;
  -moz-animation-delay: 1121ms;
  -o-animation-delay: 1121ms;
  animation-delay: 1121ms; }

.delay-1122 {
  -webkit-animation-delay: 1122ms;
  -moz-animation-delay: 1122ms;
  -o-animation-delay: 1122ms;
  animation-delay: 1122ms; }

.delay-1123 {
  -webkit-animation-delay: 1123ms;
  -moz-animation-delay: 1123ms;
  -o-animation-delay: 1123ms;
  animation-delay: 1123ms; }

.delay-1124 {
  -webkit-animation-delay: 1124ms;
  -moz-animation-delay: 1124ms;
  -o-animation-delay: 1124ms;
  animation-delay: 1124ms; }

.delay-1125 {
  -webkit-animation-delay: 1125ms;
  -moz-animation-delay: 1125ms;
  -o-animation-delay: 1125ms;
  animation-delay: 1125ms; }

.delay-1126 {
  -webkit-animation-delay: 1126ms;
  -moz-animation-delay: 1126ms;
  -o-animation-delay: 1126ms;
  animation-delay: 1126ms; }

.delay-1127 {
  -webkit-animation-delay: 1127ms;
  -moz-animation-delay: 1127ms;
  -o-animation-delay: 1127ms;
  animation-delay: 1127ms; }

.delay-1128 {
  -webkit-animation-delay: 1128ms;
  -moz-animation-delay: 1128ms;
  -o-animation-delay: 1128ms;
  animation-delay: 1128ms; }

.delay-1129 {
  -webkit-animation-delay: 1129ms;
  -moz-animation-delay: 1129ms;
  -o-animation-delay: 1129ms;
  animation-delay: 1129ms; }

.delay-1130 {
  -webkit-animation-delay: 1130ms;
  -moz-animation-delay: 1130ms;
  -o-animation-delay: 1130ms;
  animation-delay: 1130ms; }

.delay-1131 {
  -webkit-animation-delay: 1131ms;
  -moz-animation-delay: 1131ms;
  -o-animation-delay: 1131ms;
  animation-delay: 1131ms; }

.delay-1132 {
  -webkit-animation-delay: 1132ms;
  -moz-animation-delay: 1132ms;
  -o-animation-delay: 1132ms;
  animation-delay: 1132ms; }

.delay-1133 {
  -webkit-animation-delay: 1133ms;
  -moz-animation-delay: 1133ms;
  -o-animation-delay: 1133ms;
  animation-delay: 1133ms; }

.delay-1134 {
  -webkit-animation-delay: 1134ms;
  -moz-animation-delay: 1134ms;
  -o-animation-delay: 1134ms;
  animation-delay: 1134ms; }

.delay-1135 {
  -webkit-animation-delay: 1135ms;
  -moz-animation-delay: 1135ms;
  -o-animation-delay: 1135ms;
  animation-delay: 1135ms; }

.delay-1136 {
  -webkit-animation-delay: 1136ms;
  -moz-animation-delay: 1136ms;
  -o-animation-delay: 1136ms;
  animation-delay: 1136ms; }

.delay-1137 {
  -webkit-animation-delay: 1137ms;
  -moz-animation-delay: 1137ms;
  -o-animation-delay: 1137ms;
  animation-delay: 1137ms; }

.delay-1138 {
  -webkit-animation-delay: 1138ms;
  -moz-animation-delay: 1138ms;
  -o-animation-delay: 1138ms;
  animation-delay: 1138ms; }

.delay-1139 {
  -webkit-animation-delay: 1139ms;
  -moz-animation-delay: 1139ms;
  -o-animation-delay: 1139ms;
  animation-delay: 1139ms; }

.delay-1140 {
  -webkit-animation-delay: 1140ms;
  -moz-animation-delay: 1140ms;
  -o-animation-delay: 1140ms;
  animation-delay: 1140ms; }

.delay-1141 {
  -webkit-animation-delay: 1141ms;
  -moz-animation-delay: 1141ms;
  -o-animation-delay: 1141ms;
  animation-delay: 1141ms; }

.delay-1142 {
  -webkit-animation-delay: 1142ms;
  -moz-animation-delay: 1142ms;
  -o-animation-delay: 1142ms;
  animation-delay: 1142ms; }

.delay-1143 {
  -webkit-animation-delay: 1143ms;
  -moz-animation-delay: 1143ms;
  -o-animation-delay: 1143ms;
  animation-delay: 1143ms; }

.delay-1144 {
  -webkit-animation-delay: 1144ms;
  -moz-animation-delay: 1144ms;
  -o-animation-delay: 1144ms;
  animation-delay: 1144ms; }

.delay-1145 {
  -webkit-animation-delay: 1145ms;
  -moz-animation-delay: 1145ms;
  -o-animation-delay: 1145ms;
  animation-delay: 1145ms; }

.delay-1146 {
  -webkit-animation-delay: 1146ms;
  -moz-animation-delay: 1146ms;
  -o-animation-delay: 1146ms;
  animation-delay: 1146ms; }

.delay-1147 {
  -webkit-animation-delay: 1147ms;
  -moz-animation-delay: 1147ms;
  -o-animation-delay: 1147ms;
  animation-delay: 1147ms; }

.delay-1148 {
  -webkit-animation-delay: 1148ms;
  -moz-animation-delay: 1148ms;
  -o-animation-delay: 1148ms;
  animation-delay: 1148ms; }

.delay-1149 {
  -webkit-animation-delay: 1149ms;
  -moz-animation-delay: 1149ms;
  -o-animation-delay: 1149ms;
  animation-delay: 1149ms; }

.delay-1150 {
  -webkit-animation-delay: 1150ms;
  -moz-animation-delay: 1150ms;
  -o-animation-delay: 1150ms;
  animation-delay: 1150ms; }

.delay-1151 {
  -webkit-animation-delay: 1151ms;
  -moz-animation-delay: 1151ms;
  -o-animation-delay: 1151ms;
  animation-delay: 1151ms; }

.delay-1152 {
  -webkit-animation-delay: 1152ms;
  -moz-animation-delay: 1152ms;
  -o-animation-delay: 1152ms;
  animation-delay: 1152ms; }

.delay-1153 {
  -webkit-animation-delay: 1153ms;
  -moz-animation-delay: 1153ms;
  -o-animation-delay: 1153ms;
  animation-delay: 1153ms; }

.delay-1154 {
  -webkit-animation-delay: 1154ms;
  -moz-animation-delay: 1154ms;
  -o-animation-delay: 1154ms;
  animation-delay: 1154ms; }

.delay-1155 {
  -webkit-animation-delay: 1155ms;
  -moz-animation-delay: 1155ms;
  -o-animation-delay: 1155ms;
  animation-delay: 1155ms; }

.delay-1156 {
  -webkit-animation-delay: 1156ms;
  -moz-animation-delay: 1156ms;
  -o-animation-delay: 1156ms;
  animation-delay: 1156ms; }

.delay-1157 {
  -webkit-animation-delay: 1157ms;
  -moz-animation-delay: 1157ms;
  -o-animation-delay: 1157ms;
  animation-delay: 1157ms; }

.delay-1158 {
  -webkit-animation-delay: 1158ms;
  -moz-animation-delay: 1158ms;
  -o-animation-delay: 1158ms;
  animation-delay: 1158ms; }

.delay-1159 {
  -webkit-animation-delay: 1159ms;
  -moz-animation-delay: 1159ms;
  -o-animation-delay: 1159ms;
  animation-delay: 1159ms; }

.delay-1160 {
  -webkit-animation-delay: 1160ms;
  -moz-animation-delay: 1160ms;
  -o-animation-delay: 1160ms;
  animation-delay: 1160ms; }

.delay-1161 {
  -webkit-animation-delay: 1161ms;
  -moz-animation-delay: 1161ms;
  -o-animation-delay: 1161ms;
  animation-delay: 1161ms; }

.delay-1162 {
  -webkit-animation-delay: 1162ms;
  -moz-animation-delay: 1162ms;
  -o-animation-delay: 1162ms;
  animation-delay: 1162ms; }

.delay-1163 {
  -webkit-animation-delay: 1163ms;
  -moz-animation-delay: 1163ms;
  -o-animation-delay: 1163ms;
  animation-delay: 1163ms; }

.delay-1164 {
  -webkit-animation-delay: 1164ms;
  -moz-animation-delay: 1164ms;
  -o-animation-delay: 1164ms;
  animation-delay: 1164ms; }

.delay-1165 {
  -webkit-animation-delay: 1165ms;
  -moz-animation-delay: 1165ms;
  -o-animation-delay: 1165ms;
  animation-delay: 1165ms; }

.delay-1166 {
  -webkit-animation-delay: 1166ms;
  -moz-animation-delay: 1166ms;
  -o-animation-delay: 1166ms;
  animation-delay: 1166ms; }

.delay-1167 {
  -webkit-animation-delay: 1167ms;
  -moz-animation-delay: 1167ms;
  -o-animation-delay: 1167ms;
  animation-delay: 1167ms; }

.delay-1168 {
  -webkit-animation-delay: 1168ms;
  -moz-animation-delay: 1168ms;
  -o-animation-delay: 1168ms;
  animation-delay: 1168ms; }

.delay-1169 {
  -webkit-animation-delay: 1169ms;
  -moz-animation-delay: 1169ms;
  -o-animation-delay: 1169ms;
  animation-delay: 1169ms; }

.delay-1170 {
  -webkit-animation-delay: 1170ms;
  -moz-animation-delay: 1170ms;
  -o-animation-delay: 1170ms;
  animation-delay: 1170ms; }

.delay-1171 {
  -webkit-animation-delay: 1171ms;
  -moz-animation-delay: 1171ms;
  -o-animation-delay: 1171ms;
  animation-delay: 1171ms; }

.delay-1172 {
  -webkit-animation-delay: 1172ms;
  -moz-animation-delay: 1172ms;
  -o-animation-delay: 1172ms;
  animation-delay: 1172ms; }

.delay-1173 {
  -webkit-animation-delay: 1173ms;
  -moz-animation-delay: 1173ms;
  -o-animation-delay: 1173ms;
  animation-delay: 1173ms; }

.delay-1174 {
  -webkit-animation-delay: 1174ms;
  -moz-animation-delay: 1174ms;
  -o-animation-delay: 1174ms;
  animation-delay: 1174ms; }

.delay-1175 {
  -webkit-animation-delay: 1175ms;
  -moz-animation-delay: 1175ms;
  -o-animation-delay: 1175ms;
  animation-delay: 1175ms; }

.delay-1176 {
  -webkit-animation-delay: 1176ms;
  -moz-animation-delay: 1176ms;
  -o-animation-delay: 1176ms;
  animation-delay: 1176ms; }

.delay-1177 {
  -webkit-animation-delay: 1177ms;
  -moz-animation-delay: 1177ms;
  -o-animation-delay: 1177ms;
  animation-delay: 1177ms; }

.delay-1178 {
  -webkit-animation-delay: 1178ms;
  -moz-animation-delay: 1178ms;
  -o-animation-delay: 1178ms;
  animation-delay: 1178ms; }

.delay-1179 {
  -webkit-animation-delay: 1179ms;
  -moz-animation-delay: 1179ms;
  -o-animation-delay: 1179ms;
  animation-delay: 1179ms; }

.delay-1180 {
  -webkit-animation-delay: 1180ms;
  -moz-animation-delay: 1180ms;
  -o-animation-delay: 1180ms;
  animation-delay: 1180ms; }

.delay-1181 {
  -webkit-animation-delay: 1181ms;
  -moz-animation-delay: 1181ms;
  -o-animation-delay: 1181ms;
  animation-delay: 1181ms; }

.delay-1182 {
  -webkit-animation-delay: 1182ms;
  -moz-animation-delay: 1182ms;
  -o-animation-delay: 1182ms;
  animation-delay: 1182ms; }

.delay-1183 {
  -webkit-animation-delay: 1183ms;
  -moz-animation-delay: 1183ms;
  -o-animation-delay: 1183ms;
  animation-delay: 1183ms; }

.delay-1184 {
  -webkit-animation-delay: 1184ms;
  -moz-animation-delay: 1184ms;
  -o-animation-delay: 1184ms;
  animation-delay: 1184ms; }

.delay-1185 {
  -webkit-animation-delay: 1185ms;
  -moz-animation-delay: 1185ms;
  -o-animation-delay: 1185ms;
  animation-delay: 1185ms; }

.delay-1186 {
  -webkit-animation-delay: 1186ms;
  -moz-animation-delay: 1186ms;
  -o-animation-delay: 1186ms;
  animation-delay: 1186ms; }

.delay-1187 {
  -webkit-animation-delay: 1187ms;
  -moz-animation-delay: 1187ms;
  -o-animation-delay: 1187ms;
  animation-delay: 1187ms; }

.delay-1188 {
  -webkit-animation-delay: 1188ms;
  -moz-animation-delay: 1188ms;
  -o-animation-delay: 1188ms;
  animation-delay: 1188ms; }

.delay-1189 {
  -webkit-animation-delay: 1189ms;
  -moz-animation-delay: 1189ms;
  -o-animation-delay: 1189ms;
  animation-delay: 1189ms; }

.delay-1190 {
  -webkit-animation-delay: 1190ms;
  -moz-animation-delay: 1190ms;
  -o-animation-delay: 1190ms;
  animation-delay: 1190ms; }

.delay-1191 {
  -webkit-animation-delay: 1191ms;
  -moz-animation-delay: 1191ms;
  -o-animation-delay: 1191ms;
  animation-delay: 1191ms; }

.delay-1192 {
  -webkit-animation-delay: 1192ms;
  -moz-animation-delay: 1192ms;
  -o-animation-delay: 1192ms;
  animation-delay: 1192ms; }

.delay-1193 {
  -webkit-animation-delay: 1193ms;
  -moz-animation-delay: 1193ms;
  -o-animation-delay: 1193ms;
  animation-delay: 1193ms; }

.delay-1194 {
  -webkit-animation-delay: 1194ms;
  -moz-animation-delay: 1194ms;
  -o-animation-delay: 1194ms;
  animation-delay: 1194ms; }

.delay-1195 {
  -webkit-animation-delay: 1195ms;
  -moz-animation-delay: 1195ms;
  -o-animation-delay: 1195ms;
  animation-delay: 1195ms; }

.delay-1196 {
  -webkit-animation-delay: 1196ms;
  -moz-animation-delay: 1196ms;
  -o-animation-delay: 1196ms;
  animation-delay: 1196ms; }

.delay-1197 {
  -webkit-animation-delay: 1197ms;
  -moz-animation-delay: 1197ms;
  -o-animation-delay: 1197ms;
  animation-delay: 1197ms; }

.delay-1198 {
  -webkit-animation-delay: 1198ms;
  -moz-animation-delay: 1198ms;
  -o-animation-delay: 1198ms;
  animation-delay: 1198ms; }

.delay-1199 {
  -webkit-animation-delay: 1199ms;
  -moz-animation-delay: 1199ms;
  -o-animation-delay: 1199ms;
  animation-delay: 1199ms; }

.delay-1200 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms; }

.delay-1201 {
  -webkit-animation-delay: 1201ms;
  -moz-animation-delay: 1201ms;
  -o-animation-delay: 1201ms;
  animation-delay: 1201ms; }

.delay-1202 {
  -webkit-animation-delay: 1202ms;
  -moz-animation-delay: 1202ms;
  -o-animation-delay: 1202ms;
  animation-delay: 1202ms; }

.delay-1203 {
  -webkit-animation-delay: 1203ms;
  -moz-animation-delay: 1203ms;
  -o-animation-delay: 1203ms;
  animation-delay: 1203ms; }

.delay-1204 {
  -webkit-animation-delay: 1204ms;
  -moz-animation-delay: 1204ms;
  -o-animation-delay: 1204ms;
  animation-delay: 1204ms; }

.delay-1205 {
  -webkit-animation-delay: 1205ms;
  -moz-animation-delay: 1205ms;
  -o-animation-delay: 1205ms;
  animation-delay: 1205ms; }

.delay-1206 {
  -webkit-animation-delay: 1206ms;
  -moz-animation-delay: 1206ms;
  -o-animation-delay: 1206ms;
  animation-delay: 1206ms; }

.delay-1207 {
  -webkit-animation-delay: 1207ms;
  -moz-animation-delay: 1207ms;
  -o-animation-delay: 1207ms;
  animation-delay: 1207ms; }

.delay-1208 {
  -webkit-animation-delay: 1208ms;
  -moz-animation-delay: 1208ms;
  -o-animation-delay: 1208ms;
  animation-delay: 1208ms; }

.delay-1209 {
  -webkit-animation-delay: 1209ms;
  -moz-animation-delay: 1209ms;
  -o-animation-delay: 1209ms;
  animation-delay: 1209ms; }

.delay-1210 {
  -webkit-animation-delay: 1210ms;
  -moz-animation-delay: 1210ms;
  -o-animation-delay: 1210ms;
  animation-delay: 1210ms; }

.delay-1211 {
  -webkit-animation-delay: 1211ms;
  -moz-animation-delay: 1211ms;
  -o-animation-delay: 1211ms;
  animation-delay: 1211ms; }

.delay-1212 {
  -webkit-animation-delay: 1212ms;
  -moz-animation-delay: 1212ms;
  -o-animation-delay: 1212ms;
  animation-delay: 1212ms; }

.delay-1213 {
  -webkit-animation-delay: 1213ms;
  -moz-animation-delay: 1213ms;
  -o-animation-delay: 1213ms;
  animation-delay: 1213ms; }

.delay-1214 {
  -webkit-animation-delay: 1214ms;
  -moz-animation-delay: 1214ms;
  -o-animation-delay: 1214ms;
  animation-delay: 1214ms; }

.delay-1215 {
  -webkit-animation-delay: 1215ms;
  -moz-animation-delay: 1215ms;
  -o-animation-delay: 1215ms;
  animation-delay: 1215ms; }

.delay-1216 {
  -webkit-animation-delay: 1216ms;
  -moz-animation-delay: 1216ms;
  -o-animation-delay: 1216ms;
  animation-delay: 1216ms; }

.delay-1217 {
  -webkit-animation-delay: 1217ms;
  -moz-animation-delay: 1217ms;
  -o-animation-delay: 1217ms;
  animation-delay: 1217ms; }

.delay-1218 {
  -webkit-animation-delay: 1218ms;
  -moz-animation-delay: 1218ms;
  -o-animation-delay: 1218ms;
  animation-delay: 1218ms; }

.delay-1219 {
  -webkit-animation-delay: 1219ms;
  -moz-animation-delay: 1219ms;
  -o-animation-delay: 1219ms;
  animation-delay: 1219ms; }

.delay-1220 {
  -webkit-animation-delay: 1220ms;
  -moz-animation-delay: 1220ms;
  -o-animation-delay: 1220ms;
  animation-delay: 1220ms; }

.delay-1221 {
  -webkit-animation-delay: 1221ms;
  -moz-animation-delay: 1221ms;
  -o-animation-delay: 1221ms;
  animation-delay: 1221ms; }

.delay-1222 {
  -webkit-animation-delay: 1222ms;
  -moz-animation-delay: 1222ms;
  -o-animation-delay: 1222ms;
  animation-delay: 1222ms; }

.delay-1223 {
  -webkit-animation-delay: 1223ms;
  -moz-animation-delay: 1223ms;
  -o-animation-delay: 1223ms;
  animation-delay: 1223ms; }

.delay-1224 {
  -webkit-animation-delay: 1224ms;
  -moz-animation-delay: 1224ms;
  -o-animation-delay: 1224ms;
  animation-delay: 1224ms; }

.delay-1225 {
  -webkit-animation-delay: 1225ms;
  -moz-animation-delay: 1225ms;
  -o-animation-delay: 1225ms;
  animation-delay: 1225ms; }

.delay-1226 {
  -webkit-animation-delay: 1226ms;
  -moz-animation-delay: 1226ms;
  -o-animation-delay: 1226ms;
  animation-delay: 1226ms; }

.delay-1227 {
  -webkit-animation-delay: 1227ms;
  -moz-animation-delay: 1227ms;
  -o-animation-delay: 1227ms;
  animation-delay: 1227ms; }

.delay-1228 {
  -webkit-animation-delay: 1228ms;
  -moz-animation-delay: 1228ms;
  -o-animation-delay: 1228ms;
  animation-delay: 1228ms; }

.delay-1229 {
  -webkit-animation-delay: 1229ms;
  -moz-animation-delay: 1229ms;
  -o-animation-delay: 1229ms;
  animation-delay: 1229ms; }

.delay-1230 {
  -webkit-animation-delay: 1230ms;
  -moz-animation-delay: 1230ms;
  -o-animation-delay: 1230ms;
  animation-delay: 1230ms; }

.delay-1231 {
  -webkit-animation-delay: 1231ms;
  -moz-animation-delay: 1231ms;
  -o-animation-delay: 1231ms;
  animation-delay: 1231ms; }

.delay-1232 {
  -webkit-animation-delay: 1232ms;
  -moz-animation-delay: 1232ms;
  -o-animation-delay: 1232ms;
  animation-delay: 1232ms; }

.delay-1233 {
  -webkit-animation-delay: 1233ms;
  -moz-animation-delay: 1233ms;
  -o-animation-delay: 1233ms;
  animation-delay: 1233ms; }

.delay-1234 {
  -webkit-animation-delay: 1234ms;
  -moz-animation-delay: 1234ms;
  -o-animation-delay: 1234ms;
  animation-delay: 1234ms; }

.delay-1235 {
  -webkit-animation-delay: 1235ms;
  -moz-animation-delay: 1235ms;
  -o-animation-delay: 1235ms;
  animation-delay: 1235ms; }

.delay-1236 {
  -webkit-animation-delay: 1236ms;
  -moz-animation-delay: 1236ms;
  -o-animation-delay: 1236ms;
  animation-delay: 1236ms; }

.delay-1237 {
  -webkit-animation-delay: 1237ms;
  -moz-animation-delay: 1237ms;
  -o-animation-delay: 1237ms;
  animation-delay: 1237ms; }

.delay-1238 {
  -webkit-animation-delay: 1238ms;
  -moz-animation-delay: 1238ms;
  -o-animation-delay: 1238ms;
  animation-delay: 1238ms; }

.delay-1239 {
  -webkit-animation-delay: 1239ms;
  -moz-animation-delay: 1239ms;
  -o-animation-delay: 1239ms;
  animation-delay: 1239ms; }

.delay-1240 {
  -webkit-animation-delay: 1240ms;
  -moz-animation-delay: 1240ms;
  -o-animation-delay: 1240ms;
  animation-delay: 1240ms; }

.delay-1241 {
  -webkit-animation-delay: 1241ms;
  -moz-animation-delay: 1241ms;
  -o-animation-delay: 1241ms;
  animation-delay: 1241ms; }

.delay-1242 {
  -webkit-animation-delay: 1242ms;
  -moz-animation-delay: 1242ms;
  -o-animation-delay: 1242ms;
  animation-delay: 1242ms; }

.delay-1243 {
  -webkit-animation-delay: 1243ms;
  -moz-animation-delay: 1243ms;
  -o-animation-delay: 1243ms;
  animation-delay: 1243ms; }

.delay-1244 {
  -webkit-animation-delay: 1244ms;
  -moz-animation-delay: 1244ms;
  -o-animation-delay: 1244ms;
  animation-delay: 1244ms; }

.delay-1245 {
  -webkit-animation-delay: 1245ms;
  -moz-animation-delay: 1245ms;
  -o-animation-delay: 1245ms;
  animation-delay: 1245ms; }

.delay-1246 {
  -webkit-animation-delay: 1246ms;
  -moz-animation-delay: 1246ms;
  -o-animation-delay: 1246ms;
  animation-delay: 1246ms; }

.delay-1247 {
  -webkit-animation-delay: 1247ms;
  -moz-animation-delay: 1247ms;
  -o-animation-delay: 1247ms;
  animation-delay: 1247ms; }

.delay-1248 {
  -webkit-animation-delay: 1248ms;
  -moz-animation-delay: 1248ms;
  -o-animation-delay: 1248ms;
  animation-delay: 1248ms; }

.delay-1249 {
  -webkit-animation-delay: 1249ms;
  -moz-animation-delay: 1249ms;
  -o-animation-delay: 1249ms;
  animation-delay: 1249ms; }

.delay-1250 {
  -webkit-animation-delay: 1250ms;
  -moz-animation-delay: 1250ms;
  -o-animation-delay: 1250ms;
  animation-delay: 1250ms; }

.delay-1251 {
  -webkit-animation-delay: 1251ms;
  -moz-animation-delay: 1251ms;
  -o-animation-delay: 1251ms;
  animation-delay: 1251ms; }

.delay-1252 {
  -webkit-animation-delay: 1252ms;
  -moz-animation-delay: 1252ms;
  -o-animation-delay: 1252ms;
  animation-delay: 1252ms; }

.delay-1253 {
  -webkit-animation-delay: 1253ms;
  -moz-animation-delay: 1253ms;
  -o-animation-delay: 1253ms;
  animation-delay: 1253ms; }

.delay-1254 {
  -webkit-animation-delay: 1254ms;
  -moz-animation-delay: 1254ms;
  -o-animation-delay: 1254ms;
  animation-delay: 1254ms; }

.delay-1255 {
  -webkit-animation-delay: 1255ms;
  -moz-animation-delay: 1255ms;
  -o-animation-delay: 1255ms;
  animation-delay: 1255ms; }

.delay-1256 {
  -webkit-animation-delay: 1256ms;
  -moz-animation-delay: 1256ms;
  -o-animation-delay: 1256ms;
  animation-delay: 1256ms; }

.delay-1257 {
  -webkit-animation-delay: 1257ms;
  -moz-animation-delay: 1257ms;
  -o-animation-delay: 1257ms;
  animation-delay: 1257ms; }

.delay-1258 {
  -webkit-animation-delay: 1258ms;
  -moz-animation-delay: 1258ms;
  -o-animation-delay: 1258ms;
  animation-delay: 1258ms; }

.delay-1259 {
  -webkit-animation-delay: 1259ms;
  -moz-animation-delay: 1259ms;
  -o-animation-delay: 1259ms;
  animation-delay: 1259ms; }

.delay-1260 {
  -webkit-animation-delay: 1260ms;
  -moz-animation-delay: 1260ms;
  -o-animation-delay: 1260ms;
  animation-delay: 1260ms; }

.delay-1261 {
  -webkit-animation-delay: 1261ms;
  -moz-animation-delay: 1261ms;
  -o-animation-delay: 1261ms;
  animation-delay: 1261ms; }

.delay-1262 {
  -webkit-animation-delay: 1262ms;
  -moz-animation-delay: 1262ms;
  -o-animation-delay: 1262ms;
  animation-delay: 1262ms; }

.delay-1263 {
  -webkit-animation-delay: 1263ms;
  -moz-animation-delay: 1263ms;
  -o-animation-delay: 1263ms;
  animation-delay: 1263ms; }

.delay-1264 {
  -webkit-animation-delay: 1264ms;
  -moz-animation-delay: 1264ms;
  -o-animation-delay: 1264ms;
  animation-delay: 1264ms; }

.delay-1265 {
  -webkit-animation-delay: 1265ms;
  -moz-animation-delay: 1265ms;
  -o-animation-delay: 1265ms;
  animation-delay: 1265ms; }

.delay-1266 {
  -webkit-animation-delay: 1266ms;
  -moz-animation-delay: 1266ms;
  -o-animation-delay: 1266ms;
  animation-delay: 1266ms; }

.delay-1267 {
  -webkit-animation-delay: 1267ms;
  -moz-animation-delay: 1267ms;
  -o-animation-delay: 1267ms;
  animation-delay: 1267ms; }

.delay-1268 {
  -webkit-animation-delay: 1268ms;
  -moz-animation-delay: 1268ms;
  -o-animation-delay: 1268ms;
  animation-delay: 1268ms; }

.delay-1269 {
  -webkit-animation-delay: 1269ms;
  -moz-animation-delay: 1269ms;
  -o-animation-delay: 1269ms;
  animation-delay: 1269ms; }

.delay-1270 {
  -webkit-animation-delay: 1270ms;
  -moz-animation-delay: 1270ms;
  -o-animation-delay: 1270ms;
  animation-delay: 1270ms; }

.delay-1271 {
  -webkit-animation-delay: 1271ms;
  -moz-animation-delay: 1271ms;
  -o-animation-delay: 1271ms;
  animation-delay: 1271ms; }

.delay-1272 {
  -webkit-animation-delay: 1272ms;
  -moz-animation-delay: 1272ms;
  -o-animation-delay: 1272ms;
  animation-delay: 1272ms; }

.delay-1273 {
  -webkit-animation-delay: 1273ms;
  -moz-animation-delay: 1273ms;
  -o-animation-delay: 1273ms;
  animation-delay: 1273ms; }

.delay-1274 {
  -webkit-animation-delay: 1274ms;
  -moz-animation-delay: 1274ms;
  -o-animation-delay: 1274ms;
  animation-delay: 1274ms; }

.delay-1275 {
  -webkit-animation-delay: 1275ms;
  -moz-animation-delay: 1275ms;
  -o-animation-delay: 1275ms;
  animation-delay: 1275ms; }

.delay-1276 {
  -webkit-animation-delay: 1276ms;
  -moz-animation-delay: 1276ms;
  -o-animation-delay: 1276ms;
  animation-delay: 1276ms; }

.delay-1277 {
  -webkit-animation-delay: 1277ms;
  -moz-animation-delay: 1277ms;
  -o-animation-delay: 1277ms;
  animation-delay: 1277ms; }

.delay-1278 {
  -webkit-animation-delay: 1278ms;
  -moz-animation-delay: 1278ms;
  -o-animation-delay: 1278ms;
  animation-delay: 1278ms; }

.delay-1279 {
  -webkit-animation-delay: 1279ms;
  -moz-animation-delay: 1279ms;
  -o-animation-delay: 1279ms;
  animation-delay: 1279ms; }

.delay-1280 {
  -webkit-animation-delay: 1280ms;
  -moz-animation-delay: 1280ms;
  -o-animation-delay: 1280ms;
  animation-delay: 1280ms; }

.delay-1281 {
  -webkit-animation-delay: 1281ms;
  -moz-animation-delay: 1281ms;
  -o-animation-delay: 1281ms;
  animation-delay: 1281ms; }

.delay-1282 {
  -webkit-animation-delay: 1282ms;
  -moz-animation-delay: 1282ms;
  -o-animation-delay: 1282ms;
  animation-delay: 1282ms; }

.delay-1283 {
  -webkit-animation-delay: 1283ms;
  -moz-animation-delay: 1283ms;
  -o-animation-delay: 1283ms;
  animation-delay: 1283ms; }

.delay-1284 {
  -webkit-animation-delay: 1284ms;
  -moz-animation-delay: 1284ms;
  -o-animation-delay: 1284ms;
  animation-delay: 1284ms; }

.delay-1285 {
  -webkit-animation-delay: 1285ms;
  -moz-animation-delay: 1285ms;
  -o-animation-delay: 1285ms;
  animation-delay: 1285ms; }

.delay-1286 {
  -webkit-animation-delay: 1286ms;
  -moz-animation-delay: 1286ms;
  -o-animation-delay: 1286ms;
  animation-delay: 1286ms; }

.delay-1287 {
  -webkit-animation-delay: 1287ms;
  -moz-animation-delay: 1287ms;
  -o-animation-delay: 1287ms;
  animation-delay: 1287ms; }

.delay-1288 {
  -webkit-animation-delay: 1288ms;
  -moz-animation-delay: 1288ms;
  -o-animation-delay: 1288ms;
  animation-delay: 1288ms; }

.delay-1289 {
  -webkit-animation-delay: 1289ms;
  -moz-animation-delay: 1289ms;
  -o-animation-delay: 1289ms;
  animation-delay: 1289ms; }

.delay-1290 {
  -webkit-animation-delay: 1290ms;
  -moz-animation-delay: 1290ms;
  -o-animation-delay: 1290ms;
  animation-delay: 1290ms; }

.delay-1291 {
  -webkit-animation-delay: 1291ms;
  -moz-animation-delay: 1291ms;
  -o-animation-delay: 1291ms;
  animation-delay: 1291ms; }

.delay-1292 {
  -webkit-animation-delay: 1292ms;
  -moz-animation-delay: 1292ms;
  -o-animation-delay: 1292ms;
  animation-delay: 1292ms; }

.delay-1293 {
  -webkit-animation-delay: 1293ms;
  -moz-animation-delay: 1293ms;
  -o-animation-delay: 1293ms;
  animation-delay: 1293ms; }

.delay-1294 {
  -webkit-animation-delay: 1294ms;
  -moz-animation-delay: 1294ms;
  -o-animation-delay: 1294ms;
  animation-delay: 1294ms; }

.delay-1295 {
  -webkit-animation-delay: 1295ms;
  -moz-animation-delay: 1295ms;
  -o-animation-delay: 1295ms;
  animation-delay: 1295ms; }

.delay-1296 {
  -webkit-animation-delay: 1296ms;
  -moz-animation-delay: 1296ms;
  -o-animation-delay: 1296ms;
  animation-delay: 1296ms; }

.delay-1297 {
  -webkit-animation-delay: 1297ms;
  -moz-animation-delay: 1297ms;
  -o-animation-delay: 1297ms;
  animation-delay: 1297ms; }

.delay-1298 {
  -webkit-animation-delay: 1298ms;
  -moz-animation-delay: 1298ms;
  -o-animation-delay: 1298ms;
  animation-delay: 1298ms; }

.delay-1299 {
  -webkit-animation-delay: 1299ms;
  -moz-animation-delay: 1299ms;
  -o-animation-delay: 1299ms;
  animation-delay: 1299ms; }

.delay-1300 {
  -webkit-animation-delay: 1300ms;
  -moz-animation-delay: 1300ms;
  -o-animation-delay: 1300ms;
  animation-delay: 1300ms; }

.delay-1301 {
  -webkit-animation-delay: 1301ms;
  -moz-animation-delay: 1301ms;
  -o-animation-delay: 1301ms;
  animation-delay: 1301ms; }

.delay-1302 {
  -webkit-animation-delay: 1302ms;
  -moz-animation-delay: 1302ms;
  -o-animation-delay: 1302ms;
  animation-delay: 1302ms; }

.delay-1303 {
  -webkit-animation-delay: 1303ms;
  -moz-animation-delay: 1303ms;
  -o-animation-delay: 1303ms;
  animation-delay: 1303ms; }

.delay-1304 {
  -webkit-animation-delay: 1304ms;
  -moz-animation-delay: 1304ms;
  -o-animation-delay: 1304ms;
  animation-delay: 1304ms; }

.delay-1305 {
  -webkit-animation-delay: 1305ms;
  -moz-animation-delay: 1305ms;
  -o-animation-delay: 1305ms;
  animation-delay: 1305ms; }

.delay-1306 {
  -webkit-animation-delay: 1306ms;
  -moz-animation-delay: 1306ms;
  -o-animation-delay: 1306ms;
  animation-delay: 1306ms; }

.delay-1307 {
  -webkit-animation-delay: 1307ms;
  -moz-animation-delay: 1307ms;
  -o-animation-delay: 1307ms;
  animation-delay: 1307ms; }

.delay-1308 {
  -webkit-animation-delay: 1308ms;
  -moz-animation-delay: 1308ms;
  -o-animation-delay: 1308ms;
  animation-delay: 1308ms; }

.delay-1309 {
  -webkit-animation-delay: 1309ms;
  -moz-animation-delay: 1309ms;
  -o-animation-delay: 1309ms;
  animation-delay: 1309ms; }

.delay-1310 {
  -webkit-animation-delay: 1310ms;
  -moz-animation-delay: 1310ms;
  -o-animation-delay: 1310ms;
  animation-delay: 1310ms; }

.delay-1311 {
  -webkit-animation-delay: 1311ms;
  -moz-animation-delay: 1311ms;
  -o-animation-delay: 1311ms;
  animation-delay: 1311ms; }

.delay-1312 {
  -webkit-animation-delay: 1312ms;
  -moz-animation-delay: 1312ms;
  -o-animation-delay: 1312ms;
  animation-delay: 1312ms; }

.delay-1313 {
  -webkit-animation-delay: 1313ms;
  -moz-animation-delay: 1313ms;
  -o-animation-delay: 1313ms;
  animation-delay: 1313ms; }

.delay-1314 {
  -webkit-animation-delay: 1314ms;
  -moz-animation-delay: 1314ms;
  -o-animation-delay: 1314ms;
  animation-delay: 1314ms; }

.delay-1315 {
  -webkit-animation-delay: 1315ms;
  -moz-animation-delay: 1315ms;
  -o-animation-delay: 1315ms;
  animation-delay: 1315ms; }

.delay-1316 {
  -webkit-animation-delay: 1316ms;
  -moz-animation-delay: 1316ms;
  -o-animation-delay: 1316ms;
  animation-delay: 1316ms; }

.delay-1317 {
  -webkit-animation-delay: 1317ms;
  -moz-animation-delay: 1317ms;
  -o-animation-delay: 1317ms;
  animation-delay: 1317ms; }

.delay-1318 {
  -webkit-animation-delay: 1318ms;
  -moz-animation-delay: 1318ms;
  -o-animation-delay: 1318ms;
  animation-delay: 1318ms; }

.delay-1319 {
  -webkit-animation-delay: 1319ms;
  -moz-animation-delay: 1319ms;
  -o-animation-delay: 1319ms;
  animation-delay: 1319ms; }

.delay-1320 {
  -webkit-animation-delay: 1320ms;
  -moz-animation-delay: 1320ms;
  -o-animation-delay: 1320ms;
  animation-delay: 1320ms; }

.delay-1321 {
  -webkit-animation-delay: 1321ms;
  -moz-animation-delay: 1321ms;
  -o-animation-delay: 1321ms;
  animation-delay: 1321ms; }

.delay-1322 {
  -webkit-animation-delay: 1322ms;
  -moz-animation-delay: 1322ms;
  -o-animation-delay: 1322ms;
  animation-delay: 1322ms; }

.delay-1323 {
  -webkit-animation-delay: 1323ms;
  -moz-animation-delay: 1323ms;
  -o-animation-delay: 1323ms;
  animation-delay: 1323ms; }

.delay-1324 {
  -webkit-animation-delay: 1324ms;
  -moz-animation-delay: 1324ms;
  -o-animation-delay: 1324ms;
  animation-delay: 1324ms; }

.delay-1325 {
  -webkit-animation-delay: 1325ms;
  -moz-animation-delay: 1325ms;
  -o-animation-delay: 1325ms;
  animation-delay: 1325ms; }

.delay-1326 {
  -webkit-animation-delay: 1326ms;
  -moz-animation-delay: 1326ms;
  -o-animation-delay: 1326ms;
  animation-delay: 1326ms; }

.delay-1327 {
  -webkit-animation-delay: 1327ms;
  -moz-animation-delay: 1327ms;
  -o-animation-delay: 1327ms;
  animation-delay: 1327ms; }

.delay-1328 {
  -webkit-animation-delay: 1328ms;
  -moz-animation-delay: 1328ms;
  -o-animation-delay: 1328ms;
  animation-delay: 1328ms; }

.delay-1329 {
  -webkit-animation-delay: 1329ms;
  -moz-animation-delay: 1329ms;
  -o-animation-delay: 1329ms;
  animation-delay: 1329ms; }

.delay-1330 {
  -webkit-animation-delay: 1330ms;
  -moz-animation-delay: 1330ms;
  -o-animation-delay: 1330ms;
  animation-delay: 1330ms; }

.delay-1331 {
  -webkit-animation-delay: 1331ms;
  -moz-animation-delay: 1331ms;
  -o-animation-delay: 1331ms;
  animation-delay: 1331ms; }

.delay-1332 {
  -webkit-animation-delay: 1332ms;
  -moz-animation-delay: 1332ms;
  -o-animation-delay: 1332ms;
  animation-delay: 1332ms; }

.delay-1333 {
  -webkit-animation-delay: 1333ms;
  -moz-animation-delay: 1333ms;
  -o-animation-delay: 1333ms;
  animation-delay: 1333ms; }

.delay-1334 {
  -webkit-animation-delay: 1334ms;
  -moz-animation-delay: 1334ms;
  -o-animation-delay: 1334ms;
  animation-delay: 1334ms; }

.delay-1335 {
  -webkit-animation-delay: 1335ms;
  -moz-animation-delay: 1335ms;
  -o-animation-delay: 1335ms;
  animation-delay: 1335ms; }

.delay-1336 {
  -webkit-animation-delay: 1336ms;
  -moz-animation-delay: 1336ms;
  -o-animation-delay: 1336ms;
  animation-delay: 1336ms; }

.delay-1337 {
  -webkit-animation-delay: 1337ms;
  -moz-animation-delay: 1337ms;
  -o-animation-delay: 1337ms;
  animation-delay: 1337ms; }

.delay-1338 {
  -webkit-animation-delay: 1338ms;
  -moz-animation-delay: 1338ms;
  -o-animation-delay: 1338ms;
  animation-delay: 1338ms; }

.delay-1339 {
  -webkit-animation-delay: 1339ms;
  -moz-animation-delay: 1339ms;
  -o-animation-delay: 1339ms;
  animation-delay: 1339ms; }

.delay-1340 {
  -webkit-animation-delay: 1340ms;
  -moz-animation-delay: 1340ms;
  -o-animation-delay: 1340ms;
  animation-delay: 1340ms; }

.delay-1341 {
  -webkit-animation-delay: 1341ms;
  -moz-animation-delay: 1341ms;
  -o-animation-delay: 1341ms;
  animation-delay: 1341ms; }

.delay-1342 {
  -webkit-animation-delay: 1342ms;
  -moz-animation-delay: 1342ms;
  -o-animation-delay: 1342ms;
  animation-delay: 1342ms; }

.delay-1343 {
  -webkit-animation-delay: 1343ms;
  -moz-animation-delay: 1343ms;
  -o-animation-delay: 1343ms;
  animation-delay: 1343ms; }

.delay-1344 {
  -webkit-animation-delay: 1344ms;
  -moz-animation-delay: 1344ms;
  -o-animation-delay: 1344ms;
  animation-delay: 1344ms; }

.delay-1345 {
  -webkit-animation-delay: 1345ms;
  -moz-animation-delay: 1345ms;
  -o-animation-delay: 1345ms;
  animation-delay: 1345ms; }

.delay-1346 {
  -webkit-animation-delay: 1346ms;
  -moz-animation-delay: 1346ms;
  -o-animation-delay: 1346ms;
  animation-delay: 1346ms; }

.delay-1347 {
  -webkit-animation-delay: 1347ms;
  -moz-animation-delay: 1347ms;
  -o-animation-delay: 1347ms;
  animation-delay: 1347ms; }

.delay-1348 {
  -webkit-animation-delay: 1348ms;
  -moz-animation-delay: 1348ms;
  -o-animation-delay: 1348ms;
  animation-delay: 1348ms; }

.delay-1349 {
  -webkit-animation-delay: 1349ms;
  -moz-animation-delay: 1349ms;
  -o-animation-delay: 1349ms;
  animation-delay: 1349ms; }

.delay-1350 {
  -webkit-animation-delay: 1350ms;
  -moz-animation-delay: 1350ms;
  -o-animation-delay: 1350ms;
  animation-delay: 1350ms; }

.delay-1351 {
  -webkit-animation-delay: 1351ms;
  -moz-animation-delay: 1351ms;
  -o-animation-delay: 1351ms;
  animation-delay: 1351ms; }

.delay-1352 {
  -webkit-animation-delay: 1352ms;
  -moz-animation-delay: 1352ms;
  -o-animation-delay: 1352ms;
  animation-delay: 1352ms; }

.delay-1353 {
  -webkit-animation-delay: 1353ms;
  -moz-animation-delay: 1353ms;
  -o-animation-delay: 1353ms;
  animation-delay: 1353ms; }

.delay-1354 {
  -webkit-animation-delay: 1354ms;
  -moz-animation-delay: 1354ms;
  -o-animation-delay: 1354ms;
  animation-delay: 1354ms; }

.delay-1355 {
  -webkit-animation-delay: 1355ms;
  -moz-animation-delay: 1355ms;
  -o-animation-delay: 1355ms;
  animation-delay: 1355ms; }

.delay-1356 {
  -webkit-animation-delay: 1356ms;
  -moz-animation-delay: 1356ms;
  -o-animation-delay: 1356ms;
  animation-delay: 1356ms; }

.delay-1357 {
  -webkit-animation-delay: 1357ms;
  -moz-animation-delay: 1357ms;
  -o-animation-delay: 1357ms;
  animation-delay: 1357ms; }

.delay-1358 {
  -webkit-animation-delay: 1358ms;
  -moz-animation-delay: 1358ms;
  -o-animation-delay: 1358ms;
  animation-delay: 1358ms; }

.delay-1359 {
  -webkit-animation-delay: 1359ms;
  -moz-animation-delay: 1359ms;
  -o-animation-delay: 1359ms;
  animation-delay: 1359ms; }

.delay-1360 {
  -webkit-animation-delay: 1360ms;
  -moz-animation-delay: 1360ms;
  -o-animation-delay: 1360ms;
  animation-delay: 1360ms; }

.delay-1361 {
  -webkit-animation-delay: 1361ms;
  -moz-animation-delay: 1361ms;
  -o-animation-delay: 1361ms;
  animation-delay: 1361ms; }

.delay-1362 {
  -webkit-animation-delay: 1362ms;
  -moz-animation-delay: 1362ms;
  -o-animation-delay: 1362ms;
  animation-delay: 1362ms; }

.delay-1363 {
  -webkit-animation-delay: 1363ms;
  -moz-animation-delay: 1363ms;
  -o-animation-delay: 1363ms;
  animation-delay: 1363ms; }

.delay-1364 {
  -webkit-animation-delay: 1364ms;
  -moz-animation-delay: 1364ms;
  -o-animation-delay: 1364ms;
  animation-delay: 1364ms; }

.delay-1365 {
  -webkit-animation-delay: 1365ms;
  -moz-animation-delay: 1365ms;
  -o-animation-delay: 1365ms;
  animation-delay: 1365ms; }

.delay-1366 {
  -webkit-animation-delay: 1366ms;
  -moz-animation-delay: 1366ms;
  -o-animation-delay: 1366ms;
  animation-delay: 1366ms; }

.delay-1367 {
  -webkit-animation-delay: 1367ms;
  -moz-animation-delay: 1367ms;
  -o-animation-delay: 1367ms;
  animation-delay: 1367ms; }

.delay-1368 {
  -webkit-animation-delay: 1368ms;
  -moz-animation-delay: 1368ms;
  -o-animation-delay: 1368ms;
  animation-delay: 1368ms; }

.delay-1369 {
  -webkit-animation-delay: 1369ms;
  -moz-animation-delay: 1369ms;
  -o-animation-delay: 1369ms;
  animation-delay: 1369ms; }

.delay-1370 {
  -webkit-animation-delay: 1370ms;
  -moz-animation-delay: 1370ms;
  -o-animation-delay: 1370ms;
  animation-delay: 1370ms; }

.delay-1371 {
  -webkit-animation-delay: 1371ms;
  -moz-animation-delay: 1371ms;
  -o-animation-delay: 1371ms;
  animation-delay: 1371ms; }

.delay-1372 {
  -webkit-animation-delay: 1372ms;
  -moz-animation-delay: 1372ms;
  -o-animation-delay: 1372ms;
  animation-delay: 1372ms; }

.delay-1373 {
  -webkit-animation-delay: 1373ms;
  -moz-animation-delay: 1373ms;
  -o-animation-delay: 1373ms;
  animation-delay: 1373ms; }

.delay-1374 {
  -webkit-animation-delay: 1374ms;
  -moz-animation-delay: 1374ms;
  -o-animation-delay: 1374ms;
  animation-delay: 1374ms; }

.delay-1375 {
  -webkit-animation-delay: 1375ms;
  -moz-animation-delay: 1375ms;
  -o-animation-delay: 1375ms;
  animation-delay: 1375ms; }

.delay-1376 {
  -webkit-animation-delay: 1376ms;
  -moz-animation-delay: 1376ms;
  -o-animation-delay: 1376ms;
  animation-delay: 1376ms; }

.delay-1377 {
  -webkit-animation-delay: 1377ms;
  -moz-animation-delay: 1377ms;
  -o-animation-delay: 1377ms;
  animation-delay: 1377ms; }

.delay-1378 {
  -webkit-animation-delay: 1378ms;
  -moz-animation-delay: 1378ms;
  -o-animation-delay: 1378ms;
  animation-delay: 1378ms; }

.delay-1379 {
  -webkit-animation-delay: 1379ms;
  -moz-animation-delay: 1379ms;
  -o-animation-delay: 1379ms;
  animation-delay: 1379ms; }

.delay-1380 {
  -webkit-animation-delay: 1380ms;
  -moz-animation-delay: 1380ms;
  -o-animation-delay: 1380ms;
  animation-delay: 1380ms; }

.delay-1381 {
  -webkit-animation-delay: 1381ms;
  -moz-animation-delay: 1381ms;
  -o-animation-delay: 1381ms;
  animation-delay: 1381ms; }

.delay-1382 {
  -webkit-animation-delay: 1382ms;
  -moz-animation-delay: 1382ms;
  -o-animation-delay: 1382ms;
  animation-delay: 1382ms; }

.delay-1383 {
  -webkit-animation-delay: 1383ms;
  -moz-animation-delay: 1383ms;
  -o-animation-delay: 1383ms;
  animation-delay: 1383ms; }

.delay-1384 {
  -webkit-animation-delay: 1384ms;
  -moz-animation-delay: 1384ms;
  -o-animation-delay: 1384ms;
  animation-delay: 1384ms; }

.delay-1385 {
  -webkit-animation-delay: 1385ms;
  -moz-animation-delay: 1385ms;
  -o-animation-delay: 1385ms;
  animation-delay: 1385ms; }

.delay-1386 {
  -webkit-animation-delay: 1386ms;
  -moz-animation-delay: 1386ms;
  -o-animation-delay: 1386ms;
  animation-delay: 1386ms; }

.delay-1387 {
  -webkit-animation-delay: 1387ms;
  -moz-animation-delay: 1387ms;
  -o-animation-delay: 1387ms;
  animation-delay: 1387ms; }

.delay-1388 {
  -webkit-animation-delay: 1388ms;
  -moz-animation-delay: 1388ms;
  -o-animation-delay: 1388ms;
  animation-delay: 1388ms; }

.delay-1389 {
  -webkit-animation-delay: 1389ms;
  -moz-animation-delay: 1389ms;
  -o-animation-delay: 1389ms;
  animation-delay: 1389ms; }

.delay-1390 {
  -webkit-animation-delay: 1390ms;
  -moz-animation-delay: 1390ms;
  -o-animation-delay: 1390ms;
  animation-delay: 1390ms; }

.delay-1391 {
  -webkit-animation-delay: 1391ms;
  -moz-animation-delay: 1391ms;
  -o-animation-delay: 1391ms;
  animation-delay: 1391ms; }

.delay-1392 {
  -webkit-animation-delay: 1392ms;
  -moz-animation-delay: 1392ms;
  -o-animation-delay: 1392ms;
  animation-delay: 1392ms; }

.delay-1393 {
  -webkit-animation-delay: 1393ms;
  -moz-animation-delay: 1393ms;
  -o-animation-delay: 1393ms;
  animation-delay: 1393ms; }

.delay-1394 {
  -webkit-animation-delay: 1394ms;
  -moz-animation-delay: 1394ms;
  -o-animation-delay: 1394ms;
  animation-delay: 1394ms; }

.delay-1395 {
  -webkit-animation-delay: 1395ms;
  -moz-animation-delay: 1395ms;
  -o-animation-delay: 1395ms;
  animation-delay: 1395ms; }

.delay-1396 {
  -webkit-animation-delay: 1396ms;
  -moz-animation-delay: 1396ms;
  -o-animation-delay: 1396ms;
  animation-delay: 1396ms; }

.delay-1397 {
  -webkit-animation-delay: 1397ms;
  -moz-animation-delay: 1397ms;
  -o-animation-delay: 1397ms;
  animation-delay: 1397ms; }

.delay-1398 {
  -webkit-animation-delay: 1398ms;
  -moz-animation-delay: 1398ms;
  -o-animation-delay: 1398ms;
  animation-delay: 1398ms; }

.delay-1399 {
  -webkit-animation-delay: 1399ms;
  -moz-animation-delay: 1399ms;
  -o-animation-delay: 1399ms;
  animation-delay: 1399ms; }

.delay-1400 {
  -webkit-animation-delay: 1400ms;
  -moz-animation-delay: 1400ms;
  -o-animation-delay: 1400ms;
  animation-delay: 1400ms; }

.delay-1401 {
  -webkit-animation-delay: 1401ms;
  -moz-animation-delay: 1401ms;
  -o-animation-delay: 1401ms;
  animation-delay: 1401ms; }

.delay-1402 {
  -webkit-animation-delay: 1402ms;
  -moz-animation-delay: 1402ms;
  -o-animation-delay: 1402ms;
  animation-delay: 1402ms; }

.delay-1403 {
  -webkit-animation-delay: 1403ms;
  -moz-animation-delay: 1403ms;
  -o-animation-delay: 1403ms;
  animation-delay: 1403ms; }

.delay-1404 {
  -webkit-animation-delay: 1404ms;
  -moz-animation-delay: 1404ms;
  -o-animation-delay: 1404ms;
  animation-delay: 1404ms; }

.delay-1405 {
  -webkit-animation-delay: 1405ms;
  -moz-animation-delay: 1405ms;
  -o-animation-delay: 1405ms;
  animation-delay: 1405ms; }

.delay-1406 {
  -webkit-animation-delay: 1406ms;
  -moz-animation-delay: 1406ms;
  -o-animation-delay: 1406ms;
  animation-delay: 1406ms; }

.delay-1407 {
  -webkit-animation-delay: 1407ms;
  -moz-animation-delay: 1407ms;
  -o-animation-delay: 1407ms;
  animation-delay: 1407ms; }

.delay-1408 {
  -webkit-animation-delay: 1408ms;
  -moz-animation-delay: 1408ms;
  -o-animation-delay: 1408ms;
  animation-delay: 1408ms; }

.delay-1409 {
  -webkit-animation-delay: 1409ms;
  -moz-animation-delay: 1409ms;
  -o-animation-delay: 1409ms;
  animation-delay: 1409ms; }

.delay-1410 {
  -webkit-animation-delay: 1410ms;
  -moz-animation-delay: 1410ms;
  -o-animation-delay: 1410ms;
  animation-delay: 1410ms; }

.delay-1411 {
  -webkit-animation-delay: 1411ms;
  -moz-animation-delay: 1411ms;
  -o-animation-delay: 1411ms;
  animation-delay: 1411ms; }

.delay-1412 {
  -webkit-animation-delay: 1412ms;
  -moz-animation-delay: 1412ms;
  -o-animation-delay: 1412ms;
  animation-delay: 1412ms; }

.delay-1413 {
  -webkit-animation-delay: 1413ms;
  -moz-animation-delay: 1413ms;
  -o-animation-delay: 1413ms;
  animation-delay: 1413ms; }

.delay-1414 {
  -webkit-animation-delay: 1414ms;
  -moz-animation-delay: 1414ms;
  -o-animation-delay: 1414ms;
  animation-delay: 1414ms; }

.delay-1415 {
  -webkit-animation-delay: 1415ms;
  -moz-animation-delay: 1415ms;
  -o-animation-delay: 1415ms;
  animation-delay: 1415ms; }

.delay-1416 {
  -webkit-animation-delay: 1416ms;
  -moz-animation-delay: 1416ms;
  -o-animation-delay: 1416ms;
  animation-delay: 1416ms; }

.delay-1417 {
  -webkit-animation-delay: 1417ms;
  -moz-animation-delay: 1417ms;
  -o-animation-delay: 1417ms;
  animation-delay: 1417ms; }

.delay-1418 {
  -webkit-animation-delay: 1418ms;
  -moz-animation-delay: 1418ms;
  -o-animation-delay: 1418ms;
  animation-delay: 1418ms; }

.delay-1419 {
  -webkit-animation-delay: 1419ms;
  -moz-animation-delay: 1419ms;
  -o-animation-delay: 1419ms;
  animation-delay: 1419ms; }

.delay-1420 {
  -webkit-animation-delay: 1420ms;
  -moz-animation-delay: 1420ms;
  -o-animation-delay: 1420ms;
  animation-delay: 1420ms; }

.delay-1421 {
  -webkit-animation-delay: 1421ms;
  -moz-animation-delay: 1421ms;
  -o-animation-delay: 1421ms;
  animation-delay: 1421ms; }

.delay-1422 {
  -webkit-animation-delay: 1422ms;
  -moz-animation-delay: 1422ms;
  -o-animation-delay: 1422ms;
  animation-delay: 1422ms; }

.delay-1423 {
  -webkit-animation-delay: 1423ms;
  -moz-animation-delay: 1423ms;
  -o-animation-delay: 1423ms;
  animation-delay: 1423ms; }

.delay-1424 {
  -webkit-animation-delay: 1424ms;
  -moz-animation-delay: 1424ms;
  -o-animation-delay: 1424ms;
  animation-delay: 1424ms; }

.delay-1425 {
  -webkit-animation-delay: 1425ms;
  -moz-animation-delay: 1425ms;
  -o-animation-delay: 1425ms;
  animation-delay: 1425ms; }

.delay-1426 {
  -webkit-animation-delay: 1426ms;
  -moz-animation-delay: 1426ms;
  -o-animation-delay: 1426ms;
  animation-delay: 1426ms; }

.delay-1427 {
  -webkit-animation-delay: 1427ms;
  -moz-animation-delay: 1427ms;
  -o-animation-delay: 1427ms;
  animation-delay: 1427ms; }

.delay-1428 {
  -webkit-animation-delay: 1428ms;
  -moz-animation-delay: 1428ms;
  -o-animation-delay: 1428ms;
  animation-delay: 1428ms; }

.delay-1429 {
  -webkit-animation-delay: 1429ms;
  -moz-animation-delay: 1429ms;
  -o-animation-delay: 1429ms;
  animation-delay: 1429ms; }

.delay-1430 {
  -webkit-animation-delay: 1430ms;
  -moz-animation-delay: 1430ms;
  -o-animation-delay: 1430ms;
  animation-delay: 1430ms; }

.delay-1431 {
  -webkit-animation-delay: 1431ms;
  -moz-animation-delay: 1431ms;
  -o-animation-delay: 1431ms;
  animation-delay: 1431ms; }

.delay-1432 {
  -webkit-animation-delay: 1432ms;
  -moz-animation-delay: 1432ms;
  -o-animation-delay: 1432ms;
  animation-delay: 1432ms; }

.delay-1433 {
  -webkit-animation-delay: 1433ms;
  -moz-animation-delay: 1433ms;
  -o-animation-delay: 1433ms;
  animation-delay: 1433ms; }

.delay-1434 {
  -webkit-animation-delay: 1434ms;
  -moz-animation-delay: 1434ms;
  -o-animation-delay: 1434ms;
  animation-delay: 1434ms; }

.delay-1435 {
  -webkit-animation-delay: 1435ms;
  -moz-animation-delay: 1435ms;
  -o-animation-delay: 1435ms;
  animation-delay: 1435ms; }

.delay-1436 {
  -webkit-animation-delay: 1436ms;
  -moz-animation-delay: 1436ms;
  -o-animation-delay: 1436ms;
  animation-delay: 1436ms; }

.delay-1437 {
  -webkit-animation-delay: 1437ms;
  -moz-animation-delay: 1437ms;
  -o-animation-delay: 1437ms;
  animation-delay: 1437ms; }

.delay-1438 {
  -webkit-animation-delay: 1438ms;
  -moz-animation-delay: 1438ms;
  -o-animation-delay: 1438ms;
  animation-delay: 1438ms; }

.delay-1439 {
  -webkit-animation-delay: 1439ms;
  -moz-animation-delay: 1439ms;
  -o-animation-delay: 1439ms;
  animation-delay: 1439ms; }

.delay-1440 {
  -webkit-animation-delay: 1440ms;
  -moz-animation-delay: 1440ms;
  -o-animation-delay: 1440ms;
  animation-delay: 1440ms; }

.delay-1441 {
  -webkit-animation-delay: 1441ms;
  -moz-animation-delay: 1441ms;
  -o-animation-delay: 1441ms;
  animation-delay: 1441ms; }

.delay-1442 {
  -webkit-animation-delay: 1442ms;
  -moz-animation-delay: 1442ms;
  -o-animation-delay: 1442ms;
  animation-delay: 1442ms; }

.delay-1443 {
  -webkit-animation-delay: 1443ms;
  -moz-animation-delay: 1443ms;
  -o-animation-delay: 1443ms;
  animation-delay: 1443ms; }

.delay-1444 {
  -webkit-animation-delay: 1444ms;
  -moz-animation-delay: 1444ms;
  -o-animation-delay: 1444ms;
  animation-delay: 1444ms; }

.delay-1445 {
  -webkit-animation-delay: 1445ms;
  -moz-animation-delay: 1445ms;
  -o-animation-delay: 1445ms;
  animation-delay: 1445ms; }

.delay-1446 {
  -webkit-animation-delay: 1446ms;
  -moz-animation-delay: 1446ms;
  -o-animation-delay: 1446ms;
  animation-delay: 1446ms; }

.delay-1447 {
  -webkit-animation-delay: 1447ms;
  -moz-animation-delay: 1447ms;
  -o-animation-delay: 1447ms;
  animation-delay: 1447ms; }

.delay-1448 {
  -webkit-animation-delay: 1448ms;
  -moz-animation-delay: 1448ms;
  -o-animation-delay: 1448ms;
  animation-delay: 1448ms; }

.delay-1449 {
  -webkit-animation-delay: 1449ms;
  -moz-animation-delay: 1449ms;
  -o-animation-delay: 1449ms;
  animation-delay: 1449ms; }

.delay-1450 {
  -webkit-animation-delay: 1450ms;
  -moz-animation-delay: 1450ms;
  -o-animation-delay: 1450ms;
  animation-delay: 1450ms; }

.delay-1451 {
  -webkit-animation-delay: 1451ms;
  -moz-animation-delay: 1451ms;
  -o-animation-delay: 1451ms;
  animation-delay: 1451ms; }

.delay-1452 {
  -webkit-animation-delay: 1452ms;
  -moz-animation-delay: 1452ms;
  -o-animation-delay: 1452ms;
  animation-delay: 1452ms; }

.delay-1453 {
  -webkit-animation-delay: 1453ms;
  -moz-animation-delay: 1453ms;
  -o-animation-delay: 1453ms;
  animation-delay: 1453ms; }

.delay-1454 {
  -webkit-animation-delay: 1454ms;
  -moz-animation-delay: 1454ms;
  -o-animation-delay: 1454ms;
  animation-delay: 1454ms; }

.delay-1455 {
  -webkit-animation-delay: 1455ms;
  -moz-animation-delay: 1455ms;
  -o-animation-delay: 1455ms;
  animation-delay: 1455ms; }

.delay-1456 {
  -webkit-animation-delay: 1456ms;
  -moz-animation-delay: 1456ms;
  -o-animation-delay: 1456ms;
  animation-delay: 1456ms; }

.delay-1457 {
  -webkit-animation-delay: 1457ms;
  -moz-animation-delay: 1457ms;
  -o-animation-delay: 1457ms;
  animation-delay: 1457ms; }

.delay-1458 {
  -webkit-animation-delay: 1458ms;
  -moz-animation-delay: 1458ms;
  -o-animation-delay: 1458ms;
  animation-delay: 1458ms; }

.delay-1459 {
  -webkit-animation-delay: 1459ms;
  -moz-animation-delay: 1459ms;
  -o-animation-delay: 1459ms;
  animation-delay: 1459ms; }

.delay-1460 {
  -webkit-animation-delay: 1460ms;
  -moz-animation-delay: 1460ms;
  -o-animation-delay: 1460ms;
  animation-delay: 1460ms; }

.delay-1461 {
  -webkit-animation-delay: 1461ms;
  -moz-animation-delay: 1461ms;
  -o-animation-delay: 1461ms;
  animation-delay: 1461ms; }

.delay-1462 {
  -webkit-animation-delay: 1462ms;
  -moz-animation-delay: 1462ms;
  -o-animation-delay: 1462ms;
  animation-delay: 1462ms; }

.delay-1463 {
  -webkit-animation-delay: 1463ms;
  -moz-animation-delay: 1463ms;
  -o-animation-delay: 1463ms;
  animation-delay: 1463ms; }

.delay-1464 {
  -webkit-animation-delay: 1464ms;
  -moz-animation-delay: 1464ms;
  -o-animation-delay: 1464ms;
  animation-delay: 1464ms; }

.delay-1465 {
  -webkit-animation-delay: 1465ms;
  -moz-animation-delay: 1465ms;
  -o-animation-delay: 1465ms;
  animation-delay: 1465ms; }

.delay-1466 {
  -webkit-animation-delay: 1466ms;
  -moz-animation-delay: 1466ms;
  -o-animation-delay: 1466ms;
  animation-delay: 1466ms; }

.delay-1467 {
  -webkit-animation-delay: 1467ms;
  -moz-animation-delay: 1467ms;
  -o-animation-delay: 1467ms;
  animation-delay: 1467ms; }

.delay-1468 {
  -webkit-animation-delay: 1468ms;
  -moz-animation-delay: 1468ms;
  -o-animation-delay: 1468ms;
  animation-delay: 1468ms; }

.delay-1469 {
  -webkit-animation-delay: 1469ms;
  -moz-animation-delay: 1469ms;
  -o-animation-delay: 1469ms;
  animation-delay: 1469ms; }

.delay-1470 {
  -webkit-animation-delay: 1470ms;
  -moz-animation-delay: 1470ms;
  -o-animation-delay: 1470ms;
  animation-delay: 1470ms; }

.delay-1471 {
  -webkit-animation-delay: 1471ms;
  -moz-animation-delay: 1471ms;
  -o-animation-delay: 1471ms;
  animation-delay: 1471ms; }

.delay-1472 {
  -webkit-animation-delay: 1472ms;
  -moz-animation-delay: 1472ms;
  -o-animation-delay: 1472ms;
  animation-delay: 1472ms; }

.delay-1473 {
  -webkit-animation-delay: 1473ms;
  -moz-animation-delay: 1473ms;
  -o-animation-delay: 1473ms;
  animation-delay: 1473ms; }

.delay-1474 {
  -webkit-animation-delay: 1474ms;
  -moz-animation-delay: 1474ms;
  -o-animation-delay: 1474ms;
  animation-delay: 1474ms; }

.delay-1475 {
  -webkit-animation-delay: 1475ms;
  -moz-animation-delay: 1475ms;
  -o-animation-delay: 1475ms;
  animation-delay: 1475ms; }

.delay-1476 {
  -webkit-animation-delay: 1476ms;
  -moz-animation-delay: 1476ms;
  -o-animation-delay: 1476ms;
  animation-delay: 1476ms; }

.delay-1477 {
  -webkit-animation-delay: 1477ms;
  -moz-animation-delay: 1477ms;
  -o-animation-delay: 1477ms;
  animation-delay: 1477ms; }

.delay-1478 {
  -webkit-animation-delay: 1478ms;
  -moz-animation-delay: 1478ms;
  -o-animation-delay: 1478ms;
  animation-delay: 1478ms; }

.delay-1479 {
  -webkit-animation-delay: 1479ms;
  -moz-animation-delay: 1479ms;
  -o-animation-delay: 1479ms;
  animation-delay: 1479ms; }

.delay-1480 {
  -webkit-animation-delay: 1480ms;
  -moz-animation-delay: 1480ms;
  -o-animation-delay: 1480ms;
  animation-delay: 1480ms; }

.delay-1481 {
  -webkit-animation-delay: 1481ms;
  -moz-animation-delay: 1481ms;
  -o-animation-delay: 1481ms;
  animation-delay: 1481ms; }

.delay-1482 {
  -webkit-animation-delay: 1482ms;
  -moz-animation-delay: 1482ms;
  -o-animation-delay: 1482ms;
  animation-delay: 1482ms; }

.delay-1483 {
  -webkit-animation-delay: 1483ms;
  -moz-animation-delay: 1483ms;
  -o-animation-delay: 1483ms;
  animation-delay: 1483ms; }

.delay-1484 {
  -webkit-animation-delay: 1484ms;
  -moz-animation-delay: 1484ms;
  -o-animation-delay: 1484ms;
  animation-delay: 1484ms; }

.delay-1485 {
  -webkit-animation-delay: 1485ms;
  -moz-animation-delay: 1485ms;
  -o-animation-delay: 1485ms;
  animation-delay: 1485ms; }

.delay-1486 {
  -webkit-animation-delay: 1486ms;
  -moz-animation-delay: 1486ms;
  -o-animation-delay: 1486ms;
  animation-delay: 1486ms; }

.delay-1487 {
  -webkit-animation-delay: 1487ms;
  -moz-animation-delay: 1487ms;
  -o-animation-delay: 1487ms;
  animation-delay: 1487ms; }

.delay-1488 {
  -webkit-animation-delay: 1488ms;
  -moz-animation-delay: 1488ms;
  -o-animation-delay: 1488ms;
  animation-delay: 1488ms; }

.delay-1489 {
  -webkit-animation-delay: 1489ms;
  -moz-animation-delay: 1489ms;
  -o-animation-delay: 1489ms;
  animation-delay: 1489ms; }

.delay-1490 {
  -webkit-animation-delay: 1490ms;
  -moz-animation-delay: 1490ms;
  -o-animation-delay: 1490ms;
  animation-delay: 1490ms; }

.delay-1491 {
  -webkit-animation-delay: 1491ms;
  -moz-animation-delay: 1491ms;
  -o-animation-delay: 1491ms;
  animation-delay: 1491ms; }

.delay-1492 {
  -webkit-animation-delay: 1492ms;
  -moz-animation-delay: 1492ms;
  -o-animation-delay: 1492ms;
  animation-delay: 1492ms; }

.delay-1493 {
  -webkit-animation-delay: 1493ms;
  -moz-animation-delay: 1493ms;
  -o-animation-delay: 1493ms;
  animation-delay: 1493ms; }

.delay-1494 {
  -webkit-animation-delay: 1494ms;
  -moz-animation-delay: 1494ms;
  -o-animation-delay: 1494ms;
  animation-delay: 1494ms; }

.delay-1495 {
  -webkit-animation-delay: 1495ms;
  -moz-animation-delay: 1495ms;
  -o-animation-delay: 1495ms;
  animation-delay: 1495ms; }

.delay-1496 {
  -webkit-animation-delay: 1496ms;
  -moz-animation-delay: 1496ms;
  -o-animation-delay: 1496ms;
  animation-delay: 1496ms; }

.delay-1497 {
  -webkit-animation-delay: 1497ms;
  -moz-animation-delay: 1497ms;
  -o-animation-delay: 1497ms;
  animation-delay: 1497ms; }

.delay-1498 {
  -webkit-animation-delay: 1498ms;
  -moz-animation-delay: 1498ms;
  -o-animation-delay: 1498ms;
  animation-delay: 1498ms; }

.delay-1499 {
  -webkit-animation-delay: 1499ms;
  -moz-animation-delay: 1499ms;
  -o-animation-delay: 1499ms;
  animation-delay: 1499ms; }

.delay-1500 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  -o-animation-delay: 1500ms;
  animation-delay: 1500ms; }

.delay-1501 {
  -webkit-animation-delay: 1501ms;
  -moz-animation-delay: 1501ms;
  -o-animation-delay: 1501ms;
  animation-delay: 1501ms; }

.delay-1502 {
  -webkit-animation-delay: 1502ms;
  -moz-animation-delay: 1502ms;
  -o-animation-delay: 1502ms;
  animation-delay: 1502ms; }

.delay-1503 {
  -webkit-animation-delay: 1503ms;
  -moz-animation-delay: 1503ms;
  -o-animation-delay: 1503ms;
  animation-delay: 1503ms; }

.delay-1504 {
  -webkit-animation-delay: 1504ms;
  -moz-animation-delay: 1504ms;
  -o-animation-delay: 1504ms;
  animation-delay: 1504ms; }

.delay-1505 {
  -webkit-animation-delay: 1505ms;
  -moz-animation-delay: 1505ms;
  -o-animation-delay: 1505ms;
  animation-delay: 1505ms; }

.delay-1506 {
  -webkit-animation-delay: 1506ms;
  -moz-animation-delay: 1506ms;
  -o-animation-delay: 1506ms;
  animation-delay: 1506ms; }

.delay-1507 {
  -webkit-animation-delay: 1507ms;
  -moz-animation-delay: 1507ms;
  -o-animation-delay: 1507ms;
  animation-delay: 1507ms; }

.delay-1508 {
  -webkit-animation-delay: 1508ms;
  -moz-animation-delay: 1508ms;
  -o-animation-delay: 1508ms;
  animation-delay: 1508ms; }

.delay-1509 {
  -webkit-animation-delay: 1509ms;
  -moz-animation-delay: 1509ms;
  -o-animation-delay: 1509ms;
  animation-delay: 1509ms; }

.delay-1510 {
  -webkit-animation-delay: 1510ms;
  -moz-animation-delay: 1510ms;
  -o-animation-delay: 1510ms;
  animation-delay: 1510ms; }

.delay-1511 {
  -webkit-animation-delay: 1511ms;
  -moz-animation-delay: 1511ms;
  -o-animation-delay: 1511ms;
  animation-delay: 1511ms; }

.delay-1512 {
  -webkit-animation-delay: 1512ms;
  -moz-animation-delay: 1512ms;
  -o-animation-delay: 1512ms;
  animation-delay: 1512ms; }

.delay-1513 {
  -webkit-animation-delay: 1513ms;
  -moz-animation-delay: 1513ms;
  -o-animation-delay: 1513ms;
  animation-delay: 1513ms; }

.delay-1514 {
  -webkit-animation-delay: 1514ms;
  -moz-animation-delay: 1514ms;
  -o-animation-delay: 1514ms;
  animation-delay: 1514ms; }

.delay-1515 {
  -webkit-animation-delay: 1515ms;
  -moz-animation-delay: 1515ms;
  -o-animation-delay: 1515ms;
  animation-delay: 1515ms; }

.delay-1516 {
  -webkit-animation-delay: 1516ms;
  -moz-animation-delay: 1516ms;
  -o-animation-delay: 1516ms;
  animation-delay: 1516ms; }

.delay-1517 {
  -webkit-animation-delay: 1517ms;
  -moz-animation-delay: 1517ms;
  -o-animation-delay: 1517ms;
  animation-delay: 1517ms; }

.delay-1518 {
  -webkit-animation-delay: 1518ms;
  -moz-animation-delay: 1518ms;
  -o-animation-delay: 1518ms;
  animation-delay: 1518ms; }

.delay-1519 {
  -webkit-animation-delay: 1519ms;
  -moz-animation-delay: 1519ms;
  -o-animation-delay: 1519ms;
  animation-delay: 1519ms; }

.delay-1520 {
  -webkit-animation-delay: 1520ms;
  -moz-animation-delay: 1520ms;
  -o-animation-delay: 1520ms;
  animation-delay: 1520ms; }

.delay-1521 {
  -webkit-animation-delay: 1521ms;
  -moz-animation-delay: 1521ms;
  -o-animation-delay: 1521ms;
  animation-delay: 1521ms; }

.delay-1522 {
  -webkit-animation-delay: 1522ms;
  -moz-animation-delay: 1522ms;
  -o-animation-delay: 1522ms;
  animation-delay: 1522ms; }

.delay-1523 {
  -webkit-animation-delay: 1523ms;
  -moz-animation-delay: 1523ms;
  -o-animation-delay: 1523ms;
  animation-delay: 1523ms; }

.delay-1524 {
  -webkit-animation-delay: 1524ms;
  -moz-animation-delay: 1524ms;
  -o-animation-delay: 1524ms;
  animation-delay: 1524ms; }

.delay-1525 {
  -webkit-animation-delay: 1525ms;
  -moz-animation-delay: 1525ms;
  -o-animation-delay: 1525ms;
  animation-delay: 1525ms; }

.delay-1526 {
  -webkit-animation-delay: 1526ms;
  -moz-animation-delay: 1526ms;
  -o-animation-delay: 1526ms;
  animation-delay: 1526ms; }

.delay-1527 {
  -webkit-animation-delay: 1527ms;
  -moz-animation-delay: 1527ms;
  -o-animation-delay: 1527ms;
  animation-delay: 1527ms; }

.delay-1528 {
  -webkit-animation-delay: 1528ms;
  -moz-animation-delay: 1528ms;
  -o-animation-delay: 1528ms;
  animation-delay: 1528ms; }

.delay-1529 {
  -webkit-animation-delay: 1529ms;
  -moz-animation-delay: 1529ms;
  -o-animation-delay: 1529ms;
  animation-delay: 1529ms; }

.delay-1530 {
  -webkit-animation-delay: 1530ms;
  -moz-animation-delay: 1530ms;
  -o-animation-delay: 1530ms;
  animation-delay: 1530ms; }

.delay-1531 {
  -webkit-animation-delay: 1531ms;
  -moz-animation-delay: 1531ms;
  -o-animation-delay: 1531ms;
  animation-delay: 1531ms; }

.delay-1532 {
  -webkit-animation-delay: 1532ms;
  -moz-animation-delay: 1532ms;
  -o-animation-delay: 1532ms;
  animation-delay: 1532ms; }

.delay-1533 {
  -webkit-animation-delay: 1533ms;
  -moz-animation-delay: 1533ms;
  -o-animation-delay: 1533ms;
  animation-delay: 1533ms; }

.delay-1534 {
  -webkit-animation-delay: 1534ms;
  -moz-animation-delay: 1534ms;
  -o-animation-delay: 1534ms;
  animation-delay: 1534ms; }

.delay-1535 {
  -webkit-animation-delay: 1535ms;
  -moz-animation-delay: 1535ms;
  -o-animation-delay: 1535ms;
  animation-delay: 1535ms; }

.delay-1536 {
  -webkit-animation-delay: 1536ms;
  -moz-animation-delay: 1536ms;
  -o-animation-delay: 1536ms;
  animation-delay: 1536ms; }

.delay-1537 {
  -webkit-animation-delay: 1537ms;
  -moz-animation-delay: 1537ms;
  -o-animation-delay: 1537ms;
  animation-delay: 1537ms; }

.delay-1538 {
  -webkit-animation-delay: 1538ms;
  -moz-animation-delay: 1538ms;
  -o-animation-delay: 1538ms;
  animation-delay: 1538ms; }

.delay-1539 {
  -webkit-animation-delay: 1539ms;
  -moz-animation-delay: 1539ms;
  -o-animation-delay: 1539ms;
  animation-delay: 1539ms; }

.delay-1540 {
  -webkit-animation-delay: 1540ms;
  -moz-animation-delay: 1540ms;
  -o-animation-delay: 1540ms;
  animation-delay: 1540ms; }

.delay-1541 {
  -webkit-animation-delay: 1541ms;
  -moz-animation-delay: 1541ms;
  -o-animation-delay: 1541ms;
  animation-delay: 1541ms; }

.delay-1542 {
  -webkit-animation-delay: 1542ms;
  -moz-animation-delay: 1542ms;
  -o-animation-delay: 1542ms;
  animation-delay: 1542ms; }

.delay-1543 {
  -webkit-animation-delay: 1543ms;
  -moz-animation-delay: 1543ms;
  -o-animation-delay: 1543ms;
  animation-delay: 1543ms; }

.delay-1544 {
  -webkit-animation-delay: 1544ms;
  -moz-animation-delay: 1544ms;
  -o-animation-delay: 1544ms;
  animation-delay: 1544ms; }

.delay-1545 {
  -webkit-animation-delay: 1545ms;
  -moz-animation-delay: 1545ms;
  -o-animation-delay: 1545ms;
  animation-delay: 1545ms; }

.delay-1546 {
  -webkit-animation-delay: 1546ms;
  -moz-animation-delay: 1546ms;
  -o-animation-delay: 1546ms;
  animation-delay: 1546ms; }

.delay-1547 {
  -webkit-animation-delay: 1547ms;
  -moz-animation-delay: 1547ms;
  -o-animation-delay: 1547ms;
  animation-delay: 1547ms; }

.delay-1548 {
  -webkit-animation-delay: 1548ms;
  -moz-animation-delay: 1548ms;
  -o-animation-delay: 1548ms;
  animation-delay: 1548ms; }

.delay-1549 {
  -webkit-animation-delay: 1549ms;
  -moz-animation-delay: 1549ms;
  -o-animation-delay: 1549ms;
  animation-delay: 1549ms; }

.delay-1550 {
  -webkit-animation-delay: 1550ms;
  -moz-animation-delay: 1550ms;
  -o-animation-delay: 1550ms;
  animation-delay: 1550ms; }

.delay-1551 {
  -webkit-animation-delay: 1551ms;
  -moz-animation-delay: 1551ms;
  -o-animation-delay: 1551ms;
  animation-delay: 1551ms; }

.delay-1552 {
  -webkit-animation-delay: 1552ms;
  -moz-animation-delay: 1552ms;
  -o-animation-delay: 1552ms;
  animation-delay: 1552ms; }

.delay-1553 {
  -webkit-animation-delay: 1553ms;
  -moz-animation-delay: 1553ms;
  -o-animation-delay: 1553ms;
  animation-delay: 1553ms; }

.delay-1554 {
  -webkit-animation-delay: 1554ms;
  -moz-animation-delay: 1554ms;
  -o-animation-delay: 1554ms;
  animation-delay: 1554ms; }

.delay-1555 {
  -webkit-animation-delay: 1555ms;
  -moz-animation-delay: 1555ms;
  -o-animation-delay: 1555ms;
  animation-delay: 1555ms; }

.delay-1556 {
  -webkit-animation-delay: 1556ms;
  -moz-animation-delay: 1556ms;
  -o-animation-delay: 1556ms;
  animation-delay: 1556ms; }

.delay-1557 {
  -webkit-animation-delay: 1557ms;
  -moz-animation-delay: 1557ms;
  -o-animation-delay: 1557ms;
  animation-delay: 1557ms; }

.delay-1558 {
  -webkit-animation-delay: 1558ms;
  -moz-animation-delay: 1558ms;
  -o-animation-delay: 1558ms;
  animation-delay: 1558ms; }

.delay-1559 {
  -webkit-animation-delay: 1559ms;
  -moz-animation-delay: 1559ms;
  -o-animation-delay: 1559ms;
  animation-delay: 1559ms; }

.delay-1560 {
  -webkit-animation-delay: 1560ms;
  -moz-animation-delay: 1560ms;
  -o-animation-delay: 1560ms;
  animation-delay: 1560ms; }

.delay-1561 {
  -webkit-animation-delay: 1561ms;
  -moz-animation-delay: 1561ms;
  -o-animation-delay: 1561ms;
  animation-delay: 1561ms; }

.delay-1562 {
  -webkit-animation-delay: 1562ms;
  -moz-animation-delay: 1562ms;
  -o-animation-delay: 1562ms;
  animation-delay: 1562ms; }

.delay-1563 {
  -webkit-animation-delay: 1563ms;
  -moz-animation-delay: 1563ms;
  -o-animation-delay: 1563ms;
  animation-delay: 1563ms; }

.delay-1564 {
  -webkit-animation-delay: 1564ms;
  -moz-animation-delay: 1564ms;
  -o-animation-delay: 1564ms;
  animation-delay: 1564ms; }

.delay-1565 {
  -webkit-animation-delay: 1565ms;
  -moz-animation-delay: 1565ms;
  -o-animation-delay: 1565ms;
  animation-delay: 1565ms; }

.delay-1566 {
  -webkit-animation-delay: 1566ms;
  -moz-animation-delay: 1566ms;
  -o-animation-delay: 1566ms;
  animation-delay: 1566ms; }

.delay-1567 {
  -webkit-animation-delay: 1567ms;
  -moz-animation-delay: 1567ms;
  -o-animation-delay: 1567ms;
  animation-delay: 1567ms; }

.delay-1568 {
  -webkit-animation-delay: 1568ms;
  -moz-animation-delay: 1568ms;
  -o-animation-delay: 1568ms;
  animation-delay: 1568ms; }

.delay-1569 {
  -webkit-animation-delay: 1569ms;
  -moz-animation-delay: 1569ms;
  -o-animation-delay: 1569ms;
  animation-delay: 1569ms; }

.delay-1570 {
  -webkit-animation-delay: 1570ms;
  -moz-animation-delay: 1570ms;
  -o-animation-delay: 1570ms;
  animation-delay: 1570ms; }

.delay-1571 {
  -webkit-animation-delay: 1571ms;
  -moz-animation-delay: 1571ms;
  -o-animation-delay: 1571ms;
  animation-delay: 1571ms; }

.delay-1572 {
  -webkit-animation-delay: 1572ms;
  -moz-animation-delay: 1572ms;
  -o-animation-delay: 1572ms;
  animation-delay: 1572ms; }

.delay-1573 {
  -webkit-animation-delay: 1573ms;
  -moz-animation-delay: 1573ms;
  -o-animation-delay: 1573ms;
  animation-delay: 1573ms; }

.delay-1574 {
  -webkit-animation-delay: 1574ms;
  -moz-animation-delay: 1574ms;
  -o-animation-delay: 1574ms;
  animation-delay: 1574ms; }

.delay-1575 {
  -webkit-animation-delay: 1575ms;
  -moz-animation-delay: 1575ms;
  -o-animation-delay: 1575ms;
  animation-delay: 1575ms; }

.delay-1576 {
  -webkit-animation-delay: 1576ms;
  -moz-animation-delay: 1576ms;
  -o-animation-delay: 1576ms;
  animation-delay: 1576ms; }

.delay-1577 {
  -webkit-animation-delay: 1577ms;
  -moz-animation-delay: 1577ms;
  -o-animation-delay: 1577ms;
  animation-delay: 1577ms; }

.delay-1578 {
  -webkit-animation-delay: 1578ms;
  -moz-animation-delay: 1578ms;
  -o-animation-delay: 1578ms;
  animation-delay: 1578ms; }

.delay-1579 {
  -webkit-animation-delay: 1579ms;
  -moz-animation-delay: 1579ms;
  -o-animation-delay: 1579ms;
  animation-delay: 1579ms; }

.delay-1580 {
  -webkit-animation-delay: 1580ms;
  -moz-animation-delay: 1580ms;
  -o-animation-delay: 1580ms;
  animation-delay: 1580ms; }

.delay-1581 {
  -webkit-animation-delay: 1581ms;
  -moz-animation-delay: 1581ms;
  -o-animation-delay: 1581ms;
  animation-delay: 1581ms; }

.delay-1582 {
  -webkit-animation-delay: 1582ms;
  -moz-animation-delay: 1582ms;
  -o-animation-delay: 1582ms;
  animation-delay: 1582ms; }

.delay-1583 {
  -webkit-animation-delay: 1583ms;
  -moz-animation-delay: 1583ms;
  -o-animation-delay: 1583ms;
  animation-delay: 1583ms; }

.delay-1584 {
  -webkit-animation-delay: 1584ms;
  -moz-animation-delay: 1584ms;
  -o-animation-delay: 1584ms;
  animation-delay: 1584ms; }

.delay-1585 {
  -webkit-animation-delay: 1585ms;
  -moz-animation-delay: 1585ms;
  -o-animation-delay: 1585ms;
  animation-delay: 1585ms; }

.delay-1586 {
  -webkit-animation-delay: 1586ms;
  -moz-animation-delay: 1586ms;
  -o-animation-delay: 1586ms;
  animation-delay: 1586ms; }

.delay-1587 {
  -webkit-animation-delay: 1587ms;
  -moz-animation-delay: 1587ms;
  -o-animation-delay: 1587ms;
  animation-delay: 1587ms; }

.delay-1588 {
  -webkit-animation-delay: 1588ms;
  -moz-animation-delay: 1588ms;
  -o-animation-delay: 1588ms;
  animation-delay: 1588ms; }

.delay-1589 {
  -webkit-animation-delay: 1589ms;
  -moz-animation-delay: 1589ms;
  -o-animation-delay: 1589ms;
  animation-delay: 1589ms; }

.delay-1590 {
  -webkit-animation-delay: 1590ms;
  -moz-animation-delay: 1590ms;
  -o-animation-delay: 1590ms;
  animation-delay: 1590ms; }

.delay-1591 {
  -webkit-animation-delay: 1591ms;
  -moz-animation-delay: 1591ms;
  -o-animation-delay: 1591ms;
  animation-delay: 1591ms; }

.delay-1592 {
  -webkit-animation-delay: 1592ms;
  -moz-animation-delay: 1592ms;
  -o-animation-delay: 1592ms;
  animation-delay: 1592ms; }

.delay-1593 {
  -webkit-animation-delay: 1593ms;
  -moz-animation-delay: 1593ms;
  -o-animation-delay: 1593ms;
  animation-delay: 1593ms; }

.delay-1594 {
  -webkit-animation-delay: 1594ms;
  -moz-animation-delay: 1594ms;
  -o-animation-delay: 1594ms;
  animation-delay: 1594ms; }

.delay-1595 {
  -webkit-animation-delay: 1595ms;
  -moz-animation-delay: 1595ms;
  -o-animation-delay: 1595ms;
  animation-delay: 1595ms; }

.delay-1596 {
  -webkit-animation-delay: 1596ms;
  -moz-animation-delay: 1596ms;
  -o-animation-delay: 1596ms;
  animation-delay: 1596ms; }

.delay-1597 {
  -webkit-animation-delay: 1597ms;
  -moz-animation-delay: 1597ms;
  -o-animation-delay: 1597ms;
  animation-delay: 1597ms; }

.delay-1598 {
  -webkit-animation-delay: 1598ms;
  -moz-animation-delay: 1598ms;
  -o-animation-delay: 1598ms;
  animation-delay: 1598ms; }

.delay-1599 {
  -webkit-animation-delay: 1599ms;
  -moz-animation-delay: 1599ms;
  -o-animation-delay: 1599ms;
  animation-delay: 1599ms; }

.delay-1600 {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  -o-animation-delay: 1600ms;
  animation-delay: 1600ms; }

.delay-1601 {
  -webkit-animation-delay: 1601ms;
  -moz-animation-delay: 1601ms;
  -o-animation-delay: 1601ms;
  animation-delay: 1601ms; }

.delay-1602 {
  -webkit-animation-delay: 1602ms;
  -moz-animation-delay: 1602ms;
  -o-animation-delay: 1602ms;
  animation-delay: 1602ms; }

.delay-1603 {
  -webkit-animation-delay: 1603ms;
  -moz-animation-delay: 1603ms;
  -o-animation-delay: 1603ms;
  animation-delay: 1603ms; }

.delay-1604 {
  -webkit-animation-delay: 1604ms;
  -moz-animation-delay: 1604ms;
  -o-animation-delay: 1604ms;
  animation-delay: 1604ms; }

.delay-1605 {
  -webkit-animation-delay: 1605ms;
  -moz-animation-delay: 1605ms;
  -o-animation-delay: 1605ms;
  animation-delay: 1605ms; }

.delay-1606 {
  -webkit-animation-delay: 1606ms;
  -moz-animation-delay: 1606ms;
  -o-animation-delay: 1606ms;
  animation-delay: 1606ms; }

.delay-1607 {
  -webkit-animation-delay: 1607ms;
  -moz-animation-delay: 1607ms;
  -o-animation-delay: 1607ms;
  animation-delay: 1607ms; }

.delay-1608 {
  -webkit-animation-delay: 1608ms;
  -moz-animation-delay: 1608ms;
  -o-animation-delay: 1608ms;
  animation-delay: 1608ms; }

.delay-1609 {
  -webkit-animation-delay: 1609ms;
  -moz-animation-delay: 1609ms;
  -o-animation-delay: 1609ms;
  animation-delay: 1609ms; }

.delay-1610 {
  -webkit-animation-delay: 1610ms;
  -moz-animation-delay: 1610ms;
  -o-animation-delay: 1610ms;
  animation-delay: 1610ms; }

.delay-1611 {
  -webkit-animation-delay: 1611ms;
  -moz-animation-delay: 1611ms;
  -o-animation-delay: 1611ms;
  animation-delay: 1611ms; }

.delay-1612 {
  -webkit-animation-delay: 1612ms;
  -moz-animation-delay: 1612ms;
  -o-animation-delay: 1612ms;
  animation-delay: 1612ms; }

.delay-1613 {
  -webkit-animation-delay: 1613ms;
  -moz-animation-delay: 1613ms;
  -o-animation-delay: 1613ms;
  animation-delay: 1613ms; }

.delay-1614 {
  -webkit-animation-delay: 1614ms;
  -moz-animation-delay: 1614ms;
  -o-animation-delay: 1614ms;
  animation-delay: 1614ms; }

.delay-1615 {
  -webkit-animation-delay: 1615ms;
  -moz-animation-delay: 1615ms;
  -o-animation-delay: 1615ms;
  animation-delay: 1615ms; }

.delay-1616 {
  -webkit-animation-delay: 1616ms;
  -moz-animation-delay: 1616ms;
  -o-animation-delay: 1616ms;
  animation-delay: 1616ms; }

.delay-1617 {
  -webkit-animation-delay: 1617ms;
  -moz-animation-delay: 1617ms;
  -o-animation-delay: 1617ms;
  animation-delay: 1617ms; }

.delay-1618 {
  -webkit-animation-delay: 1618ms;
  -moz-animation-delay: 1618ms;
  -o-animation-delay: 1618ms;
  animation-delay: 1618ms; }

.delay-1619 {
  -webkit-animation-delay: 1619ms;
  -moz-animation-delay: 1619ms;
  -o-animation-delay: 1619ms;
  animation-delay: 1619ms; }

.delay-1620 {
  -webkit-animation-delay: 1620ms;
  -moz-animation-delay: 1620ms;
  -o-animation-delay: 1620ms;
  animation-delay: 1620ms; }

.delay-1621 {
  -webkit-animation-delay: 1621ms;
  -moz-animation-delay: 1621ms;
  -o-animation-delay: 1621ms;
  animation-delay: 1621ms; }

.delay-1622 {
  -webkit-animation-delay: 1622ms;
  -moz-animation-delay: 1622ms;
  -o-animation-delay: 1622ms;
  animation-delay: 1622ms; }

.delay-1623 {
  -webkit-animation-delay: 1623ms;
  -moz-animation-delay: 1623ms;
  -o-animation-delay: 1623ms;
  animation-delay: 1623ms; }

.delay-1624 {
  -webkit-animation-delay: 1624ms;
  -moz-animation-delay: 1624ms;
  -o-animation-delay: 1624ms;
  animation-delay: 1624ms; }

.delay-1625 {
  -webkit-animation-delay: 1625ms;
  -moz-animation-delay: 1625ms;
  -o-animation-delay: 1625ms;
  animation-delay: 1625ms; }

.delay-1626 {
  -webkit-animation-delay: 1626ms;
  -moz-animation-delay: 1626ms;
  -o-animation-delay: 1626ms;
  animation-delay: 1626ms; }

.delay-1627 {
  -webkit-animation-delay: 1627ms;
  -moz-animation-delay: 1627ms;
  -o-animation-delay: 1627ms;
  animation-delay: 1627ms; }

.delay-1628 {
  -webkit-animation-delay: 1628ms;
  -moz-animation-delay: 1628ms;
  -o-animation-delay: 1628ms;
  animation-delay: 1628ms; }

.delay-1629 {
  -webkit-animation-delay: 1629ms;
  -moz-animation-delay: 1629ms;
  -o-animation-delay: 1629ms;
  animation-delay: 1629ms; }

.delay-1630 {
  -webkit-animation-delay: 1630ms;
  -moz-animation-delay: 1630ms;
  -o-animation-delay: 1630ms;
  animation-delay: 1630ms; }

.delay-1631 {
  -webkit-animation-delay: 1631ms;
  -moz-animation-delay: 1631ms;
  -o-animation-delay: 1631ms;
  animation-delay: 1631ms; }

.delay-1632 {
  -webkit-animation-delay: 1632ms;
  -moz-animation-delay: 1632ms;
  -o-animation-delay: 1632ms;
  animation-delay: 1632ms; }

.delay-1633 {
  -webkit-animation-delay: 1633ms;
  -moz-animation-delay: 1633ms;
  -o-animation-delay: 1633ms;
  animation-delay: 1633ms; }

.delay-1634 {
  -webkit-animation-delay: 1634ms;
  -moz-animation-delay: 1634ms;
  -o-animation-delay: 1634ms;
  animation-delay: 1634ms; }

.delay-1635 {
  -webkit-animation-delay: 1635ms;
  -moz-animation-delay: 1635ms;
  -o-animation-delay: 1635ms;
  animation-delay: 1635ms; }

.delay-1636 {
  -webkit-animation-delay: 1636ms;
  -moz-animation-delay: 1636ms;
  -o-animation-delay: 1636ms;
  animation-delay: 1636ms; }

.delay-1637 {
  -webkit-animation-delay: 1637ms;
  -moz-animation-delay: 1637ms;
  -o-animation-delay: 1637ms;
  animation-delay: 1637ms; }

.delay-1638 {
  -webkit-animation-delay: 1638ms;
  -moz-animation-delay: 1638ms;
  -o-animation-delay: 1638ms;
  animation-delay: 1638ms; }

.delay-1639 {
  -webkit-animation-delay: 1639ms;
  -moz-animation-delay: 1639ms;
  -o-animation-delay: 1639ms;
  animation-delay: 1639ms; }

.delay-1640 {
  -webkit-animation-delay: 1640ms;
  -moz-animation-delay: 1640ms;
  -o-animation-delay: 1640ms;
  animation-delay: 1640ms; }

.delay-1641 {
  -webkit-animation-delay: 1641ms;
  -moz-animation-delay: 1641ms;
  -o-animation-delay: 1641ms;
  animation-delay: 1641ms; }

.delay-1642 {
  -webkit-animation-delay: 1642ms;
  -moz-animation-delay: 1642ms;
  -o-animation-delay: 1642ms;
  animation-delay: 1642ms; }

.delay-1643 {
  -webkit-animation-delay: 1643ms;
  -moz-animation-delay: 1643ms;
  -o-animation-delay: 1643ms;
  animation-delay: 1643ms; }

.delay-1644 {
  -webkit-animation-delay: 1644ms;
  -moz-animation-delay: 1644ms;
  -o-animation-delay: 1644ms;
  animation-delay: 1644ms; }

.delay-1645 {
  -webkit-animation-delay: 1645ms;
  -moz-animation-delay: 1645ms;
  -o-animation-delay: 1645ms;
  animation-delay: 1645ms; }

.delay-1646 {
  -webkit-animation-delay: 1646ms;
  -moz-animation-delay: 1646ms;
  -o-animation-delay: 1646ms;
  animation-delay: 1646ms; }

.delay-1647 {
  -webkit-animation-delay: 1647ms;
  -moz-animation-delay: 1647ms;
  -o-animation-delay: 1647ms;
  animation-delay: 1647ms; }

.delay-1648 {
  -webkit-animation-delay: 1648ms;
  -moz-animation-delay: 1648ms;
  -o-animation-delay: 1648ms;
  animation-delay: 1648ms; }

.delay-1649 {
  -webkit-animation-delay: 1649ms;
  -moz-animation-delay: 1649ms;
  -o-animation-delay: 1649ms;
  animation-delay: 1649ms; }

.delay-1650 {
  -webkit-animation-delay: 1650ms;
  -moz-animation-delay: 1650ms;
  -o-animation-delay: 1650ms;
  animation-delay: 1650ms; }

.delay-1651 {
  -webkit-animation-delay: 1651ms;
  -moz-animation-delay: 1651ms;
  -o-animation-delay: 1651ms;
  animation-delay: 1651ms; }

.delay-1652 {
  -webkit-animation-delay: 1652ms;
  -moz-animation-delay: 1652ms;
  -o-animation-delay: 1652ms;
  animation-delay: 1652ms; }

.delay-1653 {
  -webkit-animation-delay: 1653ms;
  -moz-animation-delay: 1653ms;
  -o-animation-delay: 1653ms;
  animation-delay: 1653ms; }

.delay-1654 {
  -webkit-animation-delay: 1654ms;
  -moz-animation-delay: 1654ms;
  -o-animation-delay: 1654ms;
  animation-delay: 1654ms; }

.delay-1655 {
  -webkit-animation-delay: 1655ms;
  -moz-animation-delay: 1655ms;
  -o-animation-delay: 1655ms;
  animation-delay: 1655ms; }

.delay-1656 {
  -webkit-animation-delay: 1656ms;
  -moz-animation-delay: 1656ms;
  -o-animation-delay: 1656ms;
  animation-delay: 1656ms; }

.delay-1657 {
  -webkit-animation-delay: 1657ms;
  -moz-animation-delay: 1657ms;
  -o-animation-delay: 1657ms;
  animation-delay: 1657ms; }

.delay-1658 {
  -webkit-animation-delay: 1658ms;
  -moz-animation-delay: 1658ms;
  -o-animation-delay: 1658ms;
  animation-delay: 1658ms; }

.delay-1659 {
  -webkit-animation-delay: 1659ms;
  -moz-animation-delay: 1659ms;
  -o-animation-delay: 1659ms;
  animation-delay: 1659ms; }

.delay-1660 {
  -webkit-animation-delay: 1660ms;
  -moz-animation-delay: 1660ms;
  -o-animation-delay: 1660ms;
  animation-delay: 1660ms; }

.delay-1661 {
  -webkit-animation-delay: 1661ms;
  -moz-animation-delay: 1661ms;
  -o-animation-delay: 1661ms;
  animation-delay: 1661ms; }

.delay-1662 {
  -webkit-animation-delay: 1662ms;
  -moz-animation-delay: 1662ms;
  -o-animation-delay: 1662ms;
  animation-delay: 1662ms; }

.delay-1663 {
  -webkit-animation-delay: 1663ms;
  -moz-animation-delay: 1663ms;
  -o-animation-delay: 1663ms;
  animation-delay: 1663ms; }

.delay-1664 {
  -webkit-animation-delay: 1664ms;
  -moz-animation-delay: 1664ms;
  -o-animation-delay: 1664ms;
  animation-delay: 1664ms; }

.delay-1665 {
  -webkit-animation-delay: 1665ms;
  -moz-animation-delay: 1665ms;
  -o-animation-delay: 1665ms;
  animation-delay: 1665ms; }

.delay-1666 {
  -webkit-animation-delay: 1666ms;
  -moz-animation-delay: 1666ms;
  -o-animation-delay: 1666ms;
  animation-delay: 1666ms; }

.delay-1667 {
  -webkit-animation-delay: 1667ms;
  -moz-animation-delay: 1667ms;
  -o-animation-delay: 1667ms;
  animation-delay: 1667ms; }

.delay-1668 {
  -webkit-animation-delay: 1668ms;
  -moz-animation-delay: 1668ms;
  -o-animation-delay: 1668ms;
  animation-delay: 1668ms; }

.delay-1669 {
  -webkit-animation-delay: 1669ms;
  -moz-animation-delay: 1669ms;
  -o-animation-delay: 1669ms;
  animation-delay: 1669ms; }

.delay-1670 {
  -webkit-animation-delay: 1670ms;
  -moz-animation-delay: 1670ms;
  -o-animation-delay: 1670ms;
  animation-delay: 1670ms; }

.delay-1671 {
  -webkit-animation-delay: 1671ms;
  -moz-animation-delay: 1671ms;
  -o-animation-delay: 1671ms;
  animation-delay: 1671ms; }

.delay-1672 {
  -webkit-animation-delay: 1672ms;
  -moz-animation-delay: 1672ms;
  -o-animation-delay: 1672ms;
  animation-delay: 1672ms; }

.delay-1673 {
  -webkit-animation-delay: 1673ms;
  -moz-animation-delay: 1673ms;
  -o-animation-delay: 1673ms;
  animation-delay: 1673ms; }

.delay-1674 {
  -webkit-animation-delay: 1674ms;
  -moz-animation-delay: 1674ms;
  -o-animation-delay: 1674ms;
  animation-delay: 1674ms; }

.delay-1675 {
  -webkit-animation-delay: 1675ms;
  -moz-animation-delay: 1675ms;
  -o-animation-delay: 1675ms;
  animation-delay: 1675ms; }

.delay-1676 {
  -webkit-animation-delay: 1676ms;
  -moz-animation-delay: 1676ms;
  -o-animation-delay: 1676ms;
  animation-delay: 1676ms; }

.delay-1677 {
  -webkit-animation-delay: 1677ms;
  -moz-animation-delay: 1677ms;
  -o-animation-delay: 1677ms;
  animation-delay: 1677ms; }

.delay-1678 {
  -webkit-animation-delay: 1678ms;
  -moz-animation-delay: 1678ms;
  -o-animation-delay: 1678ms;
  animation-delay: 1678ms; }

.delay-1679 {
  -webkit-animation-delay: 1679ms;
  -moz-animation-delay: 1679ms;
  -o-animation-delay: 1679ms;
  animation-delay: 1679ms; }

.delay-1680 {
  -webkit-animation-delay: 1680ms;
  -moz-animation-delay: 1680ms;
  -o-animation-delay: 1680ms;
  animation-delay: 1680ms; }

.delay-1681 {
  -webkit-animation-delay: 1681ms;
  -moz-animation-delay: 1681ms;
  -o-animation-delay: 1681ms;
  animation-delay: 1681ms; }

.delay-1682 {
  -webkit-animation-delay: 1682ms;
  -moz-animation-delay: 1682ms;
  -o-animation-delay: 1682ms;
  animation-delay: 1682ms; }

.delay-1683 {
  -webkit-animation-delay: 1683ms;
  -moz-animation-delay: 1683ms;
  -o-animation-delay: 1683ms;
  animation-delay: 1683ms; }

.delay-1684 {
  -webkit-animation-delay: 1684ms;
  -moz-animation-delay: 1684ms;
  -o-animation-delay: 1684ms;
  animation-delay: 1684ms; }

.delay-1685 {
  -webkit-animation-delay: 1685ms;
  -moz-animation-delay: 1685ms;
  -o-animation-delay: 1685ms;
  animation-delay: 1685ms; }

.delay-1686 {
  -webkit-animation-delay: 1686ms;
  -moz-animation-delay: 1686ms;
  -o-animation-delay: 1686ms;
  animation-delay: 1686ms; }

.delay-1687 {
  -webkit-animation-delay: 1687ms;
  -moz-animation-delay: 1687ms;
  -o-animation-delay: 1687ms;
  animation-delay: 1687ms; }

.delay-1688 {
  -webkit-animation-delay: 1688ms;
  -moz-animation-delay: 1688ms;
  -o-animation-delay: 1688ms;
  animation-delay: 1688ms; }

.delay-1689 {
  -webkit-animation-delay: 1689ms;
  -moz-animation-delay: 1689ms;
  -o-animation-delay: 1689ms;
  animation-delay: 1689ms; }

.delay-1690 {
  -webkit-animation-delay: 1690ms;
  -moz-animation-delay: 1690ms;
  -o-animation-delay: 1690ms;
  animation-delay: 1690ms; }

.delay-1691 {
  -webkit-animation-delay: 1691ms;
  -moz-animation-delay: 1691ms;
  -o-animation-delay: 1691ms;
  animation-delay: 1691ms; }

.delay-1692 {
  -webkit-animation-delay: 1692ms;
  -moz-animation-delay: 1692ms;
  -o-animation-delay: 1692ms;
  animation-delay: 1692ms; }

.delay-1693 {
  -webkit-animation-delay: 1693ms;
  -moz-animation-delay: 1693ms;
  -o-animation-delay: 1693ms;
  animation-delay: 1693ms; }

.delay-1694 {
  -webkit-animation-delay: 1694ms;
  -moz-animation-delay: 1694ms;
  -o-animation-delay: 1694ms;
  animation-delay: 1694ms; }

.delay-1695 {
  -webkit-animation-delay: 1695ms;
  -moz-animation-delay: 1695ms;
  -o-animation-delay: 1695ms;
  animation-delay: 1695ms; }

.delay-1696 {
  -webkit-animation-delay: 1696ms;
  -moz-animation-delay: 1696ms;
  -o-animation-delay: 1696ms;
  animation-delay: 1696ms; }

.delay-1697 {
  -webkit-animation-delay: 1697ms;
  -moz-animation-delay: 1697ms;
  -o-animation-delay: 1697ms;
  animation-delay: 1697ms; }

.delay-1698 {
  -webkit-animation-delay: 1698ms;
  -moz-animation-delay: 1698ms;
  -o-animation-delay: 1698ms;
  animation-delay: 1698ms; }

.delay-1699 {
  -webkit-animation-delay: 1699ms;
  -moz-animation-delay: 1699ms;
  -o-animation-delay: 1699ms;
  animation-delay: 1699ms; }

.delay-1700 {
  -webkit-animation-delay: 1700ms;
  -moz-animation-delay: 1700ms;
  -o-animation-delay: 1700ms;
  animation-delay: 1700ms; }

.delay-1701 {
  -webkit-animation-delay: 1701ms;
  -moz-animation-delay: 1701ms;
  -o-animation-delay: 1701ms;
  animation-delay: 1701ms; }

.delay-1702 {
  -webkit-animation-delay: 1702ms;
  -moz-animation-delay: 1702ms;
  -o-animation-delay: 1702ms;
  animation-delay: 1702ms; }

.delay-1703 {
  -webkit-animation-delay: 1703ms;
  -moz-animation-delay: 1703ms;
  -o-animation-delay: 1703ms;
  animation-delay: 1703ms; }

.delay-1704 {
  -webkit-animation-delay: 1704ms;
  -moz-animation-delay: 1704ms;
  -o-animation-delay: 1704ms;
  animation-delay: 1704ms; }

.delay-1705 {
  -webkit-animation-delay: 1705ms;
  -moz-animation-delay: 1705ms;
  -o-animation-delay: 1705ms;
  animation-delay: 1705ms; }

.delay-1706 {
  -webkit-animation-delay: 1706ms;
  -moz-animation-delay: 1706ms;
  -o-animation-delay: 1706ms;
  animation-delay: 1706ms; }

.delay-1707 {
  -webkit-animation-delay: 1707ms;
  -moz-animation-delay: 1707ms;
  -o-animation-delay: 1707ms;
  animation-delay: 1707ms; }

.delay-1708 {
  -webkit-animation-delay: 1708ms;
  -moz-animation-delay: 1708ms;
  -o-animation-delay: 1708ms;
  animation-delay: 1708ms; }

.delay-1709 {
  -webkit-animation-delay: 1709ms;
  -moz-animation-delay: 1709ms;
  -o-animation-delay: 1709ms;
  animation-delay: 1709ms; }

.delay-1710 {
  -webkit-animation-delay: 1710ms;
  -moz-animation-delay: 1710ms;
  -o-animation-delay: 1710ms;
  animation-delay: 1710ms; }

.delay-1711 {
  -webkit-animation-delay: 1711ms;
  -moz-animation-delay: 1711ms;
  -o-animation-delay: 1711ms;
  animation-delay: 1711ms; }

.delay-1712 {
  -webkit-animation-delay: 1712ms;
  -moz-animation-delay: 1712ms;
  -o-animation-delay: 1712ms;
  animation-delay: 1712ms; }

.delay-1713 {
  -webkit-animation-delay: 1713ms;
  -moz-animation-delay: 1713ms;
  -o-animation-delay: 1713ms;
  animation-delay: 1713ms; }

.delay-1714 {
  -webkit-animation-delay: 1714ms;
  -moz-animation-delay: 1714ms;
  -o-animation-delay: 1714ms;
  animation-delay: 1714ms; }

.delay-1715 {
  -webkit-animation-delay: 1715ms;
  -moz-animation-delay: 1715ms;
  -o-animation-delay: 1715ms;
  animation-delay: 1715ms; }

.delay-1716 {
  -webkit-animation-delay: 1716ms;
  -moz-animation-delay: 1716ms;
  -o-animation-delay: 1716ms;
  animation-delay: 1716ms; }

.delay-1717 {
  -webkit-animation-delay: 1717ms;
  -moz-animation-delay: 1717ms;
  -o-animation-delay: 1717ms;
  animation-delay: 1717ms; }

.delay-1718 {
  -webkit-animation-delay: 1718ms;
  -moz-animation-delay: 1718ms;
  -o-animation-delay: 1718ms;
  animation-delay: 1718ms; }

.delay-1719 {
  -webkit-animation-delay: 1719ms;
  -moz-animation-delay: 1719ms;
  -o-animation-delay: 1719ms;
  animation-delay: 1719ms; }

.delay-1720 {
  -webkit-animation-delay: 1720ms;
  -moz-animation-delay: 1720ms;
  -o-animation-delay: 1720ms;
  animation-delay: 1720ms; }

.delay-1721 {
  -webkit-animation-delay: 1721ms;
  -moz-animation-delay: 1721ms;
  -o-animation-delay: 1721ms;
  animation-delay: 1721ms; }

.delay-1722 {
  -webkit-animation-delay: 1722ms;
  -moz-animation-delay: 1722ms;
  -o-animation-delay: 1722ms;
  animation-delay: 1722ms; }

.delay-1723 {
  -webkit-animation-delay: 1723ms;
  -moz-animation-delay: 1723ms;
  -o-animation-delay: 1723ms;
  animation-delay: 1723ms; }

.delay-1724 {
  -webkit-animation-delay: 1724ms;
  -moz-animation-delay: 1724ms;
  -o-animation-delay: 1724ms;
  animation-delay: 1724ms; }

.delay-1725 {
  -webkit-animation-delay: 1725ms;
  -moz-animation-delay: 1725ms;
  -o-animation-delay: 1725ms;
  animation-delay: 1725ms; }

.delay-1726 {
  -webkit-animation-delay: 1726ms;
  -moz-animation-delay: 1726ms;
  -o-animation-delay: 1726ms;
  animation-delay: 1726ms; }

.delay-1727 {
  -webkit-animation-delay: 1727ms;
  -moz-animation-delay: 1727ms;
  -o-animation-delay: 1727ms;
  animation-delay: 1727ms; }

.delay-1728 {
  -webkit-animation-delay: 1728ms;
  -moz-animation-delay: 1728ms;
  -o-animation-delay: 1728ms;
  animation-delay: 1728ms; }

.delay-1729 {
  -webkit-animation-delay: 1729ms;
  -moz-animation-delay: 1729ms;
  -o-animation-delay: 1729ms;
  animation-delay: 1729ms; }

.delay-1730 {
  -webkit-animation-delay: 1730ms;
  -moz-animation-delay: 1730ms;
  -o-animation-delay: 1730ms;
  animation-delay: 1730ms; }

.delay-1731 {
  -webkit-animation-delay: 1731ms;
  -moz-animation-delay: 1731ms;
  -o-animation-delay: 1731ms;
  animation-delay: 1731ms; }

.delay-1732 {
  -webkit-animation-delay: 1732ms;
  -moz-animation-delay: 1732ms;
  -o-animation-delay: 1732ms;
  animation-delay: 1732ms; }

.delay-1733 {
  -webkit-animation-delay: 1733ms;
  -moz-animation-delay: 1733ms;
  -o-animation-delay: 1733ms;
  animation-delay: 1733ms; }

.delay-1734 {
  -webkit-animation-delay: 1734ms;
  -moz-animation-delay: 1734ms;
  -o-animation-delay: 1734ms;
  animation-delay: 1734ms; }

.delay-1735 {
  -webkit-animation-delay: 1735ms;
  -moz-animation-delay: 1735ms;
  -o-animation-delay: 1735ms;
  animation-delay: 1735ms; }

.delay-1736 {
  -webkit-animation-delay: 1736ms;
  -moz-animation-delay: 1736ms;
  -o-animation-delay: 1736ms;
  animation-delay: 1736ms; }

.delay-1737 {
  -webkit-animation-delay: 1737ms;
  -moz-animation-delay: 1737ms;
  -o-animation-delay: 1737ms;
  animation-delay: 1737ms; }

.delay-1738 {
  -webkit-animation-delay: 1738ms;
  -moz-animation-delay: 1738ms;
  -o-animation-delay: 1738ms;
  animation-delay: 1738ms; }

.delay-1739 {
  -webkit-animation-delay: 1739ms;
  -moz-animation-delay: 1739ms;
  -o-animation-delay: 1739ms;
  animation-delay: 1739ms; }

.delay-1740 {
  -webkit-animation-delay: 1740ms;
  -moz-animation-delay: 1740ms;
  -o-animation-delay: 1740ms;
  animation-delay: 1740ms; }

.delay-1741 {
  -webkit-animation-delay: 1741ms;
  -moz-animation-delay: 1741ms;
  -o-animation-delay: 1741ms;
  animation-delay: 1741ms; }

.delay-1742 {
  -webkit-animation-delay: 1742ms;
  -moz-animation-delay: 1742ms;
  -o-animation-delay: 1742ms;
  animation-delay: 1742ms; }

.delay-1743 {
  -webkit-animation-delay: 1743ms;
  -moz-animation-delay: 1743ms;
  -o-animation-delay: 1743ms;
  animation-delay: 1743ms; }

.delay-1744 {
  -webkit-animation-delay: 1744ms;
  -moz-animation-delay: 1744ms;
  -o-animation-delay: 1744ms;
  animation-delay: 1744ms; }

.delay-1745 {
  -webkit-animation-delay: 1745ms;
  -moz-animation-delay: 1745ms;
  -o-animation-delay: 1745ms;
  animation-delay: 1745ms; }

.delay-1746 {
  -webkit-animation-delay: 1746ms;
  -moz-animation-delay: 1746ms;
  -o-animation-delay: 1746ms;
  animation-delay: 1746ms; }

.delay-1747 {
  -webkit-animation-delay: 1747ms;
  -moz-animation-delay: 1747ms;
  -o-animation-delay: 1747ms;
  animation-delay: 1747ms; }

.delay-1748 {
  -webkit-animation-delay: 1748ms;
  -moz-animation-delay: 1748ms;
  -o-animation-delay: 1748ms;
  animation-delay: 1748ms; }

.delay-1749 {
  -webkit-animation-delay: 1749ms;
  -moz-animation-delay: 1749ms;
  -o-animation-delay: 1749ms;
  animation-delay: 1749ms; }

.delay-1750 {
  -webkit-animation-delay: 1750ms;
  -moz-animation-delay: 1750ms;
  -o-animation-delay: 1750ms;
  animation-delay: 1750ms; }

.delay-1751 {
  -webkit-animation-delay: 1751ms;
  -moz-animation-delay: 1751ms;
  -o-animation-delay: 1751ms;
  animation-delay: 1751ms; }

.delay-1752 {
  -webkit-animation-delay: 1752ms;
  -moz-animation-delay: 1752ms;
  -o-animation-delay: 1752ms;
  animation-delay: 1752ms; }

.delay-1753 {
  -webkit-animation-delay: 1753ms;
  -moz-animation-delay: 1753ms;
  -o-animation-delay: 1753ms;
  animation-delay: 1753ms; }

.delay-1754 {
  -webkit-animation-delay: 1754ms;
  -moz-animation-delay: 1754ms;
  -o-animation-delay: 1754ms;
  animation-delay: 1754ms; }

.delay-1755 {
  -webkit-animation-delay: 1755ms;
  -moz-animation-delay: 1755ms;
  -o-animation-delay: 1755ms;
  animation-delay: 1755ms; }

.delay-1756 {
  -webkit-animation-delay: 1756ms;
  -moz-animation-delay: 1756ms;
  -o-animation-delay: 1756ms;
  animation-delay: 1756ms; }

.delay-1757 {
  -webkit-animation-delay: 1757ms;
  -moz-animation-delay: 1757ms;
  -o-animation-delay: 1757ms;
  animation-delay: 1757ms; }

.delay-1758 {
  -webkit-animation-delay: 1758ms;
  -moz-animation-delay: 1758ms;
  -o-animation-delay: 1758ms;
  animation-delay: 1758ms; }

.delay-1759 {
  -webkit-animation-delay: 1759ms;
  -moz-animation-delay: 1759ms;
  -o-animation-delay: 1759ms;
  animation-delay: 1759ms; }

.delay-1760 {
  -webkit-animation-delay: 1760ms;
  -moz-animation-delay: 1760ms;
  -o-animation-delay: 1760ms;
  animation-delay: 1760ms; }

.delay-1761 {
  -webkit-animation-delay: 1761ms;
  -moz-animation-delay: 1761ms;
  -o-animation-delay: 1761ms;
  animation-delay: 1761ms; }

.delay-1762 {
  -webkit-animation-delay: 1762ms;
  -moz-animation-delay: 1762ms;
  -o-animation-delay: 1762ms;
  animation-delay: 1762ms; }

.delay-1763 {
  -webkit-animation-delay: 1763ms;
  -moz-animation-delay: 1763ms;
  -o-animation-delay: 1763ms;
  animation-delay: 1763ms; }

.delay-1764 {
  -webkit-animation-delay: 1764ms;
  -moz-animation-delay: 1764ms;
  -o-animation-delay: 1764ms;
  animation-delay: 1764ms; }

.delay-1765 {
  -webkit-animation-delay: 1765ms;
  -moz-animation-delay: 1765ms;
  -o-animation-delay: 1765ms;
  animation-delay: 1765ms; }

.delay-1766 {
  -webkit-animation-delay: 1766ms;
  -moz-animation-delay: 1766ms;
  -o-animation-delay: 1766ms;
  animation-delay: 1766ms; }

.delay-1767 {
  -webkit-animation-delay: 1767ms;
  -moz-animation-delay: 1767ms;
  -o-animation-delay: 1767ms;
  animation-delay: 1767ms; }

.delay-1768 {
  -webkit-animation-delay: 1768ms;
  -moz-animation-delay: 1768ms;
  -o-animation-delay: 1768ms;
  animation-delay: 1768ms; }

.delay-1769 {
  -webkit-animation-delay: 1769ms;
  -moz-animation-delay: 1769ms;
  -o-animation-delay: 1769ms;
  animation-delay: 1769ms; }

.delay-1770 {
  -webkit-animation-delay: 1770ms;
  -moz-animation-delay: 1770ms;
  -o-animation-delay: 1770ms;
  animation-delay: 1770ms; }

.delay-1771 {
  -webkit-animation-delay: 1771ms;
  -moz-animation-delay: 1771ms;
  -o-animation-delay: 1771ms;
  animation-delay: 1771ms; }

.delay-1772 {
  -webkit-animation-delay: 1772ms;
  -moz-animation-delay: 1772ms;
  -o-animation-delay: 1772ms;
  animation-delay: 1772ms; }

.delay-1773 {
  -webkit-animation-delay: 1773ms;
  -moz-animation-delay: 1773ms;
  -o-animation-delay: 1773ms;
  animation-delay: 1773ms; }

.delay-1774 {
  -webkit-animation-delay: 1774ms;
  -moz-animation-delay: 1774ms;
  -o-animation-delay: 1774ms;
  animation-delay: 1774ms; }

.delay-1775 {
  -webkit-animation-delay: 1775ms;
  -moz-animation-delay: 1775ms;
  -o-animation-delay: 1775ms;
  animation-delay: 1775ms; }

.delay-1776 {
  -webkit-animation-delay: 1776ms;
  -moz-animation-delay: 1776ms;
  -o-animation-delay: 1776ms;
  animation-delay: 1776ms; }

.delay-1777 {
  -webkit-animation-delay: 1777ms;
  -moz-animation-delay: 1777ms;
  -o-animation-delay: 1777ms;
  animation-delay: 1777ms; }

.delay-1778 {
  -webkit-animation-delay: 1778ms;
  -moz-animation-delay: 1778ms;
  -o-animation-delay: 1778ms;
  animation-delay: 1778ms; }

.delay-1779 {
  -webkit-animation-delay: 1779ms;
  -moz-animation-delay: 1779ms;
  -o-animation-delay: 1779ms;
  animation-delay: 1779ms; }

.delay-1780 {
  -webkit-animation-delay: 1780ms;
  -moz-animation-delay: 1780ms;
  -o-animation-delay: 1780ms;
  animation-delay: 1780ms; }

.delay-1781 {
  -webkit-animation-delay: 1781ms;
  -moz-animation-delay: 1781ms;
  -o-animation-delay: 1781ms;
  animation-delay: 1781ms; }

.delay-1782 {
  -webkit-animation-delay: 1782ms;
  -moz-animation-delay: 1782ms;
  -o-animation-delay: 1782ms;
  animation-delay: 1782ms; }

.delay-1783 {
  -webkit-animation-delay: 1783ms;
  -moz-animation-delay: 1783ms;
  -o-animation-delay: 1783ms;
  animation-delay: 1783ms; }

.delay-1784 {
  -webkit-animation-delay: 1784ms;
  -moz-animation-delay: 1784ms;
  -o-animation-delay: 1784ms;
  animation-delay: 1784ms; }

.delay-1785 {
  -webkit-animation-delay: 1785ms;
  -moz-animation-delay: 1785ms;
  -o-animation-delay: 1785ms;
  animation-delay: 1785ms; }

.delay-1786 {
  -webkit-animation-delay: 1786ms;
  -moz-animation-delay: 1786ms;
  -o-animation-delay: 1786ms;
  animation-delay: 1786ms; }

.delay-1787 {
  -webkit-animation-delay: 1787ms;
  -moz-animation-delay: 1787ms;
  -o-animation-delay: 1787ms;
  animation-delay: 1787ms; }

.delay-1788 {
  -webkit-animation-delay: 1788ms;
  -moz-animation-delay: 1788ms;
  -o-animation-delay: 1788ms;
  animation-delay: 1788ms; }

.delay-1789 {
  -webkit-animation-delay: 1789ms;
  -moz-animation-delay: 1789ms;
  -o-animation-delay: 1789ms;
  animation-delay: 1789ms; }

.delay-1790 {
  -webkit-animation-delay: 1790ms;
  -moz-animation-delay: 1790ms;
  -o-animation-delay: 1790ms;
  animation-delay: 1790ms; }

.delay-1791 {
  -webkit-animation-delay: 1791ms;
  -moz-animation-delay: 1791ms;
  -o-animation-delay: 1791ms;
  animation-delay: 1791ms; }

.delay-1792 {
  -webkit-animation-delay: 1792ms;
  -moz-animation-delay: 1792ms;
  -o-animation-delay: 1792ms;
  animation-delay: 1792ms; }

.delay-1793 {
  -webkit-animation-delay: 1793ms;
  -moz-animation-delay: 1793ms;
  -o-animation-delay: 1793ms;
  animation-delay: 1793ms; }

.delay-1794 {
  -webkit-animation-delay: 1794ms;
  -moz-animation-delay: 1794ms;
  -o-animation-delay: 1794ms;
  animation-delay: 1794ms; }

.delay-1795 {
  -webkit-animation-delay: 1795ms;
  -moz-animation-delay: 1795ms;
  -o-animation-delay: 1795ms;
  animation-delay: 1795ms; }

.delay-1796 {
  -webkit-animation-delay: 1796ms;
  -moz-animation-delay: 1796ms;
  -o-animation-delay: 1796ms;
  animation-delay: 1796ms; }

.delay-1797 {
  -webkit-animation-delay: 1797ms;
  -moz-animation-delay: 1797ms;
  -o-animation-delay: 1797ms;
  animation-delay: 1797ms; }

.delay-1798 {
  -webkit-animation-delay: 1798ms;
  -moz-animation-delay: 1798ms;
  -o-animation-delay: 1798ms;
  animation-delay: 1798ms; }

.delay-1799 {
  -webkit-animation-delay: 1799ms;
  -moz-animation-delay: 1799ms;
  -o-animation-delay: 1799ms;
  animation-delay: 1799ms; }

.delay-1800 {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: 1800ms;
  -o-animation-delay: 1800ms;
  animation-delay: 1800ms; }

.delay-1801 {
  -webkit-animation-delay: 1801ms;
  -moz-animation-delay: 1801ms;
  -o-animation-delay: 1801ms;
  animation-delay: 1801ms; }

.delay-1802 {
  -webkit-animation-delay: 1802ms;
  -moz-animation-delay: 1802ms;
  -o-animation-delay: 1802ms;
  animation-delay: 1802ms; }

.delay-1803 {
  -webkit-animation-delay: 1803ms;
  -moz-animation-delay: 1803ms;
  -o-animation-delay: 1803ms;
  animation-delay: 1803ms; }

.delay-1804 {
  -webkit-animation-delay: 1804ms;
  -moz-animation-delay: 1804ms;
  -o-animation-delay: 1804ms;
  animation-delay: 1804ms; }

.delay-1805 {
  -webkit-animation-delay: 1805ms;
  -moz-animation-delay: 1805ms;
  -o-animation-delay: 1805ms;
  animation-delay: 1805ms; }

.delay-1806 {
  -webkit-animation-delay: 1806ms;
  -moz-animation-delay: 1806ms;
  -o-animation-delay: 1806ms;
  animation-delay: 1806ms; }

.delay-1807 {
  -webkit-animation-delay: 1807ms;
  -moz-animation-delay: 1807ms;
  -o-animation-delay: 1807ms;
  animation-delay: 1807ms; }

.delay-1808 {
  -webkit-animation-delay: 1808ms;
  -moz-animation-delay: 1808ms;
  -o-animation-delay: 1808ms;
  animation-delay: 1808ms; }

.delay-1809 {
  -webkit-animation-delay: 1809ms;
  -moz-animation-delay: 1809ms;
  -o-animation-delay: 1809ms;
  animation-delay: 1809ms; }

.delay-1810 {
  -webkit-animation-delay: 1810ms;
  -moz-animation-delay: 1810ms;
  -o-animation-delay: 1810ms;
  animation-delay: 1810ms; }

.delay-1811 {
  -webkit-animation-delay: 1811ms;
  -moz-animation-delay: 1811ms;
  -o-animation-delay: 1811ms;
  animation-delay: 1811ms; }

.delay-1812 {
  -webkit-animation-delay: 1812ms;
  -moz-animation-delay: 1812ms;
  -o-animation-delay: 1812ms;
  animation-delay: 1812ms; }

.delay-1813 {
  -webkit-animation-delay: 1813ms;
  -moz-animation-delay: 1813ms;
  -o-animation-delay: 1813ms;
  animation-delay: 1813ms; }

.delay-1814 {
  -webkit-animation-delay: 1814ms;
  -moz-animation-delay: 1814ms;
  -o-animation-delay: 1814ms;
  animation-delay: 1814ms; }

.delay-1815 {
  -webkit-animation-delay: 1815ms;
  -moz-animation-delay: 1815ms;
  -o-animation-delay: 1815ms;
  animation-delay: 1815ms; }

.delay-1816 {
  -webkit-animation-delay: 1816ms;
  -moz-animation-delay: 1816ms;
  -o-animation-delay: 1816ms;
  animation-delay: 1816ms; }

.delay-1817 {
  -webkit-animation-delay: 1817ms;
  -moz-animation-delay: 1817ms;
  -o-animation-delay: 1817ms;
  animation-delay: 1817ms; }

.delay-1818 {
  -webkit-animation-delay: 1818ms;
  -moz-animation-delay: 1818ms;
  -o-animation-delay: 1818ms;
  animation-delay: 1818ms; }

.delay-1819 {
  -webkit-animation-delay: 1819ms;
  -moz-animation-delay: 1819ms;
  -o-animation-delay: 1819ms;
  animation-delay: 1819ms; }

.delay-1820 {
  -webkit-animation-delay: 1820ms;
  -moz-animation-delay: 1820ms;
  -o-animation-delay: 1820ms;
  animation-delay: 1820ms; }

.delay-1821 {
  -webkit-animation-delay: 1821ms;
  -moz-animation-delay: 1821ms;
  -o-animation-delay: 1821ms;
  animation-delay: 1821ms; }

.delay-1822 {
  -webkit-animation-delay: 1822ms;
  -moz-animation-delay: 1822ms;
  -o-animation-delay: 1822ms;
  animation-delay: 1822ms; }

.delay-1823 {
  -webkit-animation-delay: 1823ms;
  -moz-animation-delay: 1823ms;
  -o-animation-delay: 1823ms;
  animation-delay: 1823ms; }

.delay-1824 {
  -webkit-animation-delay: 1824ms;
  -moz-animation-delay: 1824ms;
  -o-animation-delay: 1824ms;
  animation-delay: 1824ms; }

.delay-1825 {
  -webkit-animation-delay: 1825ms;
  -moz-animation-delay: 1825ms;
  -o-animation-delay: 1825ms;
  animation-delay: 1825ms; }

.delay-1826 {
  -webkit-animation-delay: 1826ms;
  -moz-animation-delay: 1826ms;
  -o-animation-delay: 1826ms;
  animation-delay: 1826ms; }

.delay-1827 {
  -webkit-animation-delay: 1827ms;
  -moz-animation-delay: 1827ms;
  -o-animation-delay: 1827ms;
  animation-delay: 1827ms; }

.delay-1828 {
  -webkit-animation-delay: 1828ms;
  -moz-animation-delay: 1828ms;
  -o-animation-delay: 1828ms;
  animation-delay: 1828ms; }

.delay-1829 {
  -webkit-animation-delay: 1829ms;
  -moz-animation-delay: 1829ms;
  -o-animation-delay: 1829ms;
  animation-delay: 1829ms; }

.delay-1830 {
  -webkit-animation-delay: 1830ms;
  -moz-animation-delay: 1830ms;
  -o-animation-delay: 1830ms;
  animation-delay: 1830ms; }

.delay-1831 {
  -webkit-animation-delay: 1831ms;
  -moz-animation-delay: 1831ms;
  -o-animation-delay: 1831ms;
  animation-delay: 1831ms; }

.delay-1832 {
  -webkit-animation-delay: 1832ms;
  -moz-animation-delay: 1832ms;
  -o-animation-delay: 1832ms;
  animation-delay: 1832ms; }

.delay-1833 {
  -webkit-animation-delay: 1833ms;
  -moz-animation-delay: 1833ms;
  -o-animation-delay: 1833ms;
  animation-delay: 1833ms; }

.delay-1834 {
  -webkit-animation-delay: 1834ms;
  -moz-animation-delay: 1834ms;
  -o-animation-delay: 1834ms;
  animation-delay: 1834ms; }

.delay-1835 {
  -webkit-animation-delay: 1835ms;
  -moz-animation-delay: 1835ms;
  -o-animation-delay: 1835ms;
  animation-delay: 1835ms; }

.delay-1836 {
  -webkit-animation-delay: 1836ms;
  -moz-animation-delay: 1836ms;
  -o-animation-delay: 1836ms;
  animation-delay: 1836ms; }

.delay-1837 {
  -webkit-animation-delay: 1837ms;
  -moz-animation-delay: 1837ms;
  -o-animation-delay: 1837ms;
  animation-delay: 1837ms; }

.delay-1838 {
  -webkit-animation-delay: 1838ms;
  -moz-animation-delay: 1838ms;
  -o-animation-delay: 1838ms;
  animation-delay: 1838ms; }

.delay-1839 {
  -webkit-animation-delay: 1839ms;
  -moz-animation-delay: 1839ms;
  -o-animation-delay: 1839ms;
  animation-delay: 1839ms; }

.delay-1840 {
  -webkit-animation-delay: 1840ms;
  -moz-animation-delay: 1840ms;
  -o-animation-delay: 1840ms;
  animation-delay: 1840ms; }

.delay-1841 {
  -webkit-animation-delay: 1841ms;
  -moz-animation-delay: 1841ms;
  -o-animation-delay: 1841ms;
  animation-delay: 1841ms; }

.delay-1842 {
  -webkit-animation-delay: 1842ms;
  -moz-animation-delay: 1842ms;
  -o-animation-delay: 1842ms;
  animation-delay: 1842ms; }

.delay-1843 {
  -webkit-animation-delay: 1843ms;
  -moz-animation-delay: 1843ms;
  -o-animation-delay: 1843ms;
  animation-delay: 1843ms; }

.delay-1844 {
  -webkit-animation-delay: 1844ms;
  -moz-animation-delay: 1844ms;
  -o-animation-delay: 1844ms;
  animation-delay: 1844ms; }

.delay-1845 {
  -webkit-animation-delay: 1845ms;
  -moz-animation-delay: 1845ms;
  -o-animation-delay: 1845ms;
  animation-delay: 1845ms; }

.delay-1846 {
  -webkit-animation-delay: 1846ms;
  -moz-animation-delay: 1846ms;
  -o-animation-delay: 1846ms;
  animation-delay: 1846ms; }

.delay-1847 {
  -webkit-animation-delay: 1847ms;
  -moz-animation-delay: 1847ms;
  -o-animation-delay: 1847ms;
  animation-delay: 1847ms; }

.delay-1848 {
  -webkit-animation-delay: 1848ms;
  -moz-animation-delay: 1848ms;
  -o-animation-delay: 1848ms;
  animation-delay: 1848ms; }

.delay-1849 {
  -webkit-animation-delay: 1849ms;
  -moz-animation-delay: 1849ms;
  -o-animation-delay: 1849ms;
  animation-delay: 1849ms; }

.delay-1850 {
  -webkit-animation-delay: 1850ms;
  -moz-animation-delay: 1850ms;
  -o-animation-delay: 1850ms;
  animation-delay: 1850ms; }

.delay-1851 {
  -webkit-animation-delay: 1851ms;
  -moz-animation-delay: 1851ms;
  -o-animation-delay: 1851ms;
  animation-delay: 1851ms; }

.delay-1852 {
  -webkit-animation-delay: 1852ms;
  -moz-animation-delay: 1852ms;
  -o-animation-delay: 1852ms;
  animation-delay: 1852ms; }

.delay-1853 {
  -webkit-animation-delay: 1853ms;
  -moz-animation-delay: 1853ms;
  -o-animation-delay: 1853ms;
  animation-delay: 1853ms; }

.delay-1854 {
  -webkit-animation-delay: 1854ms;
  -moz-animation-delay: 1854ms;
  -o-animation-delay: 1854ms;
  animation-delay: 1854ms; }

.delay-1855 {
  -webkit-animation-delay: 1855ms;
  -moz-animation-delay: 1855ms;
  -o-animation-delay: 1855ms;
  animation-delay: 1855ms; }

.delay-1856 {
  -webkit-animation-delay: 1856ms;
  -moz-animation-delay: 1856ms;
  -o-animation-delay: 1856ms;
  animation-delay: 1856ms; }

.delay-1857 {
  -webkit-animation-delay: 1857ms;
  -moz-animation-delay: 1857ms;
  -o-animation-delay: 1857ms;
  animation-delay: 1857ms; }

.delay-1858 {
  -webkit-animation-delay: 1858ms;
  -moz-animation-delay: 1858ms;
  -o-animation-delay: 1858ms;
  animation-delay: 1858ms; }

.delay-1859 {
  -webkit-animation-delay: 1859ms;
  -moz-animation-delay: 1859ms;
  -o-animation-delay: 1859ms;
  animation-delay: 1859ms; }

.delay-1860 {
  -webkit-animation-delay: 1860ms;
  -moz-animation-delay: 1860ms;
  -o-animation-delay: 1860ms;
  animation-delay: 1860ms; }

.delay-1861 {
  -webkit-animation-delay: 1861ms;
  -moz-animation-delay: 1861ms;
  -o-animation-delay: 1861ms;
  animation-delay: 1861ms; }

.delay-1862 {
  -webkit-animation-delay: 1862ms;
  -moz-animation-delay: 1862ms;
  -o-animation-delay: 1862ms;
  animation-delay: 1862ms; }

.delay-1863 {
  -webkit-animation-delay: 1863ms;
  -moz-animation-delay: 1863ms;
  -o-animation-delay: 1863ms;
  animation-delay: 1863ms; }

.delay-1864 {
  -webkit-animation-delay: 1864ms;
  -moz-animation-delay: 1864ms;
  -o-animation-delay: 1864ms;
  animation-delay: 1864ms; }

.delay-1865 {
  -webkit-animation-delay: 1865ms;
  -moz-animation-delay: 1865ms;
  -o-animation-delay: 1865ms;
  animation-delay: 1865ms; }

.delay-1866 {
  -webkit-animation-delay: 1866ms;
  -moz-animation-delay: 1866ms;
  -o-animation-delay: 1866ms;
  animation-delay: 1866ms; }

.delay-1867 {
  -webkit-animation-delay: 1867ms;
  -moz-animation-delay: 1867ms;
  -o-animation-delay: 1867ms;
  animation-delay: 1867ms; }

.delay-1868 {
  -webkit-animation-delay: 1868ms;
  -moz-animation-delay: 1868ms;
  -o-animation-delay: 1868ms;
  animation-delay: 1868ms; }

.delay-1869 {
  -webkit-animation-delay: 1869ms;
  -moz-animation-delay: 1869ms;
  -o-animation-delay: 1869ms;
  animation-delay: 1869ms; }

.delay-1870 {
  -webkit-animation-delay: 1870ms;
  -moz-animation-delay: 1870ms;
  -o-animation-delay: 1870ms;
  animation-delay: 1870ms; }

.delay-1871 {
  -webkit-animation-delay: 1871ms;
  -moz-animation-delay: 1871ms;
  -o-animation-delay: 1871ms;
  animation-delay: 1871ms; }

.delay-1872 {
  -webkit-animation-delay: 1872ms;
  -moz-animation-delay: 1872ms;
  -o-animation-delay: 1872ms;
  animation-delay: 1872ms; }

.delay-1873 {
  -webkit-animation-delay: 1873ms;
  -moz-animation-delay: 1873ms;
  -o-animation-delay: 1873ms;
  animation-delay: 1873ms; }

.delay-1874 {
  -webkit-animation-delay: 1874ms;
  -moz-animation-delay: 1874ms;
  -o-animation-delay: 1874ms;
  animation-delay: 1874ms; }

.delay-1875 {
  -webkit-animation-delay: 1875ms;
  -moz-animation-delay: 1875ms;
  -o-animation-delay: 1875ms;
  animation-delay: 1875ms; }

.delay-1876 {
  -webkit-animation-delay: 1876ms;
  -moz-animation-delay: 1876ms;
  -o-animation-delay: 1876ms;
  animation-delay: 1876ms; }

.delay-1877 {
  -webkit-animation-delay: 1877ms;
  -moz-animation-delay: 1877ms;
  -o-animation-delay: 1877ms;
  animation-delay: 1877ms; }

.delay-1878 {
  -webkit-animation-delay: 1878ms;
  -moz-animation-delay: 1878ms;
  -o-animation-delay: 1878ms;
  animation-delay: 1878ms; }

.delay-1879 {
  -webkit-animation-delay: 1879ms;
  -moz-animation-delay: 1879ms;
  -o-animation-delay: 1879ms;
  animation-delay: 1879ms; }

.delay-1880 {
  -webkit-animation-delay: 1880ms;
  -moz-animation-delay: 1880ms;
  -o-animation-delay: 1880ms;
  animation-delay: 1880ms; }

.delay-1881 {
  -webkit-animation-delay: 1881ms;
  -moz-animation-delay: 1881ms;
  -o-animation-delay: 1881ms;
  animation-delay: 1881ms; }

.delay-1882 {
  -webkit-animation-delay: 1882ms;
  -moz-animation-delay: 1882ms;
  -o-animation-delay: 1882ms;
  animation-delay: 1882ms; }

.delay-1883 {
  -webkit-animation-delay: 1883ms;
  -moz-animation-delay: 1883ms;
  -o-animation-delay: 1883ms;
  animation-delay: 1883ms; }

.delay-1884 {
  -webkit-animation-delay: 1884ms;
  -moz-animation-delay: 1884ms;
  -o-animation-delay: 1884ms;
  animation-delay: 1884ms; }

.delay-1885 {
  -webkit-animation-delay: 1885ms;
  -moz-animation-delay: 1885ms;
  -o-animation-delay: 1885ms;
  animation-delay: 1885ms; }

.delay-1886 {
  -webkit-animation-delay: 1886ms;
  -moz-animation-delay: 1886ms;
  -o-animation-delay: 1886ms;
  animation-delay: 1886ms; }

.delay-1887 {
  -webkit-animation-delay: 1887ms;
  -moz-animation-delay: 1887ms;
  -o-animation-delay: 1887ms;
  animation-delay: 1887ms; }

.delay-1888 {
  -webkit-animation-delay: 1888ms;
  -moz-animation-delay: 1888ms;
  -o-animation-delay: 1888ms;
  animation-delay: 1888ms; }

.delay-1889 {
  -webkit-animation-delay: 1889ms;
  -moz-animation-delay: 1889ms;
  -o-animation-delay: 1889ms;
  animation-delay: 1889ms; }

.delay-1890 {
  -webkit-animation-delay: 1890ms;
  -moz-animation-delay: 1890ms;
  -o-animation-delay: 1890ms;
  animation-delay: 1890ms; }

.delay-1891 {
  -webkit-animation-delay: 1891ms;
  -moz-animation-delay: 1891ms;
  -o-animation-delay: 1891ms;
  animation-delay: 1891ms; }

.delay-1892 {
  -webkit-animation-delay: 1892ms;
  -moz-animation-delay: 1892ms;
  -o-animation-delay: 1892ms;
  animation-delay: 1892ms; }

.delay-1893 {
  -webkit-animation-delay: 1893ms;
  -moz-animation-delay: 1893ms;
  -o-animation-delay: 1893ms;
  animation-delay: 1893ms; }

.delay-1894 {
  -webkit-animation-delay: 1894ms;
  -moz-animation-delay: 1894ms;
  -o-animation-delay: 1894ms;
  animation-delay: 1894ms; }

.delay-1895 {
  -webkit-animation-delay: 1895ms;
  -moz-animation-delay: 1895ms;
  -o-animation-delay: 1895ms;
  animation-delay: 1895ms; }

.delay-1896 {
  -webkit-animation-delay: 1896ms;
  -moz-animation-delay: 1896ms;
  -o-animation-delay: 1896ms;
  animation-delay: 1896ms; }

.delay-1897 {
  -webkit-animation-delay: 1897ms;
  -moz-animation-delay: 1897ms;
  -o-animation-delay: 1897ms;
  animation-delay: 1897ms; }

.delay-1898 {
  -webkit-animation-delay: 1898ms;
  -moz-animation-delay: 1898ms;
  -o-animation-delay: 1898ms;
  animation-delay: 1898ms; }

.delay-1899 {
  -webkit-animation-delay: 1899ms;
  -moz-animation-delay: 1899ms;
  -o-animation-delay: 1899ms;
  animation-delay: 1899ms; }

.delay-1900 {
  -webkit-animation-delay: 1900ms;
  -moz-animation-delay: 1900ms;
  -o-animation-delay: 1900ms;
  animation-delay: 1900ms; }

.delay-1901 {
  -webkit-animation-delay: 1901ms;
  -moz-animation-delay: 1901ms;
  -o-animation-delay: 1901ms;
  animation-delay: 1901ms; }

.delay-1902 {
  -webkit-animation-delay: 1902ms;
  -moz-animation-delay: 1902ms;
  -o-animation-delay: 1902ms;
  animation-delay: 1902ms; }

.delay-1903 {
  -webkit-animation-delay: 1903ms;
  -moz-animation-delay: 1903ms;
  -o-animation-delay: 1903ms;
  animation-delay: 1903ms; }

.delay-1904 {
  -webkit-animation-delay: 1904ms;
  -moz-animation-delay: 1904ms;
  -o-animation-delay: 1904ms;
  animation-delay: 1904ms; }

.delay-1905 {
  -webkit-animation-delay: 1905ms;
  -moz-animation-delay: 1905ms;
  -o-animation-delay: 1905ms;
  animation-delay: 1905ms; }

.delay-1906 {
  -webkit-animation-delay: 1906ms;
  -moz-animation-delay: 1906ms;
  -o-animation-delay: 1906ms;
  animation-delay: 1906ms; }

.delay-1907 {
  -webkit-animation-delay: 1907ms;
  -moz-animation-delay: 1907ms;
  -o-animation-delay: 1907ms;
  animation-delay: 1907ms; }

.delay-1908 {
  -webkit-animation-delay: 1908ms;
  -moz-animation-delay: 1908ms;
  -o-animation-delay: 1908ms;
  animation-delay: 1908ms; }

.delay-1909 {
  -webkit-animation-delay: 1909ms;
  -moz-animation-delay: 1909ms;
  -o-animation-delay: 1909ms;
  animation-delay: 1909ms; }

.delay-1910 {
  -webkit-animation-delay: 1910ms;
  -moz-animation-delay: 1910ms;
  -o-animation-delay: 1910ms;
  animation-delay: 1910ms; }

.delay-1911 {
  -webkit-animation-delay: 1911ms;
  -moz-animation-delay: 1911ms;
  -o-animation-delay: 1911ms;
  animation-delay: 1911ms; }

.delay-1912 {
  -webkit-animation-delay: 1912ms;
  -moz-animation-delay: 1912ms;
  -o-animation-delay: 1912ms;
  animation-delay: 1912ms; }

.delay-1913 {
  -webkit-animation-delay: 1913ms;
  -moz-animation-delay: 1913ms;
  -o-animation-delay: 1913ms;
  animation-delay: 1913ms; }

.delay-1914 {
  -webkit-animation-delay: 1914ms;
  -moz-animation-delay: 1914ms;
  -o-animation-delay: 1914ms;
  animation-delay: 1914ms; }

.delay-1915 {
  -webkit-animation-delay: 1915ms;
  -moz-animation-delay: 1915ms;
  -o-animation-delay: 1915ms;
  animation-delay: 1915ms; }

.delay-1916 {
  -webkit-animation-delay: 1916ms;
  -moz-animation-delay: 1916ms;
  -o-animation-delay: 1916ms;
  animation-delay: 1916ms; }

.delay-1917 {
  -webkit-animation-delay: 1917ms;
  -moz-animation-delay: 1917ms;
  -o-animation-delay: 1917ms;
  animation-delay: 1917ms; }

.delay-1918 {
  -webkit-animation-delay: 1918ms;
  -moz-animation-delay: 1918ms;
  -o-animation-delay: 1918ms;
  animation-delay: 1918ms; }

.delay-1919 {
  -webkit-animation-delay: 1919ms;
  -moz-animation-delay: 1919ms;
  -o-animation-delay: 1919ms;
  animation-delay: 1919ms; }

.delay-1920 {
  -webkit-animation-delay: 1920ms;
  -moz-animation-delay: 1920ms;
  -o-animation-delay: 1920ms;
  animation-delay: 1920ms; }

.delay-1921 {
  -webkit-animation-delay: 1921ms;
  -moz-animation-delay: 1921ms;
  -o-animation-delay: 1921ms;
  animation-delay: 1921ms; }

.delay-1922 {
  -webkit-animation-delay: 1922ms;
  -moz-animation-delay: 1922ms;
  -o-animation-delay: 1922ms;
  animation-delay: 1922ms; }

.delay-1923 {
  -webkit-animation-delay: 1923ms;
  -moz-animation-delay: 1923ms;
  -o-animation-delay: 1923ms;
  animation-delay: 1923ms; }

.delay-1924 {
  -webkit-animation-delay: 1924ms;
  -moz-animation-delay: 1924ms;
  -o-animation-delay: 1924ms;
  animation-delay: 1924ms; }

.delay-1925 {
  -webkit-animation-delay: 1925ms;
  -moz-animation-delay: 1925ms;
  -o-animation-delay: 1925ms;
  animation-delay: 1925ms; }

.delay-1926 {
  -webkit-animation-delay: 1926ms;
  -moz-animation-delay: 1926ms;
  -o-animation-delay: 1926ms;
  animation-delay: 1926ms; }

.delay-1927 {
  -webkit-animation-delay: 1927ms;
  -moz-animation-delay: 1927ms;
  -o-animation-delay: 1927ms;
  animation-delay: 1927ms; }

.delay-1928 {
  -webkit-animation-delay: 1928ms;
  -moz-animation-delay: 1928ms;
  -o-animation-delay: 1928ms;
  animation-delay: 1928ms; }

.delay-1929 {
  -webkit-animation-delay: 1929ms;
  -moz-animation-delay: 1929ms;
  -o-animation-delay: 1929ms;
  animation-delay: 1929ms; }

.delay-1930 {
  -webkit-animation-delay: 1930ms;
  -moz-animation-delay: 1930ms;
  -o-animation-delay: 1930ms;
  animation-delay: 1930ms; }

.delay-1931 {
  -webkit-animation-delay: 1931ms;
  -moz-animation-delay: 1931ms;
  -o-animation-delay: 1931ms;
  animation-delay: 1931ms; }

.delay-1932 {
  -webkit-animation-delay: 1932ms;
  -moz-animation-delay: 1932ms;
  -o-animation-delay: 1932ms;
  animation-delay: 1932ms; }

.delay-1933 {
  -webkit-animation-delay: 1933ms;
  -moz-animation-delay: 1933ms;
  -o-animation-delay: 1933ms;
  animation-delay: 1933ms; }

.delay-1934 {
  -webkit-animation-delay: 1934ms;
  -moz-animation-delay: 1934ms;
  -o-animation-delay: 1934ms;
  animation-delay: 1934ms; }

.delay-1935 {
  -webkit-animation-delay: 1935ms;
  -moz-animation-delay: 1935ms;
  -o-animation-delay: 1935ms;
  animation-delay: 1935ms; }

.delay-1936 {
  -webkit-animation-delay: 1936ms;
  -moz-animation-delay: 1936ms;
  -o-animation-delay: 1936ms;
  animation-delay: 1936ms; }

.delay-1937 {
  -webkit-animation-delay: 1937ms;
  -moz-animation-delay: 1937ms;
  -o-animation-delay: 1937ms;
  animation-delay: 1937ms; }

.delay-1938 {
  -webkit-animation-delay: 1938ms;
  -moz-animation-delay: 1938ms;
  -o-animation-delay: 1938ms;
  animation-delay: 1938ms; }

.delay-1939 {
  -webkit-animation-delay: 1939ms;
  -moz-animation-delay: 1939ms;
  -o-animation-delay: 1939ms;
  animation-delay: 1939ms; }

.delay-1940 {
  -webkit-animation-delay: 1940ms;
  -moz-animation-delay: 1940ms;
  -o-animation-delay: 1940ms;
  animation-delay: 1940ms; }

.delay-1941 {
  -webkit-animation-delay: 1941ms;
  -moz-animation-delay: 1941ms;
  -o-animation-delay: 1941ms;
  animation-delay: 1941ms; }

.delay-1942 {
  -webkit-animation-delay: 1942ms;
  -moz-animation-delay: 1942ms;
  -o-animation-delay: 1942ms;
  animation-delay: 1942ms; }

.delay-1943 {
  -webkit-animation-delay: 1943ms;
  -moz-animation-delay: 1943ms;
  -o-animation-delay: 1943ms;
  animation-delay: 1943ms; }

.delay-1944 {
  -webkit-animation-delay: 1944ms;
  -moz-animation-delay: 1944ms;
  -o-animation-delay: 1944ms;
  animation-delay: 1944ms; }

.delay-1945 {
  -webkit-animation-delay: 1945ms;
  -moz-animation-delay: 1945ms;
  -o-animation-delay: 1945ms;
  animation-delay: 1945ms; }

.delay-1946 {
  -webkit-animation-delay: 1946ms;
  -moz-animation-delay: 1946ms;
  -o-animation-delay: 1946ms;
  animation-delay: 1946ms; }

.delay-1947 {
  -webkit-animation-delay: 1947ms;
  -moz-animation-delay: 1947ms;
  -o-animation-delay: 1947ms;
  animation-delay: 1947ms; }

.delay-1948 {
  -webkit-animation-delay: 1948ms;
  -moz-animation-delay: 1948ms;
  -o-animation-delay: 1948ms;
  animation-delay: 1948ms; }

.delay-1949 {
  -webkit-animation-delay: 1949ms;
  -moz-animation-delay: 1949ms;
  -o-animation-delay: 1949ms;
  animation-delay: 1949ms; }

.delay-1950 {
  -webkit-animation-delay: 1950ms;
  -moz-animation-delay: 1950ms;
  -o-animation-delay: 1950ms;
  animation-delay: 1950ms; }

.delay-1951 {
  -webkit-animation-delay: 1951ms;
  -moz-animation-delay: 1951ms;
  -o-animation-delay: 1951ms;
  animation-delay: 1951ms; }

.delay-1952 {
  -webkit-animation-delay: 1952ms;
  -moz-animation-delay: 1952ms;
  -o-animation-delay: 1952ms;
  animation-delay: 1952ms; }

.delay-1953 {
  -webkit-animation-delay: 1953ms;
  -moz-animation-delay: 1953ms;
  -o-animation-delay: 1953ms;
  animation-delay: 1953ms; }

.delay-1954 {
  -webkit-animation-delay: 1954ms;
  -moz-animation-delay: 1954ms;
  -o-animation-delay: 1954ms;
  animation-delay: 1954ms; }

.delay-1955 {
  -webkit-animation-delay: 1955ms;
  -moz-animation-delay: 1955ms;
  -o-animation-delay: 1955ms;
  animation-delay: 1955ms; }

.delay-1956 {
  -webkit-animation-delay: 1956ms;
  -moz-animation-delay: 1956ms;
  -o-animation-delay: 1956ms;
  animation-delay: 1956ms; }

.delay-1957 {
  -webkit-animation-delay: 1957ms;
  -moz-animation-delay: 1957ms;
  -o-animation-delay: 1957ms;
  animation-delay: 1957ms; }

.delay-1958 {
  -webkit-animation-delay: 1958ms;
  -moz-animation-delay: 1958ms;
  -o-animation-delay: 1958ms;
  animation-delay: 1958ms; }

.delay-1959 {
  -webkit-animation-delay: 1959ms;
  -moz-animation-delay: 1959ms;
  -o-animation-delay: 1959ms;
  animation-delay: 1959ms; }

.delay-1960 {
  -webkit-animation-delay: 1960ms;
  -moz-animation-delay: 1960ms;
  -o-animation-delay: 1960ms;
  animation-delay: 1960ms; }

.delay-1961 {
  -webkit-animation-delay: 1961ms;
  -moz-animation-delay: 1961ms;
  -o-animation-delay: 1961ms;
  animation-delay: 1961ms; }

.delay-1962 {
  -webkit-animation-delay: 1962ms;
  -moz-animation-delay: 1962ms;
  -o-animation-delay: 1962ms;
  animation-delay: 1962ms; }

.delay-1963 {
  -webkit-animation-delay: 1963ms;
  -moz-animation-delay: 1963ms;
  -o-animation-delay: 1963ms;
  animation-delay: 1963ms; }

.delay-1964 {
  -webkit-animation-delay: 1964ms;
  -moz-animation-delay: 1964ms;
  -o-animation-delay: 1964ms;
  animation-delay: 1964ms; }

.delay-1965 {
  -webkit-animation-delay: 1965ms;
  -moz-animation-delay: 1965ms;
  -o-animation-delay: 1965ms;
  animation-delay: 1965ms; }

.delay-1966 {
  -webkit-animation-delay: 1966ms;
  -moz-animation-delay: 1966ms;
  -o-animation-delay: 1966ms;
  animation-delay: 1966ms; }

.delay-1967 {
  -webkit-animation-delay: 1967ms;
  -moz-animation-delay: 1967ms;
  -o-animation-delay: 1967ms;
  animation-delay: 1967ms; }

.delay-1968 {
  -webkit-animation-delay: 1968ms;
  -moz-animation-delay: 1968ms;
  -o-animation-delay: 1968ms;
  animation-delay: 1968ms; }

.delay-1969 {
  -webkit-animation-delay: 1969ms;
  -moz-animation-delay: 1969ms;
  -o-animation-delay: 1969ms;
  animation-delay: 1969ms; }

.delay-1970 {
  -webkit-animation-delay: 1970ms;
  -moz-animation-delay: 1970ms;
  -o-animation-delay: 1970ms;
  animation-delay: 1970ms; }

.delay-1971 {
  -webkit-animation-delay: 1971ms;
  -moz-animation-delay: 1971ms;
  -o-animation-delay: 1971ms;
  animation-delay: 1971ms; }

.delay-1972 {
  -webkit-animation-delay: 1972ms;
  -moz-animation-delay: 1972ms;
  -o-animation-delay: 1972ms;
  animation-delay: 1972ms; }

.delay-1973 {
  -webkit-animation-delay: 1973ms;
  -moz-animation-delay: 1973ms;
  -o-animation-delay: 1973ms;
  animation-delay: 1973ms; }

.delay-1974 {
  -webkit-animation-delay: 1974ms;
  -moz-animation-delay: 1974ms;
  -o-animation-delay: 1974ms;
  animation-delay: 1974ms; }

.delay-1975 {
  -webkit-animation-delay: 1975ms;
  -moz-animation-delay: 1975ms;
  -o-animation-delay: 1975ms;
  animation-delay: 1975ms; }

.delay-1976 {
  -webkit-animation-delay: 1976ms;
  -moz-animation-delay: 1976ms;
  -o-animation-delay: 1976ms;
  animation-delay: 1976ms; }

.delay-1977 {
  -webkit-animation-delay: 1977ms;
  -moz-animation-delay: 1977ms;
  -o-animation-delay: 1977ms;
  animation-delay: 1977ms; }

.delay-1978 {
  -webkit-animation-delay: 1978ms;
  -moz-animation-delay: 1978ms;
  -o-animation-delay: 1978ms;
  animation-delay: 1978ms; }

.delay-1979 {
  -webkit-animation-delay: 1979ms;
  -moz-animation-delay: 1979ms;
  -o-animation-delay: 1979ms;
  animation-delay: 1979ms; }

.delay-1980 {
  -webkit-animation-delay: 1980ms;
  -moz-animation-delay: 1980ms;
  -o-animation-delay: 1980ms;
  animation-delay: 1980ms; }

.delay-1981 {
  -webkit-animation-delay: 1981ms;
  -moz-animation-delay: 1981ms;
  -o-animation-delay: 1981ms;
  animation-delay: 1981ms; }

.delay-1982 {
  -webkit-animation-delay: 1982ms;
  -moz-animation-delay: 1982ms;
  -o-animation-delay: 1982ms;
  animation-delay: 1982ms; }

.delay-1983 {
  -webkit-animation-delay: 1983ms;
  -moz-animation-delay: 1983ms;
  -o-animation-delay: 1983ms;
  animation-delay: 1983ms; }

.delay-1984 {
  -webkit-animation-delay: 1984ms;
  -moz-animation-delay: 1984ms;
  -o-animation-delay: 1984ms;
  animation-delay: 1984ms; }

.delay-1985 {
  -webkit-animation-delay: 1985ms;
  -moz-animation-delay: 1985ms;
  -o-animation-delay: 1985ms;
  animation-delay: 1985ms; }

.delay-1986 {
  -webkit-animation-delay: 1986ms;
  -moz-animation-delay: 1986ms;
  -o-animation-delay: 1986ms;
  animation-delay: 1986ms; }

.delay-1987 {
  -webkit-animation-delay: 1987ms;
  -moz-animation-delay: 1987ms;
  -o-animation-delay: 1987ms;
  animation-delay: 1987ms; }

.delay-1988 {
  -webkit-animation-delay: 1988ms;
  -moz-animation-delay: 1988ms;
  -o-animation-delay: 1988ms;
  animation-delay: 1988ms; }

.delay-1989 {
  -webkit-animation-delay: 1989ms;
  -moz-animation-delay: 1989ms;
  -o-animation-delay: 1989ms;
  animation-delay: 1989ms; }

.delay-1990 {
  -webkit-animation-delay: 1990ms;
  -moz-animation-delay: 1990ms;
  -o-animation-delay: 1990ms;
  animation-delay: 1990ms; }

.delay-1991 {
  -webkit-animation-delay: 1991ms;
  -moz-animation-delay: 1991ms;
  -o-animation-delay: 1991ms;
  animation-delay: 1991ms; }

.delay-1992 {
  -webkit-animation-delay: 1992ms;
  -moz-animation-delay: 1992ms;
  -o-animation-delay: 1992ms;
  animation-delay: 1992ms; }

.delay-1993 {
  -webkit-animation-delay: 1993ms;
  -moz-animation-delay: 1993ms;
  -o-animation-delay: 1993ms;
  animation-delay: 1993ms; }

.delay-1994 {
  -webkit-animation-delay: 1994ms;
  -moz-animation-delay: 1994ms;
  -o-animation-delay: 1994ms;
  animation-delay: 1994ms; }

.delay-1995 {
  -webkit-animation-delay: 1995ms;
  -moz-animation-delay: 1995ms;
  -o-animation-delay: 1995ms;
  animation-delay: 1995ms; }

.delay-1996 {
  -webkit-animation-delay: 1996ms;
  -moz-animation-delay: 1996ms;
  -o-animation-delay: 1996ms;
  animation-delay: 1996ms; }

.delay-1997 {
  -webkit-animation-delay: 1997ms;
  -moz-animation-delay: 1997ms;
  -o-animation-delay: 1997ms;
  animation-delay: 1997ms; }

.delay-1998 {
  -webkit-animation-delay: 1998ms;
  -moz-animation-delay: 1998ms;
  -o-animation-delay: 1998ms;
  animation-delay: 1998ms; }

.delay-1999 {
  -webkit-animation-delay: 1999ms;
  -moz-animation-delay: 1999ms;
  -o-animation-delay: 1999ms;
  animation-delay: 1999ms; }

.delay-2000 {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms; }

.delay-2001 {
  -webkit-animation-delay: 2001ms;
  -moz-animation-delay: 2001ms;
  -o-animation-delay: 2001ms;
  animation-delay: 2001ms; }

.delay-2002 {
  -webkit-animation-delay: 2002ms;
  -moz-animation-delay: 2002ms;
  -o-animation-delay: 2002ms;
  animation-delay: 2002ms; }

.delay-2003 {
  -webkit-animation-delay: 2003ms;
  -moz-animation-delay: 2003ms;
  -o-animation-delay: 2003ms;
  animation-delay: 2003ms; }

.delay-2004 {
  -webkit-animation-delay: 2004ms;
  -moz-animation-delay: 2004ms;
  -o-animation-delay: 2004ms;
  animation-delay: 2004ms; }

.delay-2005 {
  -webkit-animation-delay: 2005ms;
  -moz-animation-delay: 2005ms;
  -o-animation-delay: 2005ms;
  animation-delay: 2005ms; }

.delay-2006 {
  -webkit-animation-delay: 2006ms;
  -moz-animation-delay: 2006ms;
  -o-animation-delay: 2006ms;
  animation-delay: 2006ms; }

.delay-2007 {
  -webkit-animation-delay: 2007ms;
  -moz-animation-delay: 2007ms;
  -o-animation-delay: 2007ms;
  animation-delay: 2007ms; }

.delay-2008 {
  -webkit-animation-delay: 2008ms;
  -moz-animation-delay: 2008ms;
  -o-animation-delay: 2008ms;
  animation-delay: 2008ms; }

.delay-2009 {
  -webkit-animation-delay: 2009ms;
  -moz-animation-delay: 2009ms;
  -o-animation-delay: 2009ms;
  animation-delay: 2009ms; }

.delay-2010 {
  -webkit-animation-delay: 2010ms;
  -moz-animation-delay: 2010ms;
  -o-animation-delay: 2010ms;
  animation-delay: 2010ms; }

.delay-2011 {
  -webkit-animation-delay: 2011ms;
  -moz-animation-delay: 2011ms;
  -o-animation-delay: 2011ms;
  animation-delay: 2011ms; }

.delay-2012 {
  -webkit-animation-delay: 2012ms;
  -moz-animation-delay: 2012ms;
  -o-animation-delay: 2012ms;
  animation-delay: 2012ms; }

.delay-2013 {
  -webkit-animation-delay: 2013ms;
  -moz-animation-delay: 2013ms;
  -o-animation-delay: 2013ms;
  animation-delay: 2013ms; }

.delay-2014 {
  -webkit-animation-delay: 2014ms;
  -moz-animation-delay: 2014ms;
  -o-animation-delay: 2014ms;
  animation-delay: 2014ms; }

.delay-2015 {
  -webkit-animation-delay: 2015ms;
  -moz-animation-delay: 2015ms;
  -o-animation-delay: 2015ms;
  animation-delay: 2015ms; }

.delay-2016 {
  -webkit-animation-delay: 2016ms;
  -moz-animation-delay: 2016ms;
  -o-animation-delay: 2016ms;
  animation-delay: 2016ms; }

.delay-2017 {
  -webkit-animation-delay: 2017ms;
  -moz-animation-delay: 2017ms;
  -o-animation-delay: 2017ms;
  animation-delay: 2017ms; }

.delay-2018 {
  -webkit-animation-delay: 2018ms;
  -moz-animation-delay: 2018ms;
  -o-animation-delay: 2018ms;
  animation-delay: 2018ms; }

.delay-2019 {
  -webkit-animation-delay: 2019ms;
  -moz-animation-delay: 2019ms;
  -o-animation-delay: 2019ms;
  animation-delay: 2019ms; }

.delay-2020 {
  -webkit-animation-delay: 2020ms;
  -moz-animation-delay: 2020ms;
  -o-animation-delay: 2020ms;
  animation-delay: 2020ms; }

.delay-2021 {
  -webkit-animation-delay: 2021ms;
  -moz-animation-delay: 2021ms;
  -o-animation-delay: 2021ms;
  animation-delay: 2021ms; }

.delay-2022 {
  -webkit-animation-delay: 2022ms;
  -moz-animation-delay: 2022ms;
  -o-animation-delay: 2022ms;
  animation-delay: 2022ms; }

.delay-2023 {
  -webkit-animation-delay: 2023ms;
  -moz-animation-delay: 2023ms;
  -o-animation-delay: 2023ms;
  animation-delay: 2023ms; }

.delay-2024 {
  -webkit-animation-delay: 2024ms;
  -moz-animation-delay: 2024ms;
  -o-animation-delay: 2024ms;
  animation-delay: 2024ms; }

.delay-2025 {
  -webkit-animation-delay: 2025ms;
  -moz-animation-delay: 2025ms;
  -o-animation-delay: 2025ms;
  animation-delay: 2025ms; }

.delay-2026 {
  -webkit-animation-delay: 2026ms;
  -moz-animation-delay: 2026ms;
  -o-animation-delay: 2026ms;
  animation-delay: 2026ms; }

.delay-2027 {
  -webkit-animation-delay: 2027ms;
  -moz-animation-delay: 2027ms;
  -o-animation-delay: 2027ms;
  animation-delay: 2027ms; }

.delay-2028 {
  -webkit-animation-delay: 2028ms;
  -moz-animation-delay: 2028ms;
  -o-animation-delay: 2028ms;
  animation-delay: 2028ms; }

.delay-2029 {
  -webkit-animation-delay: 2029ms;
  -moz-animation-delay: 2029ms;
  -o-animation-delay: 2029ms;
  animation-delay: 2029ms; }

.delay-2030 {
  -webkit-animation-delay: 2030ms;
  -moz-animation-delay: 2030ms;
  -o-animation-delay: 2030ms;
  animation-delay: 2030ms; }

.delay-2031 {
  -webkit-animation-delay: 2031ms;
  -moz-animation-delay: 2031ms;
  -o-animation-delay: 2031ms;
  animation-delay: 2031ms; }

.delay-2032 {
  -webkit-animation-delay: 2032ms;
  -moz-animation-delay: 2032ms;
  -o-animation-delay: 2032ms;
  animation-delay: 2032ms; }

.delay-2033 {
  -webkit-animation-delay: 2033ms;
  -moz-animation-delay: 2033ms;
  -o-animation-delay: 2033ms;
  animation-delay: 2033ms; }

.delay-2034 {
  -webkit-animation-delay: 2034ms;
  -moz-animation-delay: 2034ms;
  -o-animation-delay: 2034ms;
  animation-delay: 2034ms; }

.delay-2035 {
  -webkit-animation-delay: 2035ms;
  -moz-animation-delay: 2035ms;
  -o-animation-delay: 2035ms;
  animation-delay: 2035ms; }

.delay-2036 {
  -webkit-animation-delay: 2036ms;
  -moz-animation-delay: 2036ms;
  -o-animation-delay: 2036ms;
  animation-delay: 2036ms; }

.delay-2037 {
  -webkit-animation-delay: 2037ms;
  -moz-animation-delay: 2037ms;
  -o-animation-delay: 2037ms;
  animation-delay: 2037ms; }

.delay-2038 {
  -webkit-animation-delay: 2038ms;
  -moz-animation-delay: 2038ms;
  -o-animation-delay: 2038ms;
  animation-delay: 2038ms; }

.delay-2039 {
  -webkit-animation-delay: 2039ms;
  -moz-animation-delay: 2039ms;
  -o-animation-delay: 2039ms;
  animation-delay: 2039ms; }

.delay-2040 {
  -webkit-animation-delay: 2040ms;
  -moz-animation-delay: 2040ms;
  -o-animation-delay: 2040ms;
  animation-delay: 2040ms; }

.delay-2041 {
  -webkit-animation-delay: 2041ms;
  -moz-animation-delay: 2041ms;
  -o-animation-delay: 2041ms;
  animation-delay: 2041ms; }

.delay-2042 {
  -webkit-animation-delay: 2042ms;
  -moz-animation-delay: 2042ms;
  -o-animation-delay: 2042ms;
  animation-delay: 2042ms; }

.delay-2043 {
  -webkit-animation-delay: 2043ms;
  -moz-animation-delay: 2043ms;
  -o-animation-delay: 2043ms;
  animation-delay: 2043ms; }

.delay-2044 {
  -webkit-animation-delay: 2044ms;
  -moz-animation-delay: 2044ms;
  -o-animation-delay: 2044ms;
  animation-delay: 2044ms; }

.delay-2045 {
  -webkit-animation-delay: 2045ms;
  -moz-animation-delay: 2045ms;
  -o-animation-delay: 2045ms;
  animation-delay: 2045ms; }

.delay-2046 {
  -webkit-animation-delay: 2046ms;
  -moz-animation-delay: 2046ms;
  -o-animation-delay: 2046ms;
  animation-delay: 2046ms; }

.delay-2047 {
  -webkit-animation-delay: 2047ms;
  -moz-animation-delay: 2047ms;
  -o-animation-delay: 2047ms;
  animation-delay: 2047ms; }

.delay-2048 {
  -webkit-animation-delay: 2048ms;
  -moz-animation-delay: 2048ms;
  -o-animation-delay: 2048ms;
  animation-delay: 2048ms; }

.delay-2049 {
  -webkit-animation-delay: 2049ms;
  -moz-animation-delay: 2049ms;
  -o-animation-delay: 2049ms;
  animation-delay: 2049ms; }

.delay-2050 {
  -webkit-animation-delay: 2050ms;
  -moz-animation-delay: 2050ms;
  -o-animation-delay: 2050ms;
  animation-delay: 2050ms; }

.delay-2051 {
  -webkit-animation-delay: 2051ms;
  -moz-animation-delay: 2051ms;
  -o-animation-delay: 2051ms;
  animation-delay: 2051ms; }

.delay-2052 {
  -webkit-animation-delay: 2052ms;
  -moz-animation-delay: 2052ms;
  -o-animation-delay: 2052ms;
  animation-delay: 2052ms; }

.delay-2053 {
  -webkit-animation-delay: 2053ms;
  -moz-animation-delay: 2053ms;
  -o-animation-delay: 2053ms;
  animation-delay: 2053ms; }

.delay-2054 {
  -webkit-animation-delay: 2054ms;
  -moz-animation-delay: 2054ms;
  -o-animation-delay: 2054ms;
  animation-delay: 2054ms; }

.delay-2055 {
  -webkit-animation-delay: 2055ms;
  -moz-animation-delay: 2055ms;
  -o-animation-delay: 2055ms;
  animation-delay: 2055ms; }

.delay-2056 {
  -webkit-animation-delay: 2056ms;
  -moz-animation-delay: 2056ms;
  -o-animation-delay: 2056ms;
  animation-delay: 2056ms; }

.delay-2057 {
  -webkit-animation-delay: 2057ms;
  -moz-animation-delay: 2057ms;
  -o-animation-delay: 2057ms;
  animation-delay: 2057ms; }

.delay-2058 {
  -webkit-animation-delay: 2058ms;
  -moz-animation-delay: 2058ms;
  -o-animation-delay: 2058ms;
  animation-delay: 2058ms; }

.delay-2059 {
  -webkit-animation-delay: 2059ms;
  -moz-animation-delay: 2059ms;
  -o-animation-delay: 2059ms;
  animation-delay: 2059ms; }

.delay-2060 {
  -webkit-animation-delay: 2060ms;
  -moz-animation-delay: 2060ms;
  -o-animation-delay: 2060ms;
  animation-delay: 2060ms; }

.delay-2061 {
  -webkit-animation-delay: 2061ms;
  -moz-animation-delay: 2061ms;
  -o-animation-delay: 2061ms;
  animation-delay: 2061ms; }

.delay-2062 {
  -webkit-animation-delay: 2062ms;
  -moz-animation-delay: 2062ms;
  -o-animation-delay: 2062ms;
  animation-delay: 2062ms; }

.delay-2063 {
  -webkit-animation-delay: 2063ms;
  -moz-animation-delay: 2063ms;
  -o-animation-delay: 2063ms;
  animation-delay: 2063ms; }

.delay-2064 {
  -webkit-animation-delay: 2064ms;
  -moz-animation-delay: 2064ms;
  -o-animation-delay: 2064ms;
  animation-delay: 2064ms; }

.delay-2065 {
  -webkit-animation-delay: 2065ms;
  -moz-animation-delay: 2065ms;
  -o-animation-delay: 2065ms;
  animation-delay: 2065ms; }

.delay-2066 {
  -webkit-animation-delay: 2066ms;
  -moz-animation-delay: 2066ms;
  -o-animation-delay: 2066ms;
  animation-delay: 2066ms; }

.delay-2067 {
  -webkit-animation-delay: 2067ms;
  -moz-animation-delay: 2067ms;
  -o-animation-delay: 2067ms;
  animation-delay: 2067ms; }

.delay-2068 {
  -webkit-animation-delay: 2068ms;
  -moz-animation-delay: 2068ms;
  -o-animation-delay: 2068ms;
  animation-delay: 2068ms; }

.delay-2069 {
  -webkit-animation-delay: 2069ms;
  -moz-animation-delay: 2069ms;
  -o-animation-delay: 2069ms;
  animation-delay: 2069ms; }

.delay-2070 {
  -webkit-animation-delay: 2070ms;
  -moz-animation-delay: 2070ms;
  -o-animation-delay: 2070ms;
  animation-delay: 2070ms; }

.delay-2071 {
  -webkit-animation-delay: 2071ms;
  -moz-animation-delay: 2071ms;
  -o-animation-delay: 2071ms;
  animation-delay: 2071ms; }

.delay-2072 {
  -webkit-animation-delay: 2072ms;
  -moz-animation-delay: 2072ms;
  -o-animation-delay: 2072ms;
  animation-delay: 2072ms; }

.delay-2073 {
  -webkit-animation-delay: 2073ms;
  -moz-animation-delay: 2073ms;
  -o-animation-delay: 2073ms;
  animation-delay: 2073ms; }

.delay-2074 {
  -webkit-animation-delay: 2074ms;
  -moz-animation-delay: 2074ms;
  -o-animation-delay: 2074ms;
  animation-delay: 2074ms; }

.delay-2075 {
  -webkit-animation-delay: 2075ms;
  -moz-animation-delay: 2075ms;
  -o-animation-delay: 2075ms;
  animation-delay: 2075ms; }

.delay-2076 {
  -webkit-animation-delay: 2076ms;
  -moz-animation-delay: 2076ms;
  -o-animation-delay: 2076ms;
  animation-delay: 2076ms; }

.delay-2077 {
  -webkit-animation-delay: 2077ms;
  -moz-animation-delay: 2077ms;
  -o-animation-delay: 2077ms;
  animation-delay: 2077ms; }

.delay-2078 {
  -webkit-animation-delay: 2078ms;
  -moz-animation-delay: 2078ms;
  -o-animation-delay: 2078ms;
  animation-delay: 2078ms; }

.delay-2079 {
  -webkit-animation-delay: 2079ms;
  -moz-animation-delay: 2079ms;
  -o-animation-delay: 2079ms;
  animation-delay: 2079ms; }

.delay-2080 {
  -webkit-animation-delay: 2080ms;
  -moz-animation-delay: 2080ms;
  -o-animation-delay: 2080ms;
  animation-delay: 2080ms; }

.delay-2081 {
  -webkit-animation-delay: 2081ms;
  -moz-animation-delay: 2081ms;
  -o-animation-delay: 2081ms;
  animation-delay: 2081ms; }

.delay-2082 {
  -webkit-animation-delay: 2082ms;
  -moz-animation-delay: 2082ms;
  -o-animation-delay: 2082ms;
  animation-delay: 2082ms; }

.delay-2083 {
  -webkit-animation-delay: 2083ms;
  -moz-animation-delay: 2083ms;
  -o-animation-delay: 2083ms;
  animation-delay: 2083ms; }

.delay-2084 {
  -webkit-animation-delay: 2084ms;
  -moz-animation-delay: 2084ms;
  -o-animation-delay: 2084ms;
  animation-delay: 2084ms; }

.delay-2085 {
  -webkit-animation-delay: 2085ms;
  -moz-animation-delay: 2085ms;
  -o-animation-delay: 2085ms;
  animation-delay: 2085ms; }

.delay-2086 {
  -webkit-animation-delay: 2086ms;
  -moz-animation-delay: 2086ms;
  -o-animation-delay: 2086ms;
  animation-delay: 2086ms; }

.delay-2087 {
  -webkit-animation-delay: 2087ms;
  -moz-animation-delay: 2087ms;
  -o-animation-delay: 2087ms;
  animation-delay: 2087ms; }

.delay-2088 {
  -webkit-animation-delay: 2088ms;
  -moz-animation-delay: 2088ms;
  -o-animation-delay: 2088ms;
  animation-delay: 2088ms; }

.delay-2089 {
  -webkit-animation-delay: 2089ms;
  -moz-animation-delay: 2089ms;
  -o-animation-delay: 2089ms;
  animation-delay: 2089ms; }

.delay-2090 {
  -webkit-animation-delay: 2090ms;
  -moz-animation-delay: 2090ms;
  -o-animation-delay: 2090ms;
  animation-delay: 2090ms; }

.delay-2091 {
  -webkit-animation-delay: 2091ms;
  -moz-animation-delay: 2091ms;
  -o-animation-delay: 2091ms;
  animation-delay: 2091ms; }

.delay-2092 {
  -webkit-animation-delay: 2092ms;
  -moz-animation-delay: 2092ms;
  -o-animation-delay: 2092ms;
  animation-delay: 2092ms; }

.delay-2093 {
  -webkit-animation-delay: 2093ms;
  -moz-animation-delay: 2093ms;
  -o-animation-delay: 2093ms;
  animation-delay: 2093ms; }

.delay-2094 {
  -webkit-animation-delay: 2094ms;
  -moz-animation-delay: 2094ms;
  -o-animation-delay: 2094ms;
  animation-delay: 2094ms; }

.delay-2095 {
  -webkit-animation-delay: 2095ms;
  -moz-animation-delay: 2095ms;
  -o-animation-delay: 2095ms;
  animation-delay: 2095ms; }

.delay-2096 {
  -webkit-animation-delay: 2096ms;
  -moz-animation-delay: 2096ms;
  -o-animation-delay: 2096ms;
  animation-delay: 2096ms; }

.delay-2097 {
  -webkit-animation-delay: 2097ms;
  -moz-animation-delay: 2097ms;
  -o-animation-delay: 2097ms;
  animation-delay: 2097ms; }

.delay-2098 {
  -webkit-animation-delay: 2098ms;
  -moz-animation-delay: 2098ms;
  -o-animation-delay: 2098ms;
  animation-delay: 2098ms; }

.delay-2099 {
  -webkit-animation-delay: 2099ms;
  -moz-animation-delay: 2099ms;
  -o-animation-delay: 2099ms;
  animation-delay: 2099ms; }

.delay-2100 {
  -webkit-animation-delay: 2100ms;
  -moz-animation-delay: 2100ms;
  -o-animation-delay: 2100ms;
  animation-delay: 2100ms; }

.delay-2101 {
  -webkit-animation-delay: 2101ms;
  -moz-animation-delay: 2101ms;
  -o-animation-delay: 2101ms;
  animation-delay: 2101ms; }

.delay-2102 {
  -webkit-animation-delay: 2102ms;
  -moz-animation-delay: 2102ms;
  -o-animation-delay: 2102ms;
  animation-delay: 2102ms; }

.delay-2103 {
  -webkit-animation-delay: 2103ms;
  -moz-animation-delay: 2103ms;
  -o-animation-delay: 2103ms;
  animation-delay: 2103ms; }

.delay-2104 {
  -webkit-animation-delay: 2104ms;
  -moz-animation-delay: 2104ms;
  -o-animation-delay: 2104ms;
  animation-delay: 2104ms; }

.delay-2105 {
  -webkit-animation-delay: 2105ms;
  -moz-animation-delay: 2105ms;
  -o-animation-delay: 2105ms;
  animation-delay: 2105ms; }

.delay-2106 {
  -webkit-animation-delay: 2106ms;
  -moz-animation-delay: 2106ms;
  -o-animation-delay: 2106ms;
  animation-delay: 2106ms; }

.delay-2107 {
  -webkit-animation-delay: 2107ms;
  -moz-animation-delay: 2107ms;
  -o-animation-delay: 2107ms;
  animation-delay: 2107ms; }

.delay-2108 {
  -webkit-animation-delay: 2108ms;
  -moz-animation-delay: 2108ms;
  -o-animation-delay: 2108ms;
  animation-delay: 2108ms; }

.delay-2109 {
  -webkit-animation-delay: 2109ms;
  -moz-animation-delay: 2109ms;
  -o-animation-delay: 2109ms;
  animation-delay: 2109ms; }

.delay-2110 {
  -webkit-animation-delay: 2110ms;
  -moz-animation-delay: 2110ms;
  -o-animation-delay: 2110ms;
  animation-delay: 2110ms; }

.delay-2111 {
  -webkit-animation-delay: 2111ms;
  -moz-animation-delay: 2111ms;
  -o-animation-delay: 2111ms;
  animation-delay: 2111ms; }

.delay-2112 {
  -webkit-animation-delay: 2112ms;
  -moz-animation-delay: 2112ms;
  -o-animation-delay: 2112ms;
  animation-delay: 2112ms; }

.delay-2113 {
  -webkit-animation-delay: 2113ms;
  -moz-animation-delay: 2113ms;
  -o-animation-delay: 2113ms;
  animation-delay: 2113ms; }

.delay-2114 {
  -webkit-animation-delay: 2114ms;
  -moz-animation-delay: 2114ms;
  -o-animation-delay: 2114ms;
  animation-delay: 2114ms; }

.delay-2115 {
  -webkit-animation-delay: 2115ms;
  -moz-animation-delay: 2115ms;
  -o-animation-delay: 2115ms;
  animation-delay: 2115ms; }

.delay-2116 {
  -webkit-animation-delay: 2116ms;
  -moz-animation-delay: 2116ms;
  -o-animation-delay: 2116ms;
  animation-delay: 2116ms; }

.delay-2117 {
  -webkit-animation-delay: 2117ms;
  -moz-animation-delay: 2117ms;
  -o-animation-delay: 2117ms;
  animation-delay: 2117ms; }

.delay-2118 {
  -webkit-animation-delay: 2118ms;
  -moz-animation-delay: 2118ms;
  -o-animation-delay: 2118ms;
  animation-delay: 2118ms; }

.delay-2119 {
  -webkit-animation-delay: 2119ms;
  -moz-animation-delay: 2119ms;
  -o-animation-delay: 2119ms;
  animation-delay: 2119ms; }

.delay-2120 {
  -webkit-animation-delay: 2120ms;
  -moz-animation-delay: 2120ms;
  -o-animation-delay: 2120ms;
  animation-delay: 2120ms; }

.delay-2121 {
  -webkit-animation-delay: 2121ms;
  -moz-animation-delay: 2121ms;
  -o-animation-delay: 2121ms;
  animation-delay: 2121ms; }

.delay-2122 {
  -webkit-animation-delay: 2122ms;
  -moz-animation-delay: 2122ms;
  -o-animation-delay: 2122ms;
  animation-delay: 2122ms; }

.delay-2123 {
  -webkit-animation-delay: 2123ms;
  -moz-animation-delay: 2123ms;
  -o-animation-delay: 2123ms;
  animation-delay: 2123ms; }

.delay-2124 {
  -webkit-animation-delay: 2124ms;
  -moz-animation-delay: 2124ms;
  -o-animation-delay: 2124ms;
  animation-delay: 2124ms; }

.delay-2125 {
  -webkit-animation-delay: 2125ms;
  -moz-animation-delay: 2125ms;
  -o-animation-delay: 2125ms;
  animation-delay: 2125ms; }

.delay-2126 {
  -webkit-animation-delay: 2126ms;
  -moz-animation-delay: 2126ms;
  -o-animation-delay: 2126ms;
  animation-delay: 2126ms; }

.delay-2127 {
  -webkit-animation-delay: 2127ms;
  -moz-animation-delay: 2127ms;
  -o-animation-delay: 2127ms;
  animation-delay: 2127ms; }

.delay-2128 {
  -webkit-animation-delay: 2128ms;
  -moz-animation-delay: 2128ms;
  -o-animation-delay: 2128ms;
  animation-delay: 2128ms; }

.delay-2129 {
  -webkit-animation-delay: 2129ms;
  -moz-animation-delay: 2129ms;
  -o-animation-delay: 2129ms;
  animation-delay: 2129ms; }

.delay-2130 {
  -webkit-animation-delay: 2130ms;
  -moz-animation-delay: 2130ms;
  -o-animation-delay: 2130ms;
  animation-delay: 2130ms; }

.delay-2131 {
  -webkit-animation-delay: 2131ms;
  -moz-animation-delay: 2131ms;
  -o-animation-delay: 2131ms;
  animation-delay: 2131ms; }

.delay-2132 {
  -webkit-animation-delay: 2132ms;
  -moz-animation-delay: 2132ms;
  -o-animation-delay: 2132ms;
  animation-delay: 2132ms; }

.delay-2133 {
  -webkit-animation-delay: 2133ms;
  -moz-animation-delay: 2133ms;
  -o-animation-delay: 2133ms;
  animation-delay: 2133ms; }

.delay-2134 {
  -webkit-animation-delay: 2134ms;
  -moz-animation-delay: 2134ms;
  -o-animation-delay: 2134ms;
  animation-delay: 2134ms; }

.delay-2135 {
  -webkit-animation-delay: 2135ms;
  -moz-animation-delay: 2135ms;
  -o-animation-delay: 2135ms;
  animation-delay: 2135ms; }

.delay-2136 {
  -webkit-animation-delay: 2136ms;
  -moz-animation-delay: 2136ms;
  -o-animation-delay: 2136ms;
  animation-delay: 2136ms; }

.delay-2137 {
  -webkit-animation-delay: 2137ms;
  -moz-animation-delay: 2137ms;
  -o-animation-delay: 2137ms;
  animation-delay: 2137ms; }

.delay-2138 {
  -webkit-animation-delay: 2138ms;
  -moz-animation-delay: 2138ms;
  -o-animation-delay: 2138ms;
  animation-delay: 2138ms; }

.delay-2139 {
  -webkit-animation-delay: 2139ms;
  -moz-animation-delay: 2139ms;
  -o-animation-delay: 2139ms;
  animation-delay: 2139ms; }

.delay-2140 {
  -webkit-animation-delay: 2140ms;
  -moz-animation-delay: 2140ms;
  -o-animation-delay: 2140ms;
  animation-delay: 2140ms; }

.delay-2141 {
  -webkit-animation-delay: 2141ms;
  -moz-animation-delay: 2141ms;
  -o-animation-delay: 2141ms;
  animation-delay: 2141ms; }

.delay-2142 {
  -webkit-animation-delay: 2142ms;
  -moz-animation-delay: 2142ms;
  -o-animation-delay: 2142ms;
  animation-delay: 2142ms; }

.delay-2143 {
  -webkit-animation-delay: 2143ms;
  -moz-animation-delay: 2143ms;
  -o-animation-delay: 2143ms;
  animation-delay: 2143ms; }

.delay-2144 {
  -webkit-animation-delay: 2144ms;
  -moz-animation-delay: 2144ms;
  -o-animation-delay: 2144ms;
  animation-delay: 2144ms; }

.delay-2145 {
  -webkit-animation-delay: 2145ms;
  -moz-animation-delay: 2145ms;
  -o-animation-delay: 2145ms;
  animation-delay: 2145ms; }

.delay-2146 {
  -webkit-animation-delay: 2146ms;
  -moz-animation-delay: 2146ms;
  -o-animation-delay: 2146ms;
  animation-delay: 2146ms; }

.delay-2147 {
  -webkit-animation-delay: 2147ms;
  -moz-animation-delay: 2147ms;
  -o-animation-delay: 2147ms;
  animation-delay: 2147ms; }

.delay-2148 {
  -webkit-animation-delay: 2148ms;
  -moz-animation-delay: 2148ms;
  -o-animation-delay: 2148ms;
  animation-delay: 2148ms; }

.delay-2149 {
  -webkit-animation-delay: 2149ms;
  -moz-animation-delay: 2149ms;
  -o-animation-delay: 2149ms;
  animation-delay: 2149ms; }

.delay-2150 {
  -webkit-animation-delay: 2150ms;
  -moz-animation-delay: 2150ms;
  -o-animation-delay: 2150ms;
  animation-delay: 2150ms; }

.delay-2151 {
  -webkit-animation-delay: 2151ms;
  -moz-animation-delay: 2151ms;
  -o-animation-delay: 2151ms;
  animation-delay: 2151ms; }

.delay-2152 {
  -webkit-animation-delay: 2152ms;
  -moz-animation-delay: 2152ms;
  -o-animation-delay: 2152ms;
  animation-delay: 2152ms; }

.delay-2153 {
  -webkit-animation-delay: 2153ms;
  -moz-animation-delay: 2153ms;
  -o-animation-delay: 2153ms;
  animation-delay: 2153ms; }

.delay-2154 {
  -webkit-animation-delay: 2154ms;
  -moz-animation-delay: 2154ms;
  -o-animation-delay: 2154ms;
  animation-delay: 2154ms; }

.delay-2155 {
  -webkit-animation-delay: 2155ms;
  -moz-animation-delay: 2155ms;
  -o-animation-delay: 2155ms;
  animation-delay: 2155ms; }

.delay-2156 {
  -webkit-animation-delay: 2156ms;
  -moz-animation-delay: 2156ms;
  -o-animation-delay: 2156ms;
  animation-delay: 2156ms; }

.delay-2157 {
  -webkit-animation-delay: 2157ms;
  -moz-animation-delay: 2157ms;
  -o-animation-delay: 2157ms;
  animation-delay: 2157ms; }

.delay-2158 {
  -webkit-animation-delay: 2158ms;
  -moz-animation-delay: 2158ms;
  -o-animation-delay: 2158ms;
  animation-delay: 2158ms; }

.delay-2159 {
  -webkit-animation-delay: 2159ms;
  -moz-animation-delay: 2159ms;
  -o-animation-delay: 2159ms;
  animation-delay: 2159ms; }

.delay-2160 {
  -webkit-animation-delay: 2160ms;
  -moz-animation-delay: 2160ms;
  -o-animation-delay: 2160ms;
  animation-delay: 2160ms; }

.delay-2161 {
  -webkit-animation-delay: 2161ms;
  -moz-animation-delay: 2161ms;
  -o-animation-delay: 2161ms;
  animation-delay: 2161ms; }

.delay-2162 {
  -webkit-animation-delay: 2162ms;
  -moz-animation-delay: 2162ms;
  -o-animation-delay: 2162ms;
  animation-delay: 2162ms; }

.delay-2163 {
  -webkit-animation-delay: 2163ms;
  -moz-animation-delay: 2163ms;
  -o-animation-delay: 2163ms;
  animation-delay: 2163ms; }

.delay-2164 {
  -webkit-animation-delay: 2164ms;
  -moz-animation-delay: 2164ms;
  -o-animation-delay: 2164ms;
  animation-delay: 2164ms; }

.delay-2165 {
  -webkit-animation-delay: 2165ms;
  -moz-animation-delay: 2165ms;
  -o-animation-delay: 2165ms;
  animation-delay: 2165ms; }

.delay-2166 {
  -webkit-animation-delay: 2166ms;
  -moz-animation-delay: 2166ms;
  -o-animation-delay: 2166ms;
  animation-delay: 2166ms; }

.delay-2167 {
  -webkit-animation-delay: 2167ms;
  -moz-animation-delay: 2167ms;
  -o-animation-delay: 2167ms;
  animation-delay: 2167ms; }

.delay-2168 {
  -webkit-animation-delay: 2168ms;
  -moz-animation-delay: 2168ms;
  -o-animation-delay: 2168ms;
  animation-delay: 2168ms; }

.delay-2169 {
  -webkit-animation-delay: 2169ms;
  -moz-animation-delay: 2169ms;
  -o-animation-delay: 2169ms;
  animation-delay: 2169ms; }

.delay-2170 {
  -webkit-animation-delay: 2170ms;
  -moz-animation-delay: 2170ms;
  -o-animation-delay: 2170ms;
  animation-delay: 2170ms; }

.delay-2171 {
  -webkit-animation-delay: 2171ms;
  -moz-animation-delay: 2171ms;
  -o-animation-delay: 2171ms;
  animation-delay: 2171ms; }

.delay-2172 {
  -webkit-animation-delay: 2172ms;
  -moz-animation-delay: 2172ms;
  -o-animation-delay: 2172ms;
  animation-delay: 2172ms; }

.delay-2173 {
  -webkit-animation-delay: 2173ms;
  -moz-animation-delay: 2173ms;
  -o-animation-delay: 2173ms;
  animation-delay: 2173ms; }

.delay-2174 {
  -webkit-animation-delay: 2174ms;
  -moz-animation-delay: 2174ms;
  -o-animation-delay: 2174ms;
  animation-delay: 2174ms; }

.delay-2175 {
  -webkit-animation-delay: 2175ms;
  -moz-animation-delay: 2175ms;
  -o-animation-delay: 2175ms;
  animation-delay: 2175ms; }

.delay-2176 {
  -webkit-animation-delay: 2176ms;
  -moz-animation-delay: 2176ms;
  -o-animation-delay: 2176ms;
  animation-delay: 2176ms; }

.delay-2177 {
  -webkit-animation-delay: 2177ms;
  -moz-animation-delay: 2177ms;
  -o-animation-delay: 2177ms;
  animation-delay: 2177ms; }

.delay-2178 {
  -webkit-animation-delay: 2178ms;
  -moz-animation-delay: 2178ms;
  -o-animation-delay: 2178ms;
  animation-delay: 2178ms; }

.delay-2179 {
  -webkit-animation-delay: 2179ms;
  -moz-animation-delay: 2179ms;
  -o-animation-delay: 2179ms;
  animation-delay: 2179ms; }

.delay-2180 {
  -webkit-animation-delay: 2180ms;
  -moz-animation-delay: 2180ms;
  -o-animation-delay: 2180ms;
  animation-delay: 2180ms; }

.delay-2181 {
  -webkit-animation-delay: 2181ms;
  -moz-animation-delay: 2181ms;
  -o-animation-delay: 2181ms;
  animation-delay: 2181ms; }

.delay-2182 {
  -webkit-animation-delay: 2182ms;
  -moz-animation-delay: 2182ms;
  -o-animation-delay: 2182ms;
  animation-delay: 2182ms; }

.delay-2183 {
  -webkit-animation-delay: 2183ms;
  -moz-animation-delay: 2183ms;
  -o-animation-delay: 2183ms;
  animation-delay: 2183ms; }

.delay-2184 {
  -webkit-animation-delay: 2184ms;
  -moz-animation-delay: 2184ms;
  -o-animation-delay: 2184ms;
  animation-delay: 2184ms; }

.delay-2185 {
  -webkit-animation-delay: 2185ms;
  -moz-animation-delay: 2185ms;
  -o-animation-delay: 2185ms;
  animation-delay: 2185ms; }

.delay-2186 {
  -webkit-animation-delay: 2186ms;
  -moz-animation-delay: 2186ms;
  -o-animation-delay: 2186ms;
  animation-delay: 2186ms; }

.delay-2187 {
  -webkit-animation-delay: 2187ms;
  -moz-animation-delay: 2187ms;
  -o-animation-delay: 2187ms;
  animation-delay: 2187ms; }

.delay-2188 {
  -webkit-animation-delay: 2188ms;
  -moz-animation-delay: 2188ms;
  -o-animation-delay: 2188ms;
  animation-delay: 2188ms; }

.delay-2189 {
  -webkit-animation-delay: 2189ms;
  -moz-animation-delay: 2189ms;
  -o-animation-delay: 2189ms;
  animation-delay: 2189ms; }

.delay-2190 {
  -webkit-animation-delay: 2190ms;
  -moz-animation-delay: 2190ms;
  -o-animation-delay: 2190ms;
  animation-delay: 2190ms; }

.delay-2191 {
  -webkit-animation-delay: 2191ms;
  -moz-animation-delay: 2191ms;
  -o-animation-delay: 2191ms;
  animation-delay: 2191ms; }

.delay-2192 {
  -webkit-animation-delay: 2192ms;
  -moz-animation-delay: 2192ms;
  -o-animation-delay: 2192ms;
  animation-delay: 2192ms; }

.delay-2193 {
  -webkit-animation-delay: 2193ms;
  -moz-animation-delay: 2193ms;
  -o-animation-delay: 2193ms;
  animation-delay: 2193ms; }

.delay-2194 {
  -webkit-animation-delay: 2194ms;
  -moz-animation-delay: 2194ms;
  -o-animation-delay: 2194ms;
  animation-delay: 2194ms; }

.delay-2195 {
  -webkit-animation-delay: 2195ms;
  -moz-animation-delay: 2195ms;
  -o-animation-delay: 2195ms;
  animation-delay: 2195ms; }

.delay-2196 {
  -webkit-animation-delay: 2196ms;
  -moz-animation-delay: 2196ms;
  -o-animation-delay: 2196ms;
  animation-delay: 2196ms; }

.delay-2197 {
  -webkit-animation-delay: 2197ms;
  -moz-animation-delay: 2197ms;
  -o-animation-delay: 2197ms;
  animation-delay: 2197ms; }

.delay-2198 {
  -webkit-animation-delay: 2198ms;
  -moz-animation-delay: 2198ms;
  -o-animation-delay: 2198ms;
  animation-delay: 2198ms; }

.delay-2199 {
  -webkit-animation-delay: 2199ms;
  -moz-animation-delay: 2199ms;
  -o-animation-delay: 2199ms;
  animation-delay: 2199ms; }

.delay-2200 {
  -webkit-animation-delay: 2200ms;
  -moz-animation-delay: 2200ms;
  -o-animation-delay: 2200ms;
  animation-delay: 2200ms; }

.delay-2201 {
  -webkit-animation-delay: 2201ms;
  -moz-animation-delay: 2201ms;
  -o-animation-delay: 2201ms;
  animation-delay: 2201ms; }

.delay-2202 {
  -webkit-animation-delay: 2202ms;
  -moz-animation-delay: 2202ms;
  -o-animation-delay: 2202ms;
  animation-delay: 2202ms; }

.delay-2203 {
  -webkit-animation-delay: 2203ms;
  -moz-animation-delay: 2203ms;
  -o-animation-delay: 2203ms;
  animation-delay: 2203ms; }

.delay-2204 {
  -webkit-animation-delay: 2204ms;
  -moz-animation-delay: 2204ms;
  -o-animation-delay: 2204ms;
  animation-delay: 2204ms; }

.delay-2205 {
  -webkit-animation-delay: 2205ms;
  -moz-animation-delay: 2205ms;
  -o-animation-delay: 2205ms;
  animation-delay: 2205ms; }

.delay-2206 {
  -webkit-animation-delay: 2206ms;
  -moz-animation-delay: 2206ms;
  -o-animation-delay: 2206ms;
  animation-delay: 2206ms; }

.delay-2207 {
  -webkit-animation-delay: 2207ms;
  -moz-animation-delay: 2207ms;
  -o-animation-delay: 2207ms;
  animation-delay: 2207ms; }

.delay-2208 {
  -webkit-animation-delay: 2208ms;
  -moz-animation-delay: 2208ms;
  -o-animation-delay: 2208ms;
  animation-delay: 2208ms; }

.delay-2209 {
  -webkit-animation-delay: 2209ms;
  -moz-animation-delay: 2209ms;
  -o-animation-delay: 2209ms;
  animation-delay: 2209ms; }

.delay-2210 {
  -webkit-animation-delay: 2210ms;
  -moz-animation-delay: 2210ms;
  -o-animation-delay: 2210ms;
  animation-delay: 2210ms; }

.delay-2211 {
  -webkit-animation-delay: 2211ms;
  -moz-animation-delay: 2211ms;
  -o-animation-delay: 2211ms;
  animation-delay: 2211ms; }

.delay-2212 {
  -webkit-animation-delay: 2212ms;
  -moz-animation-delay: 2212ms;
  -o-animation-delay: 2212ms;
  animation-delay: 2212ms; }

.delay-2213 {
  -webkit-animation-delay: 2213ms;
  -moz-animation-delay: 2213ms;
  -o-animation-delay: 2213ms;
  animation-delay: 2213ms; }

.delay-2214 {
  -webkit-animation-delay: 2214ms;
  -moz-animation-delay: 2214ms;
  -o-animation-delay: 2214ms;
  animation-delay: 2214ms; }

.delay-2215 {
  -webkit-animation-delay: 2215ms;
  -moz-animation-delay: 2215ms;
  -o-animation-delay: 2215ms;
  animation-delay: 2215ms; }

.delay-2216 {
  -webkit-animation-delay: 2216ms;
  -moz-animation-delay: 2216ms;
  -o-animation-delay: 2216ms;
  animation-delay: 2216ms; }

.delay-2217 {
  -webkit-animation-delay: 2217ms;
  -moz-animation-delay: 2217ms;
  -o-animation-delay: 2217ms;
  animation-delay: 2217ms; }

.delay-2218 {
  -webkit-animation-delay: 2218ms;
  -moz-animation-delay: 2218ms;
  -o-animation-delay: 2218ms;
  animation-delay: 2218ms; }

.delay-2219 {
  -webkit-animation-delay: 2219ms;
  -moz-animation-delay: 2219ms;
  -o-animation-delay: 2219ms;
  animation-delay: 2219ms; }

.delay-2220 {
  -webkit-animation-delay: 2220ms;
  -moz-animation-delay: 2220ms;
  -o-animation-delay: 2220ms;
  animation-delay: 2220ms; }

.delay-2221 {
  -webkit-animation-delay: 2221ms;
  -moz-animation-delay: 2221ms;
  -o-animation-delay: 2221ms;
  animation-delay: 2221ms; }

.delay-2222 {
  -webkit-animation-delay: 2222ms;
  -moz-animation-delay: 2222ms;
  -o-animation-delay: 2222ms;
  animation-delay: 2222ms; }

.delay-2223 {
  -webkit-animation-delay: 2223ms;
  -moz-animation-delay: 2223ms;
  -o-animation-delay: 2223ms;
  animation-delay: 2223ms; }

.delay-2224 {
  -webkit-animation-delay: 2224ms;
  -moz-animation-delay: 2224ms;
  -o-animation-delay: 2224ms;
  animation-delay: 2224ms; }

.delay-2225 {
  -webkit-animation-delay: 2225ms;
  -moz-animation-delay: 2225ms;
  -o-animation-delay: 2225ms;
  animation-delay: 2225ms; }

.delay-2226 {
  -webkit-animation-delay: 2226ms;
  -moz-animation-delay: 2226ms;
  -o-animation-delay: 2226ms;
  animation-delay: 2226ms; }

.delay-2227 {
  -webkit-animation-delay: 2227ms;
  -moz-animation-delay: 2227ms;
  -o-animation-delay: 2227ms;
  animation-delay: 2227ms; }

.delay-2228 {
  -webkit-animation-delay: 2228ms;
  -moz-animation-delay: 2228ms;
  -o-animation-delay: 2228ms;
  animation-delay: 2228ms; }

.delay-2229 {
  -webkit-animation-delay: 2229ms;
  -moz-animation-delay: 2229ms;
  -o-animation-delay: 2229ms;
  animation-delay: 2229ms; }

.delay-2230 {
  -webkit-animation-delay: 2230ms;
  -moz-animation-delay: 2230ms;
  -o-animation-delay: 2230ms;
  animation-delay: 2230ms; }

.delay-2231 {
  -webkit-animation-delay: 2231ms;
  -moz-animation-delay: 2231ms;
  -o-animation-delay: 2231ms;
  animation-delay: 2231ms; }

.delay-2232 {
  -webkit-animation-delay: 2232ms;
  -moz-animation-delay: 2232ms;
  -o-animation-delay: 2232ms;
  animation-delay: 2232ms; }

.delay-2233 {
  -webkit-animation-delay: 2233ms;
  -moz-animation-delay: 2233ms;
  -o-animation-delay: 2233ms;
  animation-delay: 2233ms; }

.delay-2234 {
  -webkit-animation-delay: 2234ms;
  -moz-animation-delay: 2234ms;
  -o-animation-delay: 2234ms;
  animation-delay: 2234ms; }

.delay-2235 {
  -webkit-animation-delay: 2235ms;
  -moz-animation-delay: 2235ms;
  -o-animation-delay: 2235ms;
  animation-delay: 2235ms; }

.delay-2236 {
  -webkit-animation-delay: 2236ms;
  -moz-animation-delay: 2236ms;
  -o-animation-delay: 2236ms;
  animation-delay: 2236ms; }

.delay-2237 {
  -webkit-animation-delay: 2237ms;
  -moz-animation-delay: 2237ms;
  -o-animation-delay: 2237ms;
  animation-delay: 2237ms; }

.delay-2238 {
  -webkit-animation-delay: 2238ms;
  -moz-animation-delay: 2238ms;
  -o-animation-delay: 2238ms;
  animation-delay: 2238ms; }

.delay-2239 {
  -webkit-animation-delay: 2239ms;
  -moz-animation-delay: 2239ms;
  -o-animation-delay: 2239ms;
  animation-delay: 2239ms; }

.delay-2240 {
  -webkit-animation-delay: 2240ms;
  -moz-animation-delay: 2240ms;
  -o-animation-delay: 2240ms;
  animation-delay: 2240ms; }

.delay-2241 {
  -webkit-animation-delay: 2241ms;
  -moz-animation-delay: 2241ms;
  -o-animation-delay: 2241ms;
  animation-delay: 2241ms; }

.delay-2242 {
  -webkit-animation-delay: 2242ms;
  -moz-animation-delay: 2242ms;
  -o-animation-delay: 2242ms;
  animation-delay: 2242ms; }

.delay-2243 {
  -webkit-animation-delay: 2243ms;
  -moz-animation-delay: 2243ms;
  -o-animation-delay: 2243ms;
  animation-delay: 2243ms; }

.delay-2244 {
  -webkit-animation-delay: 2244ms;
  -moz-animation-delay: 2244ms;
  -o-animation-delay: 2244ms;
  animation-delay: 2244ms; }

.delay-2245 {
  -webkit-animation-delay: 2245ms;
  -moz-animation-delay: 2245ms;
  -o-animation-delay: 2245ms;
  animation-delay: 2245ms; }

.delay-2246 {
  -webkit-animation-delay: 2246ms;
  -moz-animation-delay: 2246ms;
  -o-animation-delay: 2246ms;
  animation-delay: 2246ms; }

.delay-2247 {
  -webkit-animation-delay: 2247ms;
  -moz-animation-delay: 2247ms;
  -o-animation-delay: 2247ms;
  animation-delay: 2247ms; }

.delay-2248 {
  -webkit-animation-delay: 2248ms;
  -moz-animation-delay: 2248ms;
  -o-animation-delay: 2248ms;
  animation-delay: 2248ms; }

.delay-2249 {
  -webkit-animation-delay: 2249ms;
  -moz-animation-delay: 2249ms;
  -o-animation-delay: 2249ms;
  animation-delay: 2249ms; }

.delay-2250 {
  -webkit-animation-delay: 2250ms;
  -moz-animation-delay: 2250ms;
  -o-animation-delay: 2250ms;
  animation-delay: 2250ms; }

.delay-2251 {
  -webkit-animation-delay: 2251ms;
  -moz-animation-delay: 2251ms;
  -o-animation-delay: 2251ms;
  animation-delay: 2251ms; }

.delay-2252 {
  -webkit-animation-delay: 2252ms;
  -moz-animation-delay: 2252ms;
  -o-animation-delay: 2252ms;
  animation-delay: 2252ms; }

.delay-2253 {
  -webkit-animation-delay: 2253ms;
  -moz-animation-delay: 2253ms;
  -o-animation-delay: 2253ms;
  animation-delay: 2253ms; }

.delay-2254 {
  -webkit-animation-delay: 2254ms;
  -moz-animation-delay: 2254ms;
  -o-animation-delay: 2254ms;
  animation-delay: 2254ms; }

.delay-2255 {
  -webkit-animation-delay: 2255ms;
  -moz-animation-delay: 2255ms;
  -o-animation-delay: 2255ms;
  animation-delay: 2255ms; }

.delay-2256 {
  -webkit-animation-delay: 2256ms;
  -moz-animation-delay: 2256ms;
  -o-animation-delay: 2256ms;
  animation-delay: 2256ms; }

.delay-2257 {
  -webkit-animation-delay: 2257ms;
  -moz-animation-delay: 2257ms;
  -o-animation-delay: 2257ms;
  animation-delay: 2257ms; }

.delay-2258 {
  -webkit-animation-delay: 2258ms;
  -moz-animation-delay: 2258ms;
  -o-animation-delay: 2258ms;
  animation-delay: 2258ms; }

.delay-2259 {
  -webkit-animation-delay: 2259ms;
  -moz-animation-delay: 2259ms;
  -o-animation-delay: 2259ms;
  animation-delay: 2259ms; }

.delay-2260 {
  -webkit-animation-delay: 2260ms;
  -moz-animation-delay: 2260ms;
  -o-animation-delay: 2260ms;
  animation-delay: 2260ms; }

.delay-2261 {
  -webkit-animation-delay: 2261ms;
  -moz-animation-delay: 2261ms;
  -o-animation-delay: 2261ms;
  animation-delay: 2261ms; }

.delay-2262 {
  -webkit-animation-delay: 2262ms;
  -moz-animation-delay: 2262ms;
  -o-animation-delay: 2262ms;
  animation-delay: 2262ms; }

.delay-2263 {
  -webkit-animation-delay: 2263ms;
  -moz-animation-delay: 2263ms;
  -o-animation-delay: 2263ms;
  animation-delay: 2263ms; }

.delay-2264 {
  -webkit-animation-delay: 2264ms;
  -moz-animation-delay: 2264ms;
  -o-animation-delay: 2264ms;
  animation-delay: 2264ms; }

.delay-2265 {
  -webkit-animation-delay: 2265ms;
  -moz-animation-delay: 2265ms;
  -o-animation-delay: 2265ms;
  animation-delay: 2265ms; }

.delay-2266 {
  -webkit-animation-delay: 2266ms;
  -moz-animation-delay: 2266ms;
  -o-animation-delay: 2266ms;
  animation-delay: 2266ms; }

.delay-2267 {
  -webkit-animation-delay: 2267ms;
  -moz-animation-delay: 2267ms;
  -o-animation-delay: 2267ms;
  animation-delay: 2267ms; }

.delay-2268 {
  -webkit-animation-delay: 2268ms;
  -moz-animation-delay: 2268ms;
  -o-animation-delay: 2268ms;
  animation-delay: 2268ms; }

.delay-2269 {
  -webkit-animation-delay: 2269ms;
  -moz-animation-delay: 2269ms;
  -o-animation-delay: 2269ms;
  animation-delay: 2269ms; }

.delay-2270 {
  -webkit-animation-delay: 2270ms;
  -moz-animation-delay: 2270ms;
  -o-animation-delay: 2270ms;
  animation-delay: 2270ms; }

.delay-2271 {
  -webkit-animation-delay: 2271ms;
  -moz-animation-delay: 2271ms;
  -o-animation-delay: 2271ms;
  animation-delay: 2271ms; }

.delay-2272 {
  -webkit-animation-delay: 2272ms;
  -moz-animation-delay: 2272ms;
  -o-animation-delay: 2272ms;
  animation-delay: 2272ms; }

.delay-2273 {
  -webkit-animation-delay: 2273ms;
  -moz-animation-delay: 2273ms;
  -o-animation-delay: 2273ms;
  animation-delay: 2273ms; }

.delay-2274 {
  -webkit-animation-delay: 2274ms;
  -moz-animation-delay: 2274ms;
  -o-animation-delay: 2274ms;
  animation-delay: 2274ms; }

.delay-2275 {
  -webkit-animation-delay: 2275ms;
  -moz-animation-delay: 2275ms;
  -o-animation-delay: 2275ms;
  animation-delay: 2275ms; }

.delay-2276 {
  -webkit-animation-delay: 2276ms;
  -moz-animation-delay: 2276ms;
  -o-animation-delay: 2276ms;
  animation-delay: 2276ms; }

.delay-2277 {
  -webkit-animation-delay: 2277ms;
  -moz-animation-delay: 2277ms;
  -o-animation-delay: 2277ms;
  animation-delay: 2277ms; }

.delay-2278 {
  -webkit-animation-delay: 2278ms;
  -moz-animation-delay: 2278ms;
  -o-animation-delay: 2278ms;
  animation-delay: 2278ms; }

.delay-2279 {
  -webkit-animation-delay: 2279ms;
  -moz-animation-delay: 2279ms;
  -o-animation-delay: 2279ms;
  animation-delay: 2279ms; }

.delay-2280 {
  -webkit-animation-delay: 2280ms;
  -moz-animation-delay: 2280ms;
  -o-animation-delay: 2280ms;
  animation-delay: 2280ms; }

.delay-2281 {
  -webkit-animation-delay: 2281ms;
  -moz-animation-delay: 2281ms;
  -o-animation-delay: 2281ms;
  animation-delay: 2281ms; }

.delay-2282 {
  -webkit-animation-delay: 2282ms;
  -moz-animation-delay: 2282ms;
  -o-animation-delay: 2282ms;
  animation-delay: 2282ms; }

.delay-2283 {
  -webkit-animation-delay: 2283ms;
  -moz-animation-delay: 2283ms;
  -o-animation-delay: 2283ms;
  animation-delay: 2283ms; }

.delay-2284 {
  -webkit-animation-delay: 2284ms;
  -moz-animation-delay: 2284ms;
  -o-animation-delay: 2284ms;
  animation-delay: 2284ms; }

.delay-2285 {
  -webkit-animation-delay: 2285ms;
  -moz-animation-delay: 2285ms;
  -o-animation-delay: 2285ms;
  animation-delay: 2285ms; }

.delay-2286 {
  -webkit-animation-delay: 2286ms;
  -moz-animation-delay: 2286ms;
  -o-animation-delay: 2286ms;
  animation-delay: 2286ms; }

.delay-2287 {
  -webkit-animation-delay: 2287ms;
  -moz-animation-delay: 2287ms;
  -o-animation-delay: 2287ms;
  animation-delay: 2287ms; }

.delay-2288 {
  -webkit-animation-delay: 2288ms;
  -moz-animation-delay: 2288ms;
  -o-animation-delay: 2288ms;
  animation-delay: 2288ms; }

.delay-2289 {
  -webkit-animation-delay: 2289ms;
  -moz-animation-delay: 2289ms;
  -o-animation-delay: 2289ms;
  animation-delay: 2289ms; }

.delay-2290 {
  -webkit-animation-delay: 2290ms;
  -moz-animation-delay: 2290ms;
  -o-animation-delay: 2290ms;
  animation-delay: 2290ms; }

.delay-2291 {
  -webkit-animation-delay: 2291ms;
  -moz-animation-delay: 2291ms;
  -o-animation-delay: 2291ms;
  animation-delay: 2291ms; }

.delay-2292 {
  -webkit-animation-delay: 2292ms;
  -moz-animation-delay: 2292ms;
  -o-animation-delay: 2292ms;
  animation-delay: 2292ms; }

.delay-2293 {
  -webkit-animation-delay: 2293ms;
  -moz-animation-delay: 2293ms;
  -o-animation-delay: 2293ms;
  animation-delay: 2293ms; }

.delay-2294 {
  -webkit-animation-delay: 2294ms;
  -moz-animation-delay: 2294ms;
  -o-animation-delay: 2294ms;
  animation-delay: 2294ms; }

.delay-2295 {
  -webkit-animation-delay: 2295ms;
  -moz-animation-delay: 2295ms;
  -o-animation-delay: 2295ms;
  animation-delay: 2295ms; }

.delay-2296 {
  -webkit-animation-delay: 2296ms;
  -moz-animation-delay: 2296ms;
  -o-animation-delay: 2296ms;
  animation-delay: 2296ms; }

.delay-2297 {
  -webkit-animation-delay: 2297ms;
  -moz-animation-delay: 2297ms;
  -o-animation-delay: 2297ms;
  animation-delay: 2297ms; }

.delay-2298 {
  -webkit-animation-delay: 2298ms;
  -moz-animation-delay: 2298ms;
  -o-animation-delay: 2298ms;
  animation-delay: 2298ms; }

.delay-2299 {
  -webkit-animation-delay: 2299ms;
  -moz-animation-delay: 2299ms;
  -o-animation-delay: 2299ms;
  animation-delay: 2299ms; }

.delay-2300 {
  -webkit-animation-delay: 2300ms;
  -moz-animation-delay: 2300ms;
  -o-animation-delay: 2300ms;
  animation-delay: 2300ms; }

.delay-2301 {
  -webkit-animation-delay: 2301ms;
  -moz-animation-delay: 2301ms;
  -o-animation-delay: 2301ms;
  animation-delay: 2301ms; }

.delay-2302 {
  -webkit-animation-delay: 2302ms;
  -moz-animation-delay: 2302ms;
  -o-animation-delay: 2302ms;
  animation-delay: 2302ms; }

.delay-2303 {
  -webkit-animation-delay: 2303ms;
  -moz-animation-delay: 2303ms;
  -o-animation-delay: 2303ms;
  animation-delay: 2303ms; }

.delay-2304 {
  -webkit-animation-delay: 2304ms;
  -moz-animation-delay: 2304ms;
  -o-animation-delay: 2304ms;
  animation-delay: 2304ms; }

.delay-2305 {
  -webkit-animation-delay: 2305ms;
  -moz-animation-delay: 2305ms;
  -o-animation-delay: 2305ms;
  animation-delay: 2305ms; }

.delay-2306 {
  -webkit-animation-delay: 2306ms;
  -moz-animation-delay: 2306ms;
  -o-animation-delay: 2306ms;
  animation-delay: 2306ms; }

.delay-2307 {
  -webkit-animation-delay: 2307ms;
  -moz-animation-delay: 2307ms;
  -o-animation-delay: 2307ms;
  animation-delay: 2307ms; }

.delay-2308 {
  -webkit-animation-delay: 2308ms;
  -moz-animation-delay: 2308ms;
  -o-animation-delay: 2308ms;
  animation-delay: 2308ms; }

.delay-2309 {
  -webkit-animation-delay: 2309ms;
  -moz-animation-delay: 2309ms;
  -o-animation-delay: 2309ms;
  animation-delay: 2309ms; }

.delay-2310 {
  -webkit-animation-delay: 2310ms;
  -moz-animation-delay: 2310ms;
  -o-animation-delay: 2310ms;
  animation-delay: 2310ms; }

.delay-2311 {
  -webkit-animation-delay: 2311ms;
  -moz-animation-delay: 2311ms;
  -o-animation-delay: 2311ms;
  animation-delay: 2311ms; }

.delay-2312 {
  -webkit-animation-delay: 2312ms;
  -moz-animation-delay: 2312ms;
  -o-animation-delay: 2312ms;
  animation-delay: 2312ms; }

.delay-2313 {
  -webkit-animation-delay: 2313ms;
  -moz-animation-delay: 2313ms;
  -o-animation-delay: 2313ms;
  animation-delay: 2313ms; }

.delay-2314 {
  -webkit-animation-delay: 2314ms;
  -moz-animation-delay: 2314ms;
  -o-animation-delay: 2314ms;
  animation-delay: 2314ms; }

.delay-2315 {
  -webkit-animation-delay: 2315ms;
  -moz-animation-delay: 2315ms;
  -o-animation-delay: 2315ms;
  animation-delay: 2315ms; }

.delay-2316 {
  -webkit-animation-delay: 2316ms;
  -moz-animation-delay: 2316ms;
  -o-animation-delay: 2316ms;
  animation-delay: 2316ms; }

.delay-2317 {
  -webkit-animation-delay: 2317ms;
  -moz-animation-delay: 2317ms;
  -o-animation-delay: 2317ms;
  animation-delay: 2317ms; }

.delay-2318 {
  -webkit-animation-delay: 2318ms;
  -moz-animation-delay: 2318ms;
  -o-animation-delay: 2318ms;
  animation-delay: 2318ms; }

.delay-2319 {
  -webkit-animation-delay: 2319ms;
  -moz-animation-delay: 2319ms;
  -o-animation-delay: 2319ms;
  animation-delay: 2319ms; }

.delay-2320 {
  -webkit-animation-delay: 2320ms;
  -moz-animation-delay: 2320ms;
  -o-animation-delay: 2320ms;
  animation-delay: 2320ms; }

.delay-2321 {
  -webkit-animation-delay: 2321ms;
  -moz-animation-delay: 2321ms;
  -o-animation-delay: 2321ms;
  animation-delay: 2321ms; }

.delay-2322 {
  -webkit-animation-delay: 2322ms;
  -moz-animation-delay: 2322ms;
  -o-animation-delay: 2322ms;
  animation-delay: 2322ms; }

.delay-2323 {
  -webkit-animation-delay: 2323ms;
  -moz-animation-delay: 2323ms;
  -o-animation-delay: 2323ms;
  animation-delay: 2323ms; }

.delay-2324 {
  -webkit-animation-delay: 2324ms;
  -moz-animation-delay: 2324ms;
  -o-animation-delay: 2324ms;
  animation-delay: 2324ms; }

.delay-2325 {
  -webkit-animation-delay: 2325ms;
  -moz-animation-delay: 2325ms;
  -o-animation-delay: 2325ms;
  animation-delay: 2325ms; }

.delay-2326 {
  -webkit-animation-delay: 2326ms;
  -moz-animation-delay: 2326ms;
  -o-animation-delay: 2326ms;
  animation-delay: 2326ms; }

.delay-2327 {
  -webkit-animation-delay: 2327ms;
  -moz-animation-delay: 2327ms;
  -o-animation-delay: 2327ms;
  animation-delay: 2327ms; }

.delay-2328 {
  -webkit-animation-delay: 2328ms;
  -moz-animation-delay: 2328ms;
  -o-animation-delay: 2328ms;
  animation-delay: 2328ms; }

.delay-2329 {
  -webkit-animation-delay: 2329ms;
  -moz-animation-delay: 2329ms;
  -o-animation-delay: 2329ms;
  animation-delay: 2329ms; }

.delay-2330 {
  -webkit-animation-delay: 2330ms;
  -moz-animation-delay: 2330ms;
  -o-animation-delay: 2330ms;
  animation-delay: 2330ms; }

.delay-2331 {
  -webkit-animation-delay: 2331ms;
  -moz-animation-delay: 2331ms;
  -o-animation-delay: 2331ms;
  animation-delay: 2331ms; }

.delay-2332 {
  -webkit-animation-delay: 2332ms;
  -moz-animation-delay: 2332ms;
  -o-animation-delay: 2332ms;
  animation-delay: 2332ms; }

.delay-2333 {
  -webkit-animation-delay: 2333ms;
  -moz-animation-delay: 2333ms;
  -o-animation-delay: 2333ms;
  animation-delay: 2333ms; }

.delay-2334 {
  -webkit-animation-delay: 2334ms;
  -moz-animation-delay: 2334ms;
  -o-animation-delay: 2334ms;
  animation-delay: 2334ms; }

.delay-2335 {
  -webkit-animation-delay: 2335ms;
  -moz-animation-delay: 2335ms;
  -o-animation-delay: 2335ms;
  animation-delay: 2335ms; }

.delay-2336 {
  -webkit-animation-delay: 2336ms;
  -moz-animation-delay: 2336ms;
  -o-animation-delay: 2336ms;
  animation-delay: 2336ms; }

.delay-2337 {
  -webkit-animation-delay: 2337ms;
  -moz-animation-delay: 2337ms;
  -o-animation-delay: 2337ms;
  animation-delay: 2337ms; }

.delay-2338 {
  -webkit-animation-delay: 2338ms;
  -moz-animation-delay: 2338ms;
  -o-animation-delay: 2338ms;
  animation-delay: 2338ms; }

.delay-2339 {
  -webkit-animation-delay: 2339ms;
  -moz-animation-delay: 2339ms;
  -o-animation-delay: 2339ms;
  animation-delay: 2339ms; }

.delay-2340 {
  -webkit-animation-delay: 2340ms;
  -moz-animation-delay: 2340ms;
  -o-animation-delay: 2340ms;
  animation-delay: 2340ms; }

.delay-2341 {
  -webkit-animation-delay: 2341ms;
  -moz-animation-delay: 2341ms;
  -o-animation-delay: 2341ms;
  animation-delay: 2341ms; }

.delay-2342 {
  -webkit-animation-delay: 2342ms;
  -moz-animation-delay: 2342ms;
  -o-animation-delay: 2342ms;
  animation-delay: 2342ms; }

.delay-2343 {
  -webkit-animation-delay: 2343ms;
  -moz-animation-delay: 2343ms;
  -o-animation-delay: 2343ms;
  animation-delay: 2343ms; }

.delay-2344 {
  -webkit-animation-delay: 2344ms;
  -moz-animation-delay: 2344ms;
  -o-animation-delay: 2344ms;
  animation-delay: 2344ms; }

.delay-2345 {
  -webkit-animation-delay: 2345ms;
  -moz-animation-delay: 2345ms;
  -o-animation-delay: 2345ms;
  animation-delay: 2345ms; }

.delay-2346 {
  -webkit-animation-delay: 2346ms;
  -moz-animation-delay: 2346ms;
  -o-animation-delay: 2346ms;
  animation-delay: 2346ms; }

.delay-2347 {
  -webkit-animation-delay: 2347ms;
  -moz-animation-delay: 2347ms;
  -o-animation-delay: 2347ms;
  animation-delay: 2347ms; }

.delay-2348 {
  -webkit-animation-delay: 2348ms;
  -moz-animation-delay: 2348ms;
  -o-animation-delay: 2348ms;
  animation-delay: 2348ms; }

.delay-2349 {
  -webkit-animation-delay: 2349ms;
  -moz-animation-delay: 2349ms;
  -o-animation-delay: 2349ms;
  animation-delay: 2349ms; }

.delay-2350 {
  -webkit-animation-delay: 2350ms;
  -moz-animation-delay: 2350ms;
  -o-animation-delay: 2350ms;
  animation-delay: 2350ms; }

.delay-2351 {
  -webkit-animation-delay: 2351ms;
  -moz-animation-delay: 2351ms;
  -o-animation-delay: 2351ms;
  animation-delay: 2351ms; }

.delay-2352 {
  -webkit-animation-delay: 2352ms;
  -moz-animation-delay: 2352ms;
  -o-animation-delay: 2352ms;
  animation-delay: 2352ms; }

.delay-2353 {
  -webkit-animation-delay: 2353ms;
  -moz-animation-delay: 2353ms;
  -o-animation-delay: 2353ms;
  animation-delay: 2353ms; }

.delay-2354 {
  -webkit-animation-delay: 2354ms;
  -moz-animation-delay: 2354ms;
  -o-animation-delay: 2354ms;
  animation-delay: 2354ms; }

.delay-2355 {
  -webkit-animation-delay: 2355ms;
  -moz-animation-delay: 2355ms;
  -o-animation-delay: 2355ms;
  animation-delay: 2355ms; }

.delay-2356 {
  -webkit-animation-delay: 2356ms;
  -moz-animation-delay: 2356ms;
  -o-animation-delay: 2356ms;
  animation-delay: 2356ms; }

.delay-2357 {
  -webkit-animation-delay: 2357ms;
  -moz-animation-delay: 2357ms;
  -o-animation-delay: 2357ms;
  animation-delay: 2357ms; }

.delay-2358 {
  -webkit-animation-delay: 2358ms;
  -moz-animation-delay: 2358ms;
  -o-animation-delay: 2358ms;
  animation-delay: 2358ms; }

.delay-2359 {
  -webkit-animation-delay: 2359ms;
  -moz-animation-delay: 2359ms;
  -o-animation-delay: 2359ms;
  animation-delay: 2359ms; }

.delay-2360 {
  -webkit-animation-delay: 2360ms;
  -moz-animation-delay: 2360ms;
  -o-animation-delay: 2360ms;
  animation-delay: 2360ms; }

.delay-2361 {
  -webkit-animation-delay: 2361ms;
  -moz-animation-delay: 2361ms;
  -o-animation-delay: 2361ms;
  animation-delay: 2361ms; }

.delay-2362 {
  -webkit-animation-delay: 2362ms;
  -moz-animation-delay: 2362ms;
  -o-animation-delay: 2362ms;
  animation-delay: 2362ms; }

.delay-2363 {
  -webkit-animation-delay: 2363ms;
  -moz-animation-delay: 2363ms;
  -o-animation-delay: 2363ms;
  animation-delay: 2363ms; }

.delay-2364 {
  -webkit-animation-delay: 2364ms;
  -moz-animation-delay: 2364ms;
  -o-animation-delay: 2364ms;
  animation-delay: 2364ms; }

.delay-2365 {
  -webkit-animation-delay: 2365ms;
  -moz-animation-delay: 2365ms;
  -o-animation-delay: 2365ms;
  animation-delay: 2365ms; }

.delay-2366 {
  -webkit-animation-delay: 2366ms;
  -moz-animation-delay: 2366ms;
  -o-animation-delay: 2366ms;
  animation-delay: 2366ms; }

.delay-2367 {
  -webkit-animation-delay: 2367ms;
  -moz-animation-delay: 2367ms;
  -o-animation-delay: 2367ms;
  animation-delay: 2367ms; }

.delay-2368 {
  -webkit-animation-delay: 2368ms;
  -moz-animation-delay: 2368ms;
  -o-animation-delay: 2368ms;
  animation-delay: 2368ms; }

.delay-2369 {
  -webkit-animation-delay: 2369ms;
  -moz-animation-delay: 2369ms;
  -o-animation-delay: 2369ms;
  animation-delay: 2369ms; }

.delay-2370 {
  -webkit-animation-delay: 2370ms;
  -moz-animation-delay: 2370ms;
  -o-animation-delay: 2370ms;
  animation-delay: 2370ms; }

.delay-2371 {
  -webkit-animation-delay: 2371ms;
  -moz-animation-delay: 2371ms;
  -o-animation-delay: 2371ms;
  animation-delay: 2371ms; }

.delay-2372 {
  -webkit-animation-delay: 2372ms;
  -moz-animation-delay: 2372ms;
  -o-animation-delay: 2372ms;
  animation-delay: 2372ms; }

.delay-2373 {
  -webkit-animation-delay: 2373ms;
  -moz-animation-delay: 2373ms;
  -o-animation-delay: 2373ms;
  animation-delay: 2373ms; }

.delay-2374 {
  -webkit-animation-delay: 2374ms;
  -moz-animation-delay: 2374ms;
  -o-animation-delay: 2374ms;
  animation-delay: 2374ms; }

.delay-2375 {
  -webkit-animation-delay: 2375ms;
  -moz-animation-delay: 2375ms;
  -o-animation-delay: 2375ms;
  animation-delay: 2375ms; }

.delay-2376 {
  -webkit-animation-delay: 2376ms;
  -moz-animation-delay: 2376ms;
  -o-animation-delay: 2376ms;
  animation-delay: 2376ms; }

.delay-2377 {
  -webkit-animation-delay: 2377ms;
  -moz-animation-delay: 2377ms;
  -o-animation-delay: 2377ms;
  animation-delay: 2377ms; }

.delay-2378 {
  -webkit-animation-delay: 2378ms;
  -moz-animation-delay: 2378ms;
  -o-animation-delay: 2378ms;
  animation-delay: 2378ms; }

.delay-2379 {
  -webkit-animation-delay: 2379ms;
  -moz-animation-delay: 2379ms;
  -o-animation-delay: 2379ms;
  animation-delay: 2379ms; }

.delay-2380 {
  -webkit-animation-delay: 2380ms;
  -moz-animation-delay: 2380ms;
  -o-animation-delay: 2380ms;
  animation-delay: 2380ms; }

.delay-2381 {
  -webkit-animation-delay: 2381ms;
  -moz-animation-delay: 2381ms;
  -o-animation-delay: 2381ms;
  animation-delay: 2381ms; }

.delay-2382 {
  -webkit-animation-delay: 2382ms;
  -moz-animation-delay: 2382ms;
  -o-animation-delay: 2382ms;
  animation-delay: 2382ms; }

.delay-2383 {
  -webkit-animation-delay: 2383ms;
  -moz-animation-delay: 2383ms;
  -o-animation-delay: 2383ms;
  animation-delay: 2383ms; }

.delay-2384 {
  -webkit-animation-delay: 2384ms;
  -moz-animation-delay: 2384ms;
  -o-animation-delay: 2384ms;
  animation-delay: 2384ms; }

.delay-2385 {
  -webkit-animation-delay: 2385ms;
  -moz-animation-delay: 2385ms;
  -o-animation-delay: 2385ms;
  animation-delay: 2385ms; }

.delay-2386 {
  -webkit-animation-delay: 2386ms;
  -moz-animation-delay: 2386ms;
  -o-animation-delay: 2386ms;
  animation-delay: 2386ms; }

.delay-2387 {
  -webkit-animation-delay: 2387ms;
  -moz-animation-delay: 2387ms;
  -o-animation-delay: 2387ms;
  animation-delay: 2387ms; }

.delay-2388 {
  -webkit-animation-delay: 2388ms;
  -moz-animation-delay: 2388ms;
  -o-animation-delay: 2388ms;
  animation-delay: 2388ms; }

.delay-2389 {
  -webkit-animation-delay: 2389ms;
  -moz-animation-delay: 2389ms;
  -o-animation-delay: 2389ms;
  animation-delay: 2389ms; }

.delay-2390 {
  -webkit-animation-delay: 2390ms;
  -moz-animation-delay: 2390ms;
  -o-animation-delay: 2390ms;
  animation-delay: 2390ms; }

.delay-2391 {
  -webkit-animation-delay: 2391ms;
  -moz-animation-delay: 2391ms;
  -o-animation-delay: 2391ms;
  animation-delay: 2391ms; }

.delay-2392 {
  -webkit-animation-delay: 2392ms;
  -moz-animation-delay: 2392ms;
  -o-animation-delay: 2392ms;
  animation-delay: 2392ms; }

.delay-2393 {
  -webkit-animation-delay: 2393ms;
  -moz-animation-delay: 2393ms;
  -o-animation-delay: 2393ms;
  animation-delay: 2393ms; }

.delay-2394 {
  -webkit-animation-delay: 2394ms;
  -moz-animation-delay: 2394ms;
  -o-animation-delay: 2394ms;
  animation-delay: 2394ms; }

.delay-2395 {
  -webkit-animation-delay: 2395ms;
  -moz-animation-delay: 2395ms;
  -o-animation-delay: 2395ms;
  animation-delay: 2395ms; }

.delay-2396 {
  -webkit-animation-delay: 2396ms;
  -moz-animation-delay: 2396ms;
  -o-animation-delay: 2396ms;
  animation-delay: 2396ms; }

.delay-2397 {
  -webkit-animation-delay: 2397ms;
  -moz-animation-delay: 2397ms;
  -o-animation-delay: 2397ms;
  animation-delay: 2397ms; }

.delay-2398 {
  -webkit-animation-delay: 2398ms;
  -moz-animation-delay: 2398ms;
  -o-animation-delay: 2398ms;
  animation-delay: 2398ms; }

.delay-2399 {
  -webkit-animation-delay: 2399ms;
  -moz-animation-delay: 2399ms;
  -o-animation-delay: 2399ms;
  animation-delay: 2399ms; }

.delay-2400 {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  -o-animation-delay: 2400ms;
  animation-delay: 2400ms; }

.delay-2401 {
  -webkit-animation-delay: 2401ms;
  -moz-animation-delay: 2401ms;
  -o-animation-delay: 2401ms;
  animation-delay: 2401ms; }

.delay-2402 {
  -webkit-animation-delay: 2402ms;
  -moz-animation-delay: 2402ms;
  -o-animation-delay: 2402ms;
  animation-delay: 2402ms; }

.delay-2403 {
  -webkit-animation-delay: 2403ms;
  -moz-animation-delay: 2403ms;
  -o-animation-delay: 2403ms;
  animation-delay: 2403ms; }

.delay-2404 {
  -webkit-animation-delay: 2404ms;
  -moz-animation-delay: 2404ms;
  -o-animation-delay: 2404ms;
  animation-delay: 2404ms; }

.delay-2405 {
  -webkit-animation-delay: 2405ms;
  -moz-animation-delay: 2405ms;
  -o-animation-delay: 2405ms;
  animation-delay: 2405ms; }

.delay-2406 {
  -webkit-animation-delay: 2406ms;
  -moz-animation-delay: 2406ms;
  -o-animation-delay: 2406ms;
  animation-delay: 2406ms; }

.delay-2407 {
  -webkit-animation-delay: 2407ms;
  -moz-animation-delay: 2407ms;
  -o-animation-delay: 2407ms;
  animation-delay: 2407ms; }

.delay-2408 {
  -webkit-animation-delay: 2408ms;
  -moz-animation-delay: 2408ms;
  -o-animation-delay: 2408ms;
  animation-delay: 2408ms; }

.delay-2409 {
  -webkit-animation-delay: 2409ms;
  -moz-animation-delay: 2409ms;
  -o-animation-delay: 2409ms;
  animation-delay: 2409ms; }

.delay-2410 {
  -webkit-animation-delay: 2410ms;
  -moz-animation-delay: 2410ms;
  -o-animation-delay: 2410ms;
  animation-delay: 2410ms; }

.delay-2411 {
  -webkit-animation-delay: 2411ms;
  -moz-animation-delay: 2411ms;
  -o-animation-delay: 2411ms;
  animation-delay: 2411ms; }

.delay-2412 {
  -webkit-animation-delay: 2412ms;
  -moz-animation-delay: 2412ms;
  -o-animation-delay: 2412ms;
  animation-delay: 2412ms; }

.delay-2413 {
  -webkit-animation-delay: 2413ms;
  -moz-animation-delay: 2413ms;
  -o-animation-delay: 2413ms;
  animation-delay: 2413ms; }

.delay-2414 {
  -webkit-animation-delay: 2414ms;
  -moz-animation-delay: 2414ms;
  -o-animation-delay: 2414ms;
  animation-delay: 2414ms; }

.delay-2415 {
  -webkit-animation-delay: 2415ms;
  -moz-animation-delay: 2415ms;
  -o-animation-delay: 2415ms;
  animation-delay: 2415ms; }

.delay-2416 {
  -webkit-animation-delay: 2416ms;
  -moz-animation-delay: 2416ms;
  -o-animation-delay: 2416ms;
  animation-delay: 2416ms; }

.delay-2417 {
  -webkit-animation-delay: 2417ms;
  -moz-animation-delay: 2417ms;
  -o-animation-delay: 2417ms;
  animation-delay: 2417ms; }

.delay-2418 {
  -webkit-animation-delay: 2418ms;
  -moz-animation-delay: 2418ms;
  -o-animation-delay: 2418ms;
  animation-delay: 2418ms; }

.delay-2419 {
  -webkit-animation-delay: 2419ms;
  -moz-animation-delay: 2419ms;
  -o-animation-delay: 2419ms;
  animation-delay: 2419ms; }

.delay-2420 {
  -webkit-animation-delay: 2420ms;
  -moz-animation-delay: 2420ms;
  -o-animation-delay: 2420ms;
  animation-delay: 2420ms; }

.delay-2421 {
  -webkit-animation-delay: 2421ms;
  -moz-animation-delay: 2421ms;
  -o-animation-delay: 2421ms;
  animation-delay: 2421ms; }

.delay-2422 {
  -webkit-animation-delay: 2422ms;
  -moz-animation-delay: 2422ms;
  -o-animation-delay: 2422ms;
  animation-delay: 2422ms; }

.delay-2423 {
  -webkit-animation-delay: 2423ms;
  -moz-animation-delay: 2423ms;
  -o-animation-delay: 2423ms;
  animation-delay: 2423ms; }

.delay-2424 {
  -webkit-animation-delay: 2424ms;
  -moz-animation-delay: 2424ms;
  -o-animation-delay: 2424ms;
  animation-delay: 2424ms; }

.delay-2425 {
  -webkit-animation-delay: 2425ms;
  -moz-animation-delay: 2425ms;
  -o-animation-delay: 2425ms;
  animation-delay: 2425ms; }

.delay-2426 {
  -webkit-animation-delay: 2426ms;
  -moz-animation-delay: 2426ms;
  -o-animation-delay: 2426ms;
  animation-delay: 2426ms; }

.delay-2427 {
  -webkit-animation-delay: 2427ms;
  -moz-animation-delay: 2427ms;
  -o-animation-delay: 2427ms;
  animation-delay: 2427ms; }

.delay-2428 {
  -webkit-animation-delay: 2428ms;
  -moz-animation-delay: 2428ms;
  -o-animation-delay: 2428ms;
  animation-delay: 2428ms; }

.delay-2429 {
  -webkit-animation-delay: 2429ms;
  -moz-animation-delay: 2429ms;
  -o-animation-delay: 2429ms;
  animation-delay: 2429ms; }

.delay-2430 {
  -webkit-animation-delay: 2430ms;
  -moz-animation-delay: 2430ms;
  -o-animation-delay: 2430ms;
  animation-delay: 2430ms; }

.delay-2431 {
  -webkit-animation-delay: 2431ms;
  -moz-animation-delay: 2431ms;
  -o-animation-delay: 2431ms;
  animation-delay: 2431ms; }

.delay-2432 {
  -webkit-animation-delay: 2432ms;
  -moz-animation-delay: 2432ms;
  -o-animation-delay: 2432ms;
  animation-delay: 2432ms; }

.delay-2433 {
  -webkit-animation-delay: 2433ms;
  -moz-animation-delay: 2433ms;
  -o-animation-delay: 2433ms;
  animation-delay: 2433ms; }

.delay-2434 {
  -webkit-animation-delay: 2434ms;
  -moz-animation-delay: 2434ms;
  -o-animation-delay: 2434ms;
  animation-delay: 2434ms; }

.delay-2435 {
  -webkit-animation-delay: 2435ms;
  -moz-animation-delay: 2435ms;
  -o-animation-delay: 2435ms;
  animation-delay: 2435ms; }

.delay-2436 {
  -webkit-animation-delay: 2436ms;
  -moz-animation-delay: 2436ms;
  -o-animation-delay: 2436ms;
  animation-delay: 2436ms; }

.delay-2437 {
  -webkit-animation-delay: 2437ms;
  -moz-animation-delay: 2437ms;
  -o-animation-delay: 2437ms;
  animation-delay: 2437ms; }

.delay-2438 {
  -webkit-animation-delay: 2438ms;
  -moz-animation-delay: 2438ms;
  -o-animation-delay: 2438ms;
  animation-delay: 2438ms; }

.delay-2439 {
  -webkit-animation-delay: 2439ms;
  -moz-animation-delay: 2439ms;
  -o-animation-delay: 2439ms;
  animation-delay: 2439ms; }

.delay-2440 {
  -webkit-animation-delay: 2440ms;
  -moz-animation-delay: 2440ms;
  -o-animation-delay: 2440ms;
  animation-delay: 2440ms; }

.delay-2441 {
  -webkit-animation-delay: 2441ms;
  -moz-animation-delay: 2441ms;
  -o-animation-delay: 2441ms;
  animation-delay: 2441ms; }

.delay-2442 {
  -webkit-animation-delay: 2442ms;
  -moz-animation-delay: 2442ms;
  -o-animation-delay: 2442ms;
  animation-delay: 2442ms; }

.delay-2443 {
  -webkit-animation-delay: 2443ms;
  -moz-animation-delay: 2443ms;
  -o-animation-delay: 2443ms;
  animation-delay: 2443ms; }

.delay-2444 {
  -webkit-animation-delay: 2444ms;
  -moz-animation-delay: 2444ms;
  -o-animation-delay: 2444ms;
  animation-delay: 2444ms; }

.delay-2445 {
  -webkit-animation-delay: 2445ms;
  -moz-animation-delay: 2445ms;
  -o-animation-delay: 2445ms;
  animation-delay: 2445ms; }

.delay-2446 {
  -webkit-animation-delay: 2446ms;
  -moz-animation-delay: 2446ms;
  -o-animation-delay: 2446ms;
  animation-delay: 2446ms; }

.delay-2447 {
  -webkit-animation-delay: 2447ms;
  -moz-animation-delay: 2447ms;
  -o-animation-delay: 2447ms;
  animation-delay: 2447ms; }

.delay-2448 {
  -webkit-animation-delay: 2448ms;
  -moz-animation-delay: 2448ms;
  -o-animation-delay: 2448ms;
  animation-delay: 2448ms; }

.delay-2449 {
  -webkit-animation-delay: 2449ms;
  -moz-animation-delay: 2449ms;
  -o-animation-delay: 2449ms;
  animation-delay: 2449ms; }

.delay-2450 {
  -webkit-animation-delay: 2450ms;
  -moz-animation-delay: 2450ms;
  -o-animation-delay: 2450ms;
  animation-delay: 2450ms; }

.delay-2451 {
  -webkit-animation-delay: 2451ms;
  -moz-animation-delay: 2451ms;
  -o-animation-delay: 2451ms;
  animation-delay: 2451ms; }

.delay-2452 {
  -webkit-animation-delay: 2452ms;
  -moz-animation-delay: 2452ms;
  -o-animation-delay: 2452ms;
  animation-delay: 2452ms; }

.delay-2453 {
  -webkit-animation-delay: 2453ms;
  -moz-animation-delay: 2453ms;
  -o-animation-delay: 2453ms;
  animation-delay: 2453ms; }

.delay-2454 {
  -webkit-animation-delay: 2454ms;
  -moz-animation-delay: 2454ms;
  -o-animation-delay: 2454ms;
  animation-delay: 2454ms; }

.delay-2455 {
  -webkit-animation-delay: 2455ms;
  -moz-animation-delay: 2455ms;
  -o-animation-delay: 2455ms;
  animation-delay: 2455ms; }

.delay-2456 {
  -webkit-animation-delay: 2456ms;
  -moz-animation-delay: 2456ms;
  -o-animation-delay: 2456ms;
  animation-delay: 2456ms; }

.delay-2457 {
  -webkit-animation-delay: 2457ms;
  -moz-animation-delay: 2457ms;
  -o-animation-delay: 2457ms;
  animation-delay: 2457ms; }

.delay-2458 {
  -webkit-animation-delay: 2458ms;
  -moz-animation-delay: 2458ms;
  -o-animation-delay: 2458ms;
  animation-delay: 2458ms; }

.delay-2459 {
  -webkit-animation-delay: 2459ms;
  -moz-animation-delay: 2459ms;
  -o-animation-delay: 2459ms;
  animation-delay: 2459ms; }

.delay-2460 {
  -webkit-animation-delay: 2460ms;
  -moz-animation-delay: 2460ms;
  -o-animation-delay: 2460ms;
  animation-delay: 2460ms; }

.delay-2461 {
  -webkit-animation-delay: 2461ms;
  -moz-animation-delay: 2461ms;
  -o-animation-delay: 2461ms;
  animation-delay: 2461ms; }

.delay-2462 {
  -webkit-animation-delay: 2462ms;
  -moz-animation-delay: 2462ms;
  -o-animation-delay: 2462ms;
  animation-delay: 2462ms; }

.delay-2463 {
  -webkit-animation-delay: 2463ms;
  -moz-animation-delay: 2463ms;
  -o-animation-delay: 2463ms;
  animation-delay: 2463ms; }

.delay-2464 {
  -webkit-animation-delay: 2464ms;
  -moz-animation-delay: 2464ms;
  -o-animation-delay: 2464ms;
  animation-delay: 2464ms; }

.delay-2465 {
  -webkit-animation-delay: 2465ms;
  -moz-animation-delay: 2465ms;
  -o-animation-delay: 2465ms;
  animation-delay: 2465ms; }

.delay-2466 {
  -webkit-animation-delay: 2466ms;
  -moz-animation-delay: 2466ms;
  -o-animation-delay: 2466ms;
  animation-delay: 2466ms; }

.delay-2467 {
  -webkit-animation-delay: 2467ms;
  -moz-animation-delay: 2467ms;
  -o-animation-delay: 2467ms;
  animation-delay: 2467ms; }

.delay-2468 {
  -webkit-animation-delay: 2468ms;
  -moz-animation-delay: 2468ms;
  -o-animation-delay: 2468ms;
  animation-delay: 2468ms; }

.delay-2469 {
  -webkit-animation-delay: 2469ms;
  -moz-animation-delay: 2469ms;
  -o-animation-delay: 2469ms;
  animation-delay: 2469ms; }

.delay-2470 {
  -webkit-animation-delay: 2470ms;
  -moz-animation-delay: 2470ms;
  -o-animation-delay: 2470ms;
  animation-delay: 2470ms; }

.delay-2471 {
  -webkit-animation-delay: 2471ms;
  -moz-animation-delay: 2471ms;
  -o-animation-delay: 2471ms;
  animation-delay: 2471ms; }

.delay-2472 {
  -webkit-animation-delay: 2472ms;
  -moz-animation-delay: 2472ms;
  -o-animation-delay: 2472ms;
  animation-delay: 2472ms; }

.delay-2473 {
  -webkit-animation-delay: 2473ms;
  -moz-animation-delay: 2473ms;
  -o-animation-delay: 2473ms;
  animation-delay: 2473ms; }

.delay-2474 {
  -webkit-animation-delay: 2474ms;
  -moz-animation-delay: 2474ms;
  -o-animation-delay: 2474ms;
  animation-delay: 2474ms; }

.delay-2475 {
  -webkit-animation-delay: 2475ms;
  -moz-animation-delay: 2475ms;
  -o-animation-delay: 2475ms;
  animation-delay: 2475ms; }

.delay-2476 {
  -webkit-animation-delay: 2476ms;
  -moz-animation-delay: 2476ms;
  -o-animation-delay: 2476ms;
  animation-delay: 2476ms; }

.delay-2477 {
  -webkit-animation-delay: 2477ms;
  -moz-animation-delay: 2477ms;
  -o-animation-delay: 2477ms;
  animation-delay: 2477ms; }

.delay-2478 {
  -webkit-animation-delay: 2478ms;
  -moz-animation-delay: 2478ms;
  -o-animation-delay: 2478ms;
  animation-delay: 2478ms; }

.delay-2479 {
  -webkit-animation-delay: 2479ms;
  -moz-animation-delay: 2479ms;
  -o-animation-delay: 2479ms;
  animation-delay: 2479ms; }

.delay-2480 {
  -webkit-animation-delay: 2480ms;
  -moz-animation-delay: 2480ms;
  -o-animation-delay: 2480ms;
  animation-delay: 2480ms; }

.delay-2481 {
  -webkit-animation-delay: 2481ms;
  -moz-animation-delay: 2481ms;
  -o-animation-delay: 2481ms;
  animation-delay: 2481ms; }

.delay-2482 {
  -webkit-animation-delay: 2482ms;
  -moz-animation-delay: 2482ms;
  -o-animation-delay: 2482ms;
  animation-delay: 2482ms; }

.delay-2483 {
  -webkit-animation-delay: 2483ms;
  -moz-animation-delay: 2483ms;
  -o-animation-delay: 2483ms;
  animation-delay: 2483ms; }

.delay-2484 {
  -webkit-animation-delay: 2484ms;
  -moz-animation-delay: 2484ms;
  -o-animation-delay: 2484ms;
  animation-delay: 2484ms; }

.delay-2485 {
  -webkit-animation-delay: 2485ms;
  -moz-animation-delay: 2485ms;
  -o-animation-delay: 2485ms;
  animation-delay: 2485ms; }

.delay-2486 {
  -webkit-animation-delay: 2486ms;
  -moz-animation-delay: 2486ms;
  -o-animation-delay: 2486ms;
  animation-delay: 2486ms; }

.delay-2487 {
  -webkit-animation-delay: 2487ms;
  -moz-animation-delay: 2487ms;
  -o-animation-delay: 2487ms;
  animation-delay: 2487ms; }

.delay-2488 {
  -webkit-animation-delay: 2488ms;
  -moz-animation-delay: 2488ms;
  -o-animation-delay: 2488ms;
  animation-delay: 2488ms; }

.delay-2489 {
  -webkit-animation-delay: 2489ms;
  -moz-animation-delay: 2489ms;
  -o-animation-delay: 2489ms;
  animation-delay: 2489ms; }

.delay-2490 {
  -webkit-animation-delay: 2490ms;
  -moz-animation-delay: 2490ms;
  -o-animation-delay: 2490ms;
  animation-delay: 2490ms; }

.delay-2491 {
  -webkit-animation-delay: 2491ms;
  -moz-animation-delay: 2491ms;
  -o-animation-delay: 2491ms;
  animation-delay: 2491ms; }

.delay-2492 {
  -webkit-animation-delay: 2492ms;
  -moz-animation-delay: 2492ms;
  -o-animation-delay: 2492ms;
  animation-delay: 2492ms; }

.delay-2493 {
  -webkit-animation-delay: 2493ms;
  -moz-animation-delay: 2493ms;
  -o-animation-delay: 2493ms;
  animation-delay: 2493ms; }

.delay-2494 {
  -webkit-animation-delay: 2494ms;
  -moz-animation-delay: 2494ms;
  -o-animation-delay: 2494ms;
  animation-delay: 2494ms; }

.delay-2495 {
  -webkit-animation-delay: 2495ms;
  -moz-animation-delay: 2495ms;
  -o-animation-delay: 2495ms;
  animation-delay: 2495ms; }

.delay-2496 {
  -webkit-animation-delay: 2496ms;
  -moz-animation-delay: 2496ms;
  -o-animation-delay: 2496ms;
  animation-delay: 2496ms; }

.delay-2497 {
  -webkit-animation-delay: 2497ms;
  -moz-animation-delay: 2497ms;
  -o-animation-delay: 2497ms;
  animation-delay: 2497ms; }

.delay-2498 {
  -webkit-animation-delay: 2498ms;
  -moz-animation-delay: 2498ms;
  -o-animation-delay: 2498ms;
  animation-delay: 2498ms; }

.delay-2499 {
  -webkit-animation-delay: 2499ms;
  -moz-animation-delay: 2499ms;
  -o-animation-delay: 2499ms;
  animation-delay: 2499ms; }

.delay-2500 {
  -webkit-animation-delay: 2500ms;
  -moz-animation-delay: 2500ms;
  -o-animation-delay: 2500ms;
  animation-delay: 2500ms; }

.delay-2501 {
  -webkit-animation-delay: 2501ms;
  -moz-animation-delay: 2501ms;
  -o-animation-delay: 2501ms;
  animation-delay: 2501ms; }

.delay-2502 {
  -webkit-animation-delay: 2502ms;
  -moz-animation-delay: 2502ms;
  -o-animation-delay: 2502ms;
  animation-delay: 2502ms; }

.delay-2503 {
  -webkit-animation-delay: 2503ms;
  -moz-animation-delay: 2503ms;
  -o-animation-delay: 2503ms;
  animation-delay: 2503ms; }

.delay-2504 {
  -webkit-animation-delay: 2504ms;
  -moz-animation-delay: 2504ms;
  -o-animation-delay: 2504ms;
  animation-delay: 2504ms; }

.delay-2505 {
  -webkit-animation-delay: 2505ms;
  -moz-animation-delay: 2505ms;
  -o-animation-delay: 2505ms;
  animation-delay: 2505ms; }

.delay-2506 {
  -webkit-animation-delay: 2506ms;
  -moz-animation-delay: 2506ms;
  -o-animation-delay: 2506ms;
  animation-delay: 2506ms; }

.delay-2507 {
  -webkit-animation-delay: 2507ms;
  -moz-animation-delay: 2507ms;
  -o-animation-delay: 2507ms;
  animation-delay: 2507ms; }

.delay-2508 {
  -webkit-animation-delay: 2508ms;
  -moz-animation-delay: 2508ms;
  -o-animation-delay: 2508ms;
  animation-delay: 2508ms; }

.delay-2509 {
  -webkit-animation-delay: 2509ms;
  -moz-animation-delay: 2509ms;
  -o-animation-delay: 2509ms;
  animation-delay: 2509ms; }

.delay-2510 {
  -webkit-animation-delay: 2510ms;
  -moz-animation-delay: 2510ms;
  -o-animation-delay: 2510ms;
  animation-delay: 2510ms; }

.delay-2511 {
  -webkit-animation-delay: 2511ms;
  -moz-animation-delay: 2511ms;
  -o-animation-delay: 2511ms;
  animation-delay: 2511ms; }

.delay-2512 {
  -webkit-animation-delay: 2512ms;
  -moz-animation-delay: 2512ms;
  -o-animation-delay: 2512ms;
  animation-delay: 2512ms; }

.delay-2513 {
  -webkit-animation-delay: 2513ms;
  -moz-animation-delay: 2513ms;
  -o-animation-delay: 2513ms;
  animation-delay: 2513ms; }

.delay-2514 {
  -webkit-animation-delay: 2514ms;
  -moz-animation-delay: 2514ms;
  -o-animation-delay: 2514ms;
  animation-delay: 2514ms; }

.delay-2515 {
  -webkit-animation-delay: 2515ms;
  -moz-animation-delay: 2515ms;
  -o-animation-delay: 2515ms;
  animation-delay: 2515ms; }

.delay-2516 {
  -webkit-animation-delay: 2516ms;
  -moz-animation-delay: 2516ms;
  -o-animation-delay: 2516ms;
  animation-delay: 2516ms; }

.delay-2517 {
  -webkit-animation-delay: 2517ms;
  -moz-animation-delay: 2517ms;
  -o-animation-delay: 2517ms;
  animation-delay: 2517ms; }

.delay-2518 {
  -webkit-animation-delay: 2518ms;
  -moz-animation-delay: 2518ms;
  -o-animation-delay: 2518ms;
  animation-delay: 2518ms; }

.delay-2519 {
  -webkit-animation-delay: 2519ms;
  -moz-animation-delay: 2519ms;
  -o-animation-delay: 2519ms;
  animation-delay: 2519ms; }

.delay-2520 {
  -webkit-animation-delay: 2520ms;
  -moz-animation-delay: 2520ms;
  -o-animation-delay: 2520ms;
  animation-delay: 2520ms; }

.delay-2521 {
  -webkit-animation-delay: 2521ms;
  -moz-animation-delay: 2521ms;
  -o-animation-delay: 2521ms;
  animation-delay: 2521ms; }

.delay-2522 {
  -webkit-animation-delay: 2522ms;
  -moz-animation-delay: 2522ms;
  -o-animation-delay: 2522ms;
  animation-delay: 2522ms; }

.delay-2523 {
  -webkit-animation-delay: 2523ms;
  -moz-animation-delay: 2523ms;
  -o-animation-delay: 2523ms;
  animation-delay: 2523ms; }

.delay-2524 {
  -webkit-animation-delay: 2524ms;
  -moz-animation-delay: 2524ms;
  -o-animation-delay: 2524ms;
  animation-delay: 2524ms; }

.delay-2525 {
  -webkit-animation-delay: 2525ms;
  -moz-animation-delay: 2525ms;
  -o-animation-delay: 2525ms;
  animation-delay: 2525ms; }

.delay-2526 {
  -webkit-animation-delay: 2526ms;
  -moz-animation-delay: 2526ms;
  -o-animation-delay: 2526ms;
  animation-delay: 2526ms; }

.delay-2527 {
  -webkit-animation-delay: 2527ms;
  -moz-animation-delay: 2527ms;
  -o-animation-delay: 2527ms;
  animation-delay: 2527ms; }

.delay-2528 {
  -webkit-animation-delay: 2528ms;
  -moz-animation-delay: 2528ms;
  -o-animation-delay: 2528ms;
  animation-delay: 2528ms; }

.delay-2529 {
  -webkit-animation-delay: 2529ms;
  -moz-animation-delay: 2529ms;
  -o-animation-delay: 2529ms;
  animation-delay: 2529ms; }

.delay-2530 {
  -webkit-animation-delay: 2530ms;
  -moz-animation-delay: 2530ms;
  -o-animation-delay: 2530ms;
  animation-delay: 2530ms; }

.delay-2531 {
  -webkit-animation-delay: 2531ms;
  -moz-animation-delay: 2531ms;
  -o-animation-delay: 2531ms;
  animation-delay: 2531ms; }

.delay-2532 {
  -webkit-animation-delay: 2532ms;
  -moz-animation-delay: 2532ms;
  -o-animation-delay: 2532ms;
  animation-delay: 2532ms; }

.delay-2533 {
  -webkit-animation-delay: 2533ms;
  -moz-animation-delay: 2533ms;
  -o-animation-delay: 2533ms;
  animation-delay: 2533ms; }

.delay-2534 {
  -webkit-animation-delay: 2534ms;
  -moz-animation-delay: 2534ms;
  -o-animation-delay: 2534ms;
  animation-delay: 2534ms; }

.delay-2535 {
  -webkit-animation-delay: 2535ms;
  -moz-animation-delay: 2535ms;
  -o-animation-delay: 2535ms;
  animation-delay: 2535ms; }

.delay-2536 {
  -webkit-animation-delay: 2536ms;
  -moz-animation-delay: 2536ms;
  -o-animation-delay: 2536ms;
  animation-delay: 2536ms; }

.delay-2537 {
  -webkit-animation-delay: 2537ms;
  -moz-animation-delay: 2537ms;
  -o-animation-delay: 2537ms;
  animation-delay: 2537ms; }

.delay-2538 {
  -webkit-animation-delay: 2538ms;
  -moz-animation-delay: 2538ms;
  -o-animation-delay: 2538ms;
  animation-delay: 2538ms; }

.delay-2539 {
  -webkit-animation-delay: 2539ms;
  -moz-animation-delay: 2539ms;
  -o-animation-delay: 2539ms;
  animation-delay: 2539ms; }

.delay-2540 {
  -webkit-animation-delay: 2540ms;
  -moz-animation-delay: 2540ms;
  -o-animation-delay: 2540ms;
  animation-delay: 2540ms; }

.delay-2541 {
  -webkit-animation-delay: 2541ms;
  -moz-animation-delay: 2541ms;
  -o-animation-delay: 2541ms;
  animation-delay: 2541ms; }

.delay-2542 {
  -webkit-animation-delay: 2542ms;
  -moz-animation-delay: 2542ms;
  -o-animation-delay: 2542ms;
  animation-delay: 2542ms; }

.delay-2543 {
  -webkit-animation-delay: 2543ms;
  -moz-animation-delay: 2543ms;
  -o-animation-delay: 2543ms;
  animation-delay: 2543ms; }

.delay-2544 {
  -webkit-animation-delay: 2544ms;
  -moz-animation-delay: 2544ms;
  -o-animation-delay: 2544ms;
  animation-delay: 2544ms; }

.delay-2545 {
  -webkit-animation-delay: 2545ms;
  -moz-animation-delay: 2545ms;
  -o-animation-delay: 2545ms;
  animation-delay: 2545ms; }

.delay-2546 {
  -webkit-animation-delay: 2546ms;
  -moz-animation-delay: 2546ms;
  -o-animation-delay: 2546ms;
  animation-delay: 2546ms; }

.delay-2547 {
  -webkit-animation-delay: 2547ms;
  -moz-animation-delay: 2547ms;
  -o-animation-delay: 2547ms;
  animation-delay: 2547ms; }

.delay-2548 {
  -webkit-animation-delay: 2548ms;
  -moz-animation-delay: 2548ms;
  -o-animation-delay: 2548ms;
  animation-delay: 2548ms; }

.delay-2549 {
  -webkit-animation-delay: 2549ms;
  -moz-animation-delay: 2549ms;
  -o-animation-delay: 2549ms;
  animation-delay: 2549ms; }

.delay-2550 {
  -webkit-animation-delay: 2550ms;
  -moz-animation-delay: 2550ms;
  -o-animation-delay: 2550ms;
  animation-delay: 2550ms; }

.delay-2551 {
  -webkit-animation-delay: 2551ms;
  -moz-animation-delay: 2551ms;
  -o-animation-delay: 2551ms;
  animation-delay: 2551ms; }

.delay-2552 {
  -webkit-animation-delay: 2552ms;
  -moz-animation-delay: 2552ms;
  -o-animation-delay: 2552ms;
  animation-delay: 2552ms; }

.delay-2553 {
  -webkit-animation-delay: 2553ms;
  -moz-animation-delay: 2553ms;
  -o-animation-delay: 2553ms;
  animation-delay: 2553ms; }

.delay-2554 {
  -webkit-animation-delay: 2554ms;
  -moz-animation-delay: 2554ms;
  -o-animation-delay: 2554ms;
  animation-delay: 2554ms; }

.delay-2555 {
  -webkit-animation-delay: 2555ms;
  -moz-animation-delay: 2555ms;
  -o-animation-delay: 2555ms;
  animation-delay: 2555ms; }

.delay-2556 {
  -webkit-animation-delay: 2556ms;
  -moz-animation-delay: 2556ms;
  -o-animation-delay: 2556ms;
  animation-delay: 2556ms; }

.delay-2557 {
  -webkit-animation-delay: 2557ms;
  -moz-animation-delay: 2557ms;
  -o-animation-delay: 2557ms;
  animation-delay: 2557ms; }

.delay-2558 {
  -webkit-animation-delay: 2558ms;
  -moz-animation-delay: 2558ms;
  -o-animation-delay: 2558ms;
  animation-delay: 2558ms; }

.delay-2559 {
  -webkit-animation-delay: 2559ms;
  -moz-animation-delay: 2559ms;
  -o-animation-delay: 2559ms;
  animation-delay: 2559ms; }

.delay-2560 {
  -webkit-animation-delay: 2560ms;
  -moz-animation-delay: 2560ms;
  -o-animation-delay: 2560ms;
  animation-delay: 2560ms; }

.delay-2561 {
  -webkit-animation-delay: 2561ms;
  -moz-animation-delay: 2561ms;
  -o-animation-delay: 2561ms;
  animation-delay: 2561ms; }

.delay-2562 {
  -webkit-animation-delay: 2562ms;
  -moz-animation-delay: 2562ms;
  -o-animation-delay: 2562ms;
  animation-delay: 2562ms; }

.delay-2563 {
  -webkit-animation-delay: 2563ms;
  -moz-animation-delay: 2563ms;
  -o-animation-delay: 2563ms;
  animation-delay: 2563ms; }

.delay-2564 {
  -webkit-animation-delay: 2564ms;
  -moz-animation-delay: 2564ms;
  -o-animation-delay: 2564ms;
  animation-delay: 2564ms; }

.delay-2565 {
  -webkit-animation-delay: 2565ms;
  -moz-animation-delay: 2565ms;
  -o-animation-delay: 2565ms;
  animation-delay: 2565ms; }

.delay-2566 {
  -webkit-animation-delay: 2566ms;
  -moz-animation-delay: 2566ms;
  -o-animation-delay: 2566ms;
  animation-delay: 2566ms; }

.delay-2567 {
  -webkit-animation-delay: 2567ms;
  -moz-animation-delay: 2567ms;
  -o-animation-delay: 2567ms;
  animation-delay: 2567ms; }

.delay-2568 {
  -webkit-animation-delay: 2568ms;
  -moz-animation-delay: 2568ms;
  -o-animation-delay: 2568ms;
  animation-delay: 2568ms; }

.delay-2569 {
  -webkit-animation-delay: 2569ms;
  -moz-animation-delay: 2569ms;
  -o-animation-delay: 2569ms;
  animation-delay: 2569ms; }

.delay-2570 {
  -webkit-animation-delay: 2570ms;
  -moz-animation-delay: 2570ms;
  -o-animation-delay: 2570ms;
  animation-delay: 2570ms; }

.delay-2571 {
  -webkit-animation-delay: 2571ms;
  -moz-animation-delay: 2571ms;
  -o-animation-delay: 2571ms;
  animation-delay: 2571ms; }

.delay-2572 {
  -webkit-animation-delay: 2572ms;
  -moz-animation-delay: 2572ms;
  -o-animation-delay: 2572ms;
  animation-delay: 2572ms; }

.delay-2573 {
  -webkit-animation-delay: 2573ms;
  -moz-animation-delay: 2573ms;
  -o-animation-delay: 2573ms;
  animation-delay: 2573ms; }

.delay-2574 {
  -webkit-animation-delay: 2574ms;
  -moz-animation-delay: 2574ms;
  -o-animation-delay: 2574ms;
  animation-delay: 2574ms; }

.delay-2575 {
  -webkit-animation-delay: 2575ms;
  -moz-animation-delay: 2575ms;
  -o-animation-delay: 2575ms;
  animation-delay: 2575ms; }

.delay-2576 {
  -webkit-animation-delay: 2576ms;
  -moz-animation-delay: 2576ms;
  -o-animation-delay: 2576ms;
  animation-delay: 2576ms; }

.delay-2577 {
  -webkit-animation-delay: 2577ms;
  -moz-animation-delay: 2577ms;
  -o-animation-delay: 2577ms;
  animation-delay: 2577ms; }

.delay-2578 {
  -webkit-animation-delay: 2578ms;
  -moz-animation-delay: 2578ms;
  -o-animation-delay: 2578ms;
  animation-delay: 2578ms; }

.delay-2579 {
  -webkit-animation-delay: 2579ms;
  -moz-animation-delay: 2579ms;
  -o-animation-delay: 2579ms;
  animation-delay: 2579ms; }

.delay-2580 {
  -webkit-animation-delay: 2580ms;
  -moz-animation-delay: 2580ms;
  -o-animation-delay: 2580ms;
  animation-delay: 2580ms; }

.delay-2581 {
  -webkit-animation-delay: 2581ms;
  -moz-animation-delay: 2581ms;
  -o-animation-delay: 2581ms;
  animation-delay: 2581ms; }

.delay-2582 {
  -webkit-animation-delay: 2582ms;
  -moz-animation-delay: 2582ms;
  -o-animation-delay: 2582ms;
  animation-delay: 2582ms; }

.delay-2583 {
  -webkit-animation-delay: 2583ms;
  -moz-animation-delay: 2583ms;
  -o-animation-delay: 2583ms;
  animation-delay: 2583ms; }

.delay-2584 {
  -webkit-animation-delay: 2584ms;
  -moz-animation-delay: 2584ms;
  -o-animation-delay: 2584ms;
  animation-delay: 2584ms; }

.delay-2585 {
  -webkit-animation-delay: 2585ms;
  -moz-animation-delay: 2585ms;
  -o-animation-delay: 2585ms;
  animation-delay: 2585ms; }

.delay-2586 {
  -webkit-animation-delay: 2586ms;
  -moz-animation-delay: 2586ms;
  -o-animation-delay: 2586ms;
  animation-delay: 2586ms; }

.delay-2587 {
  -webkit-animation-delay: 2587ms;
  -moz-animation-delay: 2587ms;
  -o-animation-delay: 2587ms;
  animation-delay: 2587ms; }

.delay-2588 {
  -webkit-animation-delay: 2588ms;
  -moz-animation-delay: 2588ms;
  -o-animation-delay: 2588ms;
  animation-delay: 2588ms; }

.delay-2589 {
  -webkit-animation-delay: 2589ms;
  -moz-animation-delay: 2589ms;
  -o-animation-delay: 2589ms;
  animation-delay: 2589ms; }

.delay-2590 {
  -webkit-animation-delay: 2590ms;
  -moz-animation-delay: 2590ms;
  -o-animation-delay: 2590ms;
  animation-delay: 2590ms; }

.delay-2591 {
  -webkit-animation-delay: 2591ms;
  -moz-animation-delay: 2591ms;
  -o-animation-delay: 2591ms;
  animation-delay: 2591ms; }

.delay-2592 {
  -webkit-animation-delay: 2592ms;
  -moz-animation-delay: 2592ms;
  -o-animation-delay: 2592ms;
  animation-delay: 2592ms; }

.delay-2593 {
  -webkit-animation-delay: 2593ms;
  -moz-animation-delay: 2593ms;
  -o-animation-delay: 2593ms;
  animation-delay: 2593ms; }

.delay-2594 {
  -webkit-animation-delay: 2594ms;
  -moz-animation-delay: 2594ms;
  -o-animation-delay: 2594ms;
  animation-delay: 2594ms; }

.delay-2595 {
  -webkit-animation-delay: 2595ms;
  -moz-animation-delay: 2595ms;
  -o-animation-delay: 2595ms;
  animation-delay: 2595ms; }

.delay-2596 {
  -webkit-animation-delay: 2596ms;
  -moz-animation-delay: 2596ms;
  -o-animation-delay: 2596ms;
  animation-delay: 2596ms; }

.delay-2597 {
  -webkit-animation-delay: 2597ms;
  -moz-animation-delay: 2597ms;
  -o-animation-delay: 2597ms;
  animation-delay: 2597ms; }

.delay-2598 {
  -webkit-animation-delay: 2598ms;
  -moz-animation-delay: 2598ms;
  -o-animation-delay: 2598ms;
  animation-delay: 2598ms; }

.delay-2599 {
  -webkit-animation-delay: 2599ms;
  -moz-animation-delay: 2599ms;
  -o-animation-delay: 2599ms;
  animation-delay: 2599ms; }

.delay-2600 {
  -webkit-animation-delay: 2600ms;
  -moz-animation-delay: 2600ms;
  -o-animation-delay: 2600ms;
  animation-delay: 2600ms; }

.delay-2601 {
  -webkit-animation-delay: 2601ms;
  -moz-animation-delay: 2601ms;
  -o-animation-delay: 2601ms;
  animation-delay: 2601ms; }

.delay-2602 {
  -webkit-animation-delay: 2602ms;
  -moz-animation-delay: 2602ms;
  -o-animation-delay: 2602ms;
  animation-delay: 2602ms; }

.delay-2603 {
  -webkit-animation-delay: 2603ms;
  -moz-animation-delay: 2603ms;
  -o-animation-delay: 2603ms;
  animation-delay: 2603ms; }

.delay-2604 {
  -webkit-animation-delay: 2604ms;
  -moz-animation-delay: 2604ms;
  -o-animation-delay: 2604ms;
  animation-delay: 2604ms; }

.delay-2605 {
  -webkit-animation-delay: 2605ms;
  -moz-animation-delay: 2605ms;
  -o-animation-delay: 2605ms;
  animation-delay: 2605ms; }

.delay-2606 {
  -webkit-animation-delay: 2606ms;
  -moz-animation-delay: 2606ms;
  -o-animation-delay: 2606ms;
  animation-delay: 2606ms; }

.delay-2607 {
  -webkit-animation-delay: 2607ms;
  -moz-animation-delay: 2607ms;
  -o-animation-delay: 2607ms;
  animation-delay: 2607ms; }

.delay-2608 {
  -webkit-animation-delay: 2608ms;
  -moz-animation-delay: 2608ms;
  -o-animation-delay: 2608ms;
  animation-delay: 2608ms; }

.delay-2609 {
  -webkit-animation-delay: 2609ms;
  -moz-animation-delay: 2609ms;
  -o-animation-delay: 2609ms;
  animation-delay: 2609ms; }

.delay-2610 {
  -webkit-animation-delay: 2610ms;
  -moz-animation-delay: 2610ms;
  -o-animation-delay: 2610ms;
  animation-delay: 2610ms; }

.delay-2611 {
  -webkit-animation-delay: 2611ms;
  -moz-animation-delay: 2611ms;
  -o-animation-delay: 2611ms;
  animation-delay: 2611ms; }

.delay-2612 {
  -webkit-animation-delay: 2612ms;
  -moz-animation-delay: 2612ms;
  -o-animation-delay: 2612ms;
  animation-delay: 2612ms; }

.delay-2613 {
  -webkit-animation-delay: 2613ms;
  -moz-animation-delay: 2613ms;
  -o-animation-delay: 2613ms;
  animation-delay: 2613ms; }

.delay-2614 {
  -webkit-animation-delay: 2614ms;
  -moz-animation-delay: 2614ms;
  -o-animation-delay: 2614ms;
  animation-delay: 2614ms; }

.delay-2615 {
  -webkit-animation-delay: 2615ms;
  -moz-animation-delay: 2615ms;
  -o-animation-delay: 2615ms;
  animation-delay: 2615ms; }

.delay-2616 {
  -webkit-animation-delay: 2616ms;
  -moz-animation-delay: 2616ms;
  -o-animation-delay: 2616ms;
  animation-delay: 2616ms; }

.delay-2617 {
  -webkit-animation-delay: 2617ms;
  -moz-animation-delay: 2617ms;
  -o-animation-delay: 2617ms;
  animation-delay: 2617ms; }

.delay-2618 {
  -webkit-animation-delay: 2618ms;
  -moz-animation-delay: 2618ms;
  -o-animation-delay: 2618ms;
  animation-delay: 2618ms; }

.delay-2619 {
  -webkit-animation-delay: 2619ms;
  -moz-animation-delay: 2619ms;
  -o-animation-delay: 2619ms;
  animation-delay: 2619ms; }

.delay-2620 {
  -webkit-animation-delay: 2620ms;
  -moz-animation-delay: 2620ms;
  -o-animation-delay: 2620ms;
  animation-delay: 2620ms; }

.delay-2621 {
  -webkit-animation-delay: 2621ms;
  -moz-animation-delay: 2621ms;
  -o-animation-delay: 2621ms;
  animation-delay: 2621ms; }

.delay-2622 {
  -webkit-animation-delay: 2622ms;
  -moz-animation-delay: 2622ms;
  -o-animation-delay: 2622ms;
  animation-delay: 2622ms; }

.delay-2623 {
  -webkit-animation-delay: 2623ms;
  -moz-animation-delay: 2623ms;
  -o-animation-delay: 2623ms;
  animation-delay: 2623ms; }

.delay-2624 {
  -webkit-animation-delay: 2624ms;
  -moz-animation-delay: 2624ms;
  -o-animation-delay: 2624ms;
  animation-delay: 2624ms; }

.delay-2625 {
  -webkit-animation-delay: 2625ms;
  -moz-animation-delay: 2625ms;
  -o-animation-delay: 2625ms;
  animation-delay: 2625ms; }

.delay-2626 {
  -webkit-animation-delay: 2626ms;
  -moz-animation-delay: 2626ms;
  -o-animation-delay: 2626ms;
  animation-delay: 2626ms; }

.delay-2627 {
  -webkit-animation-delay: 2627ms;
  -moz-animation-delay: 2627ms;
  -o-animation-delay: 2627ms;
  animation-delay: 2627ms; }

.delay-2628 {
  -webkit-animation-delay: 2628ms;
  -moz-animation-delay: 2628ms;
  -o-animation-delay: 2628ms;
  animation-delay: 2628ms; }

.delay-2629 {
  -webkit-animation-delay: 2629ms;
  -moz-animation-delay: 2629ms;
  -o-animation-delay: 2629ms;
  animation-delay: 2629ms; }

.delay-2630 {
  -webkit-animation-delay: 2630ms;
  -moz-animation-delay: 2630ms;
  -o-animation-delay: 2630ms;
  animation-delay: 2630ms; }

.delay-2631 {
  -webkit-animation-delay: 2631ms;
  -moz-animation-delay: 2631ms;
  -o-animation-delay: 2631ms;
  animation-delay: 2631ms; }

.delay-2632 {
  -webkit-animation-delay: 2632ms;
  -moz-animation-delay: 2632ms;
  -o-animation-delay: 2632ms;
  animation-delay: 2632ms; }

.delay-2633 {
  -webkit-animation-delay: 2633ms;
  -moz-animation-delay: 2633ms;
  -o-animation-delay: 2633ms;
  animation-delay: 2633ms; }

.delay-2634 {
  -webkit-animation-delay: 2634ms;
  -moz-animation-delay: 2634ms;
  -o-animation-delay: 2634ms;
  animation-delay: 2634ms; }

.delay-2635 {
  -webkit-animation-delay: 2635ms;
  -moz-animation-delay: 2635ms;
  -o-animation-delay: 2635ms;
  animation-delay: 2635ms; }

.delay-2636 {
  -webkit-animation-delay: 2636ms;
  -moz-animation-delay: 2636ms;
  -o-animation-delay: 2636ms;
  animation-delay: 2636ms; }

.delay-2637 {
  -webkit-animation-delay: 2637ms;
  -moz-animation-delay: 2637ms;
  -o-animation-delay: 2637ms;
  animation-delay: 2637ms; }

.delay-2638 {
  -webkit-animation-delay: 2638ms;
  -moz-animation-delay: 2638ms;
  -o-animation-delay: 2638ms;
  animation-delay: 2638ms; }

.delay-2639 {
  -webkit-animation-delay: 2639ms;
  -moz-animation-delay: 2639ms;
  -o-animation-delay: 2639ms;
  animation-delay: 2639ms; }

.delay-2640 {
  -webkit-animation-delay: 2640ms;
  -moz-animation-delay: 2640ms;
  -o-animation-delay: 2640ms;
  animation-delay: 2640ms; }

.delay-2641 {
  -webkit-animation-delay: 2641ms;
  -moz-animation-delay: 2641ms;
  -o-animation-delay: 2641ms;
  animation-delay: 2641ms; }

.delay-2642 {
  -webkit-animation-delay: 2642ms;
  -moz-animation-delay: 2642ms;
  -o-animation-delay: 2642ms;
  animation-delay: 2642ms; }

.delay-2643 {
  -webkit-animation-delay: 2643ms;
  -moz-animation-delay: 2643ms;
  -o-animation-delay: 2643ms;
  animation-delay: 2643ms; }

.delay-2644 {
  -webkit-animation-delay: 2644ms;
  -moz-animation-delay: 2644ms;
  -o-animation-delay: 2644ms;
  animation-delay: 2644ms; }

.delay-2645 {
  -webkit-animation-delay: 2645ms;
  -moz-animation-delay: 2645ms;
  -o-animation-delay: 2645ms;
  animation-delay: 2645ms; }

.delay-2646 {
  -webkit-animation-delay: 2646ms;
  -moz-animation-delay: 2646ms;
  -o-animation-delay: 2646ms;
  animation-delay: 2646ms; }

.delay-2647 {
  -webkit-animation-delay: 2647ms;
  -moz-animation-delay: 2647ms;
  -o-animation-delay: 2647ms;
  animation-delay: 2647ms; }

.delay-2648 {
  -webkit-animation-delay: 2648ms;
  -moz-animation-delay: 2648ms;
  -o-animation-delay: 2648ms;
  animation-delay: 2648ms; }

.delay-2649 {
  -webkit-animation-delay: 2649ms;
  -moz-animation-delay: 2649ms;
  -o-animation-delay: 2649ms;
  animation-delay: 2649ms; }

.delay-2650 {
  -webkit-animation-delay: 2650ms;
  -moz-animation-delay: 2650ms;
  -o-animation-delay: 2650ms;
  animation-delay: 2650ms; }

.delay-2651 {
  -webkit-animation-delay: 2651ms;
  -moz-animation-delay: 2651ms;
  -o-animation-delay: 2651ms;
  animation-delay: 2651ms; }

.delay-2652 {
  -webkit-animation-delay: 2652ms;
  -moz-animation-delay: 2652ms;
  -o-animation-delay: 2652ms;
  animation-delay: 2652ms; }

.delay-2653 {
  -webkit-animation-delay: 2653ms;
  -moz-animation-delay: 2653ms;
  -o-animation-delay: 2653ms;
  animation-delay: 2653ms; }

.delay-2654 {
  -webkit-animation-delay: 2654ms;
  -moz-animation-delay: 2654ms;
  -o-animation-delay: 2654ms;
  animation-delay: 2654ms; }

.delay-2655 {
  -webkit-animation-delay: 2655ms;
  -moz-animation-delay: 2655ms;
  -o-animation-delay: 2655ms;
  animation-delay: 2655ms; }

.delay-2656 {
  -webkit-animation-delay: 2656ms;
  -moz-animation-delay: 2656ms;
  -o-animation-delay: 2656ms;
  animation-delay: 2656ms; }

.delay-2657 {
  -webkit-animation-delay: 2657ms;
  -moz-animation-delay: 2657ms;
  -o-animation-delay: 2657ms;
  animation-delay: 2657ms; }

.delay-2658 {
  -webkit-animation-delay: 2658ms;
  -moz-animation-delay: 2658ms;
  -o-animation-delay: 2658ms;
  animation-delay: 2658ms; }

.delay-2659 {
  -webkit-animation-delay: 2659ms;
  -moz-animation-delay: 2659ms;
  -o-animation-delay: 2659ms;
  animation-delay: 2659ms; }

.delay-2660 {
  -webkit-animation-delay: 2660ms;
  -moz-animation-delay: 2660ms;
  -o-animation-delay: 2660ms;
  animation-delay: 2660ms; }

.delay-2661 {
  -webkit-animation-delay: 2661ms;
  -moz-animation-delay: 2661ms;
  -o-animation-delay: 2661ms;
  animation-delay: 2661ms; }

.delay-2662 {
  -webkit-animation-delay: 2662ms;
  -moz-animation-delay: 2662ms;
  -o-animation-delay: 2662ms;
  animation-delay: 2662ms; }

.delay-2663 {
  -webkit-animation-delay: 2663ms;
  -moz-animation-delay: 2663ms;
  -o-animation-delay: 2663ms;
  animation-delay: 2663ms; }

.delay-2664 {
  -webkit-animation-delay: 2664ms;
  -moz-animation-delay: 2664ms;
  -o-animation-delay: 2664ms;
  animation-delay: 2664ms; }

.delay-2665 {
  -webkit-animation-delay: 2665ms;
  -moz-animation-delay: 2665ms;
  -o-animation-delay: 2665ms;
  animation-delay: 2665ms; }

.delay-2666 {
  -webkit-animation-delay: 2666ms;
  -moz-animation-delay: 2666ms;
  -o-animation-delay: 2666ms;
  animation-delay: 2666ms; }

.delay-2667 {
  -webkit-animation-delay: 2667ms;
  -moz-animation-delay: 2667ms;
  -o-animation-delay: 2667ms;
  animation-delay: 2667ms; }

.delay-2668 {
  -webkit-animation-delay: 2668ms;
  -moz-animation-delay: 2668ms;
  -o-animation-delay: 2668ms;
  animation-delay: 2668ms; }

.delay-2669 {
  -webkit-animation-delay: 2669ms;
  -moz-animation-delay: 2669ms;
  -o-animation-delay: 2669ms;
  animation-delay: 2669ms; }

.delay-2670 {
  -webkit-animation-delay: 2670ms;
  -moz-animation-delay: 2670ms;
  -o-animation-delay: 2670ms;
  animation-delay: 2670ms; }

.delay-2671 {
  -webkit-animation-delay: 2671ms;
  -moz-animation-delay: 2671ms;
  -o-animation-delay: 2671ms;
  animation-delay: 2671ms; }

.delay-2672 {
  -webkit-animation-delay: 2672ms;
  -moz-animation-delay: 2672ms;
  -o-animation-delay: 2672ms;
  animation-delay: 2672ms; }

.delay-2673 {
  -webkit-animation-delay: 2673ms;
  -moz-animation-delay: 2673ms;
  -o-animation-delay: 2673ms;
  animation-delay: 2673ms; }

.delay-2674 {
  -webkit-animation-delay: 2674ms;
  -moz-animation-delay: 2674ms;
  -o-animation-delay: 2674ms;
  animation-delay: 2674ms; }

.delay-2675 {
  -webkit-animation-delay: 2675ms;
  -moz-animation-delay: 2675ms;
  -o-animation-delay: 2675ms;
  animation-delay: 2675ms; }

.delay-2676 {
  -webkit-animation-delay: 2676ms;
  -moz-animation-delay: 2676ms;
  -o-animation-delay: 2676ms;
  animation-delay: 2676ms; }

.delay-2677 {
  -webkit-animation-delay: 2677ms;
  -moz-animation-delay: 2677ms;
  -o-animation-delay: 2677ms;
  animation-delay: 2677ms; }

.delay-2678 {
  -webkit-animation-delay: 2678ms;
  -moz-animation-delay: 2678ms;
  -o-animation-delay: 2678ms;
  animation-delay: 2678ms; }

.delay-2679 {
  -webkit-animation-delay: 2679ms;
  -moz-animation-delay: 2679ms;
  -o-animation-delay: 2679ms;
  animation-delay: 2679ms; }

.delay-2680 {
  -webkit-animation-delay: 2680ms;
  -moz-animation-delay: 2680ms;
  -o-animation-delay: 2680ms;
  animation-delay: 2680ms; }

.delay-2681 {
  -webkit-animation-delay: 2681ms;
  -moz-animation-delay: 2681ms;
  -o-animation-delay: 2681ms;
  animation-delay: 2681ms; }

.delay-2682 {
  -webkit-animation-delay: 2682ms;
  -moz-animation-delay: 2682ms;
  -o-animation-delay: 2682ms;
  animation-delay: 2682ms; }

.delay-2683 {
  -webkit-animation-delay: 2683ms;
  -moz-animation-delay: 2683ms;
  -o-animation-delay: 2683ms;
  animation-delay: 2683ms; }

.delay-2684 {
  -webkit-animation-delay: 2684ms;
  -moz-animation-delay: 2684ms;
  -o-animation-delay: 2684ms;
  animation-delay: 2684ms; }

.delay-2685 {
  -webkit-animation-delay: 2685ms;
  -moz-animation-delay: 2685ms;
  -o-animation-delay: 2685ms;
  animation-delay: 2685ms; }

.delay-2686 {
  -webkit-animation-delay: 2686ms;
  -moz-animation-delay: 2686ms;
  -o-animation-delay: 2686ms;
  animation-delay: 2686ms; }

.delay-2687 {
  -webkit-animation-delay: 2687ms;
  -moz-animation-delay: 2687ms;
  -o-animation-delay: 2687ms;
  animation-delay: 2687ms; }

.delay-2688 {
  -webkit-animation-delay: 2688ms;
  -moz-animation-delay: 2688ms;
  -o-animation-delay: 2688ms;
  animation-delay: 2688ms; }

.delay-2689 {
  -webkit-animation-delay: 2689ms;
  -moz-animation-delay: 2689ms;
  -o-animation-delay: 2689ms;
  animation-delay: 2689ms; }

.delay-2690 {
  -webkit-animation-delay: 2690ms;
  -moz-animation-delay: 2690ms;
  -o-animation-delay: 2690ms;
  animation-delay: 2690ms; }

.delay-2691 {
  -webkit-animation-delay: 2691ms;
  -moz-animation-delay: 2691ms;
  -o-animation-delay: 2691ms;
  animation-delay: 2691ms; }

.delay-2692 {
  -webkit-animation-delay: 2692ms;
  -moz-animation-delay: 2692ms;
  -o-animation-delay: 2692ms;
  animation-delay: 2692ms; }

.delay-2693 {
  -webkit-animation-delay: 2693ms;
  -moz-animation-delay: 2693ms;
  -o-animation-delay: 2693ms;
  animation-delay: 2693ms; }

.delay-2694 {
  -webkit-animation-delay: 2694ms;
  -moz-animation-delay: 2694ms;
  -o-animation-delay: 2694ms;
  animation-delay: 2694ms; }

.delay-2695 {
  -webkit-animation-delay: 2695ms;
  -moz-animation-delay: 2695ms;
  -o-animation-delay: 2695ms;
  animation-delay: 2695ms; }

.delay-2696 {
  -webkit-animation-delay: 2696ms;
  -moz-animation-delay: 2696ms;
  -o-animation-delay: 2696ms;
  animation-delay: 2696ms; }

.delay-2697 {
  -webkit-animation-delay: 2697ms;
  -moz-animation-delay: 2697ms;
  -o-animation-delay: 2697ms;
  animation-delay: 2697ms; }

.delay-2698 {
  -webkit-animation-delay: 2698ms;
  -moz-animation-delay: 2698ms;
  -o-animation-delay: 2698ms;
  animation-delay: 2698ms; }

.delay-2699 {
  -webkit-animation-delay: 2699ms;
  -moz-animation-delay: 2699ms;
  -o-animation-delay: 2699ms;
  animation-delay: 2699ms; }

.delay-2700 {
  -webkit-animation-delay: 2700ms;
  -moz-animation-delay: 2700ms;
  -o-animation-delay: 2700ms;
  animation-delay: 2700ms; }

.delay-2701 {
  -webkit-animation-delay: 2701ms;
  -moz-animation-delay: 2701ms;
  -o-animation-delay: 2701ms;
  animation-delay: 2701ms; }

.delay-2702 {
  -webkit-animation-delay: 2702ms;
  -moz-animation-delay: 2702ms;
  -o-animation-delay: 2702ms;
  animation-delay: 2702ms; }

.delay-2703 {
  -webkit-animation-delay: 2703ms;
  -moz-animation-delay: 2703ms;
  -o-animation-delay: 2703ms;
  animation-delay: 2703ms; }

.delay-2704 {
  -webkit-animation-delay: 2704ms;
  -moz-animation-delay: 2704ms;
  -o-animation-delay: 2704ms;
  animation-delay: 2704ms; }

.delay-2705 {
  -webkit-animation-delay: 2705ms;
  -moz-animation-delay: 2705ms;
  -o-animation-delay: 2705ms;
  animation-delay: 2705ms; }

.delay-2706 {
  -webkit-animation-delay: 2706ms;
  -moz-animation-delay: 2706ms;
  -o-animation-delay: 2706ms;
  animation-delay: 2706ms; }

.delay-2707 {
  -webkit-animation-delay: 2707ms;
  -moz-animation-delay: 2707ms;
  -o-animation-delay: 2707ms;
  animation-delay: 2707ms; }

.delay-2708 {
  -webkit-animation-delay: 2708ms;
  -moz-animation-delay: 2708ms;
  -o-animation-delay: 2708ms;
  animation-delay: 2708ms; }

.delay-2709 {
  -webkit-animation-delay: 2709ms;
  -moz-animation-delay: 2709ms;
  -o-animation-delay: 2709ms;
  animation-delay: 2709ms; }

.delay-2710 {
  -webkit-animation-delay: 2710ms;
  -moz-animation-delay: 2710ms;
  -o-animation-delay: 2710ms;
  animation-delay: 2710ms; }

.delay-2711 {
  -webkit-animation-delay: 2711ms;
  -moz-animation-delay: 2711ms;
  -o-animation-delay: 2711ms;
  animation-delay: 2711ms; }

.delay-2712 {
  -webkit-animation-delay: 2712ms;
  -moz-animation-delay: 2712ms;
  -o-animation-delay: 2712ms;
  animation-delay: 2712ms; }

.delay-2713 {
  -webkit-animation-delay: 2713ms;
  -moz-animation-delay: 2713ms;
  -o-animation-delay: 2713ms;
  animation-delay: 2713ms; }

.delay-2714 {
  -webkit-animation-delay: 2714ms;
  -moz-animation-delay: 2714ms;
  -o-animation-delay: 2714ms;
  animation-delay: 2714ms; }

.delay-2715 {
  -webkit-animation-delay: 2715ms;
  -moz-animation-delay: 2715ms;
  -o-animation-delay: 2715ms;
  animation-delay: 2715ms; }

.delay-2716 {
  -webkit-animation-delay: 2716ms;
  -moz-animation-delay: 2716ms;
  -o-animation-delay: 2716ms;
  animation-delay: 2716ms; }

.delay-2717 {
  -webkit-animation-delay: 2717ms;
  -moz-animation-delay: 2717ms;
  -o-animation-delay: 2717ms;
  animation-delay: 2717ms; }

.delay-2718 {
  -webkit-animation-delay: 2718ms;
  -moz-animation-delay: 2718ms;
  -o-animation-delay: 2718ms;
  animation-delay: 2718ms; }

.delay-2719 {
  -webkit-animation-delay: 2719ms;
  -moz-animation-delay: 2719ms;
  -o-animation-delay: 2719ms;
  animation-delay: 2719ms; }

.delay-2720 {
  -webkit-animation-delay: 2720ms;
  -moz-animation-delay: 2720ms;
  -o-animation-delay: 2720ms;
  animation-delay: 2720ms; }

.delay-2721 {
  -webkit-animation-delay: 2721ms;
  -moz-animation-delay: 2721ms;
  -o-animation-delay: 2721ms;
  animation-delay: 2721ms; }

.delay-2722 {
  -webkit-animation-delay: 2722ms;
  -moz-animation-delay: 2722ms;
  -o-animation-delay: 2722ms;
  animation-delay: 2722ms; }

.delay-2723 {
  -webkit-animation-delay: 2723ms;
  -moz-animation-delay: 2723ms;
  -o-animation-delay: 2723ms;
  animation-delay: 2723ms; }

.delay-2724 {
  -webkit-animation-delay: 2724ms;
  -moz-animation-delay: 2724ms;
  -o-animation-delay: 2724ms;
  animation-delay: 2724ms; }

.delay-2725 {
  -webkit-animation-delay: 2725ms;
  -moz-animation-delay: 2725ms;
  -o-animation-delay: 2725ms;
  animation-delay: 2725ms; }

.delay-2726 {
  -webkit-animation-delay: 2726ms;
  -moz-animation-delay: 2726ms;
  -o-animation-delay: 2726ms;
  animation-delay: 2726ms; }

.delay-2727 {
  -webkit-animation-delay: 2727ms;
  -moz-animation-delay: 2727ms;
  -o-animation-delay: 2727ms;
  animation-delay: 2727ms; }

.delay-2728 {
  -webkit-animation-delay: 2728ms;
  -moz-animation-delay: 2728ms;
  -o-animation-delay: 2728ms;
  animation-delay: 2728ms; }

.delay-2729 {
  -webkit-animation-delay: 2729ms;
  -moz-animation-delay: 2729ms;
  -o-animation-delay: 2729ms;
  animation-delay: 2729ms; }

.delay-2730 {
  -webkit-animation-delay: 2730ms;
  -moz-animation-delay: 2730ms;
  -o-animation-delay: 2730ms;
  animation-delay: 2730ms; }

.delay-2731 {
  -webkit-animation-delay: 2731ms;
  -moz-animation-delay: 2731ms;
  -o-animation-delay: 2731ms;
  animation-delay: 2731ms; }

.delay-2732 {
  -webkit-animation-delay: 2732ms;
  -moz-animation-delay: 2732ms;
  -o-animation-delay: 2732ms;
  animation-delay: 2732ms; }

.delay-2733 {
  -webkit-animation-delay: 2733ms;
  -moz-animation-delay: 2733ms;
  -o-animation-delay: 2733ms;
  animation-delay: 2733ms; }

.delay-2734 {
  -webkit-animation-delay: 2734ms;
  -moz-animation-delay: 2734ms;
  -o-animation-delay: 2734ms;
  animation-delay: 2734ms; }

.delay-2735 {
  -webkit-animation-delay: 2735ms;
  -moz-animation-delay: 2735ms;
  -o-animation-delay: 2735ms;
  animation-delay: 2735ms; }

.delay-2736 {
  -webkit-animation-delay: 2736ms;
  -moz-animation-delay: 2736ms;
  -o-animation-delay: 2736ms;
  animation-delay: 2736ms; }

.delay-2737 {
  -webkit-animation-delay: 2737ms;
  -moz-animation-delay: 2737ms;
  -o-animation-delay: 2737ms;
  animation-delay: 2737ms; }

.delay-2738 {
  -webkit-animation-delay: 2738ms;
  -moz-animation-delay: 2738ms;
  -o-animation-delay: 2738ms;
  animation-delay: 2738ms; }

.delay-2739 {
  -webkit-animation-delay: 2739ms;
  -moz-animation-delay: 2739ms;
  -o-animation-delay: 2739ms;
  animation-delay: 2739ms; }

.delay-2740 {
  -webkit-animation-delay: 2740ms;
  -moz-animation-delay: 2740ms;
  -o-animation-delay: 2740ms;
  animation-delay: 2740ms; }

.delay-2741 {
  -webkit-animation-delay: 2741ms;
  -moz-animation-delay: 2741ms;
  -o-animation-delay: 2741ms;
  animation-delay: 2741ms; }

.delay-2742 {
  -webkit-animation-delay: 2742ms;
  -moz-animation-delay: 2742ms;
  -o-animation-delay: 2742ms;
  animation-delay: 2742ms; }

.delay-2743 {
  -webkit-animation-delay: 2743ms;
  -moz-animation-delay: 2743ms;
  -o-animation-delay: 2743ms;
  animation-delay: 2743ms; }

.delay-2744 {
  -webkit-animation-delay: 2744ms;
  -moz-animation-delay: 2744ms;
  -o-animation-delay: 2744ms;
  animation-delay: 2744ms; }

.delay-2745 {
  -webkit-animation-delay: 2745ms;
  -moz-animation-delay: 2745ms;
  -o-animation-delay: 2745ms;
  animation-delay: 2745ms; }

.delay-2746 {
  -webkit-animation-delay: 2746ms;
  -moz-animation-delay: 2746ms;
  -o-animation-delay: 2746ms;
  animation-delay: 2746ms; }

.delay-2747 {
  -webkit-animation-delay: 2747ms;
  -moz-animation-delay: 2747ms;
  -o-animation-delay: 2747ms;
  animation-delay: 2747ms; }

.delay-2748 {
  -webkit-animation-delay: 2748ms;
  -moz-animation-delay: 2748ms;
  -o-animation-delay: 2748ms;
  animation-delay: 2748ms; }

.delay-2749 {
  -webkit-animation-delay: 2749ms;
  -moz-animation-delay: 2749ms;
  -o-animation-delay: 2749ms;
  animation-delay: 2749ms; }

.delay-2750 {
  -webkit-animation-delay: 2750ms;
  -moz-animation-delay: 2750ms;
  -o-animation-delay: 2750ms;
  animation-delay: 2750ms; }

.delay-2751 {
  -webkit-animation-delay: 2751ms;
  -moz-animation-delay: 2751ms;
  -o-animation-delay: 2751ms;
  animation-delay: 2751ms; }

.delay-2752 {
  -webkit-animation-delay: 2752ms;
  -moz-animation-delay: 2752ms;
  -o-animation-delay: 2752ms;
  animation-delay: 2752ms; }

.delay-2753 {
  -webkit-animation-delay: 2753ms;
  -moz-animation-delay: 2753ms;
  -o-animation-delay: 2753ms;
  animation-delay: 2753ms; }

.delay-2754 {
  -webkit-animation-delay: 2754ms;
  -moz-animation-delay: 2754ms;
  -o-animation-delay: 2754ms;
  animation-delay: 2754ms; }

.delay-2755 {
  -webkit-animation-delay: 2755ms;
  -moz-animation-delay: 2755ms;
  -o-animation-delay: 2755ms;
  animation-delay: 2755ms; }

.delay-2756 {
  -webkit-animation-delay: 2756ms;
  -moz-animation-delay: 2756ms;
  -o-animation-delay: 2756ms;
  animation-delay: 2756ms; }

.delay-2757 {
  -webkit-animation-delay: 2757ms;
  -moz-animation-delay: 2757ms;
  -o-animation-delay: 2757ms;
  animation-delay: 2757ms; }

.delay-2758 {
  -webkit-animation-delay: 2758ms;
  -moz-animation-delay: 2758ms;
  -o-animation-delay: 2758ms;
  animation-delay: 2758ms; }

.delay-2759 {
  -webkit-animation-delay: 2759ms;
  -moz-animation-delay: 2759ms;
  -o-animation-delay: 2759ms;
  animation-delay: 2759ms; }

.delay-2760 {
  -webkit-animation-delay: 2760ms;
  -moz-animation-delay: 2760ms;
  -o-animation-delay: 2760ms;
  animation-delay: 2760ms; }

.delay-2761 {
  -webkit-animation-delay: 2761ms;
  -moz-animation-delay: 2761ms;
  -o-animation-delay: 2761ms;
  animation-delay: 2761ms; }

.delay-2762 {
  -webkit-animation-delay: 2762ms;
  -moz-animation-delay: 2762ms;
  -o-animation-delay: 2762ms;
  animation-delay: 2762ms; }

.delay-2763 {
  -webkit-animation-delay: 2763ms;
  -moz-animation-delay: 2763ms;
  -o-animation-delay: 2763ms;
  animation-delay: 2763ms; }

.delay-2764 {
  -webkit-animation-delay: 2764ms;
  -moz-animation-delay: 2764ms;
  -o-animation-delay: 2764ms;
  animation-delay: 2764ms; }

.delay-2765 {
  -webkit-animation-delay: 2765ms;
  -moz-animation-delay: 2765ms;
  -o-animation-delay: 2765ms;
  animation-delay: 2765ms; }

.delay-2766 {
  -webkit-animation-delay: 2766ms;
  -moz-animation-delay: 2766ms;
  -o-animation-delay: 2766ms;
  animation-delay: 2766ms; }

.delay-2767 {
  -webkit-animation-delay: 2767ms;
  -moz-animation-delay: 2767ms;
  -o-animation-delay: 2767ms;
  animation-delay: 2767ms; }

.delay-2768 {
  -webkit-animation-delay: 2768ms;
  -moz-animation-delay: 2768ms;
  -o-animation-delay: 2768ms;
  animation-delay: 2768ms; }

.delay-2769 {
  -webkit-animation-delay: 2769ms;
  -moz-animation-delay: 2769ms;
  -o-animation-delay: 2769ms;
  animation-delay: 2769ms; }

.delay-2770 {
  -webkit-animation-delay: 2770ms;
  -moz-animation-delay: 2770ms;
  -o-animation-delay: 2770ms;
  animation-delay: 2770ms; }

.delay-2771 {
  -webkit-animation-delay: 2771ms;
  -moz-animation-delay: 2771ms;
  -o-animation-delay: 2771ms;
  animation-delay: 2771ms; }

.delay-2772 {
  -webkit-animation-delay: 2772ms;
  -moz-animation-delay: 2772ms;
  -o-animation-delay: 2772ms;
  animation-delay: 2772ms; }

.delay-2773 {
  -webkit-animation-delay: 2773ms;
  -moz-animation-delay: 2773ms;
  -o-animation-delay: 2773ms;
  animation-delay: 2773ms; }

.delay-2774 {
  -webkit-animation-delay: 2774ms;
  -moz-animation-delay: 2774ms;
  -o-animation-delay: 2774ms;
  animation-delay: 2774ms; }

.delay-2775 {
  -webkit-animation-delay: 2775ms;
  -moz-animation-delay: 2775ms;
  -o-animation-delay: 2775ms;
  animation-delay: 2775ms; }

.delay-2776 {
  -webkit-animation-delay: 2776ms;
  -moz-animation-delay: 2776ms;
  -o-animation-delay: 2776ms;
  animation-delay: 2776ms; }

.delay-2777 {
  -webkit-animation-delay: 2777ms;
  -moz-animation-delay: 2777ms;
  -o-animation-delay: 2777ms;
  animation-delay: 2777ms; }

.delay-2778 {
  -webkit-animation-delay: 2778ms;
  -moz-animation-delay: 2778ms;
  -o-animation-delay: 2778ms;
  animation-delay: 2778ms; }

.delay-2779 {
  -webkit-animation-delay: 2779ms;
  -moz-animation-delay: 2779ms;
  -o-animation-delay: 2779ms;
  animation-delay: 2779ms; }

.delay-2780 {
  -webkit-animation-delay: 2780ms;
  -moz-animation-delay: 2780ms;
  -o-animation-delay: 2780ms;
  animation-delay: 2780ms; }

.delay-2781 {
  -webkit-animation-delay: 2781ms;
  -moz-animation-delay: 2781ms;
  -o-animation-delay: 2781ms;
  animation-delay: 2781ms; }

.delay-2782 {
  -webkit-animation-delay: 2782ms;
  -moz-animation-delay: 2782ms;
  -o-animation-delay: 2782ms;
  animation-delay: 2782ms; }

.delay-2783 {
  -webkit-animation-delay: 2783ms;
  -moz-animation-delay: 2783ms;
  -o-animation-delay: 2783ms;
  animation-delay: 2783ms; }

.delay-2784 {
  -webkit-animation-delay: 2784ms;
  -moz-animation-delay: 2784ms;
  -o-animation-delay: 2784ms;
  animation-delay: 2784ms; }

.delay-2785 {
  -webkit-animation-delay: 2785ms;
  -moz-animation-delay: 2785ms;
  -o-animation-delay: 2785ms;
  animation-delay: 2785ms; }

.delay-2786 {
  -webkit-animation-delay: 2786ms;
  -moz-animation-delay: 2786ms;
  -o-animation-delay: 2786ms;
  animation-delay: 2786ms; }

.delay-2787 {
  -webkit-animation-delay: 2787ms;
  -moz-animation-delay: 2787ms;
  -o-animation-delay: 2787ms;
  animation-delay: 2787ms; }

.delay-2788 {
  -webkit-animation-delay: 2788ms;
  -moz-animation-delay: 2788ms;
  -o-animation-delay: 2788ms;
  animation-delay: 2788ms; }

.delay-2789 {
  -webkit-animation-delay: 2789ms;
  -moz-animation-delay: 2789ms;
  -o-animation-delay: 2789ms;
  animation-delay: 2789ms; }

.delay-2790 {
  -webkit-animation-delay: 2790ms;
  -moz-animation-delay: 2790ms;
  -o-animation-delay: 2790ms;
  animation-delay: 2790ms; }

.delay-2791 {
  -webkit-animation-delay: 2791ms;
  -moz-animation-delay: 2791ms;
  -o-animation-delay: 2791ms;
  animation-delay: 2791ms; }

.delay-2792 {
  -webkit-animation-delay: 2792ms;
  -moz-animation-delay: 2792ms;
  -o-animation-delay: 2792ms;
  animation-delay: 2792ms; }

.delay-2793 {
  -webkit-animation-delay: 2793ms;
  -moz-animation-delay: 2793ms;
  -o-animation-delay: 2793ms;
  animation-delay: 2793ms; }

.delay-2794 {
  -webkit-animation-delay: 2794ms;
  -moz-animation-delay: 2794ms;
  -o-animation-delay: 2794ms;
  animation-delay: 2794ms; }

.delay-2795 {
  -webkit-animation-delay: 2795ms;
  -moz-animation-delay: 2795ms;
  -o-animation-delay: 2795ms;
  animation-delay: 2795ms; }

.delay-2796 {
  -webkit-animation-delay: 2796ms;
  -moz-animation-delay: 2796ms;
  -o-animation-delay: 2796ms;
  animation-delay: 2796ms; }

.delay-2797 {
  -webkit-animation-delay: 2797ms;
  -moz-animation-delay: 2797ms;
  -o-animation-delay: 2797ms;
  animation-delay: 2797ms; }

.delay-2798 {
  -webkit-animation-delay: 2798ms;
  -moz-animation-delay: 2798ms;
  -o-animation-delay: 2798ms;
  animation-delay: 2798ms; }

.delay-2799 {
  -webkit-animation-delay: 2799ms;
  -moz-animation-delay: 2799ms;
  -o-animation-delay: 2799ms;
  animation-delay: 2799ms; }

.delay-2800 {
  -webkit-animation-delay: 2800ms;
  -moz-animation-delay: 2800ms;
  -o-animation-delay: 2800ms;
  animation-delay: 2800ms; }

.delay-2801 {
  -webkit-animation-delay: 2801ms;
  -moz-animation-delay: 2801ms;
  -o-animation-delay: 2801ms;
  animation-delay: 2801ms; }

.delay-2802 {
  -webkit-animation-delay: 2802ms;
  -moz-animation-delay: 2802ms;
  -o-animation-delay: 2802ms;
  animation-delay: 2802ms; }

.delay-2803 {
  -webkit-animation-delay: 2803ms;
  -moz-animation-delay: 2803ms;
  -o-animation-delay: 2803ms;
  animation-delay: 2803ms; }

.delay-2804 {
  -webkit-animation-delay: 2804ms;
  -moz-animation-delay: 2804ms;
  -o-animation-delay: 2804ms;
  animation-delay: 2804ms; }

.delay-2805 {
  -webkit-animation-delay: 2805ms;
  -moz-animation-delay: 2805ms;
  -o-animation-delay: 2805ms;
  animation-delay: 2805ms; }

.delay-2806 {
  -webkit-animation-delay: 2806ms;
  -moz-animation-delay: 2806ms;
  -o-animation-delay: 2806ms;
  animation-delay: 2806ms; }

.delay-2807 {
  -webkit-animation-delay: 2807ms;
  -moz-animation-delay: 2807ms;
  -o-animation-delay: 2807ms;
  animation-delay: 2807ms; }

.delay-2808 {
  -webkit-animation-delay: 2808ms;
  -moz-animation-delay: 2808ms;
  -o-animation-delay: 2808ms;
  animation-delay: 2808ms; }

.delay-2809 {
  -webkit-animation-delay: 2809ms;
  -moz-animation-delay: 2809ms;
  -o-animation-delay: 2809ms;
  animation-delay: 2809ms; }

.delay-2810 {
  -webkit-animation-delay: 2810ms;
  -moz-animation-delay: 2810ms;
  -o-animation-delay: 2810ms;
  animation-delay: 2810ms; }

.delay-2811 {
  -webkit-animation-delay: 2811ms;
  -moz-animation-delay: 2811ms;
  -o-animation-delay: 2811ms;
  animation-delay: 2811ms; }

.delay-2812 {
  -webkit-animation-delay: 2812ms;
  -moz-animation-delay: 2812ms;
  -o-animation-delay: 2812ms;
  animation-delay: 2812ms; }

.delay-2813 {
  -webkit-animation-delay: 2813ms;
  -moz-animation-delay: 2813ms;
  -o-animation-delay: 2813ms;
  animation-delay: 2813ms; }

.delay-2814 {
  -webkit-animation-delay: 2814ms;
  -moz-animation-delay: 2814ms;
  -o-animation-delay: 2814ms;
  animation-delay: 2814ms; }

.delay-2815 {
  -webkit-animation-delay: 2815ms;
  -moz-animation-delay: 2815ms;
  -o-animation-delay: 2815ms;
  animation-delay: 2815ms; }

.delay-2816 {
  -webkit-animation-delay: 2816ms;
  -moz-animation-delay: 2816ms;
  -o-animation-delay: 2816ms;
  animation-delay: 2816ms; }

.delay-2817 {
  -webkit-animation-delay: 2817ms;
  -moz-animation-delay: 2817ms;
  -o-animation-delay: 2817ms;
  animation-delay: 2817ms; }

.delay-2818 {
  -webkit-animation-delay: 2818ms;
  -moz-animation-delay: 2818ms;
  -o-animation-delay: 2818ms;
  animation-delay: 2818ms; }

.delay-2819 {
  -webkit-animation-delay: 2819ms;
  -moz-animation-delay: 2819ms;
  -o-animation-delay: 2819ms;
  animation-delay: 2819ms; }

.delay-2820 {
  -webkit-animation-delay: 2820ms;
  -moz-animation-delay: 2820ms;
  -o-animation-delay: 2820ms;
  animation-delay: 2820ms; }

.delay-2821 {
  -webkit-animation-delay: 2821ms;
  -moz-animation-delay: 2821ms;
  -o-animation-delay: 2821ms;
  animation-delay: 2821ms; }

.delay-2822 {
  -webkit-animation-delay: 2822ms;
  -moz-animation-delay: 2822ms;
  -o-animation-delay: 2822ms;
  animation-delay: 2822ms; }

.delay-2823 {
  -webkit-animation-delay: 2823ms;
  -moz-animation-delay: 2823ms;
  -o-animation-delay: 2823ms;
  animation-delay: 2823ms; }

.delay-2824 {
  -webkit-animation-delay: 2824ms;
  -moz-animation-delay: 2824ms;
  -o-animation-delay: 2824ms;
  animation-delay: 2824ms; }

.delay-2825 {
  -webkit-animation-delay: 2825ms;
  -moz-animation-delay: 2825ms;
  -o-animation-delay: 2825ms;
  animation-delay: 2825ms; }

.delay-2826 {
  -webkit-animation-delay: 2826ms;
  -moz-animation-delay: 2826ms;
  -o-animation-delay: 2826ms;
  animation-delay: 2826ms; }

.delay-2827 {
  -webkit-animation-delay: 2827ms;
  -moz-animation-delay: 2827ms;
  -o-animation-delay: 2827ms;
  animation-delay: 2827ms; }

.delay-2828 {
  -webkit-animation-delay: 2828ms;
  -moz-animation-delay: 2828ms;
  -o-animation-delay: 2828ms;
  animation-delay: 2828ms; }

.delay-2829 {
  -webkit-animation-delay: 2829ms;
  -moz-animation-delay: 2829ms;
  -o-animation-delay: 2829ms;
  animation-delay: 2829ms; }

.delay-2830 {
  -webkit-animation-delay: 2830ms;
  -moz-animation-delay: 2830ms;
  -o-animation-delay: 2830ms;
  animation-delay: 2830ms; }

.delay-2831 {
  -webkit-animation-delay: 2831ms;
  -moz-animation-delay: 2831ms;
  -o-animation-delay: 2831ms;
  animation-delay: 2831ms; }

.delay-2832 {
  -webkit-animation-delay: 2832ms;
  -moz-animation-delay: 2832ms;
  -o-animation-delay: 2832ms;
  animation-delay: 2832ms; }

.delay-2833 {
  -webkit-animation-delay: 2833ms;
  -moz-animation-delay: 2833ms;
  -o-animation-delay: 2833ms;
  animation-delay: 2833ms; }

.delay-2834 {
  -webkit-animation-delay: 2834ms;
  -moz-animation-delay: 2834ms;
  -o-animation-delay: 2834ms;
  animation-delay: 2834ms; }

.delay-2835 {
  -webkit-animation-delay: 2835ms;
  -moz-animation-delay: 2835ms;
  -o-animation-delay: 2835ms;
  animation-delay: 2835ms; }

.delay-2836 {
  -webkit-animation-delay: 2836ms;
  -moz-animation-delay: 2836ms;
  -o-animation-delay: 2836ms;
  animation-delay: 2836ms; }

.delay-2837 {
  -webkit-animation-delay: 2837ms;
  -moz-animation-delay: 2837ms;
  -o-animation-delay: 2837ms;
  animation-delay: 2837ms; }

.delay-2838 {
  -webkit-animation-delay: 2838ms;
  -moz-animation-delay: 2838ms;
  -o-animation-delay: 2838ms;
  animation-delay: 2838ms; }

.delay-2839 {
  -webkit-animation-delay: 2839ms;
  -moz-animation-delay: 2839ms;
  -o-animation-delay: 2839ms;
  animation-delay: 2839ms; }

.delay-2840 {
  -webkit-animation-delay: 2840ms;
  -moz-animation-delay: 2840ms;
  -o-animation-delay: 2840ms;
  animation-delay: 2840ms; }

.delay-2841 {
  -webkit-animation-delay: 2841ms;
  -moz-animation-delay: 2841ms;
  -o-animation-delay: 2841ms;
  animation-delay: 2841ms; }

.delay-2842 {
  -webkit-animation-delay: 2842ms;
  -moz-animation-delay: 2842ms;
  -o-animation-delay: 2842ms;
  animation-delay: 2842ms; }

.delay-2843 {
  -webkit-animation-delay: 2843ms;
  -moz-animation-delay: 2843ms;
  -o-animation-delay: 2843ms;
  animation-delay: 2843ms; }

.delay-2844 {
  -webkit-animation-delay: 2844ms;
  -moz-animation-delay: 2844ms;
  -o-animation-delay: 2844ms;
  animation-delay: 2844ms; }

.delay-2845 {
  -webkit-animation-delay: 2845ms;
  -moz-animation-delay: 2845ms;
  -o-animation-delay: 2845ms;
  animation-delay: 2845ms; }

.delay-2846 {
  -webkit-animation-delay: 2846ms;
  -moz-animation-delay: 2846ms;
  -o-animation-delay: 2846ms;
  animation-delay: 2846ms; }

.delay-2847 {
  -webkit-animation-delay: 2847ms;
  -moz-animation-delay: 2847ms;
  -o-animation-delay: 2847ms;
  animation-delay: 2847ms; }

.delay-2848 {
  -webkit-animation-delay: 2848ms;
  -moz-animation-delay: 2848ms;
  -o-animation-delay: 2848ms;
  animation-delay: 2848ms; }

.delay-2849 {
  -webkit-animation-delay: 2849ms;
  -moz-animation-delay: 2849ms;
  -o-animation-delay: 2849ms;
  animation-delay: 2849ms; }

.delay-2850 {
  -webkit-animation-delay: 2850ms;
  -moz-animation-delay: 2850ms;
  -o-animation-delay: 2850ms;
  animation-delay: 2850ms; }

.delay-2851 {
  -webkit-animation-delay: 2851ms;
  -moz-animation-delay: 2851ms;
  -o-animation-delay: 2851ms;
  animation-delay: 2851ms; }

.delay-2852 {
  -webkit-animation-delay: 2852ms;
  -moz-animation-delay: 2852ms;
  -o-animation-delay: 2852ms;
  animation-delay: 2852ms; }

.delay-2853 {
  -webkit-animation-delay: 2853ms;
  -moz-animation-delay: 2853ms;
  -o-animation-delay: 2853ms;
  animation-delay: 2853ms; }

.delay-2854 {
  -webkit-animation-delay: 2854ms;
  -moz-animation-delay: 2854ms;
  -o-animation-delay: 2854ms;
  animation-delay: 2854ms; }

.delay-2855 {
  -webkit-animation-delay: 2855ms;
  -moz-animation-delay: 2855ms;
  -o-animation-delay: 2855ms;
  animation-delay: 2855ms; }

.delay-2856 {
  -webkit-animation-delay: 2856ms;
  -moz-animation-delay: 2856ms;
  -o-animation-delay: 2856ms;
  animation-delay: 2856ms; }

.delay-2857 {
  -webkit-animation-delay: 2857ms;
  -moz-animation-delay: 2857ms;
  -o-animation-delay: 2857ms;
  animation-delay: 2857ms; }

.delay-2858 {
  -webkit-animation-delay: 2858ms;
  -moz-animation-delay: 2858ms;
  -o-animation-delay: 2858ms;
  animation-delay: 2858ms; }

.delay-2859 {
  -webkit-animation-delay: 2859ms;
  -moz-animation-delay: 2859ms;
  -o-animation-delay: 2859ms;
  animation-delay: 2859ms; }

.delay-2860 {
  -webkit-animation-delay: 2860ms;
  -moz-animation-delay: 2860ms;
  -o-animation-delay: 2860ms;
  animation-delay: 2860ms; }

.delay-2861 {
  -webkit-animation-delay: 2861ms;
  -moz-animation-delay: 2861ms;
  -o-animation-delay: 2861ms;
  animation-delay: 2861ms; }

.delay-2862 {
  -webkit-animation-delay: 2862ms;
  -moz-animation-delay: 2862ms;
  -o-animation-delay: 2862ms;
  animation-delay: 2862ms; }

.delay-2863 {
  -webkit-animation-delay: 2863ms;
  -moz-animation-delay: 2863ms;
  -o-animation-delay: 2863ms;
  animation-delay: 2863ms; }

.delay-2864 {
  -webkit-animation-delay: 2864ms;
  -moz-animation-delay: 2864ms;
  -o-animation-delay: 2864ms;
  animation-delay: 2864ms; }

.delay-2865 {
  -webkit-animation-delay: 2865ms;
  -moz-animation-delay: 2865ms;
  -o-animation-delay: 2865ms;
  animation-delay: 2865ms; }

.delay-2866 {
  -webkit-animation-delay: 2866ms;
  -moz-animation-delay: 2866ms;
  -o-animation-delay: 2866ms;
  animation-delay: 2866ms; }

.delay-2867 {
  -webkit-animation-delay: 2867ms;
  -moz-animation-delay: 2867ms;
  -o-animation-delay: 2867ms;
  animation-delay: 2867ms; }

.delay-2868 {
  -webkit-animation-delay: 2868ms;
  -moz-animation-delay: 2868ms;
  -o-animation-delay: 2868ms;
  animation-delay: 2868ms; }

.delay-2869 {
  -webkit-animation-delay: 2869ms;
  -moz-animation-delay: 2869ms;
  -o-animation-delay: 2869ms;
  animation-delay: 2869ms; }

.delay-2870 {
  -webkit-animation-delay: 2870ms;
  -moz-animation-delay: 2870ms;
  -o-animation-delay: 2870ms;
  animation-delay: 2870ms; }

.delay-2871 {
  -webkit-animation-delay: 2871ms;
  -moz-animation-delay: 2871ms;
  -o-animation-delay: 2871ms;
  animation-delay: 2871ms; }

.delay-2872 {
  -webkit-animation-delay: 2872ms;
  -moz-animation-delay: 2872ms;
  -o-animation-delay: 2872ms;
  animation-delay: 2872ms; }

.delay-2873 {
  -webkit-animation-delay: 2873ms;
  -moz-animation-delay: 2873ms;
  -o-animation-delay: 2873ms;
  animation-delay: 2873ms; }

.delay-2874 {
  -webkit-animation-delay: 2874ms;
  -moz-animation-delay: 2874ms;
  -o-animation-delay: 2874ms;
  animation-delay: 2874ms; }

.delay-2875 {
  -webkit-animation-delay: 2875ms;
  -moz-animation-delay: 2875ms;
  -o-animation-delay: 2875ms;
  animation-delay: 2875ms; }

.delay-2876 {
  -webkit-animation-delay: 2876ms;
  -moz-animation-delay: 2876ms;
  -o-animation-delay: 2876ms;
  animation-delay: 2876ms; }

.delay-2877 {
  -webkit-animation-delay: 2877ms;
  -moz-animation-delay: 2877ms;
  -o-animation-delay: 2877ms;
  animation-delay: 2877ms; }

.delay-2878 {
  -webkit-animation-delay: 2878ms;
  -moz-animation-delay: 2878ms;
  -o-animation-delay: 2878ms;
  animation-delay: 2878ms; }

.delay-2879 {
  -webkit-animation-delay: 2879ms;
  -moz-animation-delay: 2879ms;
  -o-animation-delay: 2879ms;
  animation-delay: 2879ms; }

.delay-2880 {
  -webkit-animation-delay: 2880ms;
  -moz-animation-delay: 2880ms;
  -o-animation-delay: 2880ms;
  animation-delay: 2880ms; }

.delay-2881 {
  -webkit-animation-delay: 2881ms;
  -moz-animation-delay: 2881ms;
  -o-animation-delay: 2881ms;
  animation-delay: 2881ms; }

.delay-2882 {
  -webkit-animation-delay: 2882ms;
  -moz-animation-delay: 2882ms;
  -o-animation-delay: 2882ms;
  animation-delay: 2882ms; }

.delay-2883 {
  -webkit-animation-delay: 2883ms;
  -moz-animation-delay: 2883ms;
  -o-animation-delay: 2883ms;
  animation-delay: 2883ms; }

.delay-2884 {
  -webkit-animation-delay: 2884ms;
  -moz-animation-delay: 2884ms;
  -o-animation-delay: 2884ms;
  animation-delay: 2884ms; }

.delay-2885 {
  -webkit-animation-delay: 2885ms;
  -moz-animation-delay: 2885ms;
  -o-animation-delay: 2885ms;
  animation-delay: 2885ms; }

.delay-2886 {
  -webkit-animation-delay: 2886ms;
  -moz-animation-delay: 2886ms;
  -o-animation-delay: 2886ms;
  animation-delay: 2886ms; }

.delay-2887 {
  -webkit-animation-delay: 2887ms;
  -moz-animation-delay: 2887ms;
  -o-animation-delay: 2887ms;
  animation-delay: 2887ms; }

.delay-2888 {
  -webkit-animation-delay: 2888ms;
  -moz-animation-delay: 2888ms;
  -o-animation-delay: 2888ms;
  animation-delay: 2888ms; }

.delay-2889 {
  -webkit-animation-delay: 2889ms;
  -moz-animation-delay: 2889ms;
  -o-animation-delay: 2889ms;
  animation-delay: 2889ms; }

.delay-2890 {
  -webkit-animation-delay: 2890ms;
  -moz-animation-delay: 2890ms;
  -o-animation-delay: 2890ms;
  animation-delay: 2890ms; }

.delay-2891 {
  -webkit-animation-delay: 2891ms;
  -moz-animation-delay: 2891ms;
  -o-animation-delay: 2891ms;
  animation-delay: 2891ms; }

.delay-2892 {
  -webkit-animation-delay: 2892ms;
  -moz-animation-delay: 2892ms;
  -o-animation-delay: 2892ms;
  animation-delay: 2892ms; }

.delay-2893 {
  -webkit-animation-delay: 2893ms;
  -moz-animation-delay: 2893ms;
  -o-animation-delay: 2893ms;
  animation-delay: 2893ms; }

.delay-2894 {
  -webkit-animation-delay: 2894ms;
  -moz-animation-delay: 2894ms;
  -o-animation-delay: 2894ms;
  animation-delay: 2894ms; }

.delay-2895 {
  -webkit-animation-delay: 2895ms;
  -moz-animation-delay: 2895ms;
  -o-animation-delay: 2895ms;
  animation-delay: 2895ms; }

.delay-2896 {
  -webkit-animation-delay: 2896ms;
  -moz-animation-delay: 2896ms;
  -o-animation-delay: 2896ms;
  animation-delay: 2896ms; }

.delay-2897 {
  -webkit-animation-delay: 2897ms;
  -moz-animation-delay: 2897ms;
  -o-animation-delay: 2897ms;
  animation-delay: 2897ms; }

.delay-2898 {
  -webkit-animation-delay: 2898ms;
  -moz-animation-delay: 2898ms;
  -o-animation-delay: 2898ms;
  animation-delay: 2898ms; }

.delay-2899 {
  -webkit-animation-delay: 2899ms;
  -moz-animation-delay: 2899ms;
  -o-animation-delay: 2899ms;
  animation-delay: 2899ms; }

.delay-2900 {
  -webkit-animation-delay: 2900ms;
  -moz-animation-delay: 2900ms;
  -o-animation-delay: 2900ms;
  animation-delay: 2900ms; }

.delay-2901 {
  -webkit-animation-delay: 2901ms;
  -moz-animation-delay: 2901ms;
  -o-animation-delay: 2901ms;
  animation-delay: 2901ms; }

.delay-2902 {
  -webkit-animation-delay: 2902ms;
  -moz-animation-delay: 2902ms;
  -o-animation-delay: 2902ms;
  animation-delay: 2902ms; }

.delay-2903 {
  -webkit-animation-delay: 2903ms;
  -moz-animation-delay: 2903ms;
  -o-animation-delay: 2903ms;
  animation-delay: 2903ms; }

.delay-2904 {
  -webkit-animation-delay: 2904ms;
  -moz-animation-delay: 2904ms;
  -o-animation-delay: 2904ms;
  animation-delay: 2904ms; }

.delay-2905 {
  -webkit-animation-delay: 2905ms;
  -moz-animation-delay: 2905ms;
  -o-animation-delay: 2905ms;
  animation-delay: 2905ms; }

.delay-2906 {
  -webkit-animation-delay: 2906ms;
  -moz-animation-delay: 2906ms;
  -o-animation-delay: 2906ms;
  animation-delay: 2906ms; }

.delay-2907 {
  -webkit-animation-delay: 2907ms;
  -moz-animation-delay: 2907ms;
  -o-animation-delay: 2907ms;
  animation-delay: 2907ms; }

.delay-2908 {
  -webkit-animation-delay: 2908ms;
  -moz-animation-delay: 2908ms;
  -o-animation-delay: 2908ms;
  animation-delay: 2908ms; }

.delay-2909 {
  -webkit-animation-delay: 2909ms;
  -moz-animation-delay: 2909ms;
  -o-animation-delay: 2909ms;
  animation-delay: 2909ms; }

.delay-2910 {
  -webkit-animation-delay: 2910ms;
  -moz-animation-delay: 2910ms;
  -o-animation-delay: 2910ms;
  animation-delay: 2910ms; }

.delay-2911 {
  -webkit-animation-delay: 2911ms;
  -moz-animation-delay: 2911ms;
  -o-animation-delay: 2911ms;
  animation-delay: 2911ms; }

.delay-2912 {
  -webkit-animation-delay: 2912ms;
  -moz-animation-delay: 2912ms;
  -o-animation-delay: 2912ms;
  animation-delay: 2912ms; }

.delay-2913 {
  -webkit-animation-delay: 2913ms;
  -moz-animation-delay: 2913ms;
  -o-animation-delay: 2913ms;
  animation-delay: 2913ms; }

.delay-2914 {
  -webkit-animation-delay: 2914ms;
  -moz-animation-delay: 2914ms;
  -o-animation-delay: 2914ms;
  animation-delay: 2914ms; }

.delay-2915 {
  -webkit-animation-delay: 2915ms;
  -moz-animation-delay: 2915ms;
  -o-animation-delay: 2915ms;
  animation-delay: 2915ms; }

.delay-2916 {
  -webkit-animation-delay: 2916ms;
  -moz-animation-delay: 2916ms;
  -o-animation-delay: 2916ms;
  animation-delay: 2916ms; }

.delay-2917 {
  -webkit-animation-delay: 2917ms;
  -moz-animation-delay: 2917ms;
  -o-animation-delay: 2917ms;
  animation-delay: 2917ms; }

.delay-2918 {
  -webkit-animation-delay: 2918ms;
  -moz-animation-delay: 2918ms;
  -o-animation-delay: 2918ms;
  animation-delay: 2918ms; }

.delay-2919 {
  -webkit-animation-delay: 2919ms;
  -moz-animation-delay: 2919ms;
  -o-animation-delay: 2919ms;
  animation-delay: 2919ms; }

.delay-2920 {
  -webkit-animation-delay: 2920ms;
  -moz-animation-delay: 2920ms;
  -o-animation-delay: 2920ms;
  animation-delay: 2920ms; }

.delay-2921 {
  -webkit-animation-delay: 2921ms;
  -moz-animation-delay: 2921ms;
  -o-animation-delay: 2921ms;
  animation-delay: 2921ms; }

.delay-2922 {
  -webkit-animation-delay: 2922ms;
  -moz-animation-delay: 2922ms;
  -o-animation-delay: 2922ms;
  animation-delay: 2922ms; }

.delay-2923 {
  -webkit-animation-delay: 2923ms;
  -moz-animation-delay: 2923ms;
  -o-animation-delay: 2923ms;
  animation-delay: 2923ms; }

.delay-2924 {
  -webkit-animation-delay: 2924ms;
  -moz-animation-delay: 2924ms;
  -o-animation-delay: 2924ms;
  animation-delay: 2924ms; }

.delay-2925 {
  -webkit-animation-delay: 2925ms;
  -moz-animation-delay: 2925ms;
  -o-animation-delay: 2925ms;
  animation-delay: 2925ms; }

.delay-2926 {
  -webkit-animation-delay: 2926ms;
  -moz-animation-delay: 2926ms;
  -o-animation-delay: 2926ms;
  animation-delay: 2926ms; }

.delay-2927 {
  -webkit-animation-delay: 2927ms;
  -moz-animation-delay: 2927ms;
  -o-animation-delay: 2927ms;
  animation-delay: 2927ms; }

.delay-2928 {
  -webkit-animation-delay: 2928ms;
  -moz-animation-delay: 2928ms;
  -o-animation-delay: 2928ms;
  animation-delay: 2928ms; }

.delay-2929 {
  -webkit-animation-delay: 2929ms;
  -moz-animation-delay: 2929ms;
  -o-animation-delay: 2929ms;
  animation-delay: 2929ms; }

.delay-2930 {
  -webkit-animation-delay: 2930ms;
  -moz-animation-delay: 2930ms;
  -o-animation-delay: 2930ms;
  animation-delay: 2930ms; }

.delay-2931 {
  -webkit-animation-delay: 2931ms;
  -moz-animation-delay: 2931ms;
  -o-animation-delay: 2931ms;
  animation-delay: 2931ms; }

.delay-2932 {
  -webkit-animation-delay: 2932ms;
  -moz-animation-delay: 2932ms;
  -o-animation-delay: 2932ms;
  animation-delay: 2932ms; }

.delay-2933 {
  -webkit-animation-delay: 2933ms;
  -moz-animation-delay: 2933ms;
  -o-animation-delay: 2933ms;
  animation-delay: 2933ms; }

.delay-2934 {
  -webkit-animation-delay: 2934ms;
  -moz-animation-delay: 2934ms;
  -o-animation-delay: 2934ms;
  animation-delay: 2934ms; }

.delay-2935 {
  -webkit-animation-delay: 2935ms;
  -moz-animation-delay: 2935ms;
  -o-animation-delay: 2935ms;
  animation-delay: 2935ms; }

.delay-2936 {
  -webkit-animation-delay: 2936ms;
  -moz-animation-delay: 2936ms;
  -o-animation-delay: 2936ms;
  animation-delay: 2936ms; }

.delay-2937 {
  -webkit-animation-delay: 2937ms;
  -moz-animation-delay: 2937ms;
  -o-animation-delay: 2937ms;
  animation-delay: 2937ms; }

.delay-2938 {
  -webkit-animation-delay: 2938ms;
  -moz-animation-delay: 2938ms;
  -o-animation-delay: 2938ms;
  animation-delay: 2938ms; }

.delay-2939 {
  -webkit-animation-delay: 2939ms;
  -moz-animation-delay: 2939ms;
  -o-animation-delay: 2939ms;
  animation-delay: 2939ms; }

.delay-2940 {
  -webkit-animation-delay: 2940ms;
  -moz-animation-delay: 2940ms;
  -o-animation-delay: 2940ms;
  animation-delay: 2940ms; }

.delay-2941 {
  -webkit-animation-delay: 2941ms;
  -moz-animation-delay: 2941ms;
  -o-animation-delay: 2941ms;
  animation-delay: 2941ms; }

.delay-2942 {
  -webkit-animation-delay: 2942ms;
  -moz-animation-delay: 2942ms;
  -o-animation-delay: 2942ms;
  animation-delay: 2942ms; }

.delay-2943 {
  -webkit-animation-delay: 2943ms;
  -moz-animation-delay: 2943ms;
  -o-animation-delay: 2943ms;
  animation-delay: 2943ms; }

.delay-2944 {
  -webkit-animation-delay: 2944ms;
  -moz-animation-delay: 2944ms;
  -o-animation-delay: 2944ms;
  animation-delay: 2944ms; }

.delay-2945 {
  -webkit-animation-delay: 2945ms;
  -moz-animation-delay: 2945ms;
  -o-animation-delay: 2945ms;
  animation-delay: 2945ms; }

.delay-2946 {
  -webkit-animation-delay: 2946ms;
  -moz-animation-delay: 2946ms;
  -o-animation-delay: 2946ms;
  animation-delay: 2946ms; }

.delay-2947 {
  -webkit-animation-delay: 2947ms;
  -moz-animation-delay: 2947ms;
  -o-animation-delay: 2947ms;
  animation-delay: 2947ms; }

.delay-2948 {
  -webkit-animation-delay: 2948ms;
  -moz-animation-delay: 2948ms;
  -o-animation-delay: 2948ms;
  animation-delay: 2948ms; }

.delay-2949 {
  -webkit-animation-delay: 2949ms;
  -moz-animation-delay: 2949ms;
  -o-animation-delay: 2949ms;
  animation-delay: 2949ms; }

.delay-2950 {
  -webkit-animation-delay: 2950ms;
  -moz-animation-delay: 2950ms;
  -o-animation-delay: 2950ms;
  animation-delay: 2950ms; }

.delay-2951 {
  -webkit-animation-delay: 2951ms;
  -moz-animation-delay: 2951ms;
  -o-animation-delay: 2951ms;
  animation-delay: 2951ms; }

.delay-2952 {
  -webkit-animation-delay: 2952ms;
  -moz-animation-delay: 2952ms;
  -o-animation-delay: 2952ms;
  animation-delay: 2952ms; }

.delay-2953 {
  -webkit-animation-delay: 2953ms;
  -moz-animation-delay: 2953ms;
  -o-animation-delay: 2953ms;
  animation-delay: 2953ms; }

.delay-2954 {
  -webkit-animation-delay: 2954ms;
  -moz-animation-delay: 2954ms;
  -o-animation-delay: 2954ms;
  animation-delay: 2954ms; }

.delay-2955 {
  -webkit-animation-delay: 2955ms;
  -moz-animation-delay: 2955ms;
  -o-animation-delay: 2955ms;
  animation-delay: 2955ms; }

.delay-2956 {
  -webkit-animation-delay: 2956ms;
  -moz-animation-delay: 2956ms;
  -o-animation-delay: 2956ms;
  animation-delay: 2956ms; }

.delay-2957 {
  -webkit-animation-delay: 2957ms;
  -moz-animation-delay: 2957ms;
  -o-animation-delay: 2957ms;
  animation-delay: 2957ms; }

.delay-2958 {
  -webkit-animation-delay: 2958ms;
  -moz-animation-delay: 2958ms;
  -o-animation-delay: 2958ms;
  animation-delay: 2958ms; }

.delay-2959 {
  -webkit-animation-delay: 2959ms;
  -moz-animation-delay: 2959ms;
  -o-animation-delay: 2959ms;
  animation-delay: 2959ms; }

.delay-2960 {
  -webkit-animation-delay: 2960ms;
  -moz-animation-delay: 2960ms;
  -o-animation-delay: 2960ms;
  animation-delay: 2960ms; }

.delay-2961 {
  -webkit-animation-delay: 2961ms;
  -moz-animation-delay: 2961ms;
  -o-animation-delay: 2961ms;
  animation-delay: 2961ms; }

.delay-2962 {
  -webkit-animation-delay: 2962ms;
  -moz-animation-delay: 2962ms;
  -o-animation-delay: 2962ms;
  animation-delay: 2962ms; }

.delay-2963 {
  -webkit-animation-delay: 2963ms;
  -moz-animation-delay: 2963ms;
  -o-animation-delay: 2963ms;
  animation-delay: 2963ms; }

.delay-2964 {
  -webkit-animation-delay: 2964ms;
  -moz-animation-delay: 2964ms;
  -o-animation-delay: 2964ms;
  animation-delay: 2964ms; }

.delay-2965 {
  -webkit-animation-delay: 2965ms;
  -moz-animation-delay: 2965ms;
  -o-animation-delay: 2965ms;
  animation-delay: 2965ms; }

.delay-2966 {
  -webkit-animation-delay: 2966ms;
  -moz-animation-delay: 2966ms;
  -o-animation-delay: 2966ms;
  animation-delay: 2966ms; }

.delay-2967 {
  -webkit-animation-delay: 2967ms;
  -moz-animation-delay: 2967ms;
  -o-animation-delay: 2967ms;
  animation-delay: 2967ms; }

.delay-2968 {
  -webkit-animation-delay: 2968ms;
  -moz-animation-delay: 2968ms;
  -o-animation-delay: 2968ms;
  animation-delay: 2968ms; }

.delay-2969 {
  -webkit-animation-delay: 2969ms;
  -moz-animation-delay: 2969ms;
  -o-animation-delay: 2969ms;
  animation-delay: 2969ms; }

.delay-2970 {
  -webkit-animation-delay: 2970ms;
  -moz-animation-delay: 2970ms;
  -o-animation-delay: 2970ms;
  animation-delay: 2970ms; }

.delay-2971 {
  -webkit-animation-delay: 2971ms;
  -moz-animation-delay: 2971ms;
  -o-animation-delay: 2971ms;
  animation-delay: 2971ms; }

.delay-2972 {
  -webkit-animation-delay: 2972ms;
  -moz-animation-delay: 2972ms;
  -o-animation-delay: 2972ms;
  animation-delay: 2972ms; }

.delay-2973 {
  -webkit-animation-delay: 2973ms;
  -moz-animation-delay: 2973ms;
  -o-animation-delay: 2973ms;
  animation-delay: 2973ms; }

.delay-2974 {
  -webkit-animation-delay: 2974ms;
  -moz-animation-delay: 2974ms;
  -o-animation-delay: 2974ms;
  animation-delay: 2974ms; }

.delay-2975 {
  -webkit-animation-delay: 2975ms;
  -moz-animation-delay: 2975ms;
  -o-animation-delay: 2975ms;
  animation-delay: 2975ms; }

.delay-2976 {
  -webkit-animation-delay: 2976ms;
  -moz-animation-delay: 2976ms;
  -o-animation-delay: 2976ms;
  animation-delay: 2976ms; }

.delay-2977 {
  -webkit-animation-delay: 2977ms;
  -moz-animation-delay: 2977ms;
  -o-animation-delay: 2977ms;
  animation-delay: 2977ms; }

.delay-2978 {
  -webkit-animation-delay: 2978ms;
  -moz-animation-delay: 2978ms;
  -o-animation-delay: 2978ms;
  animation-delay: 2978ms; }

.delay-2979 {
  -webkit-animation-delay: 2979ms;
  -moz-animation-delay: 2979ms;
  -o-animation-delay: 2979ms;
  animation-delay: 2979ms; }

.delay-2980 {
  -webkit-animation-delay: 2980ms;
  -moz-animation-delay: 2980ms;
  -o-animation-delay: 2980ms;
  animation-delay: 2980ms; }

.delay-2981 {
  -webkit-animation-delay: 2981ms;
  -moz-animation-delay: 2981ms;
  -o-animation-delay: 2981ms;
  animation-delay: 2981ms; }

.delay-2982 {
  -webkit-animation-delay: 2982ms;
  -moz-animation-delay: 2982ms;
  -o-animation-delay: 2982ms;
  animation-delay: 2982ms; }

.delay-2983 {
  -webkit-animation-delay: 2983ms;
  -moz-animation-delay: 2983ms;
  -o-animation-delay: 2983ms;
  animation-delay: 2983ms; }

.delay-2984 {
  -webkit-animation-delay: 2984ms;
  -moz-animation-delay: 2984ms;
  -o-animation-delay: 2984ms;
  animation-delay: 2984ms; }

.delay-2985 {
  -webkit-animation-delay: 2985ms;
  -moz-animation-delay: 2985ms;
  -o-animation-delay: 2985ms;
  animation-delay: 2985ms; }

.delay-2986 {
  -webkit-animation-delay: 2986ms;
  -moz-animation-delay: 2986ms;
  -o-animation-delay: 2986ms;
  animation-delay: 2986ms; }

.delay-2987 {
  -webkit-animation-delay: 2987ms;
  -moz-animation-delay: 2987ms;
  -o-animation-delay: 2987ms;
  animation-delay: 2987ms; }

.delay-2988 {
  -webkit-animation-delay: 2988ms;
  -moz-animation-delay: 2988ms;
  -o-animation-delay: 2988ms;
  animation-delay: 2988ms; }

.delay-2989 {
  -webkit-animation-delay: 2989ms;
  -moz-animation-delay: 2989ms;
  -o-animation-delay: 2989ms;
  animation-delay: 2989ms; }

.delay-2990 {
  -webkit-animation-delay: 2990ms;
  -moz-animation-delay: 2990ms;
  -o-animation-delay: 2990ms;
  animation-delay: 2990ms; }

.delay-2991 {
  -webkit-animation-delay: 2991ms;
  -moz-animation-delay: 2991ms;
  -o-animation-delay: 2991ms;
  animation-delay: 2991ms; }

.delay-2992 {
  -webkit-animation-delay: 2992ms;
  -moz-animation-delay: 2992ms;
  -o-animation-delay: 2992ms;
  animation-delay: 2992ms; }

.delay-2993 {
  -webkit-animation-delay: 2993ms;
  -moz-animation-delay: 2993ms;
  -o-animation-delay: 2993ms;
  animation-delay: 2993ms; }

.delay-2994 {
  -webkit-animation-delay: 2994ms;
  -moz-animation-delay: 2994ms;
  -o-animation-delay: 2994ms;
  animation-delay: 2994ms; }

.delay-2995 {
  -webkit-animation-delay: 2995ms;
  -moz-animation-delay: 2995ms;
  -o-animation-delay: 2995ms;
  animation-delay: 2995ms; }

.delay-2996 {
  -webkit-animation-delay: 2996ms;
  -moz-animation-delay: 2996ms;
  -o-animation-delay: 2996ms;
  animation-delay: 2996ms; }

.delay-2997 {
  -webkit-animation-delay: 2997ms;
  -moz-animation-delay: 2997ms;
  -o-animation-delay: 2997ms;
  animation-delay: 2997ms; }

.delay-2998 {
  -webkit-animation-delay: 2998ms;
  -moz-animation-delay: 2998ms;
  -o-animation-delay: 2998ms;
  animation-delay: 2998ms; }

.delay-2999 {
  -webkit-animation-delay: 2999ms;
  -moz-animation-delay: 2999ms;
  -o-animation-delay: 2999ms;
  animation-delay: 2999ms; }

.delay-3000 {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms; }

.delay-3001 {
  -webkit-animation-delay: 3001ms;
  -moz-animation-delay: 3001ms;
  -o-animation-delay: 3001ms;
  animation-delay: 3001ms; }

.delay-3002 {
  -webkit-animation-delay: 3002ms;
  -moz-animation-delay: 3002ms;
  -o-animation-delay: 3002ms;
  animation-delay: 3002ms; }

.delay-3003 {
  -webkit-animation-delay: 3003ms;
  -moz-animation-delay: 3003ms;
  -o-animation-delay: 3003ms;
  animation-delay: 3003ms; }

.delay-3004 {
  -webkit-animation-delay: 3004ms;
  -moz-animation-delay: 3004ms;
  -o-animation-delay: 3004ms;
  animation-delay: 3004ms; }

.delay-3005 {
  -webkit-animation-delay: 3005ms;
  -moz-animation-delay: 3005ms;
  -o-animation-delay: 3005ms;
  animation-delay: 3005ms; }

.delay-3006 {
  -webkit-animation-delay: 3006ms;
  -moz-animation-delay: 3006ms;
  -o-animation-delay: 3006ms;
  animation-delay: 3006ms; }

.delay-3007 {
  -webkit-animation-delay: 3007ms;
  -moz-animation-delay: 3007ms;
  -o-animation-delay: 3007ms;
  animation-delay: 3007ms; }

.delay-3008 {
  -webkit-animation-delay: 3008ms;
  -moz-animation-delay: 3008ms;
  -o-animation-delay: 3008ms;
  animation-delay: 3008ms; }

.delay-3009 {
  -webkit-animation-delay: 3009ms;
  -moz-animation-delay: 3009ms;
  -o-animation-delay: 3009ms;
  animation-delay: 3009ms; }

.delay-3010 {
  -webkit-animation-delay: 3010ms;
  -moz-animation-delay: 3010ms;
  -o-animation-delay: 3010ms;
  animation-delay: 3010ms; }

.delay-3011 {
  -webkit-animation-delay: 3011ms;
  -moz-animation-delay: 3011ms;
  -o-animation-delay: 3011ms;
  animation-delay: 3011ms; }

.delay-3012 {
  -webkit-animation-delay: 3012ms;
  -moz-animation-delay: 3012ms;
  -o-animation-delay: 3012ms;
  animation-delay: 3012ms; }

.delay-3013 {
  -webkit-animation-delay: 3013ms;
  -moz-animation-delay: 3013ms;
  -o-animation-delay: 3013ms;
  animation-delay: 3013ms; }

.delay-3014 {
  -webkit-animation-delay: 3014ms;
  -moz-animation-delay: 3014ms;
  -o-animation-delay: 3014ms;
  animation-delay: 3014ms; }

.delay-3015 {
  -webkit-animation-delay: 3015ms;
  -moz-animation-delay: 3015ms;
  -o-animation-delay: 3015ms;
  animation-delay: 3015ms; }

.delay-3016 {
  -webkit-animation-delay: 3016ms;
  -moz-animation-delay: 3016ms;
  -o-animation-delay: 3016ms;
  animation-delay: 3016ms; }

.delay-3017 {
  -webkit-animation-delay: 3017ms;
  -moz-animation-delay: 3017ms;
  -o-animation-delay: 3017ms;
  animation-delay: 3017ms; }

.delay-3018 {
  -webkit-animation-delay: 3018ms;
  -moz-animation-delay: 3018ms;
  -o-animation-delay: 3018ms;
  animation-delay: 3018ms; }

.delay-3019 {
  -webkit-animation-delay: 3019ms;
  -moz-animation-delay: 3019ms;
  -o-animation-delay: 3019ms;
  animation-delay: 3019ms; }

.delay-3020 {
  -webkit-animation-delay: 3020ms;
  -moz-animation-delay: 3020ms;
  -o-animation-delay: 3020ms;
  animation-delay: 3020ms; }

.delay-3021 {
  -webkit-animation-delay: 3021ms;
  -moz-animation-delay: 3021ms;
  -o-animation-delay: 3021ms;
  animation-delay: 3021ms; }

.delay-3022 {
  -webkit-animation-delay: 3022ms;
  -moz-animation-delay: 3022ms;
  -o-animation-delay: 3022ms;
  animation-delay: 3022ms; }

.delay-3023 {
  -webkit-animation-delay: 3023ms;
  -moz-animation-delay: 3023ms;
  -o-animation-delay: 3023ms;
  animation-delay: 3023ms; }

.delay-3024 {
  -webkit-animation-delay: 3024ms;
  -moz-animation-delay: 3024ms;
  -o-animation-delay: 3024ms;
  animation-delay: 3024ms; }

.delay-3025 {
  -webkit-animation-delay: 3025ms;
  -moz-animation-delay: 3025ms;
  -o-animation-delay: 3025ms;
  animation-delay: 3025ms; }

.delay-3026 {
  -webkit-animation-delay: 3026ms;
  -moz-animation-delay: 3026ms;
  -o-animation-delay: 3026ms;
  animation-delay: 3026ms; }

.delay-3027 {
  -webkit-animation-delay: 3027ms;
  -moz-animation-delay: 3027ms;
  -o-animation-delay: 3027ms;
  animation-delay: 3027ms; }

.delay-3028 {
  -webkit-animation-delay: 3028ms;
  -moz-animation-delay: 3028ms;
  -o-animation-delay: 3028ms;
  animation-delay: 3028ms; }

.delay-3029 {
  -webkit-animation-delay: 3029ms;
  -moz-animation-delay: 3029ms;
  -o-animation-delay: 3029ms;
  animation-delay: 3029ms; }

.delay-3030 {
  -webkit-animation-delay: 3030ms;
  -moz-animation-delay: 3030ms;
  -o-animation-delay: 3030ms;
  animation-delay: 3030ms; }

.delay-3031 {
  -webkit-animation-delay: 3031ms;
  -moz-animation-delay: 3031ms;
  -o-animation-delay: 3031ms;
  animation-delay: 3031ms; }

.delay-3032 {
  -webkit-animation-delay: 3032ms;
  -moz-animation-delay: 3032ms;
  -o-animation-delay: 3032ms;
  animation-delay: 3032ms; }

.delay-3033 {
  -webkit-animation-delay: 3033ms;
  -moz-animation-delay: 3033ms;
  -o-animation-delay: 3033ms;
  animation-delay: 3033ms; }

.delay-3034 {
  -webkit-animation-delay: 3034ms;
  -moz-animation-delay: 3034ms;
  -o-animation-delay: 3034ms;
  animation-delay: 3034ms; }

.delay-3035 {
  -webkit-animation-delay: 3035ms;
  -moz-animation-delay: 3035ms;
  -o-animation-delay: 3035ms;
  animation-delay: 3035ms; }

.delay-3036 {
  -webkit-animation-delay: 3036ms;
  -moz-animation-delay: 3036ms;
  -o-animation-delay: 3036ms;
  animation-delay: 3036ms; }

.delay-3037 {
  -webkit-animation-delay: 3037ms;
  -moz-animation-delay: 3037ms;
  -o-animation-delay: 3037ms;
  animation-delay: 3037ms; }

.delay-3038 {
  -webkit-animation-delay: 3038ms;
  -moz-animation-delay: 3038ms;
  -o-animation-delay: 3038ms;
  animation-delay: 3038ms; }

.delay-3039 {
  -webkit-animation-delay: 3039ms;
  -moz-animation-delay: 3039ms;
  -o-animation-delay: 3039ms;
  animation-delay: 3039ms; }

.delay-3040 {
  -webkit-animation-delay: 3040ms;
  -moz-animation-delay: 3040ms;
  -o-animation-delay: 3040ms;
  animation-delay: 3040ms; }

.delay-3041 {
  -webkit-animation-delay: 3041ms;
  -moz-animation-delay: 3041ms;
  -o-animation-delay: 3041ms;
  animation-delay: 3041ms; }

.delay-3042 {
  -webkit-animation-delay: 3042ms;
  -moz-animation-delay: 3042ms;
  -o-animation-delay: 3042ms;
  animation-delay: 3042ms; }

.delay-3043 {
  -webkit-animation-delay: 3043ms;
  -moz-animation-delay: 3043ms;
  -o-animation-delay: 3043ms;
  animation-delay: 3043ms; }

.delay-3044 {
  -webkit-animation-delay: 3044ms;
  -moz-animation-delay: 3044ms;
  -o-animation-delay: 3044ms;
  animation-delay: 3044ms; }

.delay-3045 {
  -webkit-animation-delay: 3045ms;
  -moz-animation-delay: 3045ms;
  -o-animation-delay: 3045ms;
  animation-delay: 3045ms; }

.delay-3046 {
  -webkit-animation-delay: 3046ms;
  -moz-animation-delay: 3046ms;
  -o-animation-delay: 3046ms;
  animation-delay: 3046ms; }

.delay-3047 {
  -webkit-animation-delay: 3047ms;
  -moz-animation-delay: 3047ms;
  -o-animation-delay: 3047ms;
  animation-delay: 3047ms; }

.delay-3048 {
  -webkit-animation-delay: 3048ms;
  -moz-animation-delay: 3048ms;
  -o-animation-delay: 3048ms;
  animation-delay: 3048ms; }

.delay-3049 {
  -webkit-animation-delay: 3049ms;
  -moz-animation-delay: 3049ms;
  -o-animation-delay: 3049ms;
  animation-delay: 3049ms; }

.delay-3050 {
  -webkit-animation-delay: 3050ms;
  -moz-animation-delay: 3050ms;
  -o-animation-delay: 3050ms;
  animation-delay: 3050ms; }

.delay-3051 {
  -webkit-animation-delay: 3051ms;
  -moz-animation-delay: 3051ms;
  -o-animation-delay: 3051ms;
  animation-delay: 3051ms; }

.delay-3052 {
  -webkit-animation-delay: 3052ms;
  -moz-animation-delay: 3052ms;
  -o-animation-delay: 3052ms;
  animation-delay: 3052ms; }

.delay-3053 {
  -webkit-animation-delay: 3053ms;
  -moz-animation-delay: 3053ms;
  -o-animation-delay: 3053ms;
  animation-delay: 3053ms; }

.delay-3054 {
  -webkit-animation-delay: 3054ms;
  -moz-animation-delay: 3054ms;
  -o-animation-delay: 3054ms;
  animation-delay: 3054ms; }

.delay-3055 {
  -webkit-animation-delay: 3055ms;
  -moz-animation-delay: 3055ms;
  -o-animation-delay: 3055ms;
  animation-delay: 3055ms; }

.delay-3056 {
  -webkit-animation-delay: 3056ms;
  -moz-animation-delay: 3056ms;
  -o-animation-delay: 3056ms;
  animation-delay: 3056ms; }

.delay-3057 {
  -webkit-animation-delay: 3057ms;
  -moz-animation-delay: 3057ms;
  -o-animation-delay: 3057ms;
  animation-delay: 3057ms; }

.delay-3058 {
  -webkit-animation-delay: 3058ms;
  -moz-animation-delay: 3058ms;
  -o-animation-delay: 3058ms;
  animation-delay: 3058ms; }

.delay-3059 {
  -webkit-animation-delay: 3059ms;
  -moz-animation-delay: 3059ms;
  -o-animation-delay: 3059ms;
  animation-delay: 3059ms; }

.delay-3060 {
  -webkit-animation-delay: 3060ms;
  -moz-animation-delay: 3060ms;
  -o-animation-delay: 3060ms;
  animation-delay: 3060ms; }

.delay-3061 {
  -webkit-animation-delay: 3061ms;
  -moz-animation-delay: 3061ms;
  -o-animation-delay: 3061ms;
  animation-delay: 3061ms; }

.delay-3062 {
  -webkit-animation-delay: 3062ms;
  -moz-animation-delay: 3062ms;
  -o-animation-delay: 3062ms;
  animation-delay: 3062ms; }

.delay-3063 {
  -webkit-animation-delay: 3063ms;
  -moz-animation-delay: 3063ms;
  -o-animation-delay: 3063ms;
  animation-delay: 3063ms; }

.delay-3064 {
  -webkit-animation-delay: 3064ms;
  -moz-animation-delay: 3064ms;
  -o-animation-delay: 3064ms;
  animation-delay: 3064ms; }

.delay-3065 {
  -webkit-animation-delay: 3065ms;
  -moz-animation-delay: 3065ms;
  -o-animation-delay: 3065ms;
  animation-delay: 3065ms; }

.delay-3066 {
  -webkit-animation-delay: 3066ms;
  -moz-animation-delay: 3066ms;
  -o-animation-delay: 3066ms;
  animation-delay: 3066ms; }

.delay-3067 {
  -webkit-animation-delay: 3067ms;
  -moz-animation-delay: 3067ms;
  -o-animation-delay: 3067ms;
  animation-delay: 3067ms; }

.delay-3068 {
  -webkit-animation-delay: 3068ms;
  -moz-animation-delay: 3068ms;
  -o-animation-delay: 3068ms;
  animation-delay: 3068ms; }

.delay-3069 {
  -webkit-animation-delay: 3069ms;
  -moz-animation-delay: 3069ms;
  -o-animation-delay: 3069ms;
  animation-delay: 3069ms; }

.delay-3070 {
  -webkit-animation-delay: 3070ms;
  -moz-animation-delay: 3070ms;
  -o-animation-delay: 3070ms;
  animation-delay: 3070ms; }

.delay-3071 {
  -webkit-animation-delay: 3071ms;
  -moz-animation-delay: 3071ms;
  -o-animation-delay: 3071ms;
  animation-delay: 3071ms; }

.delay-3072 {
  -webkit-animation-delay: 3072ms;
  -moz-animation-delay: 3072ms;
  -o-animation-delay: 3072ms;
  animation-delay: 3072ms; }

.delay-3073 {
  -webkit-animation-delay: 3073ms;
  -moz-animation-delay: 3073ms;
  -o-animation-delay: 3073ms;
  animation-delay: 3073ms; }

.delay-3074 {
  -webkit-animation-delay: 3074ms;
  -moz-animation-delay: 3074ms;
  -o-animation-delay: 3074ms;
  animation-delay: 3074ms; }

.delay-3075 {
  -webkit-animation-delay: 3075ms;
  -moz-animation-delay: 3075ms;
  -o-animation-delay: 3075ms;
  animation-delay: 3075ms; }

.delay-3076 {
  -webkit-animation-delay: 3076ms;
  -moz-animation-delay: 3076ms;
  -o-animation-delay: 3076ms;
  animation-delay: 3076ms; }

.delay-3077 {
  -webkit-animation-delay: 3077ms;
  -moz-animation-delay: 3077ms;
  -o-animation-delay: 3077ms;
  animation-delay: 3077ms; }

.delay-3078 {
  -webkit-animation-delay: 3078ms;
  -moz-animation-delay: 3078ms;
  -o-animation-delay: 3078ms;
  animation-delay: 3078ms; }

.delay-3079 {
  -webkit-animation-delay: 3079ms;
  -moz-animation-delay: 3079ms;
  -o-animation-delay: 3079ms;
  animation-delay: 3079ms; }

.delay-3080 {
  -webkit-animation-delay: 3080ms;
  -moz-animation-delay: 3080ms;
  -o-animation-delay: 3080ms;
  animation-delay: 3080ms; }

.delay-3081 {
  -webkit-animation-delay: 3081ms;
  -moz-animation-delay: 3081ms;
  -o-animation-delay: 3081ms;
  animation-delay: 3081ms; }

.delay-3082 {
  -webkit-animation-delay: 3082ms;
  -moz-animation-delay: 3082ms;
  -o-animation-delay: 3082ms;
  animation-delay: 3082ms; }

.delay-3083 {
  -webkit-animation-delay: 3083ms;
  -moz-animation-delay: 3083ms;
  -o-animation-delay: 3083ms;
  animation-delay: 3083ms; }

.delay-3084 {
  -webkit-animation-delay: 3084ms;
  -moz-animation-delay: 3084ms;
  -o-animation-delay: 3084ms;
  animation-delay: 3084ms; }

.delay-3085 {
  -webkit-animation-delay: 3085ms;
  -moz-animation-delay: 3085ms;
  -o-animation-delay: 3085ms;
  animation-delay: 3085ms; }

.delay-3086 {
  -webkit-animation-delay: 3086ms;
  -moz-animation-delay: 3086ms;
  -o-animation-delay: 3086ms;
  animation-delay: 3086ms; }

.delay-3087 {
  -webkit-animation-delay: 3087ms;
  -moz-animation-delay: 3087ms;
  -o-animation-delay: 3087ms;
  animation-delay: 3087ms; }

.delay-3088 {
  -webkit-animation-delay: 3088ms;
  -moz-animation-delay: 3088ms;
  -o-animation-delay: 3088ms;
  animation-delay: 3088ms; }

.delay-3089 {
  -webkit-animation-delay: 3089ms;
  -moz-animation-delay: 3089ms;
  -o-animation-delay: 3089ms;
  animation-delay: 3089ms; }

.delay-3090 {
  -webkit-animation-delay: 3090ms;
  -moz-animation-delay: 3090ms;
  -o-animation-delay: 3090ms;
  animation-delay: 3090ms; }

.delay-3091 {
  -webkit-animation-delay: 3091ms;
  -moz-animation-delay: 3091ms;
  -o-animation-delay: 3091ms;
  animation-delay: 3091ms; }

.delay-3092 {
  -webkit-animation-delay: 3092ms;
  -moz-animation-delay: 3092ms;
  -o-animation-delay: 3092ms;
  animation-delay: 3092ms; }

.delay-3093 {
  -webkit-animation-delay: 3093ms;
  -moz-animation-delay: 3093ms;
  -o-animation-delay: 3093ms;
  animation-delay: 3093ms; }

.delay-3094 {
  -webkit-animation-delay: 3094ms;
  -moz-animation-delay: 3094ms;
  -o-animation-delay: 3094ms;
  animation-delay: 3094ms; }

.delay-3095 {
  -webkit-animation-delay: 3095ms;
  -moz-animation-delay: 3095ms;
  -o-animation-delay: 3095ms;
  animation-delay: 3095ms; }

.delay-3096 {
  -webkit-animation-delay: 3096ms;
  -moz-animation-delay: 3096ms;
  -o-animation-delay: 3096ms;
  animation-delay: 3096ms; }

.delay-3097 {
  -webkit-animation-delay: 3097ms;
  -moz-animation-delay: 3097ms;
  -o-animation-delay: 3097ms;
  animation-delay: 3097ms; }

.delay-3098 {
  -webkit-animation-delay: 3098ms;
  -moz-animation-delay: 3098ms;
  -o-animation-delay: 3098ms;
  animation-delay: 3098ms; }

.delay-3099 {
  -webkit-animation-delay: 3099ms;
  -moz-animation-delay: 3099ms;
  -o-animation-delay: 3099ms;
  animation-delay: 3099ms; }

.delay-3100 {
  -webkit-animation-delay: 3100ms;
  -moz-animation-delay: 3100ms;
  -o-animation-delay: 3100ms;
  animation-delay: 3100ms; }

.delay-3101 {
  -webkit-animation-delay: 3101ms;
  -moz-animation-delay: 3101ms;
  -o-animation-delay: 3101ms;
  animation-delay: 3101ms; }

.delay-3102 {
  -webkit-animation-delay: 3102ms;
  -moz-animation-delay: 3102ms;
  -o-animation-delay: 3102ms;
  animation-delay: 3102ms; }

.delay-3103 {
  -webkit-animation-delay: 3103ms;
  -moz-animation-delay: 3103ms;
  -o-animation-delay: 3103ms;
  animation-delay: 3103ms; }

.delay-3104 {
  -webkit-animation-delay: 3104ms;
  -moz-animation-delay: 3104ms;
  -o-animation-delay: 3104ms;
  animation-delay: 3104ms; }

.delay-3105 {
  -webkit-animation-delay: 3105ms;
  -moz-animation-delay: 3105ms;
  -o-animation-delay: 3105ms;
  animation-delay: 3105ms; }

.delay-3106 {
  -webkit-animation-delay: 3106ms;
  -moz-animation-delay: 3106ms;
  -o-animation-delay: 3106ms;
  animation-delay: 3106ms; }

.delay-3107 {
  -webkit-animation-delay: 3107ms;
  -moz-animation-delay: 3107ms;
  -o-animation-delay: 3107ms;
  animation-delay: 3107ms; }

.delay-3108 {
  -webkit-animation-delay: 3108ms;
  -moz-animation-delay: 3108ms;
  -o-animation-delay: 3108ms;
  animation-delay: 3108ms; }

.delay-3109 {
  -webkit-animation-delay: 3109ms;
  -moz-animation-delay: 3109ms;
  -o-animation-delay: 3109ms;
  animation-delay: 3109ms; }

.delay-3110 {
  -webkit-animation-delay: 3110ms;
  -moz-animation-delay: 3110ms;
  -o-animation-delay: 3110ms;
  animation-delay: 3110ms; }

.delay-3111 {
  -webkit-animation-delay: 3111ms;
  -moz-animation-delay: 3111ms;
  -o-animation-delay: 3111ms;
  animation-delay: 3111ms; }

.delay-3112 {
  -webkit-animation-delay: 3112ms;
  -moz-animation-delay: 3112ms;
  -o-animation-delay: 3112ms;
  animation-delay: 3112ms; }

.delay-3113 {
  -webkit-animation-delay: 3113ms;
  -moz-animation-delay: 3113ms;
  -o-animation-delay: 3113ms;
  animation-delay: 3113ms; }

.delay-3114 {
  -webkit-animation-delay: 3114ms;
  -moz-animation-delay: 3114ms;
  -o-animation-delay: 3114ms;
  animation-delay: 3114ms; }

.delay-3115 {
  -webkit-animation-delay: 3115ms;
  -moz-animation-delay: 3115ms;
  -o-animation-delay: 3115ms;
  animation-delay: 3115ms; }

.delay-3116 {
  -webkit-animation-delay: 3116ms;
  -moz-animation-delay: 3116ms;
  -o-animation-delay: 3116ms;
  animation-delay: 3116ms; }

.delay-3117 {
  -webkit-animation-delay: 3117ms;
  -moz-animation-delay: 3117ms;
  -o-animation-delay: 3117ms;
  animation-delay: 3117ms; }

.delay-3118 {
  -webkit-animation-delay: 3118ms;
  -moz-animation-delay: 3118ms;
  -o-animation-delay: 3118ms;
  animation-delay: 3118ms; }

.delay-3119 {
  -webkit-animation-delay: 3119ms;
  -moz-animation-delay: 3119ms;
  -o-animation-delay: 3119ms;
  animation-delay: 3119ms; }

.delay-3120 {
  -webkit-animation-delay: 3120ms;
  -moz-animation-delay: 3120ms;
  -o-animation-delay: 3120ms;
  animation-delay: 3120ms; }

.delay-3121 {
  -webkit-animation-delay: 3121ms;
  -moz-animation-delay: 3121ms;
  -o-animation-delay: 3121ms;
  animation-delay: 3121ms; }

.delay-3122 {
  -webkit-animation-delay: 3122ms;
  -moz-animation-delay: 3122ms;
  -o-animation-delay: 3122ms;
  animation-delay: 3122ms; }

.delay-3123 {
  -webkit-animation-delay: 3123ms;
  -moz-animation-delay: 3123ms;
  -o-animation-delay: 3123ms;
  animation-delay: 3123ms; }

.delay-3124 {
  -webkit-animation-delay: 3124ms;
  -moz-animation-delay: 3124ms;
  -o-animation-delay: 3124ms;
  animation-delay: 3124ms; }

.delay-3125 {
  -webkit-animation-delay: 3125ms;
  -moz-animation-delay: 3125ms;
  -o-animation-delay: 3125ms;
  animation-delay: 3125ms; }

.delay-3126 {
  -webkit-animation-delay: 3126ms;
  -moz-animation-delay: 3126ms;
  -o-animation-delay: 3126ms;
  animation-delay: 3126ms; }

.delay-3127 {
  -webkit-animation-delay: 3127ms;
  -moz-animation-delay: 3127ms;
  -o-animation-delay: 3127ms;
  animation-delay: 3127ms; }

.delay-3128 {
  -webkit-animation-delay: 3128ms;
  -moz-animation-delay: 3128ms;
  -o-animation-delay: 3128ms;
  animation-delay: 3128ms; }

.delay-3129 {
  -webkit-animation-delay: 3129ms;
  -moz-animation-delay: 3129ms;
  -o-animation-delay: 3129ms;
  animation-delay: 3129ms; }

.delay-3130 {
  -webkit-animation-delay: 3130ms;
  -moz-animation-delay: 3130ms;
  -o-animation-delay: 3130ms;
  animation-delay: 3130ms; }

.delay-3131 {
  -webkit-animation-delay: 3131ms;
  -moz-animation-delay: 3131ms;
  -o-animation-delay: 3131ms;
  animation-delay: 3131ms; }

.delay-3132 {
  -webkit-animation-delay: 3132ms;
  -moz-animation-delay: 3132ms;
  -o-animation-delay: 3132ms;
  animation-delay: 3132ms; }

.delay-3133 {
  -webkit-animation-delay: 3133ms;
  -moz-animation-delay: 3133ms;
  -o-animation-delay: 3133ms;
  animation-delay: 3133ms; }

.delay-3134 {
  -webkit-animation-delay: 3134ms;
  -moz-animation-delay: 3134ms;
  -o-animation-delay: 3134ms;
  animation-delay: 3134ms; }

.delay-3135 {
  -webkit-animation-delay: 3135ms;
  -moz-animation-delay: 3135ms;
  -o-animation-delay: 3135ms;
  animation-delay: 3135ms; }

.delay-3136 {
  -webkit-animation-delay: 3136ms;
  -moz-animation-delay: 3136ms;
  -o-animation-delay: 3136ms;
  animation-delay: 3136ms; }

.delay-3137 {
  -webkit-animation-delay: 3137ms;
  -moz-animation-delay: 3137ms;
  -o-animation-delay: 3137ms;
  animation-delay: 3137ms; }

.delay-3138 {
  -webkit-animation-delay: 3138ms;
  -moz-animation-delay: 3138ms;
  -o-animation-delay: 3138ms;
  animation-delay: 3138ms; }

.delay-3139 {
  -webkit-animation-delay: 3139ms;
  -moz-animation-delay: 3139ms;
  -o-animation-delay: 3139ms;
  animation-delay: 3139ms; }

.delay-3140 {
  -webkit-animation-delay: 3140ms;
  -moz-animation-delay: 3140ms;
  -o-animation-delay: 3140ms;
  animation-delay: 3140ms; }

.delay-3141 {
  -webkit-animation-delay: 3141ms;
  -moz-animation-delay: 3141ms;
  -o-animation-delay: 3141ms;
  animation-delay: 3141ms; }

.delay-3142 {
  -webkit-animation-delay: 3142ms;
  -moz-animation-delay: 3142ms;
  -o-animation-delay: 3142ms;
  animation-delay: 3142ms; }

.delay-3143 {
  -webkit-animation-delay: 3143ms;
  -moz-animation-delay: 3143ms;
  -o-animation-delay: 3143ms;
  animation-delay: 3143ms; }

.delay-3144 {
  -webkit-animation-delay: 3144ms;
  -moz-animation-delay: 3144ms;
  -o-animation-delay: 3144ms;
  animation-delay: 3144ms; }

.delay-3145 {
  -webkit-animation-delay: 3145ms;
  -moz-animation-delay: 3145ms;
  -o-animation-delay: 3145ms;
  animation-delay: 3145ms; }

.delay-3146 {
  -webkit-animation-delay: 3146ms;
  -moz-animation-delay: 3146ms;
  -o-animation-delay: 3146ms;
  animation-delay: 3146ms; }

.delay-3147 {
  -webkit-animation-delay: 3147ms;
  -moz-animation-delay: 3147ms;
  -o-animation-delay: 3147ms;
  animation-delay: 3147ms; }

.delay-3148 {
  -webkit-animation-delay: 3148ms;
  -moz-animation-delay: 3148ms;
  -o-animation-delay: 3148ms;
  animation-delay: 3148ms; }

.delay-3149 {
  -webkit-animation-delay: 3149ms;
  -moz-animation-delay: 3149ms;
  -o-animation-delay: 3149ms;
  animation-delay: 3149ms; }

.delay-3150 {
  -webkit-animation-delay: 3150ms;
  -moz-animation-delay: 3150ms;
  -o-animation-delay: 3150ms;
  animation-delay: 3150ms; }

.delay-3151 {
  -webkit-animation-delay: 3151ms;
  -moz-animation-delay: 3151ms;
  -o-animation-delay: 3151ms;
  animation-delay: 3151ms; }

.delay-3152 {
  -webkit-animation-delay: 3152ms;
  -moz-animation-delay: 3152ms;
  -o-animation-delay: 3152ms;
  animation-delay: 3152ms; }

.delay-3153 {
  -webkit-animation-delay: 3153ms;
  -moz-animation-delay: 3153ms;
  -o-animation-delay: 3153ms;
  animation-delay: 3153ms; }

.delay-3154 {
  -webkit-animation-delay: 3154ms;
  -moz-animation-delay: 3154ms;
  -o-animation-delay: 3154ms;
  animation-delay: 3154ms; }

.delay-3155 {
  -webkit-animation-delay: 3155ms;
  -moz-animation-delay: 3155ms;
  -o-animation-delay: 3155ms;
  animation-delay: 3155ms; }

.delay-3156 {
  -webkit-animation-delay: 3156ms;
  -moz-animation-delay: 3156ms;
  -o-animation-delay: 3156ms;
  animation-delay: 3156ms; }

.delay-3157 {
  -webkit-animation-delay: 3157ms;
  -moz-animation-delay: 3157ms;
  -o-animation-delay: 3157ms;
  animation-delay: 3157ms; }

.delay-3158 {
  -webkit-animation-delay: 3158ms;
  -moz-animation-delay: 3158ms;
  -o-animation-delay: 3158ms;
  animation-delay: 3158ms; }

.delay-3159 {
  -webkit-animation-delay: 3159ms;
  -moz-animation-delay: 3159ms;
  -o-animation-delay: 3159ms;
  animation-delay: 3159ms; }

.delay-3160 {
  -webkit-animation-delay: 3160ms;
  -moz-animation-delay: 3160ms;
  -o-animation-delay: 3160ms;
  animation-delay: 3160ms; }

.delay-3161 {
  -webkit-animation-delay: 3161ms;
  -moz-animation-delay: 3161ms;
  -o-animation-delay: 3161ms;
  animation-delay: 3161ms; }

.delay-3162 {
  -webkit-animation-delay: 3162ms;
  -moz-animation-delay: 3162ms;
  -o-animation-delay: 3162ms;
  animation-delay: 3162ms; }

.delay-3163 {
  -webkit-animation-delay: 3163ms;
  -moz-animation-delay: 3163ms;
  -o-animation-delay: 3163ms;
  animation-delay: 3163ms; }

.delay-3164 {
  -webkit-animation-delay: 3164ms;
  -moz-animation-delay: 3164ms;
  -o-animation-delay: 3164ms;
  animation-delay: 3164ms; }

.delay-3165 {
  -webkit-animation-delay: 3165ms;
  -moz-animation-delay: 3165ms;
  -o-animation-delay: 3165ms;
  animation-delay: 3165ms; }

.delay-3166 {
  -webkit-animation-delay: 3166ms;
  -moz-animation-delay: 3166ms;
  -o-animation-delay: 3166ms;
  animation-delay: 3166ms; }

.delay-3167 {
  -webkit-animation-delay: 3167ms;
  -moz-animation-delay: 3167ms;
  -o-animation-delay: 3167ms;
  animation-delay: 3167ms; }

.delay-3168 {
  -webkit-animation-delay: 3168ms;
  -moz-animation-delay: 3168ms;
  -o-animation-delay: 3168ms;
  animation-delay: 3168ms; }

.delay-3169 {
  -webkit-animation-delay: 3169ms;
  -moz-animation-delay: 3169ms;
  -o-animation-delay: 3169ms;
  animation-delay: 3169ms; }

.delay-3170 {
  -webkit-animation-delay: 3170ms;
  -moz-animation-delay: 3170ms;
  -o-animation-delay: 3170ms;
  animation-delay: 3170ms; }

.delay-3171 {
  -webkit-animation-delay: 3171ms;
  -moz-animation-delay: 3171ms;
  -o-animation-delay: 3171ms;
  animation-delay: 3171ms; }

.delay-3172 {
  -webkit-animation-delay: 3172ms;
  -moz-animation-delay: 3172ms;
  -o-animation-delay: 3172ms;
  animation-delay: 3172ms; }

.delay-3173 {
  -webkit-animation-delay: 3173ms;
  -moz-animation-delay: 3173ms;
  -o-animation-delay: 3173ms;
  animation-delay: 3173ms; }

.delay-3174 {
  -webkit-animation-delay: 3174ms;
  -moz-animation-delay: 3174ms;
  -o-animation-delay: 3174ms;
  animation-delay: 3174ms; }

.delay-3175 {
  -webkit-animation-delay: 3175ms;
  -moz-animation-delay: 3175ms;
  -o-animation-delay: 3175ms;
  animation-delay: 3175ms; }

.delay-3176 {
  -webkit-animation-delay: 3176ms;
  -moz-animation-delay: 3176ms;
  -o-animation-delay: 3176ms;
  animation-delay: 3176ms; }

.delay-3177 {
  -webkit-animation-delay: 3177ms;
  -moz-animation-delay: 3177ms;
  -o-animation-delay: 3177ms;
  animation-delay: 3177ms; }

.delay-3178 {
  -webkit-animation-delay: 3178ms;
  -moz-animation-delay: 3178ms;
  -o-animation-delay: 3178ms;
  animation-delay: 3178ms; }

.delay-3179 {
  -webkit-animation-delay: 3179ms;
  -moz-animation-delay: 3179ms;
  -o-animation-delay: 3179ms;
  animation-delay: 3179ms; }

.delay-3180 {
  -webkit-animation-delay: 3180ms;
  -moz-animation-delay: 3180ms;
  -o-animation-delay: 3180ms;
  animation-delay: 3180ms; }

.delay-3181 {
  -webkit-animation-delay: 3181ms;
  -moz-animation-delay: 3181ms;
  -o-animation-delay: 3181ms;
  animation-delay: 3181ms; }

.delay-3182 {
  -webkit-animation-delay: 3182ms;
  -moz-animation-delay: 3182ms;
  -o-animation-delay: 3182ms;
  animation-delay: 3182ms; }

.delay-3183 {
  -webkit-animation-delay: 3183ms;
  -moz-animation-delay: 3183ms;
  -o-animation-delay: 3183ms;
  animation-delay: 3183ms; }

.delay-3184 {
  -webkit-animation-delay: 3184ms;
  -moz-animation-delay: 3184ms;
  -o-animation-delay: 3184ms;
  animation-delay: 3184ms; }

.delay-3185 {
  -webkit-animation-delay: 3185ms;
  -moz-animation-delay: 3185ms;
  -o-animation-delay: 3185ms;
  animation-delay: 3185ms; }

.delay-3186 {
  -webkit-animation-delay: 3186ms;
  -moz-animation-delay: 3186ms;
  -o-animation-delay: 3186ms;
  animation-delay: 3186ms; }

.delay-3187 {
  -webkit-animation-delay: 3187ms;
  -moz-animation-delay: 3187ms;
  -o-animation-delay: 3187ms;
  animation-delay: 3187ms; }

.delay-3188 {
  -webkit-animation-delay: 3188ms;
  -moz-animation-delay: 3188ms;
  -o-animation-delay: 3188ms;
  animation-delay: 3188ms; }

.delay-3189 {
  -webkit-animation-delay: 3189ms;
  -moz-animation-delay: 3189ms;
  -o-animation-delay: 3189ms;
  animation-delay: 3189ms; }

.delay-3190 {
  -webkit-animation-delay: 3190ms;
  -moz-animation-delay: 3190ms;
  -o-animation-delay: 3190ms;
  animation-delay: 3190ms; }

.delay-3191 {
  -webkit-animation-delay: 3191ms;
  -moz-animation-delay: 3191ms;
  -o-animation-delay: 3191ms;
  animation-delay: 3191ms; }

.delay-3192 {
  -webkit-animation-delay: 3192ms;
  -moz-animation-delay: 3192ms;
  -o-animation-delay: 3192ms;
  animation-delay: 3192ms; }

.delay-3193 {
  -webkit-animation-delay: 3193ms;
  -moz-animation-delay: 3193ms;
  -o-animation-delay: 3193ms;
  animation-delay: 3193ms; }

.delay-3194 {
  -webkit-animation-delay: 3194ms;
  -moz-animation-delay: 3194ms;
  -o-animation-delay: 3194ms;
  animation-delay: 3194ms; }

.delay-3195 {
  -webkit-animation-delay: 3195ms;
  -moz-animation-delay: 3195ms;
  -o-animation-delay: 3195ms;
  animation-delay: 3195ms; }

.delay-3196 {
  -webkit-animation-delay: 3196ms;
  -moz-animation-delay: 3196ms;
  -o-animation-delay: 3196ms;
  animation-delay: 3196ms; }

.delay-3197 {
  -webkit-animation-delay: 3197ms;
  -moz-animation-delay: 3197ms;
  -o-animation-delay: 3197ms;
  animation-delay: 3197ms; }

.delay-3198 {
  -webkit-animation-delay: 3198ms;
  -moz-animation-delay: 3198ms;
  -o-animation-delay: 3198ms;
  animation-delay: 3198ms; }

.delay-3199 {
  -webkit-animation-delay: 3199ms;
  -moz-animation-delay: 3199ms;
  -o-animation-delay: 3199ms;
  animation-delay: 3199ms; }

.delay-3200 {
  -webkit-animation-delay: 3200ms;
  -moz-animation-delay: 3200ms;
  -o-animation-delay: 3200ms;
  animation-delay: 3200ms; }

.delay-3201 {
  -webkit-animation-delay: 3201ms;
  -moz-animation-delay: 3201ms;
  -o-animation-delay: 3201ms;
  animation-delay: 3201ms; }

.delay-3202 {
  -webkit-animation-delay: 3202ms;
  -moz-animation-delay: 3202ms;
  -o-animation-delay: 3202ms;
  animation-delay: 3202ms; }

.delay-3203 {
  -webkit-animation-delay: 3203ms;
  -moz-animation-delay: 3203ms;
  -o-animation-delay: 3203ms;
  animation-delay: 3203ms; }

.delay-3204 {
  -webkit-animation-delay: 3204ms;
  -moz-animation-delay: 3204ms;
  -o-animation-delay: 3204ms;
  animation-delay: 3204ms; }

.delay-3205 {
  -webkit-animation-delay: 3205ms;
  -moz-animation-delay: 3205ms;
  -o-animation-delay: 3205ms;
  animation-delay: 3205ms; }

.delay-3206 {
  -webkit-animation-delay: 3206ms;
  -moz-animation-delay: 3206ms;
  -o-animation-delay: 3206ms;
  animation-delay: 3206ms; }

.delay-3207 {
  -webkit-animation-delay: 3207ms;
  -moz-animation-delay: 3207ms;
  -o-animation-delay: 3207ms;
  animation-delay: 3207ms; }

.delay-3208 {
  -webkit-animation-delay: 3208ms;
  -moz-animation-delay: 3208ms;
  -o-animation-delay: 3208ms;
  animation-delay: 3208ms; }

.delay-3209 {
  -webkit-animation-delay: 3209ms;
  -moz-animation-delay: 3209ms;
  -o-animation-delay: 3209ms;
  animation-delay: 3209ms; }

.delay-3210 {
  -webkit-animation-delay: 3210ms;
  -moz-animation-delay: 3210ms;
  -o-animation-delay: 3210ms;
  animation-delay: 3210ms; }

.delay-3211 {
  -webkit-animation-delay: 3211ms;
  -moz-animation-delay: 3211ms;
  -o-animation-delay: 3211ms;
  animation-delay: 3211ms; }

.delay-3212 {
  -webkit-animation-delay: 3212ms;
  -moz-animation-delay: 3212ms;
  -o-animation-delay: 3212ms;
  animation-delay: 3212ms; }

.delay-3213 {
  -webkit-animation-delay: 3213ms;
  -moz-animation-delay: 3213ms;
  -o-animation-delay: 3213ms;
  animation-delay: 3213ms; }

.delay-3214 {
  -webkit-animation-delay: 3214ms;
  -moz-animation-delay: 3214ms;
  -o-animation-delay: 3214ms;
  animation-delay: 3214ms; }

.delay-3215 {
  -webkit-animation-delay: 3215ms;
  -moz-animation-delay: 3215ms;
  -o-animation-delay: 3215ms;
  animation-delay: 3215ms; }

.delay-3216 {
  -webkit-animation-delay: 3216ms;
  -moz-animation-delay: 3216ms;
  -o-animation-delay: 3216ms;
  animation-delay: 3216ms; }

.delay-3217 {
  -webkit-animation-delay: 3217ms;
  -moz-animation-delay: 3217ms;
  -o-animation-delay: 3217ms;
  animation-delay: 3217ms; }

.delay-3218 {
  -webkit-animation-delay: 3218ms;
  -moz-animation-delay: 3218ms;
  -o-animation-delay: 3218ms;
  animation-delay: 3218ms; }

.delay-3219 {
  -webkit-animation-delay: 3219ms;
  -moz-animation-delay: 3219ms;
  -o-animation-delay: 3219ms;
  animation-delay: 3219ms; }

.delay-3220 {
  -webkit-animation-delay: 3220ms;
  -moz-animation-delay: 3220ms;
  -o-animation-delay: 3220ms;
  animation-delay: 3220ms; }

.delay-3221 {
  -webkit-animation-delay: 3221ms;
  -moz-animation-delay: 3221ms;
  -o-animation-delay: 3221ms;
  animation-delay: 3221ms; }

.delay-3222 {
  -webkit-animation-delay: 3222ms;
  -moz-animation-delay: 3222ms;
  -o-animation-delay: 3222ms;
  animation-delay: 3222ms; }

.delay-3223 {
  -webkit-animation-delay: 3223ms;
  -moz-animation-delay: 3223ms;
  -o-animation-delay: 3223ms;
  animation-delay: 3223ms; }

.delay-3224 {
  -webkit-animation-delay: 3224ms;
  -moz-animation-delay: 3224ms;
  -o-animation-delay: 3224ms;
  animation-delay: 3224ms; }

.delay-3225 {
  -webkit-animation-delay: 3225ms;
  -moz-animation-delay: 3225ms;
  -o-animation-delay: 3225ms;
  animation-delay: 3225ms; }

.delay-3226 {
  -webkit-animation-delay: 3226ms;
  -moz-animation-delay: 3226ms;
  -o-animation-delay: 3226ms;
  animation-delay: 3226ms; }

.delay-3227 {
  -webkit-animation-delay: 3227ms;
  -moz-animation-delay: 3227ms;
  -o-animation-delay: 3227ms;
  animation-delay: 3227ms; }

.delay-3228 {
  -webkit-animation-delay: 3228ms;
  -moz-animation-delay: 3228ms;
  -o-animation-delay: 3228ms;
  animation-delay: 3228ms; }

.delay-3229 {
  -webkit-animation-delay: 3229ms;
  -moz-animation-delay: 3229ms;
  -o-animation-delay: 3229ms;
  animation-delay: 3229ms; }

.delay-3230 {
  -webkit-animation-delay: 3230ms;
  -moz-animation-delay: 3230ms;
  -o-animation-delay: 3230ms;
  animation-delay: 3230ms; }

.delay-3231 {
  -webkit-animation-delay: 3231ms;
  -moz-animation-delay: 3231ms;
  -o-animation-delay: 3231ms;
  animation-delay: 3231ms; }

.delay-3232 {
  -webkit-animation-delay: 3232ms;
  -moz-animation-delay: 3232ms;
  -o-animation-delay: 3232ms;
  animation-delay: 3232ms; }

.delay-3233 {
  -webkit-animation-delay: 3233ms;
  -moz-animation-delay: 3233ms;
  -o-animation-delay: 3233ms;
  animation-delay: 3233ms; }

.delay-3234 {
  -webkit-animation-delay: 3234ms;
  -moz-animation-delay: 3234ms;
  -o-animation-delay: 3234ms;
  animation-delay: 3234ms; }

.delay-3235 {
  -webkit-animation-delay: 3235ms;
  -moz-animation-delay: 3235ms;
  -o-animation-delay: 3235ms;
  animation-delay: 3235ms; }

.delay-3236 {
  -webkit-animation-delay: 3236ms;
  -moz-animation-delay: 3236ms;
  -o-animation-delay: 3236ms;
  animation-delay: 3236ms; }

.delay-3237 {
  -webkit-animation-delay: 3237ms;
  -moz-animation-delay: 3237ms;
  -o-animation-delay: 3237ms;
  animation-delay: 3237ms; }

.delay-3238 {
  -webkit-animation-delay: 3238ms;
  -moz-animation-delay: 3238ms;
  -o-animation-delay: 3238ms;
  animation-delay: 3238ms; }

.delay-3239 {
  -webkit-animation-delay: 3239ms;
  -moz-animation-delay: 3239ms;
  -o-animation-delay: 3239ms;
  animation-delay: 3239ms; }

.delay-3240 {
  -webkit-animation-delay: 3240ms;
  -moz-animation-delay: 3240ms;
  -o-animation-delay: 3240ms;
  animation-delay: 3240ms; }

.delay-3241 {
  -webkit-animation-delay: 3241ms;
  -moz-animation-delay: 3241ms;
  -o-animation-delay: 3241ms;
  animation-delay: 3241ms; }

.delay-3242 {
  -webkit-animation-delay: 3242ms;
  -moz-animation-delay: 3242ms;
  -o-animation-delay: 3242ms;
  animation-delay: 3242ms; }

.delay-3243 {
  -webkit-animation-delay: 3243ms;
  -moz-animation-delay: 3243ms;
  -o-animation-delay: 3243ms;
  animation-delay: 3243ms; }

.delay-3244 {
  -webkit-animation-delay: 3244ms;
  -moz-animation-delay: 3244ms;
  -o-animation-delay: 3244ms;
  animation-delay: 3244ms; }

.delay-3245 {
  -webkit-animation-delay: 3245ms;
  -moz-animation-delay: 3245ms;
  -o-animation-delay: 3245ms;
  animation-delay: 3245ms; }

.delay-3246 {
  -webkit-animation-delay: 3246ms;
  -moz-animation-delay: 3246ms;
  -o-animation-delay: 3246ms;
  animation-delay: 3246ms; }

.delay-3247 {
  -webkit-animation-delay: 3247ms;
  -moz-animation-delay: 3247ms;
  -o-animation-delay: 3247ms;
  animation-delay: 3247ms; }

.delay-3248 {
  -webkit-animation-delay: 3248ms;
  -moz-animation-delay: 3248ms;
  -o-animation-delay: 3248ms;
  animation-delay: 3248ms; }

.delay-3249 {
  -webkit-animation-delay: 3249ms;
  -moz-animation-delay: 3249ms;
  -o-animation-delay: 3249ms;
  animation-delay: 3249ms; }

.delay-3250 {
  -webkit-animation-delay: 3250ms;
  -moz-animation-delay: 3250ms;
  -o-animation-delay: 3250ms;
  animation-delay: 3250ms; }

.delay-3251 {
  -webkit-animation-delay: 3251ms;
  -moz-animation-delay: 3251ms;
  -o-animation-delay: 3251ms;
  animation-delay: 3251ms; }

.delay-3252 {
  -webkit-animation-delay: 3252ms;
  -moz-animation-delay: 3252ms;
  -o-animation-delay: 3252ms;
  animation-delay: 3252ms; }

.delay-3253 {
  -webkit-animation-delay: 3253ms;
  -moz-animation-delay: 3253ms;
  -o-animation-delay: 3253ms;
  animation-delay: 3253ms; }

.delay-3254 {
  -webkit-animation-delay: 3254ms;
  -moz-animation-delay: 3254ms;
  -o-animation-delay: 3254ms;
  animation-delay: 3254ms; }

.delay-3255 {
  -webkit-animation-delay: 3255ms;
  -moz-animation-delay: 3255ms;
  -o-animation-delay: 3255ms;
  animation-delay: 3255ms; }

.delay-3256 {
  -webkit-animation-delay: 3256ms;
  -moz-animation-delay: 3256ms;
  -o-animation-delay: 3256ms;
  animation-delay: 3256ms; }

.delay-3257 {
  -webkit-animation-delay: 3257ms;
  -moz-animation-delay: 3257ms;
  -o-animation-delay: 3257ms;
  animation-delay: 3257ms; }

.delay-3258 {
  -webkit-animation-delay: 3258ms;
  -moz-animation-delay: 3258ms;
  -o-animation-delay: 3258ms;
  animation-delay: 3258ms; }

.delay-3259 {
  -webkit-animation-delay: 3259ms;
  -moz-animation-delay: 3259ms;
  -o-animation-delay: 3259ms;
  animation-delay: 3259ms; }

.delay-3260 {
  -webkit-animation-delay: 3260ms;
  -moz-animation-delay: 3260ms;
  -o-animation-delay: 3260ms;
  animation-delay: 3260ms; }

.delay-3261 {
  -webkit-animation-delay: 3261ms;
  -moz-animation-delay: 3261ms;
  -o-animation-delay: 3261ms;
  animation-delay: 3261ms; }

.delay-3262 {
  -webkit-animation-delay: 3262ms;
  -moz-animation-delay: 3262ms;
  -o-animation-delay: 3262ms;
  animation-delay: 3262ms; }

.delay-3263 {
  -webkit-animation-delay: 3263ms;
  -moz-animation-delay: 3263ms;
  -o-animation-delay: 3263ms;
  animation-delay: 3263ms; }

.delay-3264 {
  -webkit-animation-delay: 3264ms;
  -moz-animation-delay: 3264ms;
  -o-animation-delay: 3264ms;
  animation-delay: 3264ms; }

.delay-3265 {
  -webkit-animation-delay: 3265ms;
  -moz-animation-delay: 3265ms;
  -o-animation-delay: 3265ms;
  animation-delay: 3265ms; }

.delay-3266 {
  -webkit-animation-delay: 3266ms;
  -moz-animation-delay: 3266ms;
  -o-animation-delay: 3266ms;
  animation-delay: 3266ms; }

.delay-3267 {
  -webkit-animation-delay: 3267ms;
  -moz-animation-delay: 3267ms;
  -o-animation-delay: 3267ms;
  animation-delay: 3267ms; }

.delay-3268 {
  -webkit-animation-delay: 3268ms;
  -moz-animation-delay: 3268ms;
  -o-animation-delay: 3268ms;
  animation-delay: 3268ms; }

.delay-3269 {
  -webkit-animation-delay: 3269ms;
  -moz-animation-delay: 3269ms;
  -o-animation-delay: 3269ms;
  animation-delay: 3269ms; }

.delay-3270 {
  -webkit-animation-delay: 3270ms;
  -moz-animation-delay: 3270ms;
  -o-animation-delay: 3270ms;
  animation-delay: 3270ms; }

.delay-3271 {
  -webkit-animation-delay: 3271ms;
  -moz-animation-delay: 3271ms;
  -o-animation-delay: 3271ms;
  animation-delay: 3271ms; }

.delay-3272 {
  -webkit-animation-delay: 3272ms;
  -moz-animation-delay: 3272ms;
  -o-animation-delay: 3272ms;
  animation-delay: 3272ms; }

.delay-3273 {
  -webkit-animation-delay: 3273ms;
  -moz-animation-delay: 3273ms;
  -o-animation-delay: 3273ms;
  animation-delay: 3273ms; }

.delay-3274 {
  -webkit-animation-delay: 3274ms;
  -moz-animation-delay: 3274ms;
  -o-animation-delay: 3274ms;
  animation-delay: 3274ms; }

.delay-3275 {
  -webkit-animation-delay: 3275ms;
  -moz-animation-delay: 3275ms;
  -o-animation-delay: 3275ms;
  animation-delay: 3275ms; }

.delay-3276 {
  -webkit-animation-delay: 3276ms;
  -moz-animation-delay: 3276ms;
  -o-animation-delay: 3276ms;
  animation-delay: 3276ms; }

.delay-3277 {
  -webkit-animation-delay: 3277ms;
  -moz-animation-delay: 3277ms;
  -o-animation-delay: 3277ms;
  animation-delay: 3277ms; }

.delay-3278 {
  -webkit-animation-delay: 3278ms;
  -moz-animation-delay: 3278ms;
  -o-animation-delay: 3278ms;
  animation-delay: 3278ms; }

.delay-3279 {
  -webkit-animation-delay: 3279ms;
  -moz-animation-delay: 3279ms;
  -o-animation-delay: 3279ms;
  animation-delay: 3279ms; }

.delay-3280 {
  -webkit-animation-delay: 3280ms;
  -moz-animation-delay: 3280ms;
  -o-animation-delay: 3280ms;
  animation-delay: 3280ms; }

.delay-3281 {
  -webkit-animation-delay: 3281ms;
  -moz-animation-delay: 3281ms;
  -o-animation-delay: 3281ms;
  animation-delay: 3281ms; }

.delay-3282 {
  -webkit-animation-delay: 3282ms;
  -moz-animation-delay: 3282ms;
  -o-animation-delay: 3282ms;
  animation-delay: 3282ms; }

.delay-3283 {
  -webkit-animation-delay: 3283ms;
  -moz-animation-delay: 3283ms;
  -o-animation-delay: 3283ms;
  animation-delay: 3283ms; }

.delay-3284 {
  -webkit-animation-delay: 3284ms;
  -moz-animation-delay: 3284ms;
  -o-animation-delay: 3284ms;
  animation-delay: 3284ms; }

.delay-3285 {
  -webkit-animation-delay: 3285ms;
  -moz-animation-delay: 3285ms;
  -o-animation-delay: 3285ms;
  animation-delay: 3285ms; }

.delay-3286 {
  -webkit-animation-delay: 3286ms;
  -moz-animation-delay: 3286ms;
  -o-animation-delay: 3286ms;
  animation-delay: 3286ms; }

.delay-3287 {
  -webkit-animation-delay: 3287ms;
  -moz-animation-delay: 3287ms;
  -o-animation-delay: 3287ms;
  animation-delay: 3287ms; }

.delay-3288 {
  -webkit-animation-delay: 3288ms;
  -moz-animation-delay: 3288ms;
  -o-animation-delay: 3288ms;
  animation-delay: 3288ms; }

.delay-3289 {
  -webkit-animation-delay: 3289ms;
  -moz-animation-delay: 3289ms;
  -o-animation-delay: 3289ms;
  animation-delay: 3289ms; }

.delay-3290 {
  -webkit-animation-delay: 3290ms;
  -moz-animation-delay: 3290ms;
  -o-animation-delay: 3290ms;
  animation-delay: 3290ms; }

.delay-3291 {
  -webkit-animation-delay: 3291ms;
  -moz-animation-delay: 3291ms;
  -o-animation-delay: 3291ms;
  animation-delay: 3291ms; }

.delay-3292 {
  -webkit-animation-delay: 3292ms;
  -moz-animation-delay: 3292ms;
  -o-animation-delay: 3292ms;
  animation-delay: 3292ms; }

.delay-3293 {
  -webkit-animation-delay: 3293ms;
  -moz-animation-delay: 3293ms;
  -o-animation-delay: 3293ms;
  animation-delay: 3293ms; }

.delay-3294 {
  -webkit-animation-delay: 3294ms;
  -moz-animation-delay: 3294ms;
  -o-animation-delay: 3294ms;
  animation-delay: 3294ms; }

.delay-3295 {
  -webkit-animation-delay: 3295ms;
  -moz-animation-delay: 3295ms;
  -o-animation-delay: 3295ms;
  animation-delay: 3295ms; }

.delay-3296 {
  -webkit-animation-delay: 3296ms;
  -moz-animation-delay: 3296ms;
  -o-animation-delay: 3296ms;
  animation-delay: 3296ms; }

.delay-3297 {
  -webkit-animation-delay: 3297ms;
  -moz-animation-delay: 3297ms;
  -o-animation-delay: 3297ms;
  animation-delay: 3297ms; }

.delay-3298 {
  -webkit-animation-delay: 3298ms;
  -moz-animation-delay: 3298ms;
  -o-animation-delay: 3298ms;
  animation-delay: 3298ms; }

.delay-3299 {
  -webkit-animation-delay: 3299ms;
  -moz-animation-delay: 3299ms;
  -o-animation-delay: 3299ms;
  animation-delay: 3299ms; }

.delay-3300 {
  -webkit-animation-delay: 3300ms;
  -moz-animation-delay: 3300ms;
  -o-animation-delay: 3300ms;
  animation-delay: 3300ms; }

.delay-3301 {
  -webkit-animation-delay: 3301ms;
  -moz-animation-delay: 3301ms;
  -o-animation-delay: 3301ms;
  animation-delay: 3301ms; }

.delay-3302 {
  -webkit-animation-delay: 3302ms;
  -moz-animation-delay: 3302ms;
  -o-animation-delay: 3302ms;
  animation-delay: 3302ms; }

.delay-3303 {
  -webkit-animation-delay: 3303ms;
  -moz-animation-delay: 3303ms;
  -o-animation-delay: 3303ms;
  animation-delay: 3303ms; }

.delay-3304 {
  -webkit-animation-delay: 3304ms;
  -moz-animation-delay: 3304ms;
  -o-animation-delay: 3304ms;
  animation-delay: 3304ms; }

.delay-3305 {
  -webkit-animation-delay: 3305ms;
  -moz-animation-delay: 3305ms;
  -o-animation-delay: 3305ms;
  animation-delay: 3305ms; }

.delay-3306 {
  -webkit-animation-delay: 3306ms;
  -moz-animation-delay: 3306ms;
  -o-animation-delay: 3306ms;
  animation-delay: 3306ms; }

.delay-3307 {
  -webkit-animation-delay: 3307ms;
  -moz-animation-delay: 3307ms;
  -o-animation-delay: 3307ms;
  animation-delay: 3307ms; }

.delay-3308 {
  -webkit-animation-delay: 3308ms;
  -moz-animation-delay: 3308ms;
  -o-animation-delay: 3308ms;
  animation-delay: 3308ms; }

.delay-3309 {
  -webkit-animation-delay: 3309ms;
  -moz-animation-delay: 3309ms;
  -o-animation-delay: 3309ms;
  animation-delay: 3309ms; }

.delay-3310 {
  -webkit-animation-delay: 3310ms;
  -moz-animation-delay: 3310ms;
  -o-animation-delay: 3310ms;
  animation-delay: 3310ms; }

.delay-3311 {
  -webkit-animation-delay: 3311ms;
  -moz-animation-delay: 3311ms;
  -o-animation-delay: 3311ms;
  animation-delay: 3311ms; }

.delay-3312 {
  -webkit-animation-delay: 3312ms;
  -moz-animation-delay: 3312ms;
  -o-animation-delay: 3312ms;
  animation-delay: 3312ms; }

.delay-3313 {
  -webkit-animation-delay: 3313ms;
  -moz-animation-delay: 3313ms;
  -o-animation-delay: 3313ms;
  animation-delay: 3313ms; }

.delay-3314 {
  -webkit-animation-delay: 3314ms;
  -moz-animation-delay: 3314ms;
  -o-animation-delay: 3314ms;
  animation-delay: 3314ms; }

.delay-3315 {
  -webkit-animation-delay: 3315ms;
  -moz-animation-delay: 3315ms;
  -o-animation-delay: 3315ms;
  animation-delay: 3315ms; }

.delay-3316 {
  -webkit-animation-delay: 3316ms;
  -moz-animation-delay: 3316ms;
  -o-animation-delay: 3316ms;
  animation-delay: 3316ms; }

.delay-3317 {
  -webkit-animation-delay: 3317ms;
  -moz-animation-delay: 3317ms;
  -o-animation-delay: 3317ms;
  animation-delay: 3317ms; }

.delay-3318 {
  -webkit-animation-delay: 3318ms;
  -moz-animation-delay: 3318ms;
  -o-animation-delay: 3318ms;
  animation-delay: 3318ms; }

.delay-3319 {
  -webkit-animation-delay: 3319ms;
  -moz-animation-delay: 3319ms;
  -o-animation-delay: 3319ms;
  animation-delay: 3319ms; }

.delay-3320 {
  -webkit-animation-delay: 3320ms;
  -moz-animation-delay: 3320ms;
  -o-animation-delay: 3320ms;
  animation-delay: 3320ms; }

.delay-3321 {
  -webkit-animation-delay: 3321ms;
  -moz-animation-delay: 3321ms;
  -o-animation-delay: 3321ms;
  animation-delay: 3321ms; }

.delay-3322 {
  -webkit-animation-delay: 3322ms;
  -moz-animation-delay: 3322ms;
  -o-animation-delay: 3322ms;
  animation-delay: 3322ms; }

.delay-3323 {
  -webkit-animation-delay: 3323ms;
  -moz-animation-delay: 3323ms;
  -o-animation-delay: 3323ms;
  animation-delay: 3323ms; }

.delay-3324 {
  -webkit-animation-delay: 3324ms;
  -moz-animation-delay: 3324ms;
  -o-animation-delay: 3324ms;
  animation-delay: 3324ms; }

.delay-3325 {
  -webkit-animation-delay: 3325ms;
  -moz-animation-delay: 3325ms;
  -o-animation-delay: 3325ms;
  animation-delay: 3325ms; }

.delay-3326 {
  -webkit-animation-delay: 3326ms;
  -moz-animation-delay: 3326ms;
  -o-animation-delay: 3326ms;
  animation-delay: 3326ms; }

.delay-3327 {
  -webkit-animation-delay: 3327ms;
  -moz-animation-delay: 3327ms;
  -o-animation-delay: 3327ms;
  animation-delay: 3327ms; }

.delay-3328 {
  -webkit-animation-delay: 3328ms;
  -moz-animation-delay: 3328ms;
  -o-animation-delay: 3328ms;
  animation-delay: 3328ms; }

.delay-3329 {
  -webkit-animation-delay: 3329ms;
  -moz-animation-delay: 3329ms;
  -o-animation-delay: 3329ms;
  animation-delay: 3329ms; }

.delay-3330 {
  -webkit-animation-delay: 3330ms;
  -moz-animation-delay: 3330ms;
  -o-animation-delay: 3330ms;
  animation-delay: 3330ms; }

.delay-3331 {
  -webkit-animation-delay: 3331ms;
  -moz-animation-delay: 3331ms;
  -o-animation-delay: 3331ms;
  animation-delay: 3331ms; }

.delay-3332 {
  -webkit-animation-delay: 3332ms;
  -moz-animation-delay: 3332ms;
  -o-animation-delay: 3332ms;
  animation-delay: 3332ms; }

.delay-3333 {
  -webkit-animation-delay: 3333ms;
  -moz-animation-delay: 3333ms;
  -o-animation-delay: 3333ms;
  animation-delay: 3333ms; }

.delay-3334 {
  -webkit-animation-delay: 3334ms;
  -moz-animation-delay: 3334ms;
  -o-animation-delay: 3334ms;
  animation-delay: 3334ms; }

.delay-3335 {
  -webkit-animation-delay: 3335ms;
  -moz-animation-delay: 3335ms;
  -o-animation-delay: 3335ms;
  animation-delay: 3335ms; }

.delay-3336 {
  -webkit-animation-delay: 3336ms;
  -moz-animation-delay: 3336ms;
  -o-animation-delay: 3336ms;
  animation-delay: 3336ms; }

.delay-3337 {
  -webkit-animation-delay: 3337ms;
  -moz-animation-delay: 3337ms;
  -o-animation-delay: 3337ms;
  animation-delay: 3337ms; }

.delay-3338 {
  -webkit-animation-delay: 3338ms;
  -moz-animation-delay: 3338ms;
  -o-animation-delay: 3338ms;
  animation-delay: 3338ms; }

.delay-3339 {
  -webkit-animation-delay: 3339ms;
  -moz-animation-delay: 3339ms;
  -o-animation-delay: 3339ms;
  animation-delay: 3339ms; }

.delay-3340 {
  -webkit-animation-delay: 3340ms;
  -moz-animation-delay: 3340ms;
  -o-animation-delay: 3340ms;
  animation-delay: 3340ms; }

.delay-3341 {
  -webkit-animation-delay: 3341ms;
  -moz-animation-delay: 3341ms;
  -o-animation-delay: 3341ms;
  animation-delay: 3341ms; }

.delay-3342 {
  -webkit-animation-delay: 3342ms;
  -moz-animation-delay: 3342ms;
  -o-animation-delay: 3342ms;
  animation-delay: 3342ms; }

.delay-3343 {
  -webkit-animation-delay: 3343ms;
  -moz-animation-delay: 3343ms;
  -o-animation-delay: 3343ms;
  animation-delay: 3343ms; }

.delay-3344 {
  -webkit-animation-delay: 3344ms;
  -moz-animation-delay: 3344ms;
  -o-animation-delay: 3344ms;
  animation-delay: 3344ms; }

.delay-3345 {
  -webkit-animation-delay: 3345ms;
  -moz-animation-delay: 3345ms;
  -o-animation-delay: 3345ms;
  animation-delay: 3345ms; }

.delay-3346 {
  -webkit-animation-delay: 3346ms;
  -moz-animation-delay: 3346ms;
  -o-animation-delay: 3346ms;
  animation-delay: 3346ms; }

.delay-3347 {
  -webkit-animation-delay: 3347ms;
  -moz-animation-delay: 3347ms;
  -o-animation-delay: 3347ms;
  animation-delay: 3347ms; }

.delay-3348 {
  -webkit-animation-delay: 3348ms;
  -moz-animation-delay: 3348ms;
  -o-animation-delay: 3348ms;
  animation-delay: 3348ms; }

.delay-3349 {
  -webkit-animation-delay: 3349ms;
  -moz-animation-delay: 3349ms;
  -o-animation-delay: 3349ms;
  animation-delay: 3349ms; }

.delay-3350 {
  -webkit-animation-delay: 3350ms;
  -moz-animation-delay: 3350ms;
  -o-animation-delay: 3350ms;
  animation-delay: 3350ms; }

.delay-3351 {
  -webkit-animation-delay: 3351ms;
  -moz-animation-delay: 3351ms;
  -o-animation-delay: 3351ms;
  animation-delay: 3351ms; }

.delay-3352 {
  -webkit-animation-delay: 3352ms;
  -moz-animation-delay: 3352ms;
  -o-animation-delay: 3352ms;
  animation-delay: 3352ms; }

.delay-3353 {
  -webkit-animation-delay: 3353ms;
  -moz-animation-delay: 3353ms;
  -o-animation-delay: 3353ms;
  animation-delay: 3353ms; }

.delay-3354 {
  -webkit-animation-delay: 3354ms;
  -moz-animation-delay: 3354ms;
  -o-animation-delay: 3354ms;
  animation-delay: 3354ms; }

.delay-3355 {
  -webkit-animation-delay: 3355ms;
  -moz-animation-delay: 3355ms;
  -o-animation-delay: 3355ms;
  animation-delay: 3355ms; }

.delay-3356 {
  -webkit-animation-delay: 3356ms;
  -moz-animation-delay: 3356ms;
  -o-animation-delay: 3356ms;
  animation-delay: 3356ms; }

.delay-3357 {
  -webkit-animation-delay: 3357ms;
  -moz-animation-delay: 3357ms;
  -o-animation-delay: 3357ms;
  animation-delay: 3357ms; }

.delay-3358 {
  -webkit-animation-delay: 3358ms;
  -moz-animation-delay: 3358ms;
  -o-animation-delay: 3358ms;
  animation-delay: 3358ms; }

.delay-3359 {
  -webkit-animation-delay: 3359ms;
  -moz-animation-delay: 3359ms;
  -o-animation-delay: 3359ms;
  animation-delay: 3359ms; }

.delay-3360 {
  -webkit-animation-delay: 3360ms;
  -moz-animation-delay: 3360ms;
  -o-animation-delay: 3360ms;
  animation-delay: 3360ms; }

.delay-3361 {
  -webkit-animation-delay: 3361ms;
  -moz-animation-delay: 3361ms;
  -o-animation-delay: 3361ms;
  animation-delay: 3361ms; }

.delay-3362 {
  -webkit-animation-delay: 3362ms;
  -moz-animation-delay: 3362ms;
  -o-animation-delay: 3362ms;
  animation-delay: 3362ms; }

.delay-3363 {
  -webkit-animation-delay: 3363ms;
  -moz-animation-delay: 3363ms;
  -o-animation-delay: 3363ms;
  animation-delay: 3363ms; }

.delay-3364 {
  -webkit-animation-delay: 3364ms;
  -moz-animation-delay: 3364ms;
  -o-animation-delay: 3364ms;
  animation-delay: 3364ms; }

.delay-3365 {
  -webkit-animation-delay: 3365ms;
  -moz-animation-delay: 3365ms;
  -o-animation-delay: 3365ms;
  animation-delay: 3365ms; }

.delay-3366 {
  -webkit-animation-delay: 3366ms;
  -moz-animation-delay: 3366ms;
  -o-animation-delay: 3366ms;
  animation-delay: 3366ms; }

.delay-3367 {
  -webkit-animation-delay: 3367ms;
  -moz-animation-delay: 3367ms;
  -o-animation-delay: 3367ms;
  animation-delay: 3367ms; }

.delay-3368 {
  -webkit-animation-delay: 3368ms;
  -moz-animation-delay: 3368ms;
  -o-animation-delay: 3368ms;
  animation-delay: 3368ms; }

.delay-3369 {
  -webkit-animation-delay: 3369ms;
  -moz-animation-delay: 3369ms;
  -o-animation-delay: 3369ms;
  animation-delay: 3369ms; }

.delay-3370 {
  -webkit-animation-delay: 3370ms;
  -moz-animation-delay: 3370ms;
  -o-animation-delay: 3370ms;
  animation-delay: 3370ms; }

.delay-3371 {
  -webkit-animation-delay: 3371ms;
  -moz-animation-delay: 3371ms;
  -o-animation-delay: 3371ms;
  animation-delay: 3371ms; }

.delay-3372 {
  -webkit-animation-delay: 3372ms;
  -moz-animation-delay: 3372ms;
  -o-animation-delay: 3372ms;
  animation-delay: 3372ms; }

.delay-3373 {
  -webkit-animation-delay: 3373ms;
  -moz-animation-delay: 3373ms;
  -o-animation-delay: 3373ms;
  animation-delay: 3373ms; }

.delay-3374 {
  -webkit-animation-delay: 3374ms;
  -moz-animation-delay: 3374ms;
  -o-animation-delay: 3374ms;
  animation-delay: 3374ms; }

.delay-3375 {
  -webkit-animation-delay: 3375ms;
  -moz-animation-delay: 3375ms;
  -o-animation-delay: 3375ms;
  animation-delay: 3375ms; }

.delay-3376 {
  -webkit-animation-delay: 3376ms;
  -moz-animation-delay: 3376ms;
  -o-animation-delay: 3376ms;
  animation-delay: 3376ms; }

.delay-3377 {
  -webkit-animation-delay: 3377ms;
  -moz-animation-delay: 3377ms;
  -o-animation-delay: 3377ms;
  animation-delay: 3377ms; }

.delay-3378 {
  -webkit-animation-delay: 3378ms;
  -moz-animation-delay: 3378ms;
  -o-animation-delay: 3378ms;
  animation-delay: 3378ms; }

.delay-3379 {
  -webkit-animation-delay: 3379ms;
  -moz-animation-delay: 3379ms;
  -o-animation-delay: 3379ms;
  animation-delay: 3379ms; }

.delay-3380 {
  -webkit-animation-delay: 3380ms;
  -moz-animation-delay: 3380ms;
  -o-animation-delay: 3380ms;
  animation-delay: 3380ms; }

.delay-3381 {
  -webkit-animation-delay: 3381ms;
  -moz-animation-delay: 3381ms;
  -o-animation-delay: 3381ms;
  animation-delay: 3381ms; }

.delay-3382 {
  -webkit-animation-delay: 3382ms;
  -moz-animation-delay: 3382ms;
  -o-animation-delay: 3382ms;
  animation-delay: 3382ms; }

.delay-3383 {
  -webkit-animation-delay: 3383ms;
  -moz-animation-delay: 3383ms;
  -o-animation-delay: 3383ms;
  animation-delay: 3383ms; }

.delay-3384 {
  -webkit-animation-delay: 3384ms;
  -moz-animation-delay: 3384ms;
  -o-animation-delay: 3384ms;
  animation-delay: 3384ms; }

.delay-3385 {
  -webkit-animation-delay: 3385ms;
  -moz-animation-delay: 3385ms;
  -o-animation-delay: 3385ms;
  animation-delay: 3385ms; }

.delay-3386 {
  -webkit-animation-delay: 3386ms;
  -moz-animation-delay: 3386ms;
  -o-animation-delay: 3386ms;
  animation-delay: 3386ms; }

.delay-3387 {
  -webkit-animation-delay: 3387ms;
  -moz-animation-delay: 3387ms;
  -o-animation-delay: 3387ms;
  animation-delay: 3387ms; }

.delay-3388 {
  -webkit-animation-delay: 3388ms;
  -moz-animation-delay: 3388ms;
  -o-animation-delay: 3388ms;
  animation-delay: 3388ms; }

.delay-3389 {
  -webkit-animation-delay: 3389ms;
  -moz-animation-delay: 3389ms;
  -o-animation-delay: 3389ms;
  animation-delay: 3389ms; }

.delay-3390 {
  -webkit-animation-delay: 3390ms;
  -moz-animation-delay: 3390ms;
  -o-animation-delay: 3390ms;
  animation-delay: 3390ms; }

.delay-3391 {
  -webkit-animation-delay: 3391ms;
  -moz-animation-delay: 3391ms;
  -o-animation-delay: 3391ms;
  animation-delay: 3391ms; }

.delay-3392 {
  -webkit-animation-delay: 3392ms;
  -moz-animation-delay: 3392ms;
  -o-animation-delay: 3392ms;
  animation-delay: 3392ms; }

.delay-3393 {
  -webkit-animation-delay: 3393ms;
  -moz-animation-delay: 3393ms;
  -o-animation-delay: 3393ms;
  animation-delay: 3393ms; }

.delay-3394 {
  -webkit-animation-delay: 3394ms;
  -moz-animation-delay: 3394ms;
  -o-animation-delay: 3394ms;
  animation-delay: 3394ms; }

.delay-3395 {
  -webkit-animation-delay: 3395ms;
  -moz-animation-delay: 3395ms;
  -o-animation-delay: 3395ms;
  animation-delay: 3395ms; }

.delay-3396 {
  -webkit-animation-delay: 3396ms;
  -moz-animation-delay: 3396ms;
  -o-animation-delay: 3396ms;
  animation-delay: 3396ms; }

.delay-3397 {
  -webkit-animation-delay: 3397ms;
  -moz-animation-delay: 3397ms;
  -o-animation-delay: 3397ms;
  animation-delay: 3397ms; }

.delay-3398 {
  -webkit-animation-delay: 3398ms;
  -moz-animation-delay: 3398ms;
  -o-animation-delay: 3398ms;
  animation-delay: 3398ms; }

.delay-3399 {
  -webkit-animation-delay: 3399ms;
  -moz-animation-delay: 3399ms;
  -o-animation-delay: 3399ms;
  animation-delay: 3399ms; }

.delay-3400 {
  -webkit-animation-delay: 3400ms;
  -moz-animation-delay: 3400ms;
  -o-animation-delay: 3400ms;
  animation-delay: 3400ms; }

.delay-3401 {
  -webkit-animation-delay: 3401ms;
  -moz-animation-delay: 3401ms;
  -o-animation-delay: 3401ms;
  animation-delay: 3401ms; }

.delay-3402 {
  -webkit-animation-delay: 3402ms;
  -moz-animation-delay: 3402ms;
  -o-animation-delay: 3402ms;
  animation-delay: 3402ms; }

.delay-3403 {
  -webkit-animation-delay: 3403ms;
  -moz-animation-delay: 3403ms;
  -o-animation-delay: 3403ms;
  animation-delay: 3403ms; }

.delay-3404 {
  -webkit-animation-delay: 3404ms;
  -moz-animation-delay: 3404ms;
  -o-animation-delay: 3404ms;
  animation-delay: 3404ms; }

.delay-3405 {
  -webkit-animation-delay: 3405ms;
  -moz-animation-delay: 3405ms;
  -o-animation-delay: 3405ms;
  animation-delay: 3405ms; }

.delay-3406 {
  -webkit-animation-delay: 3406ms;
  -moz-animation-delay: 3406ms;
  -o-animation-delay: 3406ms;
  animation-delay: 3406ms; }

.delay-3407 {
  -webkit-animation-delay: 3407ms;
  -moz-animation-delay: 3407ms;
  -o-animation-delay: 3407ms;
  animation-delay: 3407ms; }

.delay-3408 {
  -webkit-animation-delay: 3408ms;
  -moz-animation-delay: 3408ms;
  -o-animation-delay: 3408ms;
  animation-delay: 3408ms; }

.delay-3409 {
  -webkit-animation-delay: 3409ms;
  -moz-animation-delay: 3409ms;
  -o-animation-delay: 3409ms;
  animation-delay: 3409ms; }

.delay-3410 {
  -webkit-animation-delay: 3410ms;
  -moz-animation-delay: 3410ms;
  -o-animation-delay: 3410ms;
  animation-delay: 3410ms; }

.delay-3411 {
  -webkit-animation-delay: 3411ms;
  -moz-animation-delay: 3411ms;
  -o-animation-delay: 3411ms;
  animation-delay: 3411ms; }

.delay-3412 {
  -webkit-animation-delay: 3412ms;
  -moz-animation-delay: 3412ms;
  -o-animation-delay: 3412ms;
  animation-delay: 3412ms; }

.delay-3413 {
  -webkit-animation-delay: 3413ms;
  -moz-animation-delay: 3413ms;
  -o-animation-delay: 3413ms;
  animation-delay: 3413ms; }

.delay-3414 {
  -webkit-animation-delay: 3414ms;
  -moz-animation-delay: 3414ms;
  -o-animation-delay: 3414ms;
  animation-delay: 3414ms; }

.delay-3415 {
  -webkit-animation-delay: 3415ms;
  -moz-animation-delay: 3415ms;
  -o-animation-delay: 3415ms;
  animation-delay: 3415ms; }

.delay-3416 {
  -webkit-animation-delay: 3416ms;
  -moz-animation-delay: 3416ms;
  -o-animation-delay: 3416ms;
  animation-delay: 3416ms; }

.delay-3417 {
  -webkit-animation-delay: 3417ms;
  -moz-animation-delay: 3417ms;
  -o-animation-delay: 3417ms;
  animation-delay: 3417ms; }

.delay-3418 {
  -webkit-animation-delay: 3418ms;
  -moz-animation-delay: 3418ms;
  -o-animation-delay: 3418ms;
  animation-delay: 3418ms; }

.delay-3419 {
  -webkit-animation-delay: 3419ms;
  -moz-animation-delay: 3419ms;
  -o-animation-delay: 3419ms;
  animation-delay: 3419ms; }

.delay-3420 {
  -webkit-animation-delay: 3420ms;
  -moz-animation-delay: 3420ms;
  -o-animation-delay: 3420ms;
  animation-delay: 3420ms; }

.delay-3421 {
  -webkit-animation-delay: 3421ms;
  -moz-animation-delay: 3421ms;
  -o-animation-delay: 3421ms;
  animation-delay: 3421ms; }

.delay-3422 {
  -webkit-animation-delay: 3422ms;
  -moz-animation-delay: 3422ms;
  -o-animation-delay: 3422ms;
  animation-delay: 3422ms; }

.delay-3423 {
  -webkit-animation-delay: 3423ms;
  -moz-animation-delay: 3423ms;
  -o-animation-delay: 3423ms;
  animation-delay: 3423ms; }

.delay-3424 {
  -webkit-animation-delay: 3424ms;
  -moz-animation-delay: 3424ms;
  -o-animation-delay: 3424ms;
  animation-delay: 3424ms; }

.delay-3425 {
  -webkit-animation-delay: 3425ms;
  -moz-animation-delay: 3425ms;
  -o-animation-delay: 3425ms;
  animation-delay: 3425ms; }

.delay-3426 {
  -webkit-animation-delay: 3426ms;
  -moz-animation-delay: 3426ms;
  -o-animation-delay: 3426ms;
  animation-delay: 3426ms; }

.delay-3427 {
  -webkit-animation-delay: 3427ms;
  -moz-animation-delay: 3427ms;
  -o-animation-delay: 3427ms;
  animation-delay: 3427ms; }

.delay-3428 {
  -webkit-animation-delay: 3428ms;
  -moz-animation-delay: 3428ms;
  -o-animation-delay: 3428ms;
  animation-delay: 3428ms; }

.delay-3429 {
  -webkit-animation-delay: 3429ms;
  -moz-animation-delay: 3429ms;
  -o-animation-delay: 3429ms;
  animation-delay: 3429ms; }

.delay-3430 {
  -webkit-animation-delay: 3430ms;
  -moz-animation-delay: 3430ms;
  -o-animation-delay: 3430ms;
  animation-delay: 3430ms; }

.delay-3431 {
  -webkit-animation-delay: 3431ms;
  -moz-animation-delay: 3431ms;
  -o-animation-delay: 3431ms;
  animation-delay: 3431ms; }

.delay-3432 {
  -webkit-animation-delay: 3432ms;
  -moz-animation-delay: 3432ms;
  -o-animation-delay: 3432ms;
  animation-delay: 3432ms; }

.delay-3433 {
  -webkit-animation-delay: 3433ms;
  -moz-animation-delay: 3433ms;
  -o-animation-delay: 3433ms;
  animation-delay: 3433ms; }

.delay-3434 {
  -webkit-animation-delay: 3434ms;
  -moz-animation-delay: 3434ms;
  -o-animation-delay: 3434ms;
  animation-delay: 3434ms; }

.delay-3435 {
  -webkit-animation-delay: 3435ms;
  -moz-animation-delay: 3435ms;
  -o-animation-delay: 3435ms;
  animation-delay: 3435ms; }

.delay-3436 {
  -webkit-animation-delay: 3436ms;
  -moz-animation-delay: 3436ms;
  -o-animation-delay: 3436ms;
  animation-delay: 3436ms; }

.delay-3437 {
  -webkit-animation-delay: 3437ms;
  -moz-animation-delay: 3437ms;
  -o-animation-delay: 3437ms;
  animation-delay: 3437ms; }

.delay-3438 {
  -webkit-animation-delay: 3438ms;
  -moz-animation-delay: 3438ms;
  -o-animation-delay: 3438ms;
  animation-delay: 3438ms; }

.delay-3439 {
  -webkit-animation-delay: 3439ms;
  -moz-animation-delay: 3439ms;
  -o-animation-delay: 3439ms;
  animation-delay: 3439ms; }

.delay-3440 {
  -webkit-animation-delay: 3440ms;
  -moz-animation-delay: 3440ms;
  -o-animation-delay: 3440ms;
  animation-delay: 3440ms; }

.delay-3441 {
  -webkit-animation-delay: 3441ms;
  -moz-animation-delay: 3441ms;
  -o-animation-delay: 3441ms;
  animation-delay: 3441ms; }

.delay-3442 {
  -webkit-animation-delay: 3442ms;
  -moz-animation-delay: 3442ms;
  -o-animation-delay: 3442ms;
  animation-delay: 3442ms; }

.delay-3443 {
  -webkit-animation-delay: 3443ms;
  -moz-animation-delay: 3443ms;
  -o-animation-delay: 3443ms;
  animation-delay: 3443ms; }

.delay-3444 {
  -webkit-animation-delay: 3444ms;
  -moz-animation-delay: 3444ms;
  -o-animation-delay: 3444ms;
  animation-delay: 3444ms; }

.delay-3445 {
  -webkit-animation-delay: 3445ms;
  -moz-animation-delay: 3445ms;
  -o-animation-delay: 3445ms;
  animation-delay: 3445ms; }

.delay-3446 {
  -webkit-animation-delay: 3446ms;
  -moz-animation-delay: 3446ms;
  -o-animation-delay: 3446ms;
  animation-delay: 3446ms; }

.delay-3447 {
  -webkit-animation-delay: 3447ms;
  -moz-animation-delay: 3447ms;
  -o-animation-delay: 3447ms;
  animation-delay: 3447ms; }

.delay-3448 {
  -webkit-animation-delay: 3448ms;
  -moz-animation-delay: 3448ms;
  -o-animation-delay: 3448ms;
  animation-delay: 3448ms; }

.delay-3449 {
  -webkit-animation-delay: 3449ms;
  -moz-animation-delay: 3449ms;
  -o-animation-delay: 3449ms;
  animation-delay: 3449ms; }

.delay-3450 {
  -webkit-animation-delay: 3450ms;
  -moz-animation-delay: 3450ms;
  -o-animation-delay: 3450ms;
  animation-delay: 3450ms; }

.delay-3451 {
  -webkit-animation-delay: 3451ms;
  -moz-animation-delay: 3451ms;
  -o-animation-delay: 3451ms;
  animation-delay: 3451ms; }

.delay-3452 {
  -webkit-animation-delay: 3452ms;
  -moz-animation-delay: 3452ms;
  -o-animation-delay: 3452ms;
  animation-delay: 3452ms; }

.delay-3453 {
  -webkit-animation-delay: 3453ms;
  -moz-animation-delay: 3453ms;
  -o-animation-delay: 3453ms;
  animation-delay: 3453ms; }

.delay-3454 {
  -webkit-animation-delay: 3454ms;
  -moz-animation-delay: 3454ms;
  -o-animation-delay: 3454ms;
  animation-delay: 3454ms; }

.delay-3455 {
  -webkit-animation-delay: 3455ms;
  -moz-animation-delay: 3455ms;
  -o-animation-delay: 3455ms;
  animation-delay: 3455ms; }

.delay-3456 {
  -webkit-animation-delay: 3456ms;
  -moz-animation-delay: 3456ms;
  -o-animation-delay: 3456ms;
  animation-delay: 3456ms; }

.delay-3457 {
  -webkit-animation-delay: 3457ms;
  -moz-animation-delay: 3457ms;
  -o-animation-delay: 3457ms;
  animation-delay: 3457ms; }

.delay-3458 {
  -webkit-animation-delay: 3458ms;
  -moz-animation-delay: 3458ms;
  -o-animation-delay: 3458ms;
  animation-delay: 3458ms; }

.delay-3459 {
  -webkit-animation-delay: 3459ms;
  -moz-animation-delay: 3459ms;
  -o-animation-delay: 3459ms;
  animation-delay: 3459ms; }

.delay-3460 {
  -webkit-animation-delay: 3460ms;
  -moz-animation-delay: 3460ms;
  -o-animation-delay: 3460ms;
  animation-delay: 3460ms; }

.delay-3461 {
  -webkit-animation-delay: 3461ms;
  -moz-animation-delay: 3461ms;
  -o-animation-delay: 3461ms;
  animation-delay: 3461ms; }

.delay-3462 {
  -webkit-animation-delay: 3462ms;
  -moz-animation-delay: 3462ms;
  -o-animation-delay: 3462ms;
  animation-delay: 3462ms; }

.delay-3463 {
  -webkit-animation-delay: 3463ms;
  -moz-animation-delay: 3463ms;
  -o-animation-delay: 3463ms;
  animation-delay: 3463ms; }

.delay-3464 {
  -webkit-animation-delay: 3464ms;
  -moz-animation-delay: 3464ms;
  -o-animation-delay: 3464ms;
  animation-delay: 3464ms; }

.delay-3465 {
  -webkit-animation-delay: 3465ms;
  -moz-animation-delay: 3465ms;
  -o-animation-delay: 3465ms;
  animation-delay: 3465ms; }

.delay-3466 {
  -webkit-animation-delay: 3466ms;
  -moz-animation-delay: 3466ms;
  -o-animation-delay: 3466ms;
  animation-delay: 3466ms; }

.delay-3467 {
  -webkit-animation-delay: 3467ms;
  -moz-animation-delay: 3467ms;
  -o-animation-delay: 3467ms;
  animation-delay: 3467ms; }

.delay-3468 {
  -webkit-animation-delay: 3468ms;
  -moz-animation-delay: 3468ms;
  -o-animation-delay: 3468ms;
  animation-delay: 3468ms; }

.delay-3469 {
  -webkit-animation-delay: 3469ms;
  -moz-animation-delay: 3469ms;
  -o-animation-delay: 3469ms;
  animation-delay: 3469ms; }

.delay-3470 {
  -webkit-animation-delay: 3470ms;
  -moz-animation-delay: 3470ms;
  -o-animation-delay: 3470ms;
  animation-delay: 3470ms; }

.delay-3471 {
  -webkit-animation-delay: 3471ms;
  -moz-animation-delay: 3471ms;
  -o-animation-delay: 3471ms;
  animation-delay: 3471ms; }

.delay-3472 {
  -webkit-animation-delay: 3472ms;
  -moz-animation-delay: 3472ms;
  -o-animation-delay: 3472ms;
  animation-delay: 3472ms; }

.delay-3473 {
  -webkit-animation-delay: 3473ms;
  -moz-animation-delay: 3473ms;
  -o-animation-delay: 3473ms;
  animation-delay: 3473ms; }

.delay-3474 {
  -webkit-animation-delay: 3474ms;
  -moz-animation-delay: 3474ms;
  -o-animation-delay: 3474ms;
  animation-delay: 3474ms; }

.delay-3475 {
  -webkit-animation-delay: 3475ms;
  -moz-animation-delay: 3475ms;
  -o-animation-delay: 3475ms;
  animation-delay: 3475ms; }

.delay-3476 {
  -webkit-animation-delay: 3476ms;
  -moz-animation-delay: 3476ms;
  -o-animation-delay: 3476ms;
  animation-delay: 3476ms; }

.delay-3477 {
  -webkit-animation-delay: 3477ms;
  -moz-animation-delay: 3477ms;
  -o-animation-delay: 3477ms;
  animation-delay: 3477ms; }

.delay-3478 {
  -webkit-animation-delay: 3478ms;
  -moz-animation-delay: 3478ms;
  -o-animation-delay: 3478ms;
  animation-delay: 3478ms; }

.delay-3479 {
  -webkit-animation-delay: 3479ms;
  -moz-animation-delay: 3479ms;
  -o-animation-delay: 3479ms;
  animation-delay: 3479ms; }

.delay-3480 {
  -webkit-animation-delay: 3480ms;
  -moz-animation-delay: 3480ms;
  -o-animation-delay: 3480ms;
  animation-delay: 3480ms; }

.delay-3481 {
  -webkit-animation-delay: 3481ms;
  -moz-animation-delay: 3481ms;
  -o-animation-delay: 3481ms;
  animation-delay: 3481ms; }

.delay-3482 {
  -webkit-animation-delay: 3482ms;
  -moz-animation-delay: 3482ms;
  -o-animation-delay: 3482ms;
  animation-delay: 3482ms; }

.delay-3483 {
  -webkit-animation-delay: 3483ms;
  -moz-animation-delay: 3483ms;
  -o-animation-delay: 3483ms;
  animation-delay: 3483ms; }

.delay-3484 {
  -webkit-animation-delay: 3484ms;
  -moz-animation-delay: 3484ms;
  -o-animation-delay: 3484ms;
  animation-delay: 3484ms; }

.delay-3485 {
  -webkit-animation-delay: 3485ms;
  -moz-animation-delay: 3485ms;
  -o-animation-delay: 3485ms;
  animation-delay: 3485ms; }

.delay-3486 {
  -webkit-animation-delay: 3486ms;
  -moz-animation-delay: 3486ms;
  -o-animation-delay: 3486ms;
  animation-delay: 3486ms; }

.delay-3487 {
  -webkit-animation-delay: 3487ms;
  -moz-animation-delay: 3487ms;
  -o-animation-delay: 3487ms;
  animation-delay: 3487ms; }

.delay-3488 {
  -webkit-animation-delay: 3488ms;
  -moz-animation-delay: 3488ms;
  -o-animation-delay: 3488ms;
  animation-delay: 3488ms; }

.delay-3489 {
  -webkit-animation-delay: 3489ms;
  -moz-animation-delay: 3489ms;
  -o-animation-delay: 3489ms;
  animation-delay: 3489ms; }

.delay-3490 {
  -webkit-animation-delay: 3490ms;
  -moz-animation-delay: 3490ms;
  -o-animation-delay: 3490ms;
  animation-delay: 3490ms; }

.delay-3491 {
  -webkit-animation-delay: 3491ms;
  -moz-animation-delay: 3491ms;
  -o-animation-delay: 3491ms;
  animation-delay: 3491ms; }

.delay-3492 {
  -webkit-animation-delay: 3492ms;
  -moz-animation-delay: 3492ms;
  -o-animation-delay: 3492ms;
  animation-delay: 3492ms; }

.delay-3493 {
  -webkit-animation-delay: 3493ms;
  -moz-animation-delay: 3493ms;
  -o-animation-delay: 3493ms;
  animation-delay: 3493ms; }

.delay-3494 {
  -webkit-animation-delay: 3494ms;
  -moz-animation-delay: 3494ms;
  -o-animation-delay: 3494ms;
  animation-delay: 3494ms; }

.delay-3495 {
  -webkit-animation-delay: 3495ms;
  -moz-animation-delay: 3495ms;
  -o-animation-delay: 3495ms;
  animation-delay: 3495ms; }

.delay-3496 {
  -webkit-animation-delay: 3496ms;
  -moz-animation-delay: 3496ms;
  -o-animation-delay: 3496ms;
  animation-delay: 3496ms; }

.delay-3497 {
  -webkit-animation-delay: 3497ms;
  -moz-animation-delay: 3497ms;
  -o-animation-delay: 3497ms;
  animation-delay: 3497ms; }

.delay-3498 {
  -webkit-animation-delay: 3498ms;
  -moz-animation-delay: 3498ms;
  -o-animation-delay: 3498ms;
  animation-delay: 3498ms; }

.delay-3499 {
  -webkit-animation-delay: 3499ms;
  -moz-animation-delay: 3499ms;
  -o-animation-delay: 3499ms;
  animation-delay: 3499ms; }

.delay-3500 {
  -webkit-animation-delay: 3500ms;
  -moz-animation-delay: 3500ms;
  -o-animation-delay: 3500ms;
  animation-delay: 3500ms; }

.delay-3501 {
  -webkit-animation-delay: 3501ms;
  -moz-animation-delay: 3501ms;
  -o-animation-delay: 3501ms;
  animation-delay: 3501ms; }

.delay-3502 {
  -webkit-animation-delay: 3502ms;
  -moz-animation-delay: 3502ms;
  -o-animation-delay: 3502ms;
  animation-delay: 3502ms; }

.delay-3503 {
  -webkit-animation-delay: 3503ms;
  -moz-animation-delay: 3503ms;
  -o-animation-delay: 3503ms;
  animation-delay: 3503ms; }

.delay-3504 {
  -webkit-animation-delay: 3504ms;
  -moz-animation-delay: 3504ms;
  -o-animation-delay: 3504ms;
  animation-delay: 3504ms; }

.delay-3505 {
  -webkit-animation-delay: 3505ms;
  -moz-animation-delay: 3505ms;
  -o-animation-delay: 3505ms;
  animation-delay: 3505ms; }

.delay-3506 {
  -webkit-animation-delay: 3506ms;
  -moz-animation-delay: 3506ms;
  -o-animation-delay: 3506ms;
  animation-delay: 3506ms; }

.delay-3507 {
  -webkit-animation-delay: 3507ms;
  -moz-animation-delay: 3507ms;
  -o-animation-delay: 3507ms;
  animation-delay: 3507ms; }

.delay-3508 {
  -webkit-animation-delay: 3508ms;
  -moz-animation-delay: 3508ms;
  -o-animation-delay: 3508ms;
  animation-delay: 3508ms; }

.delay-3509 {
  -webkit-animation-delay: 3509ms;
  -moz-animation-delay: 3509ms;
  -o-animation-delay: 3509ms;
  animation-delay: 3509ms; }

.delay-3510 {
  -webkit-animation-delay: 3510ms;
  -moz-animation-delay: 3510ms;
  -o-animation-delay: 3510ms;
  animation-delay: 3510ms; }

.delay-3511 {
  -webkit-animation-delay: 3511ms;
  -moz-animation-delay: 3511ms;
  -o-animation-delay: 3511ms;
  animation-delay: 3511ms; }

.delay-3512 {
  -webkit-animation-delay: 3512ms;
  -moz-animation-delay: 3512ms;
  -o-animation-delay: 3512ms;
  animation-delay: 3512ms; }

.delay-3513 {
  -webkit-animation-delay: 3513ms;
  -moz-animation-delay: 3513ms;
  -o-animation-delay: 3513ms;
  animation-delay: 3513ms; }

.delay-3514 {
  -webkit-animation-delay: 3514ms;
  -moz-animation-delay: 3514ms;
  -o-animation-delay: 3514ms;
  animation-delay: 3514ms; }

.delay-3515 {
  -webkit-animation-delay: 3515ms;
  -moz-animation-delay: 3515ms;
  -o-animation-delay: 3515ms;
  animation-delay: 3515ms; }

.delay-3516 {
  -webkit-animation-delay: 3516ms;
  -moz-animation-delay: 3516ms;
  -o-animation-delay: 3516ms;
  animation-delay: 3516ms; }

.delay-3517 {
  -webkit-animation-delay: 3517ms;
  -moz-animation-delay: 3517ms;
  -o-animation-delay: 3517ms;
  animation-delay: 3517ms; }

.delay-3518 {
  -webkit-animation-delay: 3518ms;
  -moz-animation-delay: 3518ms;
  -o-animation-delay: 3518ms;
  animation-delay: 3518ms; }

.delay-3519 {
  -webkit-animation-delay: 3519ms;
  -moz-animation-delay: 3519ms;
  -o-animation-delay: 3519ms;
  animation-delay: 3519ms; }

.delay-3520 {
  -webkit-animation-delay: 3520ms;
  -moz-animation-delay: 3520ms;
  -o-animation-delay: 3520ms;
  animation-delay: 3520ms; }

.delay-3521 {
  -webkit-animation-delay: 3521ms;
  -moz-animation-delay: 3521ms;
  -o-animation-delay: 3521ms;
  animation-delay: 3521ms; }

.delay-3522 {
  -webkit-animation-delay: 3522ms;
  -moz-animation-delay: 3522ms;
  -o-animation-delay: 3522ms;
  animation-delay: 3522ms; }

.delay-3523 {
  -webkit-animation-delay: 3523ms;
  -moz-animation-delay: 3523ms;
  -o-animation-delay: 3523ms;
  animation-delay: 3523ms; }

.delay-3524 {
  -webkit-animation-delay: 3524ms;
  -moz-animation-delay: 3524ms;
  -o-animation-delay: 3524ms;
  animation-delay: 3524ms; }

.delay-3525 {
  -webkit-animation-delay: 3525ms;
  -moz-animation-delay: 3525ms;
  -o-animation-delay: 3525ms;
  animation-delay: 3525ms; }

.delay-3526 {
  -webkit-animation-delay: 3526ms;
  -moz-animation-delay: 3526ms;
  -o-animation-delay: 3526ms;
  animation-delay: 3526ms; }

.delay-3527 {
  -webkit-animation-delay: 3527ms;
  -moz-animation-delay: 3527ms;
  -o-animation-delay: 3527ms;
  animation-delay: 3527ms; }

.delay-3528 {
  -webkit-animation-delay: 3528ms;
  -moz-animation-delay: 3528ms;
  -o-animation-delay: 3528ms;
  animation-delay: 3528ms; }

.delay-3529 {
  -webkit-animation-delay: 3529ms;
  -moz-animation-delay: 3529ms;
  -o-animation-delay: 3529ms;
  animation-delay: 3529ms; }

.delay-3530 {
  -webkit-animation-delay: 3530ms;
  -moz-animation-delay: 3530ms;
  -o-animation-delay: 3530ms;
  animation-delay: 3530ms; }

.delay-3531 {
  -webkit-animation-delay: 3531ms;
  -moz-animation-delay: 3531ms;
  -o-animation-delay: 3531ms;
  animation-delay: 3531ms; }

.delay-3532 {
  -webkit-animation-delay: 3532ms;
  -moz-animation-delay: 3532ms;
  -o-animation-delay: 3532ms;
  animation-delay: 3532ms; }

.delay-3533 {
  -webkit-animation-delay: 3533ms;
  -moz-animation-delay: 3533ms;
  -o-animation-delay: 3533ms;
  animation-delay: 3533ms; }

.delay-3534 {
  -webkit-animation-delay: 3534ms;
  -moz-animation-delay: 3534ms;
  -o-animation-delay: 3534ms;
  animation-delay: 3534ms; }

.delay-3535 {
  -webkit-animation-delay: 3535ms;
  -moz-animation-delay: 3535ms;
  -o-animation-delay: 3535ms;
  animation-delay: 3535ms; }

.delay-3536 {
  -webkit-animation-delay: 3536ms;
  -moz-animation-delay: 3536ms;
  -o-animation-delay: 3536ms;
  animation-delay: 3536ms; }

.delay-3537 {
  -webkit-animation-delay: 3537ms;
  -moz-animation-delay: 3537ms;
  -o-animation-delay: 3537ms;
  animation-delay: 3537ms; }

.delay-3538 {
  -webkit-animation-delay: 3538ms;
  -moz-animation-delay: 3538ms;
  -o-animation-delay: 3538ms;
  animation-delay: 3538ms; }

.delay-3539 {
  -webkit-animation-delay: 3539ms;
  -moz-animation-delay: 3539ms;
  -o-animation-delay: 3539ms;
  animation-delay: 3539ms; }

.delay-3540 {
  -webkit-animation-delay: 3540ms;
  -moz-animation-delay: 3540ms;
  -o-animation-delay: 3540ms;
  animation-delay: 3540ms; }

.delay-3541 {
  -webkit-animation-delay: 3541ms;
  -moz-animation-delay: 3541ms;
  -o-animation-delay: 3541ms;
  animation-delay: 3541ms; }

.delay-3542 {
  -webkit-animation-delay: 3542ms;
  -moz-animation-delay: 3542ms;
  -o-animation-delay: 3542ms;
  animation-delay: 3542ms; }

.delay-3543 {
  -webkit-animation-delay: 3543ms;
  -moz-animation-delay: 3543ms;
  -o-animation-delay: 3543ms;
  animation-delay: 3543ms; }

.delay-3544 {
  -webkit-animation-delay: 3544ms;
  -moz-animation-delay: 3544ms;
  -o-animation-delay: 3544ms;
  animation-delay: 3544ms; }

.delay-3545 {
  -webkit-animation-delay: 3545ms;
  -moz-animation-delay: 3545ms;
  -o-animation-delay: 3545ms;
  animation-delay: 3545ms; }

.delay-3546 {
  -webkit-animation-delay: 3546ms;
  -moz-animation-delay: 3546ms;
  -o-animation-delay: 3546ms;
  animation-delay: 3546ms; }

.delay-3547 {
  -webkit-animation-delay: 3547ms;
  -moz-animation-delay: 3547ms;
  -o-animation-delay: 3547ms;
  animation-delay: 3547ms; }

.delay-3548 {
  -webkit-animation-delay: 3548ms;
  -moz-animation-delay: 3548ms;
  -o-animation-delay: 3548ms;
  animation-delay: 3548ms; }

.delay-3549 {
  -webkit-animation-delay: 3549ms;
  -moz-animation-delay: 3549ms;
  -o-animation-delay: 3549ms;
  animation-delay: 3549ms; }

.delay-3550 {
  -webkit-animation-delay: 3550ms;
  -moz-animation-delay: 3550ms;
  -o-animation-delay: 3550ms;
  animation-delay: 3550ms; }

.delay-3551 {
  -webkit-animation-delay: 3551ms;
  -moz-animation-delay: 3551ms;
  -o-animation-delay: 3551ms;
  animation-delay: 3551ms; }

.delay-3552 {
  -webkit-animation-delay: 3552ms;
  -moz-animation-delay: 3552ms;
  -o-animation-delay: 3552ms;
  animation-delay: 3552ms; }

.delay-3553 {
  -webkit-animation-delay: 3553ms;
  -moz-animation-delay: 3553ms;
  -o-animation-delay: 3553ms;
  animation-delay: 3553ms; }

.delay-3554 {
  -webkit-animation-delay: 3554ms;
  -moz-animation-delay: 3554ms;
  -o-animation-delay: 3554ms;
  animation-delay: 3554ms; }

.delay-3555 {
  -webkit-animation-delay: 3555ms;
  -moz-animation-delay: 3555ms;
  -o-animation-delay: 3555ms;
  animation-delay: 3555ms; }

.delay-3556 {
  -webkit-animation-delay: 3556ms;
  -moz-animation-delay: 3556ms;
  -o-animation-delay: 3556ms;
  animation-delay: 3556ms; }

.delay-3557 {
  -webkit-animation-delay: 3557ms;
  -moz-animation-delay: 3557ms;
  -o-animation-delay: 3557ms;
  animation-delay: 3557ms; }

.delay-3558 {
  -webkit-animation-delay: 3558ms;
  -moz-animation-delay: 3558ms;
  -o-animation-delay: 3558ms;
  animation-delay: 3558ms; }

.delay-3559 {
  -webkit-animation-delay: 3559ms;
  -moz-animation-delay: 3559ms;
  -o-animation-delay: 3559ms;
  animation-delay: 3559ms; }

.delay-3560 {
  -webkit-animation-delay: 3560ms;
  -moz-animation-delay: 3560ms;
  -o-animation-delay: 3560ms;
  animation-delay: 3560ms; }

.delay-3561 {
  -webkit-animation-delay: 3561ms;
  -moz-animation-delay: 3561ms;
  -o-animation-delay: 3561ms;
  animation-delay: 3561ms; }

.delay-3562 {
  -webkit-animation-delay: 3562ms;
  -moz-animation-delay: 3562ms;
  -o-animation-delay: 3562ms;
  animation-delay: 3562ms; }

.delay-3563 {
  -webkit-animation-delay: 3563ms;
  -moz-animation-delay: 3563ms;
  -o-animation-delay: 3563ms;
  animation-delay: 3563ms; }

.delay-3564 {
  -webkit-animation-delay: 3564ms;
  -moz-animation-delay: 3564ms;
  -o-animation-delay: 3564ms;
  animation-delay: 3564ms; }

.delay-3565 {
  -webkit-animation-delay: 3565ms;
  -moz-animation-delay: 3565ms;
  -o-animation-delay: 3565ms;
  animation-delay: 3565ms; }

.delay-3566 {
  -webkit-animation-delay: 3566ms;
  -moz-animation-delay: 3566ms;
  -o-animation-delay: 3566ms;
  animation-delay: 3566ms; }

.delay-3567 {
  -webkit-animation-delay: 3567ms;
  -moz-animation-delay: 3567ms;
  -o-animation-delay: 3567ms;
  animation-delay: 3567ms; }

.delay-3568 {
  -webkit-animation-delay: 3568ms;
  -moz-animation-delay: 3568ms;
  -o-animation-delay: 3568ms;
  animation-delay: 3568ms; }

.delay-3569 {
  -webkit-animation-delay: 3569ms;
  -moz-animation-delay: 3569ms;
  -o-animation-delay: 3569ms;
  animation-delay: 3569ms; }

.delay-3570 {
  -webkit-animation-delay: 3570ms;
  -moz-animation-delay: 3570ms;
  -o-animation-delay: 3570ms;
  animation-delay: 3570ms; }

.delay-3571 {
  -webkit-animation-delay: 3571ms;
  -moz-animation-delay: 3571ms;
  -o-animation-delay: 3571ms;
  animation-delay: 3571ms; }

.delay-3572 {
  -webkit-animation-delay: 3572ms;
  -moz-animation-delay: 3572ms;
  -o-animation-delay: 3572ms;
  animation-delay: 3572ms; }

.delay-3573 {
  -webkit-animation-delay: 3573ms;
  -moz-animation-delay: 3573ms;
  -o-animation-delay: 3573ms;
  animation-delay: 3573ms; }

.delay-3574 {
  -webkit-animation-delay: 3574ms;
  -moz-animation-delay: 3574ms;
  -o-animation-delay: 3574ms;
  animation-delay: 3574ms; }

.delay-3575 {
  -webkit-animation-delay: 3575ms;
  -moz-animation-delay: 3575ms;
  -o-animation-delay: 3575ms;
  animation-delay: 3575ms; }

.delay-3576 {
  -webkit-animation-delay: 3576ms;
  -moz-animation-delay: 3576ms;
  -o-animation-delay: 3576ms;
  animation-delay: 3576ms; }

.delay-3577 {
  -webkit-animation-delay: 3577ms;
  -moz-animation-delay: 3577ms;
  -o-animation-delay: 3577ms;
  animation-delay: 3577ms; }

.delay-3578 {
  -webkit-animation-delay: 3578ms;
  -moz-animation-delay: 3578ms;
  -o-animation-delay: 3578ms;
  animation-delay: 3578ms; }

.delay-3579 {
  -webkit-animation-delay: 3579ms;
  -moz-animation-delay: 3579ms;
  -o-animation-delay: 3579ms;
  animation-delay: 3579ms; }

.delay-3580 {
  -webkit-animation-delay: 3580ms;
  -moz-animation-delay: 3580ms;
  -o-animation-delay: 3580ms;
  animation-delay: 3580ms; }

.delay-3581 {
  -webkit-animation-delay: 3581ms;
  -moz-animation-delay: 3581ms;
  -o-animation-delay: 3581ms;
  animation-delay: 3581ms; }

.delay-3582 {
  -webkit-animation-delay: 3582ms;
  -moz-animation-delay: 3582ms;
  -o-animation-delay: 3582ms;
  animation-delay: 3582ms; }

.delay-3583 {
  -webkit-animation-delay: 3583ms;
  -moz-animation-delay: 3583ms;
  -o-animation-delay: 3583ms;
  animation-delay: 3583ms; }

.delay-3584 {
  -webkit-animation-delay: 3584ms;
  -moz-animation-delay: 3584ms;
  -o-animation-delay: 3584ms;
  animation-delay: 3584ms; }

.delay-3585 {
  -webkit-animation-delay: 3585ms;
  -moz-animation-delay: 3585ms;
  -o-animation-delay: 3585ms;
  animation-delay: 3585ms; }

.delay-3586 {
  -webkit-animation-delay: 3586ms;
  -moz-animation-delay: 3586ms;
  -o-animation-delay: 3586ms;
  animation-delay: 3586ms; }

.delay-3587 {
  -webkit-animation-delay: 3587ms;
  -moz-animation-delay: 3587ms;
  -o-animation-delay: 3587ms;
  animation-delay: 3587ms; }

.delay-3588 {
  -webkit-animation-delay: 3588ms;
  -moz-animation-delay: 3588ms;
  -o-animation-delay: 3588ms;
  animation-delay: 3588ms; }

.delay-3589 {
  -webkit-animation-delay: 3589ms;
  -moz-animation-delay: 3589ms;
  -o-animation-delay: 3589ms;
  animation-delay: 3589ms; }

.delay-3590 {
  -webkit-animation-delay: 3590ms;
  -moz-animation-delay: 3590ms;
  -o-animation-delay: 3590ms;
  animation-delay: 3590ms; }

.delay-3591 {
  -webkit-animation-delay: 3591ms;
  -moz-animation-delay: 3591ms;
  -o-animation-delay: 3591ms;
  animation-delay: 3591ms; }

.delay-3592 {
  -webkit-animation-delay: 3592ms;
  -moz-animation-delay: 3592ms;
  -o-animation-delay: 3592ms;
  animation-delay: 3592ms; }

.delay-3593 {
  -webkit-animation-delay: 3593ms;
  -moz-animation-delay: 3593ms;
  -o-animation-delay: 3593ms;
  animation-delay: 3593ms; }

.delay-3594 {
  -webkit-animation-delay: 3594ms;
  -moz-animation-delay: 3594ms;
  -o-animation-delay: 3594ms;
  animation-delay: 3594ms; }

.delay-3595 {
  -webkit-animation-delay: 3595ms;
  -moz-animation-delay: 3595ms;
  -o-animation-delay: 3595ms;
  animation-delay: 3595ms; }

.delay-3596 {
  -webkit-animation-delay: 3596ms;
  -moz-animation-delay: 3596ms;
  -o-animation-delay: 3596ms;
  animation-delay: 3596ms; }

.delay-3597 {
  -webkit-animation-delay: 3597ms;
  -moz-animation-delay: 3597ms;
  -o-animation-delay: 3597ms;
  animation-delay: 3597ms; }

.delay-3598 {
  -webkit-animation-delay: 3598ms;
  -moz-animation-delay: 3598ms;
  -o-animation-delay: 3598ms;
  animation-delay: 3598ms; }

.delay-3599 {
  -webkit-animation-delay: 3599ms;
  -moz-animation-delay: 3599ms;
  -o-animation-delay: 3599ms;
  animation-delay: 3599ms; }

.delay-3600 {
  -webkit-animation-delay: 3600ms;
  -moz-animation-delay: 3600ms;
  -o-animation-delay: 3600ms;
  animation-delay: 3600ms; }

.delay-3601 {
  -webkit-animation-delay: 3601ms;
  -moz-animation-delay: 3601ms;
  -o-animation-delay: 3601ms;
  animation-delay: 3601ms; }

.delay-3602 {
  -webkit-animation-delay: 3602ms;
  -moz-animation-delay: 3602ms;
  -o-animation-delay: 3602ms;
  animation-delay: 3602ms; }

.delay-3603 {
  -webkit-animation-delay: 3603ms;
  -moz-animation-delay: 3603ms;
  -o-animation-delay: 3603ms;
  animation-delay: 3603ms; }

.delay-3604 {
  -webkit-animation-delay: 3604ms;
  -moz-animation-delay: 3604ms;
  -o-animation-delay: 3604ms;
  animation-delay: 3604ms; }

.delay-3605 {
  -webkit-animation-delay: 3605ms;
  -moz-animation-delay: 3605ms;
  -o-animation-delay: 3605ms;
  animation-delay: 3605ms; }

.delay-3606 {
  -webkit-animation-delay: 3606ms;
  -moz-animation-delay: 3606ms;
  -o-animation-delay: 3606ms;
  animation-delay: 3606ms; }

.delay-3607 {
  -webkit-animation-delay: 3607ms;
  -moz-animation-delay: 3607ms;
  -o-animation-delay: 3607ms;
  animation-delay: 3607ms; }

.delay-3608 {
  -webkit-animation-delay: 3608ms;
  -moz-animation-delay: 3608ms;
  -o-animation-delay: 3608ms;
  animation-delay: 3608ms; }

.delay-3609 {
  -webkit-animation-delay: 3609ms;
  -moz-animation-delay: 3609ms;
  -o-animation-delay: 3609ms;
  animation-delay: 3609ms; }

.delay-3610 {
  -webkit-animation-delay: 3610ms;
  -moz-animation-delay: 3610ms;
  -o-animation-delay: 3610ms;
  animation-delay: 3610ms; }

.delay-3611 {
  -webkit-animation-delay: 3611ms;
  -moz-animation-delay: 3611ms;
  -o-animation-delay: 3611ms;
  animation-delay: 3611ms; }

.delay-3612 {
  -webkit-animation-delay: 3612ms;
  -moz-animation-delay: 3612ms;
  -o-animation-delay: 3612ms;
  animation-delay: 3612ms; }

.delay-3613 {
  -webkit-animation-delay: 3613ms;
  -moz-animation-delay: 3613ms;
  -o-animation-delay: 3613ms;
  animation-delay: 3613ms; }

.delay-3614 {
  -webkit-animation-delay: 3614ms;
  -moz-animation-delay: 3614ms;
  -o-animation-delay: 3614ms;
  animation-delay: 3614ms; }

.delay-3615 {
  -webkit-animation-delay: 3615ms;
  -moz-animation-delay: 3615ms;
  -o-animation-delay: 3615ms;
  animation-delay: 3615ms; }

.delay-3616 {
  -webkit-animation-delay: 3616ms;
  -moz-animation-delay: 3616ms;
  -o-animation-delay: 3616ms;
  animation-delay: 3616ms; }

.delay-3617 {
  -webkit-animation-delay: 3617ms;
  -moz-animation-delay: 3617ms;
  -o-animation-delay: 3617ms;
  animation-delay: 3617ms; }

.delay-3618 {
  -webkit-animation-delay: 3618ms;
  -moz-animation-delay: 3618ms;
  -o-animation-delay: 3618ms;
  animation-delay: 3618ms; }

.delay-3619 {
  -webkit-animation-delay: 3619ms;
  -moz-animation-delay: 3619ms;
  -o-animation-delay: 3619ms;
  animation-delay: 3619ms; }

.delay-3620 {
  -webkit-animation-delay: 3620ms;
  -moz-animation-delay: 3620ms;
  -o-animation-delay: 3620ms;
  animation-delay: 3620ms; }

.delay-3621 {
  -webkit-animation-delay: 3621ms;
  -moz-animation-delay: 3621ms;
  -o-animation-delay: 3621ms;
  animation-delay: 3621ms; }

.delay-3622 {
  -webkit-animation-delay: 3622ms;
  -moz-animation-delay: 3622ms;
  -o-animation-delay: 3622ms;
  animation-delay: 3622ms; }

.delay-3623 {
  -webkit-animation-delay: 3623ms;
  -moz-animation-delay: 3623ms;
  -o-animation-delay: 3623ms;
  animation-delay: 3623ms; }

.delay-3624 {
  -webkit-animation-delay: 3624ms;
  -moz-animation-delay: 3624ms;
  -o-animation-delay: 3624ms;
  animation-delay: 3624ms; }

.delay-3625 {
  -webkit-animation-delay: 3625ms;
  -moz-animation-delay: 3625ms;
  -o-animation-delay: 3625ms;
  animation-delay: 3625ms; }

.delay-3626 {
  -webkit-animation-delay: 3626ms;
  -moz-animation-delay: 3626ms;
  -o-animation-delay: 3626ms;
  animation-delay: 3626ms; }

.delay-3627 {
  -webkit-animation-delay: 3627ms;
  -moz-animation-delay: 3627ms;
  -o-animation-delay: 3627ms;
  animation-delay: 3627ms; }

.delay-3628 {
  -webkit-animation-delay: 3628ms;
  -moz-animation-delay: 3628ms;
  -o-animation-delay: 3628ms;
  animation-delay: 3628ms; }

.delay-3629 {
  -webkit-animation-delay: 3629ms;
  -moz-animation-delay: 3629ms;
  -o-animation-delay: 3629ms;
  animation-delay: 3629ms; }

.delay-3630 {
  -webkit-animation-delay: 3630ms;
  -moz-animation-delay: 3630ms;
  -o-animation-delay: 3630ms;
  animation-delay: 3630ms; }

.delay-3631 {
  -webkit-animation-delay: 3631ms;
  -moz-animation-delay: 3631ms;
  -o-animation-delay: 3631ms;
  animation-delay: 3631ms; }

.delay-3632 {
  -webkit-animation-delay: 3632ms;
  -moz-animation-delay: 3632ms;
  -o-animation-delay: 3632ms;
  animation-delay: 3632ms; }

.delay-3633 {
  -webkit-animation-delay: 3633ms;
  -moz-animation-delay: 3633ms;
  -o-animation-delay: 3633ms;
  animation-delay: 3633ms; }

.delay-3634 {
  -webkit-animation-delay: 3634ms;
  -moz-animation-delay: 3634ms;
  -o-animation-delay: 3634ms;
  animation-delay: 3634ms; }

.delay-3635 {
  -webkit-animation-delay: 3635ms;
  -moz-animation-delay: 3635ms;
  -o-animation-delay: 3635ms;
  animation-delay: 3635ms; }

.delay-3636 {
  -webkit-animation-delay: 3636ms;
  -moz-animation-delay: 3636ms;
  -o-animation-delay: 3636ms;
  animation-delay: 3636ms; }

.delay-3637 {
  -webkit-animation-delay: 3637ms;
  -moz-animation-delay: 3637ms;
  -o-animation-delay: 3637ms;
  animation-delay: 3637ms; }

.delay-3638 {
  -webkit-animation-delay: 3638ms;
  -moz-animation-delay: 3638ms;
  -o-animation-delay: 3638ms;
  animation-delay: 3638ms; }

.delay-3639 {
  -webkit-animation-delay: 3639ms;
  -moz-animation-delay: 3639ms;
  -o-animation-delay: 3639ms;
  animation-delay: 3639ms; }

.delay-3640 {
  -webkit-animation-delay: 3640ms;
  -moz-animation-delay: 3640ms;
  -o-animation-delay: 3640ms;
  animation-delay: 3640ms; }

.delay-3641 {
  -webkit-animation-delay: 3641ms;
  -moz-animation-delay: 3641ms;
  -o-animation-delay: 3641ms;
  animation-delay: 3641ms; }

.delay-3642 {
  -webkit-animation-delay: 3642ms;
  -moz-animation-delay: 3642ms;
  -o-animation-delay: 3642ms;
  animation-delay: 3642ms; }

.delay-3643 {
  -webkit-animation-delay: 3643ms;
  -moz-animation-delay: 3643ms;
  -o-animation-delay: 3643ms;
  animation-delay: 3643ms; }

.delay-3644 {
  -webkit-animation-delay: 3644ms;
  -moz-animation-delay: 3644ms;
  -o-animation-delay: 3644ms;
  animation-delay: 3644ms; }

.delay-3645 {
  -webkit-animation-delay: 3645ms;
  -moz-animation-delay: 3645ms;
  -o-animation-delay: 3645ms;
  animation-delay: 3645ms; }

.delay-3646 {
  -webkit-animation-delay: 3646ms;
  -moz-animation-delay: 3646ms;
  -o-animation-delay: 3646ms;
  animation-delay: 3646ms; }

.delay-3647 {
  -webkit-animation-delay: 3647ms;
  -moz-animation-delay: 3647ms;
  -o-animation-delay: 3647ms;
  animation-delay: 3647ms; }

.delay-3648 {
  -webkit-animation-delay: 3648ms;
  -moz-animation-delay: 3648ms;
  -o-animation-delay: 3648ms;
  animation-delay: 3648ms; }

.delay-3649 {
  -webkit-animation-delay: 3649ms;
  -moz-animation-delay: 3649ms;
  -o-animation-delay: 3649ms;
  animation-delay: 3649ms; }

.delay-3650 {
  -webkit-animation-delay: 3650ms;
  -moz-animation-delay: 3650ms;
  -o-animation-delay: 3650ms;
  animation-delay: 3650ms; }

.delay-3651 {
  -webkit-animation-delay: 3651ms;
  -moz-animation-delay: 3651ms;
  -o-animation-delay: 3651ms;
  animation-delay: 3651ms; }

.delay-3652 {
  -webkit-animation-delay: 3652ms;
  -moz-animation-delay: 3652ms;
  -o-animation-delay: 3652ms;
  animation-delay: 3652ms; }

.delay-3653 {
  -webkit-animation-delay: 3653ms;
  -moz-animation-delay: 3653ms;
  -o-animation-delay: 3653ms;
  animation-delay: 3653ms; }

.delay-3654 {
  -webkit-animation-delay: 3654ms;
  -moz-animation-delay: 3654ms;
  -o-animation-delay: 3654ms;
  animation-delay: 3654ms; }

.delay-3655 {
  -webkit-animation-delay: 3655ms;
  -moz-animation-delay: 3655ms;
  -o-animation-delay: 3655ms;
  animation-delay: 3655ms; }

.delay-3656 {
  -webkit-animation-delay: 3656ms;
  -moz-animation-delay: 3656ms;
  -o-animation-delay: 3656ms;
  animation-delay: 3656ms; }

.delay-3657 {
  -webkit-animation-delay: 3657ms;
  -moz-animation-delay: 3657ms;
  -o-animation-delay: 3657ms;
  animation-delay: 3657ms; }

.delay-3658 {
  -webkit-animation-delay: 3658ms;
  -moz-animation-delay: 3658ms;
  -o-animation-delay: 3658ms;
  animation-delay: 3658ms; }

.delay-3659 {
  -webkit-animation-delay: 3659ms;
  -moz-animation-delay: 3659ms;
  -o-animation-delay: 3659ms;
  animation-delay: 3659ms; }

.delay-3660 {
  -webkit-animation-delay: 3660ms;
  -moz-animation-delay: 3660ms;
  -o-animation-delay: 3660ms;
  animation-delay: 3660ms; }

.delay-3661 {
  -webkit-animation-delay: 3661ms;
  -moz-animation-delay: 3661ms;
  -o-animation-delay: 3661ms;
  animation-delay: 3661ms; }

.delay-3662 {
  -webkit-animation-delay: 3662ms;
  -moz-animation-delay: 3662ms;
  -o-animation-delay: 3662ms;
  animation-delay: 3662ms; }

.delay-3663 {
  -webkit-animation-delay: 3663ms;
  -moz-animation-delay: 3663ms;
  -o-animation-delay: 3663ms;
  animation-delay: 3663ms; }

.delay-3664 {
  -webkit-animation-delay: 3664ms;
  -moz-animation-delay: 3664ms;
  -o-animation-delay: 3664ms;
  animation-delay: 3664ms; }

.delay-3665 {
  -webkit-animation-delay: 3665ms;
  -moz-animation-delay: 3665ms;
  -o-animation-delay: 3665ms;
  animation-delay: 3665ms; }

.delay-3666 {
  -webkit-animation-delay: 3666ms;
  -moz-animation-delay: 3666ms;
  -o-animation-delay: 3666ms;
  animation-delay: 3666ms; }

.delay-3667 {
  -webkit-animation-delay: 3667ms;
  -moz-animation-delay: 3667ms;
  -o-animation-delay: 3667ms;
  animation-delay: 3667ms; }

.delay-3668 {
  -webkit-animation-delay: 3668ms;
  -moz-animation-delay: 3668ms;
  -o-animation-delay: 3668ms;
  animation-delay: 3668ms; }

.delay-3669 {
  -webkit-animation-delay: 3669ms;
  -moz-animation-delay: 3669ms;
  -o-animation-delay: 3669ms;
  animation-delay: 3669ms; }

.delay-3670 {
  -webkit-animation-delay: 3670ms;
  -moz-animation-delay: 3670ms;
  -o-animation-delay: 3670ms;
  animation-delay: 3670ms; }

.delay-3671 {
  -webkit-animation-delay: 3671ms;
  -moz-animation-delay: 3671ms;
  -o-animation-delay: 3671ms;
  animation-delay: 3671ms; }

.delay-3672 {
  -webkit-animation-delay: 3672ms;
  -moz-animation-delay: 3672ms;
  -o-animation-delay: 3672ms;
  animation-delay: 3672ms; }

.delay-3673 {
  -webkit-animation-delay: 3673ms;
  -moz-animation-delay: 3673ms;
  -o-animation-delay: 3673ms;
  animation-delay: 3673ms; }

.delay-3674 {
  -webkit-animation-delay: 3674ms;
  -moz-animation-delay: 3674ms;
  -o-animation-delay: 3674ms;
  animation-delay: 3674ms; }

.delay-3675 {
  -webkit-animation-delay: 3675ms;
  -moz-animation-delay: 3675ms;
  -o-animation-delay: 3675ms;
  animation-delay: 3675ms; }

.delay-3676 {
  -webkit-animation-delay: 3676ms;
  -moz-animation-delay: 3676ms;
  -o-animation-delay: 3676ms;
  animation-delay: 3676ms; }

.delay-3677 {
  -webkit-animation-delay: 3677ms;
  -moz-animation-delay: 3677ms;
  -o-animation-delay: 3677ms;
  animation-delay: 3677ms; }

.delay-3678 {
  -webkit-animation-delay: 3678ms;
  -moz-animation-delay: 3678ms;
  -o-animation-delay: 3678ms;
  animation-delay: 3678ms; }

.delay-3679 {
  -webkit-animation-delay: 3679ms;
  -moz-animation-delay: 3679ms;
  -o-animation-delay: 3679ms;
  animation-delay: 3679ms; }

.delay-3680 {
  -webkit-animation-delay: 3680ms;
  -moz-animation-delay: 3680ms;
  -o-animation-delay: 3680ms;
  animation-delay: 3680ms; }

.delay-3681 {
  -webkit-animation-delay: 3681ms;
  -moz-animation-delay: 3681ms;
  -o-animation-delay: 3681ms;
  animation-delay: 3681ms; }

.delay-3682 {
  -webkit-animation-delay: 3682ms;
  -moz-animation-delay: 3682ms;
  -o-animation-delay: 3682ms;
  animation-delay: 3682ms; }

.delay-3683 {
  -webkit-animation-delay: 3683ms;
  -moz-animation-delay: 3683ms;
  -o-animation-delay: 3683ms;
  animation-delay: 3683ms; }

.delay-3684 {
  -webkit-animation-delay: 3684ms;
  -moz-animation-delay: 3684ms;
  -o-animation-delay: 3684ms;
  animation-delay: 3684ms; }

.delay-3685 {
  -webkit-animation-delay: 3685ms;
  -moz-animation-delay: 3685ms;
  -o-animation-delay: 3685ms;
  animation-delay: 3685ms; }

.delay-3686 {
  -webkit-animation-delay: 3686ms;
  -moz-animation-delay: 3686ms;
  -o-animation-delay: 3686ms;
  animation-delay: 3686ms; }

.delay-3687 {
  -webkit-animation-delay: 3687ms;
  -moz-animation-delay: 3687ms;
  -o-animation-delay: 3687ms;
  animation-delay: 3687ms; }

.delay-3688 {
  -webkit-animation-delay: 3688ms;
  -moz-animation-delay: 3688ms;
  -o-animation-delay: 3688ms;
  animation-delay: 3688ms; }

.delay-3689 {
  -webkit-animation-delay: 3689ms;
  -moz-animation-delay: 3689ms;
  -o-animation-delay: 3689ms;
  animation-delay: 3689ms; }

.delay-3690 {
  -webkit-animation-delay: 3690ms;
  -moz-animation-delay: 3690ms;
  -o-animation-delay: 3690ms;
  animation-delay: 3690ms; }

.delay-3691 {
  -webkit-animation-delay: 3691ms;
  -moz-animation-delay: 3691ms;
  -o-animation-delay: 3691ms;
  animation-delay: 3691ms; }

.delay-3692 {
  -webkit-animation-delay: 3692ms;
  -moz-animation-delay: 3692ms;
  -o-animation-delay: 3692ms;
  animation-delay: 3692ms; }

.delay-3693 {
  -webkit-animation-delay: 3693ms;
  -moz-animation-delay: 3693ms;
  -o-animation-delay: 3693ms;
  animation-delay: 3693ms; }

.delay-3694 {
  -webkit-animation-delay: 3694ms;
  -moz-animation-delay: 3694ms;
  -o-animation-delay: 3694ms;
  animation-delay: 3694ms; }

.delay-3695 {
  -webkit-animation-delay: 3695ms;
  -moz-animation-delay: 3695ms;
  -o-animation-delay: 3695ms;
  animation-delay: 3695ms; }

.delay-3696 {
  -webkit-animation-delay: 3696ms;
  -moz-animation-delay: 3696ms;
  -o-animation-delay: 3696ms;
  animation-delay: 3696ms; }

.delay-3697 {
  -webkit-animation-delay: 3697ms;
  -moz-animation-delay: 3697ms;
  -o-animation-delay: 3697ms;
  animation-delay: 3697ms; }

.delay-3698 {
  -webkit-animation-delay: 3698ms;
  -moz-animation-delay: 3698ms;
  -o-animation-delay: 3698ms;
  animation-delay: 3698ms; }

.delay-3699 {
  -webkit-animation-delay: 3699ms;
  -moz-animation-delay: 3699ms;
  -o-animation-delay: 3699ms;
  animation-delay: 3699ms; }

.delay-3700 {
  -webkit-animation-delay: 3700ms;
  -moz-animation-delay: 3700ms;
  -o-animation-delay: 3700ms;
  animation-delay: 3700ms; }

.delay-3701 {
  -webkit-animation-delay: 3701ms;
  -moz-animation-delay: 3701ms;
  -o-animation-delay: 3701ms;
  animation-delay: 3701ms; }

.delay-3702 {
  -webkit-animation-delay: 3702ms;
  -moz-animation-delay: 3702ms;
  -o-animation-delay: 3702ms;
  animation-delay: 3702ms; }

.delay-3703 {
  -webkit-animation-delay: 3703ms;
  -moz-animation-delay: 3703ms;
  -o-animation-delay: 3703ms;
  animation-delay: 3703ms; }

.delay-3704 {
  -webkit-animation-delay: 3704ms;
  -moz-animation-delay: 3704ms;
  -o-animation-delay: 3704ms;
  animation-delay: 3704ms; }

.delay-3705 {
  -webkit-animation-delay: 3705ms;
  -moz-animation-delay: 3705ms;
  -o-animation-delay: 3705ms;
  animation-delay: 3705ms; }

.delay-3706 {
  -webkit-animation-delay: 3706ms;
  -moz-animation-delay: 3706ms;
  -o-animation-delay: 3706ms;
  animation-delay: 3706ms; }

.delay-3707 {
  -webkit-animation-delay: 3707ms;
  -moz-animation-delay: 3707ms;
  -o-animation-delay: 3707ms;
  animation-delay: 3707ms; }

.delay-3708 {
  -webkit-animation-delay: 3708ms;
  -moz-animation-delay: 3708ms;
  -o-animation-delay: 3708ms;
  animation-delay: 3708ms; }

.delay-3709 {
  -webkit-animation-delay: 3709ms;
  -moz-animation-delay: 3709ms;
  -o-animation-delay: 3709ms;
  animation-delay: 3709ms; }

.delay-3710 {
  -webkit-animation-delay: 3710ms;
  -moz-animation-delay: 3710ms;
  -o-animation-delay: 3710ms;
  animation-delay: 3710ms; }

.delay-3711 {
  -webkit-animation-delay: 3711ms;
  -moz-animation-delay: 3711ms;
  -o-animation-delay: 3711ms;
  animation-delay: 3711ms; }

.delay-3712 {
  -webkit-animation-delay: 3712ms;
  -moz-animation-delay: 3712ms;
  -o-animation-delay: 3712ms;
  animation-delay: 3712ms; }

.delay-3713 {
  -webkit-animation-delay: 3713ms;
  -moz-animation-delay: 3713ms;
  -o-animation-delay: 3713ms;
  animation-delay: 3713ms; }

.delay-3714 {
  -webkit-animation-delay: 3714ms;
  -moz-animation-delay: 3714ms;
  -o-animation-delay: 3714ms;
  animation-delay: 3714ms; }

.delay-3715 {
  -webkit-animation-delay: 3715ms;
  -moz-animation-delay: 3715ms;
  -o-animation-delay: 3715ms;
  animation-delay: 3715ms; }

.delay-3716 {
  -webkit-animation-delay: 3716ms;
  -moz-animation-delay: 3716ms;
  -o-animation-delay: 3716ms;
  animation-delay: 3716ms; }

.delay-3717 {
  -webkit-animation-delay: 3717ms;
  -moz-animation-delay: 3717ms;
  -o-animation-delay: 3717ms;
  animation-delay: 3717ms; }

.delay-3718 {
  -webkit-animation-delay: 3718ms;
  -moz-animation-delay: 3718ms;
  -o-animation-delay: 3718ms;
  animation-delay: 3718ms; }

.delay-3719 {
  -webkit-animation-delay: 3719ms;
  -moz-animation-delay: 3719ms;
  -o-animation-delay: 3719ms;
  animation-delay: 3719ms; }

.delay-3720 {
  -webkit-animation-delay: 3720ms;
  -moz-animation-delay: 3720ms;
  -o-animation-delay: 3720ms;
  animation-delay: 3720ms; }

.delay-3721 {
  -webkit-animation-delay: 3721ms;
  -moz-animation-delay: 3721ms;
  -o-animation-delay: 3721ms;
  animation-delay: 3721ms; }

.delay-3722 {
  -webkit-animation-delay: 3722ms;
  -moz-animation-delay: 3722ms;
  -o-animation-delay: 3722ms;
  animation-delay: 3722ms; }

.delay-3723 {
  -webkit-animation-delay: 3723ms;
  -moz-animation-delay: 3723ms;
  -o-animation-delay: 3723ms;
  animation-delay: 3723ms; }

.delay-3724 {
  -webkit-animation-delay: 3724ms;
  -moz-animation-delay: 3724ms;
  -o-animation-delay: 3724ms;
  animation-delay: 3724ms; }

.delay-3725 {
  -webkit-animation-delay: 3725ms;
  -moz-animation-delay: 3725ms;
  -o-animation-delay: 3725ms;
  animation-delay: 3725ms; }

.delay-3726 {
  -webkit-animation-delay: 3726ms;
  -moz-animation-delay: 3726ms;
  -o-animation-delay: 3726ms;
  animation-delay: 3726ms; }

.delay-3727 {
  -webkit-animation-delay: 3727ms;
  -moz-animation-delay: 3727ms;
  -o-animation-delay: 3727ms;
  animation-delay: 3727ms; }

.delay-3728 {
  -webkit-animation-delay: 3728ms;
  -moz-animation-delay: 3728ms;
  -o-animation-delay: 3728ms;
  animation-delay: 3728ms; }

.delay-3729 {
  -webkit-animation-delay: 3729ms;
  -moz-animation-delay: 3729ms;
  -o-animation-delay: 3729ms;
  animation-delay: 3729ms; }

.delay-3730 {
  -webkit-animation-delay: 3730ms;
  -moz-animation-delay: 3730ms;
  -o-animation-delay: 3730ms;
  animation-delay: 3730ms; }

.delay-3731 {
  -webkit-animation-delay: 3731ms;
  -moz-animation-delay: 3731ms;
  -o-animation-delay: 3731ms;
  animation-delay: 3731ms; }

.delay-3732 {
  -webkit-animation-delay: 3732ms;
  -moz-animation-delay: 3732ms;
  -o-animation-delay: 3732ms;
  animation-delay: 3732ms; }

.delay-3733 {
  -webkit-animation-delay: 3733ms;
  -moz-animation-delay: 3733ms;
  -o-animation-delay: 3733ms;
  animation-delay: 3733ms; }

.delay-3734 {
  -webkit-animation-delay: 3734ms;
  -moz-animation-delay: 3734ms;
  -o-animation-delay: 3734ms;
  animation-delay: 3734ms; }

.delay-3735 {
  -webkit-animation-delay: 3735ms;
  -moz-animation-delay: 3735ms;
  -o-animation-delay: 3735ms;
  animation-delay: 3735ms; }

.delay-3736 {
  -webkit-animation-delay: 3736ms;
  -moz-animation-delay: 3736ms;
  -o-animation-delay: 3736ms;
  animation-delay: 3736ms; }

.delay-3737 {
  -webkit-animation-delay: 3737ms;
  -moz-animation-delay: 3737ms;
  -o-animation-delay: 3737ms;
  animation-delay: 3737ms; }

.delay-3738 {
  -webkit-animation-delay: 3738ms;
  -moz-animation-delay: 3738ms;
  -o-animation-delay: 3738ms;
  animation-delay: 3738ms; }

.delay-3739 {
  -webkit-animation-delay: 3739ms;
  -moz-animation-delay: 3739ms;
  -o-animation-delay: 3739ms;
  animation-delay: 3739ms; }

.delay-3740 {
  -webkit-animation-delay: 3740ms;
  -moz-animation-delay: 3740ms;
  -o-animation-delay: 3740ms;
  animation-delay: 3740ms; }

.delay-3741 {
  -webkit-animation-delay: 3741ms;
  -moz-animation-delay: 3741ms;
  -o-animation-delay: 3741ms;
  animation-delay: 3741ms; }

.delay-3742 {
  -webkit-animation-delay: 3742ms;
  -moz-animation-delay: 3742ms;
  -o-animation-delay: 3742ms;
  animation-delay: 3742ms; }

.delay-3743 {
  -webkit-animation-delay: 3743ms;
  -moz-animation-delay: 3743ms;
  -o-animation-delay: 3743ms;
  animation-delay: 3743ms; }

.delay-3744 {
  -webkit-animation-delay: 3744ms;
  -moz-animation-delay: 3744ms;
  -o-animation-delay: 3744ms;
  animation-delay: 3744ms; }

.delay-3745 {
  -webkit-animation-delay: 3745ms;
  -moz-animation-delay: 3745ms;
  -o-animation-delay: 3745ms;
  animation-delay: 3745ms; }

.delay-3746 {
  -webkit-animation-delay: 3746ms;
  -moz-animation-delay: 3746ms;
  -o-animation-delay: 3746ms;
  animation-delay: 3746ms; }

.delay-3747 {
  -webkit-animation-delay: 3747ms;
  -moz-animation-delay: 3747ms;
  -o-animation-delay: 3747ms;
  animation-delay: 3747ms; }

.delay-3748 {
  -webkit-animation-delay: 3748ms;
  -moz-animation-delay: 3748ms;
  -o-animation-delay: 3748ms;
  animation-delay: 3748ms; }

.delay-3749 {
  -webkit-animation-delay: 3749ms;
  -moz-animation-delay: 3749ms;
  -o-animation-delay: 3749ms;
  animation-delay: 3749ms; }

.delay-3750 {
  -webkit-animation-delay: 3750ms;
  -moz-animation-delay: 3750ms;
  -o-animation-delay: 3750ms;
  animation-delay: 3750ms; }

.delay-3751 {
  -webkit-animation-delay: 3751ms;
  -moz-animation-delay: 3751ms;
  -o-animation-delay: 3751ms;
  animation-delay: 3751ms; }

.delay-3752 {
  -webkit-animation-delay: 3752ms;
  -moz-animation-delay: 3752ms;
  -o-animation-delay: 3752ms;
  animation-delay: 3752ms; }

.delay-3753 {
  -webkit-animation-delay: 3753ms;
  -moz-animation-delay: 3753ms;
  -o-animation-delay: 3753ms;
  animation-delay: 3753ms; }

.delay-3754 {
  -webkit-animation-delay: 3754ms;
  -moz-animation-delay: 3754ms;
  -o-animation-delay: 3754ms;
  animation-delay: 3754ms; }

.delay-3755 {
  -webkit-animation-delay: 3755ms;
  -moz-animation-delay: 3755ms;
  -o-animation-delay: 3755ms;
  animation-delay: 3755ms; }

.delay-3756 {
  -webkit-animation-delay: 3756ms;
  -moz-animation-delay: 3756ms;
  -o-animation-delay: 3756ms;
  animation-delay: 3756ms; }

.delay-3757 {
  -webkit-animation-delay: 3757ms;
  -moz-animation-delay: 3757ms;
  -o-animation-delay: 3757ms;
  animation-delay: 3757ms; }

.delay-3758 {
  -webkit-animation-delay: 3758ms;
  -moz-animation-delay: 3758ms;
  -o-animation-delay: 3758ms;
  animation-delay: 3758ms; }

.delay-3759 {
  -webkit-animation-delay: 3759ms;
  -moz-animation-delay: 3759ms;
  -o-animation-delay: 3759ms;
  animation-delay: 3759ms; }

.delay-3760 {
  -webkit-animation-delay: 3760ms;
  -moz-animation-delay: 3760ms;
  -o-animation-delay: 3760ms;
  animation-delay: 3760ms; }

.delay-3761 {
  -webkit-animation-delay: 3761ms;
  -moz-animation-delay: 3761ms;
  -o-animation-delay: 3761ms;
  animation-delay: 3761ms; }

.delay-3762 {
  -webkit-animation-delay: 3762ms;
  -moz-animation-delay: 3762ms;
  -o-animation-delay: 3762ms;
  animation-delay: 3762ms; }

.delay-3763 {
  -webkit-animation-delay: 3763ms;
  -moz-animation-delay: 3763ms;
  -o-animation-delay: 3763ms;
  animation-delay: 3763ms; }

.delay-3764 {
  -webkit-animation-delay: 3764ms;
  -moz-animation-delay: 3764ms;
  -o-animation-delay: 3764ms;
  animation-delay: 3764ms; }

.delay-3765 {
  -webkit-animation-delay: 3765ms;
  -moz-animation-delay: 3765ms;
  -o-animation-delay: 3765ms;
  animation-delay: 3765ms; }

.delay-3766 {
  -webkit-animation-delay: 3766ms;
  -moz-animation-delay: 3766ms;
  -o-animation-delay: 3766ms;
  animation-delay: 3766ms; }

.delay-3767 {
  -webkit-animation-delay: 3767ms;
  -moz-animation-delay: 3767ms;
  -o-animation-delay: 3767ms;
  animation-delay: 3767ms; }

.delay-3768 {
  -webkit-animation-delay: 3768ms;
  -moz-animation-delay: 3768ms;
  -o-animation-delay: 3768ms;
  animation-delay: 3768ms; }

.delay-3769 {
  -webkit-animation-delay: 3769ms;
  -moz-animation-delay: 3769ms;
  -o-animation-delay: 3769ms;
  animation-delay: 3769ms; }

.delay-3770 {
  -webkit-animation-delay: 3770ms;
  -moz-animation-delay: 3770ms;
  -o-animation-delay: 3770ms;
  animation-delay: 3770ms; }

.delay-3771 {
  -webkit-animation-delay: 3771ms;
  -moz-animation-delay: 3771ms;
  -o-animation-delay: 3771ms;
  animation-delay: 3771ms; }

.delay-3772 {
  -webkit-animation-delay: 3772ms;
  -moz-animation-delay: 3772ms;
  -o-animation-delay: 3772ms;
  animation-delay: 3772ms; }

.delay-3773 {
  -webkit-animation-delay: 3773ms;
  -moz-animation-delay: 3773ms;
  -o-animation-delay: 3773ms;
  animation-delay: 3773ms; }

.delay-3774 {
  -webkit-animation-delay: 3774ms;
  -moz-animation-delay: 3774ms;
  -o-animation-delay: 3774ms;
  animation-delay: 3774ms; }

.delay-3775 {
  -webkit-animation-delay: 3775ms;
  -moz-animation-delay: 3775ms;
  -o-animation-delay: 3775ms;
  animation-delay: 3775ms; }

.delay-3776 {
  -webkit-animation-delay: 3776ms;
  -moz-animation-delay: 3776ms;
  -o-animation-delay: 3776ms;
  animation-delay: 3776ms; }

.delay-3777 {
  -webkit-animation-delay: 3777ms;
  -moz-animation-delay: 3777ms;
  -o-animation-delay: 3777ms;
  animation-delay: 3777ms; }

.delay-3778 {
  -webkit-animation-delay: 3778ms;
  -moz-animation-delay: 3778ms;
  -o-animation-delay: 3778ms;
  animation-delay: 3778ms; }

.delay-3779 {
  -webkit-animation-delay: 3779ms;
  -moz-animation-delay: 3779ms;
  -o-animation-delay: 3779ms;
  animation-delay: 3779ms; }

.delay-3780 {
  -webkit-animation-delay: 3780ms;
  -moz-animation-delay: 3780ms;
  -o-animation-delay: 3780ms;
  animation-delay: 3780ms; }

.delay-3781 {
  -webkit-animation-delay: 3781ms;
  -moz-animation-delay: 3781ms;
  -o-animation-delay: 3781ms;
  animation-delay: 3781ms; }

.delay-3782 {
  -webkit-animation-delay: 3782ms;
  -moz-animation-delay: 3782ms;
  -o-animation-delay: 3782ms;
  animation-delay: 3782ms; }

.delay-3783 {
  -webkit-animation-delay: 3783ms;
  -moz-animation-delay: 3783ms;
  -o-animation-delay: 3783ms;
  animation-delay: 3783ms; }

.delay-3784 {
  -webkit-animation-delay: 3784ms;
  -moz-animation-delay: 3784ms;
  -o-animation-delay: 3784ms;
  animation-delay: 3784ms; }

.delay-3785 {
  -webkit-animation-delay: 3785ms;
  -moz-animation-delay: 3785ms;
  -o-animation-delay: 3785ms;
  animation-delay: 3785ms; }

.delay-3786 {
  -webkit-animation-delay: 3786ms;
  -moz-animation-delay: 3786ms;
  -o-animation-delay: 3786ms;
  animation-delay: 3786ms; }

.delay-3787 {
  -webkit-animation-delay: 3787ms;
  -moz-animation-delay: 3787ms;
  -o-animation-delay: 3787ms;
  animation-delay: 3787ms; }

.delay-3788 {
  -webkit-animation-delay: 3788ms;
  -moz-animation-delay: 3788ms;
  -o-animation-delay: 3788ms;
  animation-delay: 3788ms; }

.delay-3789 {
  -webkit-animation-delay: 3789ms;
  -moz-animation-delay: 3789ms;
  -o-animation-delay: 3789ms;
  animation-delay: 3789ms; }

.delay-3790 {
  -webkit-animation-delay: 3790ms;
  -moz-animation-delay: 3790ms;
  -o-animation-delay: 3790ms;
  animation-delay: 3790ms; }

.delay-3791 {
  -webkit-animation-delay: 3791ms;
  -moz-animation-delay: 3791ms;
  -o-animation-delay: 3791ms;
  animation-delay: 3791ms; }

.delay-3792 {
  -webkit-animation-delay: 3792ms;
  -moz-animation-delay: 3792ms;
  -o-animation-delay: 3792ms;
  animation-delay: 3792ms; }

.delay-3793 {
  -webkit-animation-delay: 3793ms;
  -moz-animation-delay: 3793ms;
  -o-animation-delay: 3793ms;
  animation-delay: 3793ms; }

.delay-3794 {
  -webkit-animation-delay: 3794ms;
  -moz-animation-delay: 3794ms;
  -o-animation-delay: 3794ms;
  animation-delay: 3794ms; }

.delay-3795 {
  -webkit-animation-delay: 3795ms;
  -moz-animation-delay: 3795ms;
  -o-animation-delay: 3795ms;
  animation-delay: 3795ms; }

.delay-3796 {
  -webkit-animation-delay: 3796ms;
  -moz-animation-delay: 3796ms;
  -o-animation-delay: 3796ms;
  animation-delay: 3796ms; }

.delay-3797 {
  -webkit-animation-delay: 3797ms;
  -moz-animation-delay: 3797ms;
  -o-animation-delay: 3797ms;
  animation-delay: 3797ms; }

.delay-3798 {
  -webkit-animation-delay: 3798ms;
  -moz-animation-delay: 3798ms;
  -o-animation-delay: 3798ms;
  animation-delay: 3798ms; }

.delay-3799 {
  -webkit-animation-delay: 3799ms;
  -moz-animation-delay: 3799ms;
  -o-animation-delay: 3799ms;
  animation-delay: 3799ms; }

.delay-3800 {
  -webkit-animation-delay: 3800ms;
  -moz-animation-delay: 3800ms;
  -o-animation-delay: 3800ms;
  animation-delay: 3800ms; }

.delay-3801 {
  -webkit-animation-delay: 3801ms;
  -moz-animation-delay: 3801ms;
  -o-animation-delay: 3801ms;
  animation-delay: 3801ms; }

.delay-3802 {
  -webkit-animation-delay: 3802ms;
  -moz-animation-delay: 3802ms;
  -o-animation-delay: 3802ms;
  animation-delay: 3802ms; }

.delay-3803 {
  -webkit-animation-delay: 3803ms;
  -moz-animation-delay: 3803ms;
  -o-animation-delay: 3803ms;
  animation-delay: 3803ms; }

.delay-3804 {
  -webkit-animation-delay: 3804ms;
  -moz-animation-delay: 3804ms;
  -o-animation-delay: 3804ms;
  animation-delay: 3804ms; }

.delay-3805 {
  -webkit-animation-delay: 3805ms;
  -moz-animation-delay: 3805ms;
  -o-animation-delay: 3805ms;
  animation-delay: 3805ms; }

.delay-3806 {
  -webkit-animation-delay: 3806ms;
  -moz-animation-delay: 3806ms;
  -o-animation-delay: 3806ms;
  animation-delay: 3806ms; }

.delay-3807 {
  -webkit-animation-delay: 3807ms;
  -moz-animation-delay: 3807ms;
  -o-animation-delay: 3807ms;
  animation-delay: 3807ms; }

.delay-3808 {
  -webkit-animation-delay: 3808ms;
  -moz-animation-delay: 3808ms;
  -o-animation-delay: 3808ms;
  animation-delay: 3808ms; }

.delay-3809 {
  -webkit-animation-delay: 3809ms;
  -moz-animation-delay: 3809ms;
  -o-animation-delay: 3809ms;
  animation-delay: 3809ms; }

.delay-3810 {
  -webkit-animation-delay: 3810ms;
  -moz-animation-delay: 3810ms;
  -o-animation-delay: 3810ms;
  animation-delay: 3810ms; }

.delay-3811 {
  -webkit-animation-delay: 3811ms;
  -moz-animation-delay: 3811ms;
  -o-animation-delay: 3811ms;
  animation-delay: 3811ms; }

.delay-3812 {
  -webkit-animation-delay: 3812ms;
  -moz-animation-delay: 3812ms;
  -o-animation-delay: 3812ms;
  animation-delay: 3812ms; }

.delay-3813 {
  -webkit-animation-delay: 3813ms;
  -moz-animation-delay: 3813ms;
  -o-animation-delay: 3813ms;
  animation-delay: 3813ms; }

.delay-3814 {
  -webkit-animation-delay: 3814ms;
  -moz-animation-delay: 3814ms;
  -o-animation-delay: 3814ms;
  animation-delay: 3814ms; }

.delay-3815 {
  -webkit-animation-delay: 3815ms;
  -moz-animation-delay: 3815ms;
  -o-animation-delay: 3815ms;
  animation-delay: 3815ms; }

.delay-3816 {
  -webkit-animation-delay: 3816ms;
  -moz-animation-delay: 3816ms;
  -o-animation-delay: 3816ms;
  animation-delay: 3816ms; }

.delay-3817 {
  -webkit-animation-delay: 3817ms;
  -moz-animation-delay: 3817ms;
  -o-animation-delay: 3817ms;
  animation-delay: 3817ms; }

.delay-3818 {
  -webkit-animation-delay: 3818ms;
  -moz-animation-delay: 3818ms;
  -o-animation-delay: 3818ms;
  animation-delay: 3818ms; }

.delay-3819 {
  -webkit-animation-delay: 3819ms;
  -moz-animation-delay: 3819ms;
  -o-animation-delay: 3819ms;
  animation-delay: 3819ms; }

.delay-3820 {
  -webkit-animation-delay: 3820ms;
  -moz-animation-delay: 3820ms;
  -o-animation-delay: 3820ms;
  animation-delay: 3820ms; }

.delay-3821 {
  -webkit-animation-delay: 3821ms;
  -moz-animation-delay: 3821ms;
  -o-animation-delay: 3821ms;
  animation-delay: 3821ms; }

.delay-3822 {
  -webkit-animation-delay: 3822ms;
  -moz-animation-delay: 3822ms;
  -o-animation-delay: 3822ms;
  animation-delay: 3822ms; }

.delay-3823 {
  -webkit-animation-delay: 3823ms;
  -moz-animation-delay: 3823ms;
  -o-animation-delay: 3823ms;
  animation-delay: 3823ms; }

.delay-3824 {
  -webkit-animation-delay: 3824ms;
  -moz-animation-delay: 3824ms;
  -o-animation-delay: 3824ms;
  animation-delay: 3824ms; }

.delay-3825 {
  -webkit-animation-delay: 3825ms;
  -moz-animation-delay: 3825ms;
  -o-animation-delay: 3825ms;
  animation-delay: 3825ms; }

.delay-3826 {
  -webkit-animation-delay: 3826ms;
  -moz-animation-delay: 3826ms;
  -o-animation-delay: 3826ms;
  animation-delay: 3826ms; }

.delay-3827 {
  -webkit-animation-delay: 3827ms;
  -moz-animation-delay: 3827ms;
  -o-animation-delay: 3827ms;
  animation-delay: 3827ms; }

.delay-3828 {
  -webkit-animation-delay: 3828ms;
  -moz-animation-delay: 3828ms;
  -o-animation-delay: 3828ms;
  animation-delay: 3828ms; }

.delay-3829 {
  -webkit-animation-delay: 3829ms;
  -moz-animation-delay: 3829ms;
  -o-animation-delay: 3829ms;
  animation-delay: 3829ms; }

.delay-3830 {
  -webkit-animation-delay: 3830ms;
  -moz-animation-delay: 3830ms;
  -o-animation-delay: 3830ms;
  animation-delay: 3830ms; }

.delay-3831 {
  -webkit-animation-delay: 3831ms;
  -moz-animation-delay: 3831ms;
  -o-animation-delay: 3831ms;
  animation-delay: 3831ms; }

.delay-3832 {
  -webkit-animation-delay: 3832ms;
  -moz-animation-delay: 3832ms;
  -o-animation-delay: 3832ms;
  animation-delay: 3832ms; }

.delay-3833 {
  -webkit-animation-delay: 3833ms;
  -moz-animation-delay: 3833ms;
  -o-animation-delay: 3833ms;
  animation-delay: 3833ms; }

.delay-3834 {
  -webkit-animation-delay: 3834ms;
  -moz-animation-delay: 3834ms;
  -o-animation-delay: 3834ms;
  animation-delay: 3834ms; }

.delay-3835 {
  -webkit-animation-delay: 3835ms;
  -moz-animation-delay: 3835ms;
  -o-animation-delay: 3835ms;
  animation-delay: 3835ms; }

.delay-3836 {
  -webkit-animation-delay: 3836ms;
  -moz-animation-delay: 3836ms;
  -o-animation-delay: 3836ms;
  animation-delay: 3836ms; }

.delay-3837 {
  -webkit-animation-delay: 3837ms;
  -moz-animation-delay: 3837ms;
  -o-animation-delay: 3837ms;
  animation-delay: 3837ms; }

.delay-3838 {
  -webkit-animation-delay: 3838ms;
  -moz-animation-delay: 3838ms;
  -o-animation-delay: 3838ms;
  animation-delay: 3838ms; }

.delay-3839 {
  -webkit-animation-delay: 3839ms;
  -moz-animation-delay: 3839ms;
  -o-animation-delay: 3839ms;
  animation-delay: 3839ms; }

.delay-3840 {
  -webkit-animation-delay: 3840ms;
  -moz-animation-delay: 3840ms;
  -o-animation-delay: 3840ms;
  animation-delay: 3840ms; }

.delay-3841 {
  -webkit-animation-delay: 3841ms;
  -moz-animation-delay: 3841ms;
  -o-animation-delay: 3841ms;
  animation-delay: 3841ms; }

.delay-3842 {
  -webkit-animation-delay: 3842ms;
  -moz-animation-delay: 3842ms;
  -o-animation-delay: 3842ms;
  animation-delay: 3842ms; }

.delay-3843 {
  -webkit-animation-delay: 3843ms;
  -moz-animation-delay: 3843ms;
  -o-animation-delay: 3843ms;
  animation-delay: 3843ms; }

.delay-3844 {
  -webkit-animation-delay: 3844ms;
  -moz-animation-delay: 3844ms;
  -o-animation-delay: 3844ms;
  animation-delay: 3844ms; }

.delay-3845 {
  -webkit-animation-delay: 3845ms;
  -moz-animation-delay: 3845ms;
  -o-animation-delay: 3845ms;
  animation-delay: 3845ms; }

.delay-3846 {
  -webkit-animation-delay: 3846ms;
  -moz-animation-delay: 3846ms;
  -o-animation-delay: 3846ms;
  animation-delay: 3846ms; }

.delay-3847 {
  -webkit-animation-delay: 3847ms;
  -moz-animation-delay: 3847ms;
  -o-animation-delay: 3847ms;
  animation-delay: 3847ms; }

.delay-3848 {
  -webkit-animation-delay: 3848ms;
  -moz-animation-delay: 3848ms;
  -o-animation-delay: 3848ms;
  animation-delay: 3848ms; }

.delay-3849 {
  -webkit-animation-delay: 3849ms;
  -moz-animation-delay: 3849ms;
  -o-animation-delay: 3849ms;
  animation-delay: 3849ms; }

.delay-3850 {
  -webkit-animation-delay: 3850ms;
  -moz-animation-delay: 3850ms;
  -o-animation-delay: 3850ms;
  animation-delay: 3850ms; }

.delay-3851 {
  -webkit-animation-delay: 3851ms;
  -moz-animation-delay: 3851ms;
  -o-animation-delay: 3851ms;
  animation-delay: 3851ms; }

.delay-3852 {
  -webkit-animation-delay: 3852ms;
  -moz-animation-delay: 3852ms;
  -o-animation-delay: 3852ms;
  animation-delay: 3852ms; }

.delay-3853 {
  -webkit-animation-delay: 3853ms;
  -moz-animation-delay: 3853ms;
  -o-animation-delay: 3853ms;
  animation-delay: 3853ms; }

.delay-3854 {
  -webkit-animation-delay: 3854ms;
  -moz-animation-delay: 3854ms;
  -o-animation-delay: 3854ms;
  animation-delay: 3854ms; }

.delay-3855 {
  -webkit-animation-delay: 3855ms;
  -moz-animation-delay: 3855ms;
  -o-animation-delay: 3855ms;
  animation-delay: 3855ms; }

.delay-3856 {
  -webkit-animation-delay: 3856ms;
  -moz-animation-delay: 3856ms;
  -o-animation-delay: 3856ms;
  animation-delay: 3856ms; }

.delay-3857 {
  -webkit-animation-delay: 3857ms;
  -moz-animation-delay: 3857ms;
  -o-animation-delay: 3857ms;
  animation-delay: 3857ms; }

.delay-3858 {
  -webkit-animation-delay: 3858ms;
  -moz-animation-delay: 3858ms;
  -o-animation-delay: 3858ms;
  animation-delay: 3858ms; }

.delay-3859 {
  -webkit-animation-delay: 3859ms;
  -moz-animation-delay: 3859ms;
  -o-animation-delay: 3859ms;
  animation-delay: 3859ms; }

.delay-3860 {
  -webkit-animation-delay: 3860ms;
  -moz-animation-delay: 3860ms;
  -o-animation-delay: 3860ms;
  animation-delay: 3860ms; }

.delay-3861 {
  -webkit-animation-delay: 3861ms;
  -moz-animation-delay: 3861ms;
  -o-animation-delay: 3861ms;
  animation-delay: 3861ms; }

.delay-3862 {
  -webkit-animation-delay: 3862ms;
  -moz-animation-delay: 3862ms;
  -o-animation-delay: 3862ms;
  animation-delay: 3862ms; }

.delay-3863 {
  -webkit-animation-delay: 3863ms;
  -moz-animation-delay: 3863ms;
  -o-animation-delay: 3863ms;
  animation-delay: 3863ms; }

.delay-3864 {
  -webkit-animation-delay: 3864ms;
  -moz-animation-delay: 3864ms;
  -o-animation-delay: 3864ms;
  animation-delay: 3864ms; }

.delay-3865 {
  -webkit-animation-delay: 3865ms;
  -moz-animation-delay: 3865ms;
  -o-animation-delay: 3865ms;
  animation-delay: 3865ms; }

.delay-3866 {
  -webkit-animation-delay: 3866ms;
  -moz-animation-delay: 3866ms;
  -o-animation-delay: 3866ms;
  animation-delay: 3866ms; }

.delay-3867 {
  -webkit-animation-delay: 3867ms;
  -moz-animation-delay: 3867ms;
  -o-animation-delay: 3867ms;
  animation-delay: 3867ms; }

.delay-3868 {
  -webkit-animation-delay: 3868ms;
  -moz-animation-delay: 3868ms;
  -o-animation-delay: 3868ms;
  animation-delay: 3868ms; }

.delay-3869 {
  -webkit-animation-delay: 3869ms;
  -moz-animation-delay: 3869ms;
  -o-animation-delay: 3869ms;
  animation-delay: 3869ms; }

.delay-3870 {
  -webkit-animation-delay: 3870ms;
  -moz-animation-delay: 3870ms;
  -o-animation-delay: 3870ms;
  animation-delay: 3870ms; }

.delay-3871 {
  -webkit-animation-delay: 3871ms;
  -moz-animation-delay: 3871ms;
  -o-animation-delay: 3871ms;
  animation-delay: 3871ms; }

.delay-3872 {
  -webkit-animation-delay: 3872ms;
  -moz-animation-delay: 3872ms;
  -o-animation-delay: 3872ms;
  animation-delay: 3872ms; }

.delay-3873 {
  -webkit-animation-delay: 3873ms;
  -moz-animation-delay: 3873ms;
  -o-animation-delay: 3873ms;
  animation-delay: 3873ms; }

.delay-3874 {
  -webkit-animation-delay: 3874ms;
  -moz-animation-delay: 3874ms;
  -o-animation-delay: 3874ms;
  animation-delay: 3874ms; }

.delay-3875 {
  -webkit-animation-delay: 3875ms;
  -moz-animation-delay: 3875ms;
  -o-animation-delay: 3875ms;
  animation-delay: 3875ms; }

.delay-3876 {
  -webkit-animation-delay: 3876ms;
  -moz-animation-delay: 3876ms;
  -o-animation-delay: 3876ms;
  animation-delay: 3876ms; }

.delay-3877 {
  -webkit-animation-delay: 3877ms;
  -moz-animation-delay: 3877ms;
  -o-animation-delay: 3877ms;
  animation-delay: 3877ms; }

.delay-3878 {
  -webkit-animation-delay: 3878ms;
  -moz-animation-delay: 3878ms;
  -o-animation-delay: 3878ms;
  animation-delay: 3878ms; }

.delay-3879 {
  -webkit-animation-delay: 3879ms;
  -moz-animation-delay: 3879ms;
  -o-animation-delay: 3879ms;
  animation-delay: 3879ms; }

.delay-3880 {
  -webkit-animation-delay: 3880ms;
  -moz-animation-delay: 3880ms;
  -o-animation-delay: 3880ms;
  animation-delay: 3880ms; }

.delay-3881 {
  -webkit-animation-delay: 3881ms;
  -moz-animation-delay: 3881ms;
  -o-animation-delay: 3881ms;
  animation-delay: 3881ms; }

.delay-3882 {
  -webkit-animation-delay: 3882ms;
  -moz-animation-delay: 3882ms;
  -o-animation-delay: 3882ms;
  animation-delay: 3882ms; }

.delay-3883 {
  -webkit-animation-delay: 3883ms;
  -moz-animation-delay: 3883ms;
  -o-animation-delay: 3883ms;
  animation-delay: 3883ms; }

.delay-3884 {
  -webkit-animation-delay: 3884ms;
  -moz-animation-delay: 3884ms;
  -o-animation-delay: 3884ms;
  animation-delay: 3884ms; }

.delay-3885 {
  -webkit-animation-delay: 3885ms;
  -moz-animation-delay: 3885ms;
  -o-animation-delay: 3885ms;
  animation-delay: 3885ms; }

.delay-3886 {
  -webkit-animation-delay: 3886ms;
  -moz-animation-delay: 3886ms;
  -o-animation-delay: 3886ms;
  animation-delay: 3886ms; }

.delay-3887 {
  -webkit-animation-delay: 3887ms;
  -moz-animation-delay: 3887ms;
  -o-animation-delay: 3887ms;
  animation-delay: 3887ms; }

.delay-3888 {
  -webkit-animation-delay: 3888ms;
  -moz-animation-delay: 3888ms;
  -o-animation-delay: 3888ms;
  animation-delay: 3888ms; }

.delay-3889 {
  -webkit-animation-delay: 3889ms;
  -moz-animation-delay: 3889ms;
  -o-animation-delay: 3889ms;
  animation-delay: 3889ms; }

.delay-3890 {
  -webkit-animation-delay: 3890ms;
  -moz-animation-delay: 3890ms;
  -o-animation-delay: 3890ms;
  animation-delay: 3890ms; }

.delay-3891 {
  -webkit-animation-delay: 3891ms;
  -moz-animation-delay: 3891ms;
  -o-animation-delay: 3891ms;
  animation-delay: 3891ms; }

.delay-3892 {
  -webkit-animation-delay: 3892ms;
  -moz-animation-delay: 3892ms;
  -o-animation-delay: 3892ms;
  animation-delay: 3892ms; }

.delay-3893 {
  -webkit-animation-delay: 3893ms;
  -moz-animation-delay: 3893ms;
  -o-animation-delay: 3893ms;
  animation-delay: 3893ms; }

.delay-3894 {
  -webkit-animation-delay: 3894ms;
  -moz-animation-delay: 3894ms;
  -o-animation-delay: 3894ms;
  animation-delay: 3894ms; }

.delay-3895 {
  -webkit-animation-delay: 3895ms;
  -moz-animation-delay: 3895ms;
  -o-animation-delay: 3895ms;
  animation-delay: 3895ms; }

.delay-3896 {
  -webkit-animation-delay: 3896ms;
  -moz-animation-delay: 3896ms;
  -o-animation-delay: 3896ms;
  animation-delay: 3896ms; }

.delay-3897 {
  -webkit-animation-delay: 3897ms;
  -moz-animation-delay: 3897ms;
  -o-animation-delay: 3897ms;
  animation-delay: 3897ms; }

.delay-3898 {
  -webkit-animation-delay: 3898ms;
  -moz-animation-delay: 3898ms;
  -o-animation-delay: 3898ms;
  animation-delay: 3898ms; }

.delay-3899 {
  -webkit-animation-delay: 3899ms;
  -moz-animation-delay: 3899ms;
  -o-animation-delay: 3899ms;
  animation-delay: 3899ms; }

.delay-3900 {
  -webkit-animation-delay: 3900ms;
  -moz-animation-delay: 3900ms;
  -o-animation-delay: 3900ms;
  animation-delay: 3900ms; }

.delay-3901 {
  -webkit-animation-delay: 3901ms;
  -moz-animation-delay: 3901ms;
  -o-animation-delay: 3901ms;
  animation-delay: 3901ms; }

.delay-3902 {
  -webkit-animation-delay: 3902ms;
  -moz-animation-delay: 3902ms;
  -o-animation-delay: 3902ms;
  animation-delay: 3902ms; }

.delay-3903 {
  -webkit-animation-delay: 3903ms;
  -moz-animation-delay: 3903ms;
  -o-animation-delay: 3903ms;
  animation-delay: 3903ms; }

.delay-3904 {
  -webkit-animation-delay: 3904ms;
  -moz-animation-delay: 3904ms;
  -o-animation-delay: 3904ms;
  animation-delay: 3904ms; }

.delay-3905 {
  -webkit-animation-delay: 3905ms;
  -moz-animation-delay: 3905ms;
  -o-animation-delay: 3905ms;
  animation-delay: 3905ms; }

.delay-3906 {
  -webkit-animation-delay: 3906ms;
  -moz-animation-delay: 3906ms;
  -o-animation-delay: 3906ms;
  animation-delay: 3906ms; }

.delay-3907 {
  -webkit-animation-delay: 3907ms;
  -moz-animation-delay: 3907ms;
  -o-animation-delay: 3907ms;
  animation-delay: 3907ms; }

.delay-3908 {
  -webkit-animation-delay: 3908ms;
  -moz-animation-delay: 3908ms;
  -o-animation-delay: 3908ms;
  animation-delay: 3908ms; }

.delay-3909 {
  -webkit-animation-delay: 3909ms;
  -moz-animation-delay: 3909ms;
  -o-animation-delay: 3909ms;
  animation-delay: 3909ms; }

.delay-3910 {
  -webkit-animation-delay: 3910ms;
  -moz-animation-delay: 3910ms;
  -o-animation-delay: 3910ms;
  animation-delay: 3910ms; }

.delay-3911 {
  -webkit-animation-delay: 3911ms;
  -moz-animation-delay: 3911ms;
  -o-animation-delay: 3911ms;
  animation-delay: 3911ms; }

.delay-3912 {
  -webkit-animation-delay: 3912ms;
  -moz-animation-delay: 3912ms;
  -o-animation-delay: 3912ms;
  animation-delay: 3912ms; }

.delay-3913 {
  -webkit-animation-delay: 3913ms;
  -moz-animation-delay: 3913ms;
  -o-animation-delay: 3913ms;
  animation-delay: 3913ms; }

.delay-3914 {
  -webkit-animation-delay: 3914ms;
  -moz-animation-delay: 3914ms;
  -o-animation-delay: 3914ms;
  animation-delay: 3914ms; }

.delay-3915 {
  -webkit-animation-delay: 3915ms;
  -moz-animation-delay: 3915ms;
  -o-animation-delay: 3915ms;
  animation-delay: 3915ms; }

.delay-3916 {
  -webkit-animation-delay: 3916ms;
  -moz-animation-delay: 3916ms;
  -o-animation-delay: 3916ms;
  animation-delay: 3916ms; }

.delay-3917 {
  -webkit-animation-delay: 3917ms;
  -moz-animation-delay: 3917ms;
  -o-animation-delay: 3917ms;
  animation-delay: 3917ms; }

.delay-3918 {
  -webkit-animation-delay: 3918ms;
  -moz-animation-delay: 3918ms;
  -o-animation-delay: 3918ms;
  animation-delay: 3918ms; }

.delay-3919 {
  -webkit-animation-delay: 3919ms;
  -moz-animation-delay: 3919ms;
  -o-animation-delay: 3919ms;
  animation-delay: 3919ms; }

.delay-3920 {
  -webkit-animation-delay: 3920ms;
  -moz-animation-delay: 3920ms;
  -o-animation-delay: 3920ms;
  animation-delay: 3920ms; }

.delay-3921 {
  -webkit-animation-delay: 3921ms;
  -moz-animation-delay: 3921ms;
  -o-animation-delay: 3921ms;
  animation-delay: 3921ms; }

.delay-3922 {
  -webkit-animation-delay: 3922ms;
  -moz-animation-delay: 3922ms;
  -o-animation-delay: 3922ms;
  animation-delay: 3922ms; }

.delay-3923 {
  -webkit-animation-delay: 3923ms;
  -moz-animation-delay: 3923ms;
  -o-animation-delay: 3923ms;
  animation-delay: 3923ms; }

.delay-3924 {
  -webkit-animation-delay: 3924ms;
  -moz-animation-delay: 3924ms;
  -o-animation-delay: 3924ms;
  animation-delay: 3924ms; }

.delay-3925 {
  -webkit-animation-delay: 3925ms;
  -moz-animation-delay: 3925ms;
  -o-animation-delay: 3925ms;
  animation-delay: 3925ms; }

.delay-3926 {
  -webkit-animation-delay: 3926ms;
  -moz-animation-delay: 3926ms;
  -o-animation-delay: 3926ms;
  animation-delay: 3926ms; }

.delay-3927 {
  -webkit-animation-delay: 3927ms;
  -moz-animation-delay: 3927ms;
  -o-animation-delay: 3927ms;
  animation-delay: 3927ms; }

.delay-3928 {
  -webkit-animation-delay: 3928ms;
  -moz-animation-delay: 3928ms;
  -o-animation-delay: 3928ms;
  animation-delay: 3928ms; }

.delay-3929 {
  -webkit-animation-delay: 3929ms;
  -moz-animation-delay: 3929ms;
  -o-animation-delay: 3929ms;
  animation-delay: 3929ms; }

.delay-3930 {
  -webkit-animation-delay: 3930ms;
  -moz-animation-delay: 3930ms;
  -o-animation-delay: 3930ms;
  animation-delay: 3930ms; }

.delay-3931 {
  -webkit-animation-delay: 3931ms;
  -moz-animation-delay: 3931ms;
  -o-animation-delay: 3931ms;
  animation-delay: 3931ms; }

.delay-3932 {
  -webkit-animation-delay: 3932ms;
  -moz-animation-delay: 3932ms;
  -o-animation-delay: 3932ms;
  animation-delay: 3932ms; }

.delay-3933 {
  -webkit-animation-delay: 3933ms;
  -moz-animation-delay: 3933ms;
  -o-animation-delay: 3933ms;
  animation-delay: 3933ms; }

.delay-3934 {
  -webkit-animation-delay: 3934ms;
  -moz-animation-delay: 3934ms;
  -o-animation-delay: 3934ms;
  animation-delay: 3934ms; }

.delay-3935 {
  -webkit-animation-delay: 3935ms;
  -moz-animation-delay: 3935ms;
  -o-animation-delay: 3935ms;
  animation-delay: 3935ms; }

.delay-3936 {
  -webkit-animation-delay: 3936ms;
  -moz-animation-delay: 3936ms;
  -o-animation-delay: 3936ms;
  animation-delay: 3936ms; }

.delay-3937 {
  -webkit-animation-delay: 3937ms;
  -moz-animation-delay: 3937ms;
  -o-animation-delay: 3937ms;
  animation-delay: 3937ms; }

.delay-3938 {
  -webkit-animation-delay: 3938ms;
  -moz-animation-delay: 3938ms;
  -o-animation-delay: 3938ms;
  animation-delay: 3938ms; }

.delay-3939 {
  -webkit-animation-delay: 3939ms;
  -moz-animation-delay: 3939ms;
  -o-animation-delay: 3939ms;
  animation-delay: 3939ms; }

.delay-3940 {
  -webkit-animation-delay: 3940ms;
  -moz-animation-delay: 3940ms;
  -o-animation-delay: 3940ms;
  animation-delay: 3940ms; }

.delay-3941 {
  -webkit-animation-delay: 3941ms;
  -moz-animation-delay: 3941ms;
  -o-animation-delay: 3941ms;
  animation-delay: 3941ms; }

.delay-3942 {
  -webkit-animation-delay: 3942ms;
  -moz-animation-delay: 3942ms;
  -o-animation-delay: 3942ms;
  animation-delay: 3942ms; }

.delay-3943 {
  -webkit-animation-delay: 3943ms;
  -moz-animation-delay: 3943ms;
  -o-animation-delay: 3943ms;
  animation-delay: 3943ms; }

.delay-3944 {
  -webkit-animation-delay: 3944ms;
  -moz-animation-delay: 3944ms;
  -o-animation-delay: 3944ms;
  animation-delay: 3944ms; }

.delay-3945 {
  -webkit-animation-delay: 3945ms;
  -moz-animation-delay: 3945ms;
  -o-animation-delay: 3945ms;
  animation-delay: 3945ms; }

.delay-3946 {
  -webkit-animation-delay: 3946ms;
  -moz-animation-delay: 3946ms;
  -o-animation-delay: 3946ms;
  animation-delay: 3946ms; }

.delay-3947 {
  -webkit-animation-delay: 3947ms;
  -moz-animation-delay: 3947ms;
  -o-animation-delay: 3947ms;
  animation-delay: 3947ms; }

.delay-3948 {
  -webkit-animation-delay: 3948ms;
  -moz-animation-delay: 3948ms;
  -o-animation-delay: 3948ms;
  animation-delay: 3948ms; }

.delay-3949 {
  -webkit-animation-delay: 3949ms;
  -moz-animation-delay: 3949ms;
  -o-animation-delay: 3949ms;
  animation-delay: 3949ms; }

.delay-3950 {
  -webkit-animation-delay: 3950ms;
  -moz-animation-delay: 3950ms;
  -o-animation-delay: 3950ms;
  animation-delay: 3950ms; }

.delay-3951 {
  -webkit-animation-delay: 3951ms;
  -moz-animation-delay: 3951ms;
  -o-animation-delay: 3951ms;
  animation-delay: 3951ms; }

.delay-3952 {
  -webkit-animation-delay: 3952ms;
  -moz-animation-delay: 3952ms;
  -o-animation-delay: 3952ms;
  animation-delay: 3952ms; }

.delay-3953 {
  -webkit-animation-delay: 3953ms;
  -moz-animation-delay: 3953ms;
  -o-animation-delay: 3953ms;
  animation-delay: 3953ms; }

.delay-3954 {
  -webkit-animation-delay: 3954ms;
  -moz-animation-delay: 3954ms;
  -o-animation-delay: 3954ms;
  animation-delay: 3954ms; }

.delay-3955 {
  -webkit-animation-delay: 3955ms;
  -moz-animation-delay: 3955ms;
  -o-animation-delay: 3955ms;
  animation-delay: 3955ms; }

.delay-3956 {
  -webkit-animation-delay: 3956ms;
  -moz-animation-delay: 3956ms;
  -o-animation-delay: 3956ms;
  animation-delay: 3956ms; }

.delay-3957 {
  -webkit-animation-delay: 3957ms;
  -moz-animation-delay: 3957ms;
  -o-animation-delay: 3957ms;
  animation-delay: 3957ms; }

.delay-3958 {
  -webkit-animation-delay: 3958ms;
  -moz-animation-delay: 3958ms;
  -o-animation-delay: 3958ms;
  animation-delay: 3958ms; }

.delay-3959 {
  -webkit-animation-delay: 3959ms;
  -moz-animation-delay: 3959ms;
  -o-animation-delay: 3959ms;
  animation-delay: 3959ms; }

.delay-3960 {
  -webkit-animation-delay: 3960ms;
  -moz-animation-delay: 3960ms;
  -o-animation-delay: 3960ms;
  animation-delay: 3960ms; }

.delay-3961 {
  -webkit-animation-delay: 3961ms;
  -moz-animation-delay: 3961ms;
  -o-animation-delay: 3961ms;
  animation-delay: 3961ms; }

.delay-3962 {
  -webkit-animation-delay: 3962ms;
  -moz-animation-delay: 3962ms;
  -o-animation-delay: 3962ms;
  animation-delay: 3962ms; }

.delay-3963 {
  -webkit-animation-delay: 3963ms;
  -moz-animation-delay: 3963ms;
  -o-animation-delay: 3963ms;
  animation-delay: 3963ms; }

.delay-3964 {
  -webkit-animation-delay: 3964ms;
  -moz-animation-delay: 3964ms;
  -o-animation-delay: 3964ms;
  animation-delay: 3964ms; }

.delay-3965 {
  -webkit-animation-delay: 3965ms;
  -moz-animation-delay: 3965ms;
  -o-animation-delay: 3965ms;
  animation-delay: 3965ms; }

.delay-3966 {
  -webkit-animation-delay: 3966ms;
  -moz-animation-delay: 3966ms;
  -o-animation-delay: 3966ms;
  animation-delay: 3966ms; }

.delay-3967 {
  -webkit-animation-delay: 3967ms;
  -moz-animation-delay: 3967ms;
  -o-animation-delay: 3967ms;
  animation-delay: 3967ms; }

.delay-3968 {
  -webkit-animation-delay: 3968ms;
  -moz-animation-delay: 3968ms;
  -o-animation-delay: 3968ms;
  animation-delay: 3968ms; }

.delay-3969 {
  -webkit-animation-delay: 3969ms;
  -moz-animation-delay: 3969ms;
  -o-animation-delay: 3969ms;
  animation-delay: 3969ms; }

.delay-3970 {
  -webkit-animation-delay: 3970ms;
  -moz-animation-delay: 3970ms;
  -o-animation-delay: 3970ms;
  animation-delay: 3970ms; }

.delay-3971 {
  -webkit-animation-delay: 3971ms;
  -moz-animation-delay: 3971ms;
  -o-animation-delay: 3971ms;
  animation-delay: 3971ms; }

.delay-3972 {
  -webkit-animation-delay: 3972ms;
  -moz-animation-delay: 3972ms;
  -o-animation-delay: 3972ms;
  animation-delay: 3972ms; }

.delay-3973 {
  -webkit-animation-delay: 3973ms;
  -moz-animation-delay: 3973ms;
  -o-animation-delay: 3973ms;
  animation-delay: 3973ms; }

.delay-3974 {
  -webkit-animation-delay: 3974ms;
  -moz-animation-delay: 3974ms;
  -o-animation-delay: 3974ms;
  animation-delay: 3974ms; }

.delay-3975 {
  -webkit-animation-delay: 3975ms;
  -moz-animation-delay: 3975ms;
  -o-animation-delay: 3975ms;
  animation-delay: 3975ms; }

.delay-3976 {
  -webkit-animation-delay: 3976ms;
  -moz-animation-delay: 3976ms;
  -o-animation-delay: 3976ms;
  animation-delay: 3976ms; }

.delay-3977 {
  -webkit-animation-delay: 3977ms;
  -moz-animation-delay: 3977ms;
  -o-animation-delay: 3977ms;
  animation-delay: 3977ms; }

.delay-3978 {
  -webkit-animation-delay: 3978ms;
  -moz-animation-delay: 3978ms;
  -o-animation-delay: 3978ms;
  animation-delay: 3978ms; }

.delay-3979 {
  -webkit-animation-delay: 3979ms;
  -moz-animation-delay: 3979ms;
  -o-animation-delay: 3979ms;
  animation-delay: 3979ms; }

.delay-3980 {
  -webkit-animation-delay: 3980ms;
  -moz-animation-delay: 3980ms;
  -o-animation-delay: 3980ms;
  animation-delay: 3980ms; }

.delay-3981 {
  -webkit-animation-delay: 3981ms;
  -moz-animation-delay: 3981ms;
  -o-animation-delay: 3981ms;
  animation-delay: 3981ms; }

.delay-3982 {
  -webkit-animation-delay: 3982ms;
  -moz-animation-delay: 3982ms;
  -o-animation-delay: 3982ms;
  animation-delay: 3982ms; }

.delay-3983 {
  -webkit-animation-delay: 3983ms;
  -moz-animation-delay: 3983ms;
  -o-animation-delay: 3983ms;
  animation-delay: 3983ms; }

.delay-3984 {
  -webkit-animation-delay: 3984ms;
  -moz-animation-delay: 3984ms;
  -o-animation-delay: 3984ms;
  animation-delay: 3984ms; }

.delay-3985 {
  -webkit-animation-delay: 3985ms;
  -moz-animation-delay: 3985ms;
  -o-animation-delay: 3985ms;
  animation-delay: 3985ms; }

.delay-3986 {
  -webkit-animation-delay: 3986ms;
  -moz-animation-delay: 3986ms;
  -o-animation-delay: 3986ms;
  animation-delay: 3986ms; }

.delay-3987 {
  -webkit-animation-delay: 3987ms;
  -moz-animation-delay: 3987ms;
  -o-animation-delay: 3987ms;
  animation-delay: 3987ms; }

.delay-3988 {
  -webkit-animation-delay: 3988ms;
  -moz-animation-delay: 3988ms;
  -o-animation-delay: 3988ms;
  animation-delay: 3988ms; }

.delay-3989 {
  -webkit-animation-delay: 3989ms;
  -moz-animation-delay: 3989ms;
  -o-animation-delay: 3989ms;
  animation-delay: 3989ms; }

.delay-3990 {
  -webkit-animation-delay: 3990ms;
  -moz-animation-delay: 3990ms;
  -o-animation-delay: 3990ms;
  animation-delay: 3990ms; }

.delay-3991 {
  -webkit-animation-delay: 3991ms;
  -moz-animation-delay: 3991ms;
  -o-animation-delay: 3991ms;
  animation-delay: 3991ms; }

.delay-3992 {
  -webkit-animation-delay: 3992ms;
  -moz-animation-delay: 3992ms;
  -o-animation-delay: 3992ms;
  animation-delay: 3992ms; }

.delay-3993 {
  -webkit-animation-delay: 3993ms;
  -moz-animation-delay: 3993ms;
  -o-animation-delay: 3993ms;
  animation-delay: 3993ms; }

.delay-3994 {
  -webkit-animation-delay: 3994ms;
  -moz-animation-delay: 3994ms;
  -o-animation-delay: 3994ms;
  animation-delay: 3994ms; }

.delay-3995 {
  -webkit-animation-delay: 3995ms;
  -moz-animation-delay: 3995ms;
  -o-animation-delay: 3995ms;
  animation-delay: 3995ms; }

.delay-3996 {
  -webkit-animation-delay: 3996ms;
  -moz-animation-delay: 3996ms;
  -o-animation-delay: 3996ms;
  animation-delay: 3996ms; }

.delay-3997 {
  -webkit-animation-delay: 3997ms;
  -moz-animation-delay: 3997ms;
  -o-animation-delay: 3997ms;
  animation-delay: 3997ms; }

.delay-3998 {
  -webkit-animation-delay: 3998ms;
  -moz-animation-delay: 3998ms;
  -o-animation-delay: 3998ms;
  animation-delay: 3998ms; }

.delay-3999 {
  -webkit-animation-delay: 3999ms;
  -moz-animation-delay: 3999ms;
  -o-animation-delay: 3999ms;
  animation-delay: 3999ms; }

.delay-4000 {
  -webkit-animation-delay: 4000ms;
  -moz-animation-delay: 4000ms;
  -o-animation-delay: 4000ms;
  animation-delay: 4000ms; }

.delay-4001 {
  -webkit-animation-delay: 4001ms;
  -moz-animation-delay: 4001ms;
  -o-animation-delay: 4001ms;
  animation-delay: 4001ms; }

.delay-4002 {
  -webkit-animation-delay: 4002ms;
  -moz-animation-delay: 4002ms;
  -o-animation-delay: 4002ms;
  animation-delay: 4002ms; }

.delay-4003 {
  -webkit-animation-delay: 4003ms;
  -moz-animation-delay: 4003ms;
  -o-animation-delay: 4003ms;
  animation-delay: 4003ms; }

.delay-4004 {
  -webkit-animation-delay: 4004ms;
  -moz-animation-delay: 4004ms;
  -o-animation-delay: 4004ms;
  animation-delay: 4004ms; }

.delay-4005 {
  -webkit-animation-delay: 4005ms;
  -moz-animation-delay: 4005ms;
  -o-animation-delay: 4005ms;
  animation-delay: 4005ms; }

.delay-4006 {
  -webkit-animation-delay: 4006ms;
  -moz-animation-delay: 4006ms;
  -o-animation-delay: 4006ms;
  animation-delay: 4006ms; }

.delay-4007 {
  -webkit-animation-delay: 4007ms;
  -moz-animation-delay: 4007ms;
  -o-animation-delay: 4007ms;
  animation-delay: 4007ms; }

.delay-4008 {
  -webkit-animation-delay: 4008ms;
  -moz-animation-delay: 4008ms;
  -o-animation-delay: 4008ms;
  animation-delay: 4008ms; }

.delay-4009 {
  -webkit-animation-delay: 4009ms;
  -moz-animation-delay: 4009ms;
  -o-animation-delay: 4009ms;
  animation-delay: 4009ms; }

.delay-4010 {
  -webkit-animation-delay: 4010ms;
  -moz-animation-delay: 4010ms;
  -o-animation-delay: 4010ms;
  animation-delay: 4010ms; }

.delay-4011 {
  -webkit-animation-delay: 4011ms;
  -moz-animation-delay: 4011ms;
  -o-animation-delay: 4011ms;
  animation-delay: 4011ms; }

.delay-4012 {
  -webkit-animation-delay: 4012ms;
  -moz-animation-delay: 4012ms;
  -o-animation-delay: 4012ms;
  animation-delay: 4012ms; }

.delay-4013 {
  -webkit-animation-delay: 4013ms;
  -moz-animation-delay: 4013ms;
  -o-animation-delay: 4013ms;
  animation-delay: 4013ms; }

.delay-4014 {
  -webkit-animation-delay: 4014ms;
  -moz-animation-delay: 4014ms;
  -o-animation-delay: 4014ms;
  animation-delay: 4014ms; }

.delay-4015 {
  -webkit-animation-delay: 4015ms;
  -moz-animation-delay: 4015ms;
  -o-animation-delay: 4015ms;
  animation-delay: 4015ms; }

.delay-4016 {
  -webkit-animation-delay: 4016ms;
  -moz-animation-delay: 4016ms;
  -o-animation-delay: 4016ms;
  animation-delay: 4016ms; }

.delay-4017 {
  -webkit-animation-delay: 4017ms;
  -moz-animation-delay: 4017ms;
  -o-animation-delay: 4017ms;
  animation-delay: 4017ms; }

.delay-4018 {
  -webkit-animation-delay: 4018ms;
  -moz-animation-delay: 4018ms;
  -o-animation-delay: 4018ms;
  animation-delay: 4018ms; }

.delay-4019 {
  -webkit-animation-delay: 4019ms;
  -moz-animation-delay: 4019ms;
  -o-animation-delay: 4019ms;
  animation-delay: 4019ms; }

.delay-4020 {
  -webkit-animation-delay: 4020ms;
  -moz-animation-delay: 4020ms;
  -o-animation-delay: 4020ms;
  animation-delay: 4020ms; }

.delay-4021 {
  -webkit-animation-delay: 4021ms;
  -moz-animation-delay: 4021ms;
  -o-animation-delay: 4021ms;
  animation-delay: 4021ms; }

.delay-4022 {
  -webkit-animation-delay: 4022ms;
  -moz-animation-delay: 4022ms;
  -o-animation-delay: 4022ms;
  animation-delay: 4022ms; }

.delay-4023 {
  -webkit-animation-delay: 4023ms;
  -moz-animation-delay: 4023ms;
  -o-animation-delay: 4023ms;
  animation-delay: 4023ms; }

.delay-4024 {
  -webkit-animation-delay: 4024ms;
  -moz-animation-delay: 4024ms;
  -o-animation-delay: 4024ms;
  animation-delay: 4024ms; }

.delay-4025 {
  -webkit-animation-delay: 4025ms;
  -moz-animation-delay: 4025ms;
  -o-animation-delay: 4025ms;
  animation-delay: 4025ms; }

.delay-4026 {
  -webkit-animation-delay: 4026ms;
  -moz-animation-delay: 4026ms;
  -o-animation-delay: 4026ms;
  animation-delay: 4026ms; }

.delay-4027 {
  -webkit-animation-delay: 4027ms;
  -moz-animation-delay: 4027ms;
  -o-animation-delay: 4027ms;
  animation-delay: 4027ms; }

.delay-4028 {
  -webkit-animation-delay: 4028ms;
  -moz-animation-delay: 4028ms;
  -o-animation-delay: 4028ms;
  animation-delay: 4028ms; }

.delay-4029 {
  -webkit-animation-delay: 4029ms;
  -moz-animation-delay: 4029ms;
  -o-animation-delay: 4029ms;
  animation-delay: 4029ms; }

.delay-4030 {
  -webkit-animation-delay: 4030ms;
  -moz-animation-delay: 4030ms;
  -o-animation-delay: 4030ms;
  animation-delay: 4030ms; }

.delay-4031 {
  -webkit-animation-delay: 4031ms;
  -moz-animation-delay: 4031ms;
  -o-animation-delay: 4031ms;
  animation-delay: 4031ms; }

.delay-4032 {
  -webkit-animation-delay: 4032ms;
  -moz-animation-delay: 4032ms;
  -o-animation-delay: 4032ms;
  animation-delay: 4032ms; }

.delay-4033 {
  -webkit-animation-delay: 4033ms;
  -moz-animation-delay: 4033ms;
  -o-animation-delay: 4033ms;
  animation-delay: 4033ms; }

.delay-4034 {
  -webkit-animation-delay: 4034ms;
  -moz-animation-delay: 4034ms;
  -o-animation-delay: 4034ms;
  animation-delay: 4034ms; }

.delay-4035 {
  -webkit-animation-delay: 4035ms;
  -moz-animation-delay: 4035ms;
  -o-animation-delay: 4035ms;
  animation-delay: 4035ms; }

.delay-4036 {
  -webkit-animation-delay: 4036ms;
  -moz-animation-delay: 4036ms;
  -o-animation-delay: 4036ms;
  animation-delay: 4036ms; }

.delay-4037 {
  -webkit-animation-delay: 4037ms;
  -moz-animation-delay: 4037ms;
  -o-animation-delay: 4037ms;
  animation-delay: 4037ms; }

.delay-4038 {
  -webkit-animation-delay: 4038ms;
  -moz-animation-delay: 4038ms;
  -o-animation-delay: 4038ms;
  animation-delay: 4038ms; }

.delay-4039 {
  -webkit-animation-delay: 4039ms;
  -moz-animation-delay: 4039ms;
  -o-animation-delay: 4039ms;
  animation-delay: 4039ms; }

.delay-4040 {
  -webkit-animation-delay: 4040ms;
  -moz-animation-delay: 4040ms;
  -o-animation-delay: 4040ms;
  animation-delay: 4040ms; }

.delay-4041 {
  -webkit-animation-delay: 4041ms;
  -moz-animation-delay: 4041ms;
  -o-animation-delay: 4041ms;
  animation-delay: 4041ms; }

.delay-4042 {
  -webkit-animation-delay: 4042ms;
  -moz-animation-delay: 4042ms;
  -o-animation-delay: 4042ms;
  animation-delay: 4042ms; }

.delay-4043 {
  -webkit-animation-delay: 4043ms;
  -moz-animation-delay: 4043ms;
  -o-animation-delay: 4043ms;
  animation-delay: 4043ms; }

.delay-4044 {
  -webkit-animation-delay: 4044ms;
  -moz-animation-delay: 4044ms;
  -o-animation-delay: 4044ms;
  animation-delay: 4044ms; }

.delay-4045 {
  -webkit-animation-delay: 4045ms;
  -moz-animation-delay: 4045ms;
  -o-animation-delay: 4045ms;
  animation-delay: 4045ms; }

.delay-4046 {
  -webkit-animation-delay: 4046ms;
  -moz-animation-delay: 4046ms;
  -o-animation-delay: 4046ms;
  animation-delay: 4046ms; }

.delay-4047 {
  -webkit-animation-delay: 4047ms;
  -moz-animation-delay: 4047ms;
  -o-animation-delay: 4047ms;
  animation-delay: 4047ms; }

.delay-4048 {
  -webkit-animation-delay: 4048ms;
  -moz-animation-delay: 4048ms;
  -o-animation-delay: 4048ms;
  animation-delay: 4048ms; }

.delay-4049 {
  -webkit-animation-delay: 4049ms;
  -moz-animation-delay: 4049ms;
  -o-animation-delay: 4049ms;
  animation-delay: 4049ms; }

.delay-4050 {
  -webkit-animation-delay: 4050ms;
  -moz-animation-delay: 4050ms;
  -o-animation-delay: 4050ms;
  animation-delay: 4050ms; }

.delay-4051 {
  -webkit-animation-delay: 4051ms;
  -moz-animation-delay: 4051ms;
  -o-animation-delay: 4051ms;
  animation-delay: 4051ms; }

.delay-4052 {
  -webkit-animation-delay: 4052ms;
  -moz-animation-delay: 4052ms;
  -o-animation-delay: 4052ms;
  animation-delay: 4052ms; }

.delay-4053 {
  -webkit-animation-delay: 4053ms;
  -moz-animation-delay: 4053ms;
  -o-animation-delay: 4053ms;
  animation-delay: 4053ms; }

.delay-4054 {
  -webkit-animation-delay: 4054ms;
  -moz-animation-delay: 4054ms;
  -o-animation-delay: 4054ms;
  animation-delay: 4054ms; }

.delay-4055 {
  -webkit-animation-delay: 4055ms;
  -moz-animation-delay: 4055ms;
  -o-animation-delay: 4055ms;
  animation-delay: 4055ms; }

.delay-4056 {
  -webkit-animation-delay: 4056ms;
  -moz-animation-delay: 4056ms;
  -o-animation-delay: 4056ms;
  animation-delay: 4056ms; }

.delay-4057 {
  -webkit-animation-delay: 4057ms;
  -moz-animation-delay: 4057ms;
  -o-animation-delay: 4057ms;
  animation-delay: 4057ms; }

.delay-4058 {
  -webkit-animation-delay: 4058ms;
  -moz-animation-delay: 4058ms;
  -o-animation-delay: 4058ms;
  animation-delay: 4058ms; }

.delay-4059 {
  -webkit-animation-delay: 4059ms;
  -moz-animation-delay: 4059ms;
  -o-animation-delay: 4059ms;
  animation-delay: 4059ms; }

.delay-4060 {
  -webkit-animation-delay: 4060ms;
  -moz-animation-delay: 4060ms;
  -o-animation-delay: 4060ms;
  animation-delay: 4060ms; }

.delay-4061 {
  -webkit-animation-delay: 4061ms;
  -moz-animation-delay: 4061ms;
  -o-animation-delay: 4061ms;
  animation-delay: 4061ms; }

.delay-4062 {
  -webkit-animation-delay: 4062ms;
  -moz-animation-delay: 4062ms;
  -o-animation-delay: 4062ms;
  animation-delay: 4062ms; }

.delay-4063 {
  -webkit-animation-delay: 4063ms;
  -moz-animation-delay: 4063ms;
  -o-animation-delay: 4063ms;
  animation-delay: 4063ms; }

.delay-4064 {
  -webkit-animation-delay: 4064ms;
  -moz-animation-delay: 4064ms;
  -o-animation-delay: 4064ms;
  animation-delay: 4064ms; }

.delay-4065 {
  -webkit-animation-delay: 4065ms;
  -moz-animation-delay: 4065ms;
  -o-animation-delay: 4065ms;
  animation-delay: 4065ms; }

.delay-4066 {
  -webkit-animation-delay: 4066ms;
  -moz-animation-delay: 4066ms;
  -o-animation-delay: 4066ms;
  animation-delay: 4066ms; }

.delay-4067 {
  -webkit-animation-delay: 4067ms;
  -moz-animation-delay: 4067ms;
  -o-animation-delay: 4067ms;
  animation-delay: 4067ms; }

.delay-4068 {
  -webkit-animation-delay: 4068ms;
  -moz-animation-delay: 4068ms;
  -o-animation-delay: 4068ms;
  animation-delay: 4068ms; }

.delay-4069 {
  -webkit-animation-delay: 4069ms;
  -moz-animation-delay: 4069ms;
  -o-animation-delay: 4069ms;
  animation-delay: 4069ms; }

.delay-4070 {
  -webkit-animation-delay: 4070ms;
  -moz-animation-delay: 4070ms;
  -o-animation-delay: 4070ms;
  animation-delay: 4070ms; }

.delay-4071 {
  -webkit-animation-delay: 4071ms;
  -moz-animation-delay: 4071ms;
  -o-animation-delay: 4071ms;
  animation-delay: 4071ms; }

.delay-4072 {
  -webkit-animation-delay: 4072ms;
  -moz-animation-delay: 4072ms;
  -o-animation-delay: 4072ms;
  animation-delay: 4072ms; }

.delay-4073 {
  -webkit-animation-delay: 4073ms;
  -moz-animation-delay: 4073ms;
  -o-animation-delay: 4073ms;
  animation-delay: 4073ms; }

.delay-4074 {
  -webkit-animation-delay: 4074ms;
  -moz-animation-delay: 4074ms;
  -o-animation-delay: 4074ms;
  animation-delay: 4074ms; }

.delay-4075 {
  -webkit-animation-delay: 4075ms;
  -moz-animation-delay: 4075ms;
  -o-animation-delay: 4075ms;
  animation-delay: 4075ms; }

.delay-4076 {
  -webkit-animation-delay: 4076ms;
  -moz-animation-delay: 4076ms;
  -o-animation-delay: 4076ms;
  animation-delay: 4076ms; }

.delay-4077 {
  -webkit-animation-delay: 4077ms;
  -moz-animation-delay: 4077ms;
  -o-animation-delay: 4077ms;
  animation-delay: 4077ms; }

.delay-4078 {
  -webkit-animation-delay: 4078ms;
  -moz-animation-delay: 4078ms;
  -o-animation-delay: 4078ms;
  animation-delay: 4078ms; }

.delay-4079 {
  -webkit-animation-delay: 4079ms;
  -moz-animation-delay: 4079ms;
  -o-animation-delay: 4079ms;
  animation-delay: 4079ms; }

.delay-4080 {
  -webkit-animation-delay: 4080ms;
  -moz-animation-delay: 4080ms;
  -o-animation-delay: 4080ms;
  animation-delay: 4080ms; }

.delay-4081 {
  -webkit-animation-delay: 4081ms;
  -moz-animation-delay: 4081ms;
  -o-animation-delay: 4081ms;
  animation-delay: 4081ms; }

.delay-4082 {
  -webkit-animation-delay: 4082ms;
  -moz-animation-delay: 4082ms;
  -o-animation-delay: 4082ms;
  animation-delay: 4082ms; }

.delay-4083 {
  -webkit-animation-delay: 4083ms;
  -moz-animation-delay: 4083ms;
  -o-animation-delay: 4083ms;
  animation-delay: 4083ms; }

.delay-4084 {
  -webkit-animation-delay: 4084ms;
  -moz-animation-delay: 4084ms;
  -o-animation-delay: 4084ms;
  animation-delay: 4084ms; }

.delay-4085 {
  -webkit-animation-delay: 4085ms;
  -moz-animation-delay: 4085ms;
  -o-animation-delay: 4085ms;
  animation-delay: 4085ms; }

.delay-4086 {
  -webkit-animation-delay: 4086ms;
  -moz-animation-delay: 4086ms;
  -o-animation-delay: 4086ms;
  animation-delay: 4086ms; }

.delay-4087 {
  -webkit-animation-delay: 4087ms;
  -moz-animation-delay: 4087ms;
  -o-animation-delay: 4087ms;
  animation-delay: 4087ms; }

.delay-4088 {
  -webkit-animation-delay: 4088ms;
  -moz-animation-delay: 4088ms;
  -o-animation-delay: 4088ms;
  animation-delay: 4088ms; }

.delay-4089 {
  -webkit-animation-delay: 4089ms;
  -moz-animation-delay: 4089ms;
  -o-animation-delay: 4089ms;
  animation-delay: 4089ms; }

.delay-4090 {
  -webkit-animation-delay: 4090ms;
  -moz-animation-delay: 4090ms;
  -o-animation-delay: 4090ms;
  animation-delay: 4090ms; }

.delay-4091 {
  -webkit-animation-delay: 4091ms;
  -moz-animation-delay: 4091ms;
  -o-animation-delay: 4091ms;
  animation-delay: 4091ms; }

.delay-4092 {
  -webkit-animation-delay: 4092ms;
  -moz-animation-delay: 4092ms;
  -o-animation-delay: 4092ms;
  animation-delay: 4092ms; }

.delay-4093 {
  -webkit-animation-delay: 4093ms;
  -moz-animation-delay: 4093ms;
  -o-animation-delay: 4093ms;
  animation-delay: 4093ms; }

.delay-4094 {
  -webkit-animation-delay: 4094ms;
  -moz-animation-delay: 4094ms;
  -o-animation-delay: 4094ms;
  animation-delay: 4094ms; }

.delay-4095 {
  -webkit-animation-delay: 4095ms;
  -moz-animation-delay: 4095ms;
  -o-animation-delay: 4095ms;
  animation-delay: 4095ms; }

.delay-4096 {
  -webkit-animation-delay: 4096ms;
  -moz-animation-delay: 4096ms;
  -o-animation-delay: 4096ms;
  animation-delay: 4096ms; }

.delay-4097 {
  -webkit-animation-delay: 4097ms;
  -moz-animation-delay: 4097ms;
  -o-animation-delay: 4097ms;
  animation-delay: 4097ms; }

.delay-4098 {
  -webkit-animation-delay: 4098ms;
  -moz-animation-delay: 4098ms;
  -o-animation-delay: 4098ms;
  animation-delay: 4098ms; }

.delay-4099 {
  -webkit-animation-delay: 4099ms;
  -moz-animation-delay: 4099ms;
  -o-animation-delay: 4099ms;
  animation-delay: 4099ms; }

.delay-4100 {
  -webkit-animation-delay: 4100ms;
  -moz-animation-delay: 4100ms;
  -o-animation-delay: 4100ms;
  animation-delay: 4100ms; }

.delay-4101 {
  -webkit-animation-delay: 4101ms;
  -moz-animation-delay: 4101ms;
  -o-animation-delay: 4101ms;
  animation-delay: 4101ms; }

.delay-4102 {
  -webkit-animation-delay: 4102ms;
  -moz-animation-delay: 4102ms;
  -o-animation-delay: 4102ms;
  animation-delay: 4102ms; }

.delay-4103 {
  -webkit-animation-delay: 4103ms;
  -moz-animation-delay: 4103ms;
  -o-animation-delay: 4103ms;
  animation-delay: 4103ms; }

.delay-4104 {
  -webkit-animation-delay: 4104ms;
  -moz-animation-delay: 4104ms;
  -o-animation-delay: 4104ms;
  animation-delay: 4104ms; }

.delay-4105 {
  -webkit-animation-delay: 4105ms;
  -moz-animation-delay: 4105ms;
  -o-animation-delay: 4105ms;
  animation-delay: 4105ms; }

.delay-4106 {
  -webkit-animation-delay: 4106ms;
  -moz-animation-delay: 4106ms;
  -o-animation-delay: 4106ms;
  animation-delay: 4106ms; }

.delay-4107 {
  -webkit-animation-delay: 4107ms;
  -moz-animation-delay: 4107ms;
  -o-animation-delay: 4107ms;
  animation-delay: 4107ms; }

.delay-4108 {
  -webkit-animation-delay: 4108ms;
  -moz-animation-delay: 4108ms;
  -o-animation-delay: 4108ms;
  animation-delay: 4108ms; }

.delay-4109 {
  -webkit-animation-delay: 4109ms;
  -moz-animation-delay: 4109ms;
  -o-animation-delay: 4109ms;
  animation-delay: 4109ms; }

.delay-4110 {
  -webkit-animation-delay: 4110ms;
  -moz-animation-delay: 4110ms;
  -o-animation-delay: 4110ms;
  animation-delay: 4110ms; }

.delay-4111 {
  -webkit-animation-delay: 4111ms;
  -moz-animation-delay: 4111ms;
  -o-animation-delay: 4111ms;
  animation-delay: 4111ms; }

.delay-4112 {
  -webkit-animation-delay: 4112ms;
  -moz-animation-delay: 4112ms;
  -o-animation-delay: 4112ms;
  animation-delay: 4112ms; }

.delay-4113 {
  -webkit-animation-delay: 4113ms;
  -moz-animation-delay: 4113ms;
  -o-animation-delay: 4113ms;
  animation-delay: 4113ms; }

.delay-4114 {
  -webkit-animation-delay: 4114ms;
  -moz-animation-delay: 4114ms;
  -o-animation-delay: 4114ms;
  animation-delay: 4114ms; }

.delay-4115 {
  -webkit-animation-delay: 4115ms;
  -moz-animation-delay: 4115ms;
  -o-animation-delay: 4115ms;
  animation-delay: 4115ms; }

.delay-4116 {
  -webkit-animation-delay: 4116ms;
  -moz-animation-delay: 4116ms;
  -o-animation-delay: 4116ms;
  animation-delay: 4116ms; }

.delay-4117 {
  -webkit-animation-delay: 4117ms;
  -moz-animation-delay: 4117ms;
  -o-animation-delay: 4117ms;
  animation-delay: 4117ms; }

.delay-4118 {
  -webkit-animation-delay: 4118ms;
  -moz-animation-delay: 4118ms;
  -o-animation-delay: 4118ms;
  animation-delay: 4118ms; }

.delay-4119 {
  -webkit-animation-delay: 4119ms;
  -moz-animation-delay: 4119ms;
  -o-animation-delay: 4119ms;
  animation-delay: 4119ms; }

.delay-4120 {
  -webkit-animation-delay: 4120ms;
  -moz-animation-delay: 4120ms;
  -o-animation-delay: 4120ms;
  animation-delay: 4120ms; }

.delay-4121 {
  -webkit-animation-delay: 4121ms;
  -moz-animation-delay: 4121ms;
  -o-animation-delay: 4121ms;
  animation-delay: 4121ms; }

.delay-4122 {
  -webkit-animation-delay: 4122ms;
  -moz-animation-delay: 4122ms;
  -o-animation-delay: 4122ms;
  animation-delay: 4122ms; }

.delay-4123 {
  -webkit-animation-delay: 4123ms;
  -moz-animation-delay: 4123ms;
  -o-animation-delay: 4123ms;
  animation-delay: 4123ms; }

.delay-4124 {
  -webkit-animation-delay: 4124ms;
  -moz-animation-delay: 4124ms;
  -o-animation-delay: 4124ms;
  animation-delay: 4124ms; }

.delay-4125 {
  -webkit-animation-delay: 4125ms;
  -moz-animation-delay: 4125ms;
  -o-animation-delay: 4125ms;
  animation-delay: 4125ms; }

.delay-4126 {
  -webkit-animation-delay: 4126ms;
  -moz-animation-delay: 4126ms;
  -o-animation-delay: 4126ms;
  animation-delay: 4126ms; }

.delay-4127 {
  -webkit-animation-delay: 4127ms;
  -moz-animation-delay: 4127ms;
  -o-animation-delay: 4127ms;
  animation-delay: 4127ms; }

.delay-4128 {
  -webkit-animation-delay: 4128ms;
  -moz-animation-delay: 4128ms;
  -o-animation-delay: 4128ms;
  animation-delay: 4128ms; }

.delay-4129 {
  -webkit-animation-delay: 4129ms;
  -moz-animation-delay: 4129ms;
  -o-animation-delay: 4129ms;
  animation-delay: 4129ms; }

.delay-4130 {
  -webkit-animation-delay: 4130ms;
  -moz-animation-delay: 4130ms;
  -o-animation-delay: 4130ms;
  animation-delay: 4130ms; }

.delay-4131 {
  -webkit-animation-delay: 4131ms;
  -moz-animation-delay: 4131ms;
  -o-animation-delay: 4131ms;
  animation-delay: 4131ms; }

.delay-4132 {
  -webkit-animation-delay: 4132ms;
  -moz-animation-delay: 4132ms;
  -o-animation-delay: 4132ms;
  animation-delay: 4132ms; }

.delay-4133 {
  -webkit-animation-delay: 4133ms;
  -moz-animation-delay: 4133ms;
  -o-animation-delay: 4133ms;
  animation-delay: 4133ms; }

.delay-4134 {
  -webkit-animation-delay: 4134ms;
  -moz-animation-delay: 4134ms;
  -o-animation-delay: 4134ms;
  animation-delay: 4134ms; }

.delay-4135 {
  -webkit-animation-delay: 4135ms;
  -moz-animation-delay: 4135ms;
  -o-animation-delay: 4135ms;
  animation-delay: 4135ms; }

.delay-4136 {
  -webkit-animation-delay: 4136ms;
  -moz-animation-delay: 4136ms;
  -o-animation-delay: 4136ms;
  animation-delay: 4136ms; }

.delay-4137 {
  -webkit-animation-delay: 4137ms;
  -moz-animation-delay: 4137ms;
  -o-animation-delay: 4137ms;
  animation-delay: 4137ms; }

.delay-4138 {
  -webkit-animation-delay: 4138ms;
  -moz-animation-delay: 4138ms;
  -o-animation-delay: 4138ms;
  animation-delay: 4138ms; }

.delay-4139 {
  -webkit-animation-delay: 4139ms;
  -moz-animation-delay: 4139ms;
  -o-animation-delay: 4139ms;
  animation-delay: 4139ms; }

.delay-4140 {
  -webkit-animation-delay: 4140ms;
  -moz-animation-delay: 4140ms;
  -o-animation-delay: 4140ms;
  animation-delay: 4140ms; }

.delay-4141 {
  -webkit-animation-delay: 4141ms;
  -moz-animation-delay: 4141ms;
  -o-animation-delay: 4141ms;
  animation-delay: 4141ms; }

.delay-4142 {
  -webkit-animation-delay: 4142ms;
  -moz-animation-delay: 4142ms;
  -o-animation-delay: 4142ms;
  animation-delay: 4142ms; }

.delay-4143 {
  -webkit-animation-delay: 4143ms;
  -moz-animation-delay: 4143ms;
  -o-animation-delay: 4143ms;
  animation-delay: 4143ms; }

.delay-4144 {
  -webkit-animation-delay: 4144ms;
  -moz-animation-delay: 4144ms;
  -o-animation-delay: 4144ms;
  animation-delay: 4144ms; }

.delay-4145 {
  -webkit-animation-delay: 4145ms;
  -moz-animation-delay: 4145ms;
  -o-animation-delay: 4145ms;
  animation-delay: 4145ms; }

.delay-4146 {
  -webkit-animation-delay: 4146ms;
  -moz-animation-delay: 4146ms;
  -o-animation-delay: 4146ms;
  animation-delay: 4146ms; }

.delay-4147 {
  -webkit-animation-delay: 4147ms;
  -moz-animation-delay: 4147ms;
  -o-animation-delay: 4147ms;
  animation-delay: 4147ms; }

.delay-4148 {
  -webkit-animation-delay: 4148ms;
  -moz-animation-delay: 4148ms;
  -o-animation-delay: 4148ms;
  animation-delay: 4148ms; }

.delay-4149 {
  -webkit-animation-delay: 4149ms;
  -moz-animation-delay: 4149ms;
  -o-animation-delay: 4149ms;
  animation-delay: 4149ms; }

.delay-4150 {
  -webkit-animation-delay: 4150ms;
  -moz-animation-delay: 4150ms;
  -o-animation-delay: 4150ms;
  animation-delay: 4150ms; }

.delay-4151 {
  -webkit-animation-delay: 4151ms;
  -moz-animation-delay: 4151ms;
  -o-animation-delay: 4151ms;
  animation-delay: 4151ms; }

.delay-4152 {
  -webkit-animation-delay: 4152ms;
  -moz-animation-delay: 4152ms;
  -o-animation-delay: 4152ms;
  animation-delay: 4152ms; }

.delay-4153 {
  -webkit-animation-delay: 4153ms;
  -moz-animation-delay: 4153ms;
  -o-animation-delay: 4153ms;
  animation-delay: 4153ms; }

.delay-4154 {
  -webkit-animation-delay: 4154ms;
  -moz-animation-delay: 4154ms;
  -o-animation-delay: 4154ms;
  animation-delay: 4154ms; }

.delay-4155 {
  -webkit-animation-delay: 4155ms;
  -moz-animation-delay: 4155ms;
  -o-animation-delay: 4155ms;
  animation-delay: 4155ms; }

.delay-4156 {
  -webkit-animation-delay: 4156ms;
  -moz-animation-delay: 4156ms;
  -o-animation-delay: 4156ms;
  animation-delay: 4156ms; }

.delay-4157 {
  -webkit-animation-delay: 4157ms;
  -moz-animation-delay: 4157ms;
  -o-animation-delay: 4157ms;
  animation-delay: 4157ms; }

.delay-4158 {
  -webkit-animation-delay: 4158ms;
  -moz-animation-delay: 4158ms;
  -o-animation-delay: 4158ms;
  animation-delay: 4158ms; }

.delay-4159 {
  -webkit-animation-delay: 4159ms;
  -moz-animation-delay: 4159ms;
  -o-animation-delay: 4159ms;
  animation-delay: 4159ms; }

.delay-4160 {
  -webkit-animation-delay: 4160ms;
  -moz-animation-delay: 4160ms;
  -o-animation-delay: 4160ms;
  animation-delay: 4160ms; }

.delay-4161 {
  -webkit-animation-delay: 4161ms;
  -moz-animation-delay: 4161ms;
  -o-animation-delay: 4161ms;
  animation-delay: 4161ms; }

.delay-4162 {
  -webkit-animation-delay: 4162ms;
  -moz-animation-delay: 4162ms;
  -o-animation-delay: 4162ms;
  animation-delay: 4162ms; }

.delay-4163 {
  -webkit-animation-delay: 4163ms;
  -moz-animation-delay: 4163ms;
  -o-animation-delay: 4163ms;
  animation-delay: 4163ms; }

.delay-4164 {
  -webkit-animation-delay: 4164ms;
  -moz-animation-delay: 4164ms;
  -o-animation-delay: 4164ms;
  animation-delay: 4164ms; }

.delay-4165 {
  -webkit-animation-delay: 4165ms;
  -moz-animation-delay: 4165ms;
  -o-animation-delay: 4165ms;
  animation-delay: 4165ms; }

.delay-4166 {
  -webkit-animation-delay: 4166ms;
  -moz-animation-delay: 4166ms;
  -o-animation-delay: 4166ms;
  animation-delay: 4166ms; }

.delay-4167 {
  -webkit-animation-delay: 4167ms;
  -moz-animation-delay: 4167ms;
  -o-animation-delay: 4167ms;
  animation-delay: 4167ms; }

.delay-4168 {
  -webkit-animation-delay: 4168ms;
  -moz-animation-delay: 4168ms;
  -o-animation-delay: 4168ms;
  animation-delay: 4168ms; }

.delay-4169 {
  -webkit-animation-delay: 4169ms;
  -moz-animation-delay: 4169ms;
  -o-animation-delay: 4169ms;
  animation-delay: 4169ms; }

.delay-4170 {
  -webkit-animation-delay: 4170ms;
  -moz-animation-delay: 4170ms;
  -o-animation-delay: 4170ms;
  animation-delay: 4170ms; }

.delay-4171 {
  -webkit-animation-delay: 4171ms;
  -moz-animation-delay: 4171ms;
  -o-animation-delay: 4171ms;
  animation-delay: 4171ms; }

.delay-4172 {
  -webkit-animation-delay: 4172ms;
  -moz-animation-delay: 4172ms;
  -o-animation-delay: 4172ms;
  animation-delay: 4172ms; }

.delay-4173 {
  -webkit-animation-delay: 4173ms;
  -moz-animation-delay: 4173ms;
  -o-animation-delay: 4173ms;
  animation-delay: 4173ms; }

.delay-4174 {
  -webkit-animation-delay: 4174ms;
  -moz-animation-delay: 4174ms;
  -o-animation-delay: 4174ms;
  animation-delay: 4174ms; }

.delay-4175 {
  -webkit-animation-delay: 4175ms;
  -moz-animation-delay: 4175ms;
  -o-animation-delay: 4175ms;
  animation-delay: 4175ms; }

.delay-4176 {
  -webkit-animation-delay: 4176ms;
  -moz-animation-delay: 4176ms;
  -o-animation-delay: 4176ms;
  animation-delay: 4176ms; }

.delay-4177 {
  -webkit-animation-delay: 4177ms;
  -moz-animation-delay: 4177ms;
  -o-animation-delay: 4177ms;
  animation-delay: 4177ms; }

.delay-4178 {
  -webkit-animation-delay: 4178ms;
  -moz-animation-delay: 4178ms;
  -o-animation-delay: 4178ms;
  animation-delay: 4178ms; }

.delay-4179 {
  -webkit-animation-delay: 4179ms;
  -moz-animation-delay: 4179ms;
  -o-animation-delay: 4179ms;
  animation-delay: 4179ms; }

.delay-4180 {
  -webkit-animation-delay: 4180ms;
  -moz-animation-delay: 4180ms;
  -o-animation-delay: 4180ms;
  animation-delay: 4180ms; }

.delay-4181 {
  -webkit-animation-delay: 4181ms;
  -moz-animation-delay: 4181ms;
  -o-animation-delay: 4181ms;
  animation-delay: 4181ms; }

.delay-4182 {
  -webkit-animation-delay: 4182ms;
  -moz-animation-delay: 4182ms;
  -o-animation-delay: 4182ms;
  animation-delay: 4182ms; }

.delay-4183 {
  -webkit-animation-delay: 4183ms;
  -moz-animation-delay: 4183ms;
  -o-animation-delay: 4183ms;
  animation-delay: 4183ms; }

.delay-4184 {
  -webkit-animation-delay: 4184ms;
  -moz-animation-delay: 4184ms;
  -o-animation-delay: 4184ms;
  animation-delay: 4184ms; }

.delay-4185 {
  -webkit-animation-delay: 4185ms;
  -moz-animation-delay: 4185ms;
  -o-animation-delay: 4185ms;
  animation-delay: 4185ms; }

.delay-4186 {
  -webkit-animation-delay: 4186ms;
  -moz-animation-delay: 4186ms;
  -o-animation-delay: 4186ms;
  animation-delay: 4186ms; }

.delay-4187 {
  -webkit-animation-delay: 4187ms;
  -moz-animation-delay: 4187ms;
  -o-animation-delay: 4187ms;
  animation-delay: 4187ms; }

.delay-4188 {
  -webkit-animation-delay: 4188ms;
  -moz-animation-delay: 4188ms;
  -o-animation-delay: 4188ms;
  animation-delay: 4188ms; }

.delay-4189 {
  -webkit-animation-delay: 4189ms;
  -moz-animation-delay: 4189ms;
  -o-animation-delay: 4189ms;
  animation-delay: 4189ms; }

.delay-4190 {
  -webkit-animation-delay: 4190ms;
  -moz-animation-delay: 4190ms;
  -o-animation-delay: 4190ms;
  animation-delay: 4190ms; }

.delay-4191 {
  -webkit-animation-delay: 4191ms;
  -moz-animation-delay: 4191ms;
  -o-animation-delay: 4191ms;
  animation-delay: 4191ms; }

.delay-4192 {
  -webkit-animation-delay: 4192ms;
  -moz-animation-delay: 4192ms;
  -o-animation-delay: 4192ms;
  animation-delay: 4192ms; }

.delay-4193 {
  -webkit-animation-delay: 4193ms;
  -moz-animation-delay: 4193ms;
  -o-animation-delay: 4193ms;
  animation-delay: 4193ms; }

.delay-4194 {
  -webkit-animation-delay: 4194ms;
  -moz-animation-delay: 4194ms;
  -o-animation-delay: 4194ms;
  animation-delay: 4194ms; }

.delay-4195 {
  -webkit-animation-delay: 4195ms;
  -moz-animation-delay: 4195ms;
  -o-animation-delay: 4195ms;
  animation-delay: 4195ms; }

.delay-4196 {
  -webkit-animation-delay: 4196ms;
  -moz-animation-delay: 4196ms;
  -o-animation-delay: 4196ms;
  animation-delay: 4196ms; }

.delay-4197 {
  -webkit-animation-delay: 4197ms;
  -moz-animation-delay: 4197ms;
  -o-animation-delay: 4197ms;
  animation-delay: 4197ms; }

.delay-4198 {
  -webkit-animation-delay: 4198ms;
  -moz-animation-delay: 4198ms;
  -o-animation-delay: 4198ms;
  animation-delay: 4198ms; }

.delay-4199 {
  -webkit-animation-delay: 4199ms;
  -moz-animation-delay: 4199ms;
  -o-animation-delay: 4199ms;
  animation-delay: 4199ms; }

.delay-4200 {
  -webkit-animation-delay: 4200ms;
  -moz-animation-delay: 4200ms;
  -o-animation-delay: 4200ms;
  animation-delay: 4200ms; }

.delay-4201 {
  -webkit-animation-delay: 4201ms;
  -moz-animation-delay: 4201ms;
  -o-animation-delay: 4201ms;
  animation-delay: 4201ms; }

.delay-4202 {
  -webkit-animation-delay: 4202ms;
  -moz-animation-delay: 4202ms;
  -o-animation-delay: 4202ms;
  animation-delay: 4202ms; }

.delay-4203 {
  -webkit-animation-delay: 4203ms;
  -moz-animation-delay: 4203ms;
  -o-animation-delay: 4203ms;
  animation-delay: 4203ms; }

.delay-4204 {
  -webkit-animation-delay: 4204ms;
  -moz-animation-delay: 4204ms;
  -o-animation-delay: 4204ms;
  animation-delay: 4204ms; }

.delay-4205 {
  -webkit-animation-delay: 4205ms;
  -moz-animation-delay: 4205ms;
  -o-animation-delay: 4205ms;
  animation-delay: 4205ms; }

.delay-4206 {
  -webkit-animation-delay: 4206ms;
  -moz-animation-delay: 4206ms;
  -o-animation-delay: 4206ms;
  animation-delay: 4206ms; }

.delay-4207 {
  -webkit-animation-delay: 4207ms;
  -moz-animation-delay: 4207ms;
  -o-animation-delay: 4207ms;
  animation-delay: 4207ms; }

.delay-4208 {
  -webkit-animation-delay: 4208ms;
  -moz-animation-delay: 4208ms;
  -o-animation-delay: 4208ms;
  animation-delay: 4208ms; }

.delay-4209 {
  -webkit-animation-delay: 4209ms;
  -moz-animation-delay: 4209ms;
  -o-animation-delay: 4209ms;
  animation-delay: 4209ms; }

.delay-4210 {
  -webkit-animation-delay: 4210ms;
  -moz-animation-delay: 4210ms;
  -o-animation-delay: 4210ms;
  animation-delay: 4210ms; }

.delay-4211 {
  -webkit-animation-delay: 4211ms;
  -moz-animation-delay: 4211ms;
  -o-animation-delay: 4211ms;
  animation-delay: 4211ms; }

.delay-4212 {
  -webkit-animation-delay: 4212ms;
  -moz-animation-delay: 4212ms;
  -o-animation-delay: 4212ms;
  animation-delay: 4212ms; }

.delay-4213 {
  -webkit-animation-delay: 4213ms;
  -moz-animation-delay: 4213ms;
  -o-animation-delay: 4213ms;
  animation-delay: 4213ms; }

.delay-4214 {
  -webkit-animation-delay: 4214ms;
  -moz-animation-delay: 4214ms;
  -o-animation-delay: 4214ms;
  animation-delay: 4214ms; }

.delay-4215 {
  -webkit-animation-delay: 4215ms;
  -moz-animation-delay: 4215ms;
  -o-animation-delay: 4215ms;
  animation-delay: 4215ms; }

.delay-4216 {
  -webkit-animation-delay: 4216ms;
  -moz-animation-delay: 4216ms;
  -o-animation-delay: 4216ms;
  animation-delay: 4216ms; }

.delay-4217 {
  -webkit-animation-delay: 4217ms;
  -moz-animation-delay: 4217ms;
  -o-animation-delay: 4217ms;
  animation-delay: 4217ms; }

.delay-4218 {
  -webkit-animation-delay: 4218ms;
  -moz-animation-delay: 4218ms;
  -o-animation-delay: 4218ms;
  animation-delay: 4218ms; }

.delay-4219 {
  -webkit-animation-delay: 4219ms;
  -moz-animation-delay: 4219ms;
  -o-animation-delay: 4219ms;
  animation-delay: 4219ms; }

.delay-4220 {
  -webkit-animation-delay: 4220ms;
  -moz-animation-delay: 4220ms;
  -o-animation-delay: 4220ms;
  animation-delay: 4220ms; }

.delay-4221 {
  -webkit-animation-delay: 4221ms;
  -moz-animation-delay: 4221ms;
  -o-animation-delay: 4221ms;
  animation-delay: 4221ms; }

.delay-4222 {
  -webkit-animation-delay: 4222ms;
  -moz-animation-delay: 4222ms;
  -o-animation-delay: 4222ms;
  animation-delay: 4222ms; }

.delay-4223 {
  -webkit-animation-delay: 4223ms;
  -moz-animation-delay: 4223ms;
  -o-animation-delay: 4223ms;
  animation-delay: 4223ms; }

.delay-4224 {
  -webkit-animation-delay: 4224ms;
  -moz-animation-delay: 4224ms;
  -o-animation-delay: 4224ms;
  animation-delay: 4224ms; }

.delay-4225 {
  -webkit-animation-delay: 4225ms;
  -moz-animation-delay: 4225ms;
  -o-animation-delay: 4225ms;
  animation-delay: 4225ms; }

.delay-4226 {
  -webkit-animation-delay: 4226ms;
  -moz-animation-delay: 4226ms;
  -o-animation-delay: 4226ms;
  animation-delay: 4226ms; }

.delay-4227 {
  -webkit-animation-delay: 4227ms;
  -moz-animation-delay: 4227ms;
  -o-animation-delay: 4227ms;
  animation-delay: 4227ms; }

.delay-4228 {
  -webkit-animation-delay: 4228ms;
  -moz-animation-delay: 4228ms;
  -o-animation-delay: 4228ms;
  animation-delay: 4228ms; }

.delay-4229 {
  -webkit-animation-delay: 4229ms;
  -moz-animation-delay: 4229ms;
  -o-animation-delay: 4229ms;
  animation-delay: 4229ms; }

.delay-4230 {
  -webkit-animation-delay: 4230ms;
  -moz-animation-delay: 4230ms;
  -o-animation-delay: 4230ms;
  animation-delay: 4230ms; }

.delay-4231 {
  -webkit-animation-delay: 4231ms;
  -moz-animation-delay: 4231ms;
  -o-animation-delay: 4231ms;
  animation-delay: 4231ms; }

.delay-4232 {
  -webkit-animation-delay: 4232ms;
  -moz-animation-delay: 4232ms;
  -o-animation-delay: 4232ms;
  animation-delay: 4232ms; }

.delay-4233 {
  -webkit-animation-delay: 4233ms;
  -moz-animation-delay: 4233ms;
  -o-animation-delay: 4233ms;
  animation-delay: 4233ms; }

.delay-4234 {
  -webkit-animation-delay: 4234ms;
  -moz-animation-delay: 4234ms;
  -o-animation-delay: 4234ms;
  animation-delay: 4234ms; }

.delay-4235 {
  -webkit-animation-delay: 4235ms;
  -moz-animation-delay: 4235ms;
  -o-animation-delay: 4235ms;
  animation-delay: 4235ms; }

.delay-4236 {
  -webkit-animation-delay: 4236ms;
  -moz-animation-delay: 4236ms;
  -o-animation-delay: 4236ms;
  animation-delay: 4236ms; }

.delay-4237 {
  -webkit-animation-delay: 4237ms;
  -moz-animation-delay: 4237ms;
  -o-animation-delay: 4237ms;
  animation-delay: 4237ms; }

.delay-4238 {
  -webkit-animation-delay: 4238ms;
  -moz-animation-delay: 4238ms;
  -o-animation-delay: 4238ms;
  animation-delay: 4238ms; }

.delay-4239 {
  -webkit-animation-delay: 4239ms;
  -moz-animation-delay: 4239ms;
  -o-animation-delay: 4239ms;
  animation-delay: 4239ms; }

.delay-4240 {
  -webkit-animation-delay: 4240ms;
  -moz-animation-delay: 4240ms;
  -o-animation-delay: 4240ms;
  animation-delay: 4240ms; }

.delay-4241 {
  -webkit-animation-delay: 4241ms;
  -moz-animation-delay: 4241ms;
  -o-animation-delay: 4241ms;
  animation-delay: 4241ms; }

.delay-4242 {
  -webkit-animation-delay: 4242ms;
  -moz-animation-delay: 4242ms;
  -o-animation-delay: 4242ms;
  animation-delay: 4242ms; }

.delay-4243 {
  -webkit-animation-delay: 4243ms;
  -moz-animation-delay: 4243ms;
  -o-animation-delay: 4243ms;
  animation-delay: 4243ms; }

.delay-4244 {
  -webkit-animation-delay: 4244ms;
  -moz-animation-delay: 4244ms;
  -o-animation-delay: 4244ms;
  animation-delay: 4244ms; }

.delay-4245 {
  -webkit-animation-delay: 4245ms;
  -moz-animation-delay: 4245ms;
  -o-animation-delay: 4245ms;
  animation-delay: 4245ms; }

.delay-4246 {
  -webkit-animation-delay: 4246ms;
  -moz-animation-delay: 4246ms;
  -o-animation-delay: 4246ms;
  animation-delay: 4246ms; }

.delay-4247 {
  -webkit-animation-delay: 4247ms;
  -moz-animation-delay: 4247ms;
  -o-animation-delay: 4247ms;
  animation-delay: 4247ms; }

.delay-4248 {
  -webkit-animation-delay: 4248ms;
  -moz-animation-delay: 4248ms;
  -o-animation-delay: 4248ms;
  animation-delay: 4248ms; }

.delay-4249 {
  -webkit-animation-delay: 4249ms;
  -moz-animation-delay: 4249ms;
  -o-animation-delay: 4249ms;
  animation-delay: 4249ms; }

.delay-4250 {
  -webkit-animation-delay: 4250ms;
  -moz-animation-delay: 4250ms;
  -o-animation-delay: 4250ms;
  animation-delay: 4250ms; }

.delay-4251 {
  -webkit-animation-delay: 4251ms;
  -moz-animation-delay: 4251ms;
  -o-animation-delay: 4251ms;
  animation-delay: 4251ms; }

.delay-4252 {
  -webkit-animation-delay: 4252ms;
  -moz-animation-delay: 4252ms;
  -o-animation-delay: 4252ms;
  animation-delay: 4252ms; }

.delay-4253 {
  -webkit-animation-delay: 4253ms;
  -moz-animation-delay: 4253ms;
  -o-animation-delay: 4253ms;
  animation-delay: 4253ms; }

.delay-4254 {
  -webkit-animation-delay: 4254ms;
  -moz-animation-delay: 4254ms;
  -o-animation-delay: 4254ms;
  animation-delay: 4254ms; }

.delay-4255 {
  -webkit-animation-delay: 4255ms;
  -moz-animation-delay: 4255ms;
  -o-animation-delay: 4255ms;
  animation-delay: 4255ms; }

.delay-4256 {
  -webkit-animation-delay: 4256ms;
  -moz-animation-delay: 4256ms;
  -o-animation-delay: 4256ms;
  animation-delay: 4256ms; }

.delay-4257 {
  -webkit-animation-delay: 4257ms;
  -moz-animation-delay: 4257ms;
  -o-animation-delay: 4257ms;
  animation-delay: 4257ms; }

.delay-4258 {
  -webkit-animation-delay: 4258ms;
  -moz-animation-delay: 4258ms;
  -o-animation-delay: 4258ms;
  animation-delay: 4258ms; }

.delay-4259 {
  -webkit-animation-delay: 4259ms;
  -moz-animation-delay: 4259ms;
  -o-animation-delay: 4259ms;
  animation-delay: 4259ms; }

.delay-4260 {
  -webkit-animation-delay: 4260ms;
  -moz-animation-delay: 4260ms;
  -o-animation-delay: 4260ms;
  animation-delay: 4260ms; }

.delay-4261 {
  -webkit-animation-delay: 4261ms;
  -moz-animation-delay: 4261ms;
  -o-animation-delay: 4261ms;
  animation-delay: 4261ms; }

.delay-4262 {
  -webkit-animation-delay: 4262ms;
  -moz-animation-delay: 4262ms;
  -o-animation-delay: 4262ms;
  animation-delay: 4262ms; }

.delay-4263 {
  -webkit-animation-delay: 4263ms;
  -moz-animation-delay: 4263ms;
  -o-animation-delay: 4263ms;
  animation-delay: 4263ms; }

.delay-4264 {
  -webkit-animation-delay: 4264ms;
  -moz-animation-delay: 4264ms;
  -o-animation-delay: 4264ms;
  animation-delay: 4264ms; }

.delay-4265 {
  -webkit-animation-delay: 4265ms;
  -moz-animation-delay: 4265ms;
  -o-animation-delay: 4265ms;
  animation-delay: 4265ms; }

.delay-4266 {
  -webkit-animation-delay: 4266ms;
  -moz-animation-delay: 4266ms;
  -o-animation-delay: 4266ms;
  animation-delay: 4266ms; }

.delay-4267 {
  -webkit-animation-delay: 4267ms;
  -moz-animation-delay: 4267ms;
  -o-animation-delay: 4267ms;
  animation-delay: 4267ms; }

.delay-4268 {
  -webkit-animation-delay: 4268ms;
  -moz-animation-delay: 4268ms;
  -o-animation-delay: 4268ms;
  animation-delay: 4268ms; }

.delay-4269 {
  -webkit-animation-delay: 4269ms;
  -moz-animation-delay: 4269ms;
  -o-animation-delay: 4269ms;
  animation-delay: 4269ms; }

.delay-4270 {
  -webkit-animation-delay: 4270ms;
  -moz-animation-delay: 4270ms;
  -o-animation-delay: 4270ms;
  animation-delay: 4270ms; }

.delay-4271 {
  -webkit-animation-delay: 4271ms;
  -moz-animation-delay: 4271ms;
  -o-animation-delay: 4271ms;
  animation-delay: 4271ms; }

.delay-4272 {
  -webkit-animation-delay: 4272ms;
  -moz-animation-delay: 4272ms;
  -o-animation-delay: 4272ms;
  animation-delay: 4272ms; }

.delay-4273 {
  -webkit-animation-delay: 4273ms;
  -moz-animation-delay: 4273ms;
  -o-animation-delay: 4273ms;
  animation-delay: 4273ms; }

.delay-4274 {
  -webkit-animation-delay: 4274ms;
  -moz-animation-delay: 4274ms;
  -o-animation-delay: 4274ms;
  animation-delay: 4274ms; }

.delay-4275 {
  -webkit-animation-delay: 4275ms;
  -moz-animation-delay: 4275ms;
  -o-animation-delay: 4275ms;
  animation-delay: 4275ms; }

.delay-4276 {
  -webkit-animation-delay: 4276ms;
  -moz-animation-delay: 4276ms;
  -o-animation-delay: 4276ms;
  animation-delay: 4276ms; }

.delay-4277 {
  -webkit-animation-delay: 4277ms;
  -moz-animation-delay: 4277ms;
  -o-animation-delay: 4277ms;
  animation-delay: 4277ms; }

.delay-4278 {
  -webkit-animation-delay: 4278ms;
  -moz-animation-delay: 4278ms;
  -o-animation-delay: 4278ms;
  animation-delay: 4278ms; }

.delay-4279 {
  -webkit-animation-delay: 4279ms;
  -moz-animation-delay: 4279ms;
  -o-animation-delay: 4279ms;
  animation-delay: 4279ms; }

.delay-4280 {
  -webkit-animation-delay: 4280ms;
  -moz-animation-delay: 4280ms;
  -o-animation-delay: 4280ms;
  animation-delay: 4280ms; }

.delay-4281 {
  -webkit-animation-delay: 4281ms;
  -moz-animation-delay: 4281ms;
  -o-animation-delay: 4281ms;
  animation-delay: 4281ms; }

.delay-4282 {
  -webkit-animation-delay: 4282ms;
  -moz-animation-delay: 4282ms;
  -o-animation-delay: 4282ms;
  animation-delay: 4282ms; }

.delay-4283 {
  -webkit-animation-delay: 4283ms;
  -moz-animation-delay: 4283ms;
  -o-animation-delay: 4283ms;
  animation-delay: 4283ms; }

.delay-4284 {
  -webkit-animation-delay: 4284ms;
  -moz-animation-delay: 4284ms;
  -o-animation-delay: 4284ms;
  animation-delay: 4284ms; }

.delay-4285 {
  -webkit-animation-delay: 4285ms;
  -moz-animation-delay: 4285ms;
  -o-animation-delay: 4285ms;
  animation-delay: 4285ms; }

.delay-4286 {
  -webkit-animation-delay: 4286ms;
  -moz-animation-delay: 4286ms;
  -o-animation-delay: 4286ms;
  animation-delay: 4286ms; }

.delay-4287 {
  -webkit-animation-delay: 4287ms;
  -moz-animation-delay: 4287ms;
  -o-animation-delay: 4287ms;
  animation-delay: 4287ms; }

.delay-4288 {
  -webkit-animation-delay: 4288ms;
  -moz-animation-delay: 4288ms;
  -o-animation-delay: 4288ms;
  animation-delay: 4288ms; }

.delay-4289 {
  -webkit-animation-delay: 4289ms;
  -moz-animation-delay: 4289ms;
  -o-animation-delay: 4289ms;
  animation-delay: 4289ms; }

.delay-4290 {
  -webkit-animation-delay: 4290ms;
  -moz-animation-delay: 4290ms;
  -o-animation-delay: 4290ms;
  animation-delay: 4290ms; }

.delay-4291 {
  -webkit-animation-delay: 4291ms;
  -moz-animation-delay: 4291ms;
  -o-animation-delay: 4291ms;
  animation-delay: 4291ms; }

.delay-4292 {
  -webkit-animation-delay: 4292ms;
  -moz-animation-delay: 4292ms;
  -o-animation-delay: 4292ms;
  animation-delay: 4292ms; }

.delay-4293 {
  -webkit-animation-delay: 4293ms;
  -moz-animation-delay: 4293ms;
  -o-animation-delay: 4293ms;
  animation-delay: 4293ms; }

.delay-4294 {
  -webkit-animation-delay: 4294ms;
  -moz-animation-delay: 4294ms;
  -o-animation-delay: 4294ms;
  animation-delay: 4294ms; }

.delay-4295 {
  -webkit-animation-delay: 4295ms;
  -moz-animation-delay: 4295ms;
  -o-animation-delay: 4295ms;
  animation-delay: 4295ms; }

.delay-4296 {
  -webkit-animation-delay: 4296ms;
  -moz-animation-delay: 4296ms;
  -o-animation-delay: 4296ms;
  animation-delay: 4296ms; }

.delay-4297 {
  -webkit-animation-delay: 4297ms;
  -moz-animation-delay: 4297ms;
  -o-animation-delay: 4297ms;
  animation-delay: 4297ms; }

.delay-4298 {
  -webkit-animation-delay: 4298ms;
  -moz-animation-delay: 4298ms;
  -o-animation-delay: 4298ms;
  animation-delay: 4298ms; }

.delay-4299 {
  -webkit-animation-delay: 4299ms;
  -moz-animation-delay: 4299ms;
  -o-animation-delay: 4299ms;
  animation-delay: 4299ms; }

.delay-4300 {
  -webkit-animation-delay: 4300ms;
  -moz-animation-delay: 4300ms;
  -o-animation-delay: 4300ms;
  animation-delay: 4300ms; }

.delay-4301 {
  -webkit-animation-delay: 4301ms;
  -moz-animation-delay: 4301ms;
  -o-animation-delay: 4301ms;
  animation-delay: 4301ms; }

.delay-4302 {
  -webkit-animation-delay: 4302ms;
  -moz-animation-delay: 4302ms;
  -o-animation-delay: 4302ms;
  animation-delay: 4302ms; }

.delay-4303 {
  -webkit-animation-delay: 4303ms;
  -moz-animation-delay: 4303ms;
  -o-animation-delay: 4303ms;
  animation-delay: 4303ms; }

.delay-4304 {
  -webkit-animation-delay: 4304ms;
  -moz-animation-delay: 4304ms;
  -o-animation-delay: 4304ms;
  animation-delay: 4304ms; }

.delay-4305 {
  -webkit-animation-delay: 4305ms;
  -moz-animation-delay: 4305ms;
  -o-animation-delay: 4305ms;
  animation-delay: 4305ms; }

.delay-4306 {
  -webkit-animation-delay: 4306ms;
  -moz-animation-delay: 4306ms;
  -o-animation-delay: 4306ms;
  animation-delay: 4306ms; }

.delay-4307 {
  -webkit-animation-delay: 4307ms;
  -moz-animation-delay: 4307ms;
  -o-animation-delay: 4307ms;
  animation-delay: 4307ms; }

.delay-4308 {
  -webkit-animation-delay: 4308ms;
  -moz-animation-delay: 4308ms;
  -o-animation-delay: 4308ms;
  animation-delay: 4308ms; }

.delay-4309 {
  -webkit-animation-delay: 4309ms;
  -moz-animation-delay: 4309ms;
  -o-animation-delay: 4309ms;
  animation-delay: 4309ms; }

.delay-4310 {
  -webkit-animation-delay: 4310ms;
  -moz-animation-delay: 4310ms;
  -o-animation-delay: 4310ms;
  animation-delay: 4310ms; }

.delay-4311 {
  -webkit-animation-delay: 4311ms;
  -moz-animation-delay: 4311ms;
  -o-animation-delay: 4311ms;
  animation-delay: 4311ms; }

.delay-4312 {
  -webkit-animation-delay: 4312ms;
  -moz-animation-delay: 4312ms;
  -o-animation-delay: 4312ms;
  animation-delay: 4312ms; }

.delay-4313 {
  -webkit-animation-delay: 4313ms;
  -moz-animation-delay: 4313ms;
  -o-animation-delay: 4313ms;
  animation-delay: 4313ms; }

.delay-4314 {
  -webkit-animation-delay: 4314ms;
  -moz-animation-delay: 4314ms;
  -o-animation-delay: 4314ms;
  animation-delay: 4314ms; }

.delay-4315 {
  -webkit-animation-delay: 4315ms;
  -moz-animation-delay: 4315ms;
  -o-animation-delay: 4315ms;
  animation-delay: 4315ms; }

.delay-4316 {
  -webkit-animation-delay: 4316ms;
  -moz-animation-delay: 4316ms;
  -o-animation-delay: 4316ms;
  animation-delay: 4316ms; }

.delay-4317 {
  -webkit-animation-delay: 4317ms;
  -moz-animation-delay: 4317ms;
  -o-animation-delay: 4317ms;
  animation-delay: 4317ms; }

.delay-4318 {
  -webkit-animation-delay: 4318ms;
  -moz-animation-delay: 4318ms;
  -o-animation-delay: 4318ms;
  animation-delay: 4318ms; }

.delay-4319 {
  -webkit-animation-delay: 4319ms;
  -moz-animation-delay: 4319ms;
  -o-animation-delay: 4319ms;
  animation-delay: 4319ms; }

.delay-4320 {
  -webkit-animation-delay: 4320ms;
  -moz-animation-delay: 4320ms;
  -o-animation-delay: 4320ms;
  animation-delay: 4320ms; }

.delay-4321 {
  -webkit-animation-delay: 4321ms;
  -moz-animation-delay: 4321ms;
  -o-animation-delay: 4321ms;
  animation-delay: 4321ms; }

.delay-4322 {
  -webkit-animation-delay: 4322ms;
  -moz-animation-delay: 4322ms;
  -o-animation-delay: 4322ms;
  animation-delay: 4322ms; }

.delay-4323 {
  -webkit-animation-delay: 4323ms;
  -moz-animation-delay: 4323ms;
  -o-animation-delay: 4323ms;
  animation-delay: 4323ms; }

.delay-4324 {
  -webkit-animation-delay: 4324ms;
  -moz-animation-delay: 4324ms;
  -o-animation-delay: 4324ms;
  animation-delay: 4324ms; }

.delay-4325 {
  -webkit-animation-delay: 4325ms;
  -moz-animation-delay: 4325ms;
  -o-animation-delay: 4325ms;
  animation-delay: 4325ms; }

.delay-4326 {
  -webkit-animation-delay: 4326ms;
  -moz-animation-delay: 4326ms;
  -o-animation-delay: 4326ms;
  animation-delay: 4326ms; }

.delay-4327 {
  -webkit-animation-delay: 4327ms;
  -moz-animation-delay: 4327ms;
  -o-animation-delay: 4327ms;
  animation-delay: 4327ms; }

.delay-4328 {
  -webkit-animation-delay: 4328ms;
  -moz-animation-delay: 4328ms;
  -o-animation-delay: 4328ms;
  animation-delay: 4328ms; }

.delay-4329 {
  -webkit-animation-delay: 4329ms;
  -moz-animation-delay: 4329ms;
  -o-animation-delay: 4329ms;
  animation-delay: 4329ms; }

.delay-4330 {
  -webkit-animation-delay: 4330ms;
  -moz-animation-delay: 4330ms;
  -o-animation-delay: 4330ms;
  animation-delay: 4330ms; }

.delay-4331 {
  -webkit-animation-delay: 4331ms;
  -moz-animation-delay: 4331ms;
  -o-animation-delay: 4331ms;
  animation-delay: 4331ms; }

.delay-4332 {
  -webkit-animation-delay: 4332ms;
  -moz-animation-delay: 4332ms;
  -o-animation-delay: 4332ms;
  animation-delay: 4332ms; }

.delay-4333 {
  -webkit-animation-delay: 4333ms;
  -moz-animation-delay: 4333ms;
  -o-animation-delay: 4333ms;
  animation-delay: 4333ms; }

.delay-4334 {
  -webkit-animation-delay: 4334ms;
  -moz-animation-delay: 4334ms;
  -o-animation-delay: 4334ms;
  animation-delay: 4334ms; }

.delay-4335 {
  -webkit-animation-delay: 4335ms;
  -moz-animation-delay: 4335ms;
  -o-animation-delay: 4335ms;
  animation-delay: 4335ms; }

.delay-4336 {
  -webkit-animation-delay: 4336ms;
  -moz-animation-delay: 4336ms;
  -o-animation-delay: 4336ms;
  animation-delay: 4336ms; }

.delay-4337 {
  -webkit-animation-delay: 4337ms;
  -moz-animation-delay: 4337ms;
  -o-animation-delay: 4337ms;
  animation-delay: 4337ms; }

.delay-4338 {
  -webkit-animation-delay: 4338ms;
  -moz-animation-delay: 4338ms;
  -o-animation-delay: 4338ms;
  animation-delay: 4338ms; }

.delay-4339 {
  -webkit-animation-delay: 4339ms;
  -moz-animation-delay: 4339ms;
  -o-animation-delay: 4339ms;
  animation-delay: 4339ms; }

.delay-4340 {
  -webkit-animation-delay: 4340ms;
  -moz-animation-delay: 4340ms;
  -o-animation-delay: 4340ms;
  animation-delay: 4340ms; }

.delay-4341 {
  -webkit-animation-delay: 4341ms;
  -moz-animation-delay: 4341ms;
  -o-animation-delay: 4341ms;
  animation-delay: 4341ms; }

.delay-4342 {
  -webkit-animation-delay: 4342ms;
  -moz-animation-delay: 4342ms;
  -o-animation-delay: 4342ms;
  animation-delay: 4342ms; }

.delay-4343 {
  -webkit-animation-delay: 4343ms;
  -moz-animation-delay: 4343ms;
  -o-animation-delay: 4343ms;
  animation-delay: 4343ms; }

.delay-4344 {
  -webkit-animation-delay: 4344ms;
  -moz-animation-delay: 4344ms;
  -o-animation-delay: 4344ms;
  animation-delay: 4344ms; }

.delay-4345 {
  -webkit-animation-delay: 4345ms;
  -moz-animation-delay: 4345ms;
  -o-animation-delay: 4345ms;
  animation-delay: 4345ms; }

.delay-4346 {
  -webkit-animation-delay: 4346ms;
  -moz-animation-delay: 4346ms;
  -o-animation-delay: 4346ms;
  animation-delay: 4346ms; }

.delay-4347 {
  -webkit-animation-delay: 4347ms;
  -moz-animation-delay: 4347ms;
  -o-animation-delay: 4347ms;
  animation-delay: 4347ms; }

.delay-4348 {
  -webkit-animation-delay: 4348ms;
  -moz-animation-delay: 4348ms;
  -o-animation-delay: 4348ms;
  animation-delay: 4348ms; }

.delay-4349 {
  -webkit-animation-delay: 4349ms;
  -moz-animation-delay: 4349ms;
  -o-animation-delay: 4349ms;
  animation-delay: 4349ms; }

.delay-4350 {
  -webkit-animation-delay: 4350ms;
  -moz-animation-delay: 4350ms;
  -o-animation-delay: 4350ms;
  animation-delay: 4350ms; }

.delay-4351 {
  -webkit-animation-delay: 4351ms;
  -moz-animation-delay: 4351ms;
  -o-animation-delay: 4351ms;
  animation-delay: 4351ms; }

.delay-4352 {
  -webkit-animation-delay: 4352ms;
  -moz-animation-delay: 4352ms;
  -o-animation-delay: 4352ms;
  animation-delay: 4352ms; }

.delay-4353 {
  -webkit-animation-delay: 4353ms;
  -moz-animation-delay: 4353ms;
  -o-animation-delay: 4353ms;
  animation-delay: 4353ms; }

.delay-4354 {
  -webkit-animation-delay: 4354ms;
  -moz-animation-delay: 4354ms;
  -o-animation-delay: 4354ms;
  animation-delay: 4354ms; }

.delay-4355 {
  -webkit-animation-delay: 4355ms;
  -moz-animation-delay: 4355ms;
  -o-animation-delay: 4355ms;
  animation-delay: 4355ms; }

.delay-4356 {
  -webkit-animation-delay: 4356ms;
  -moz-animation-delay: 4356ms;
  -o-animation-delay: 4356ms;
  animation-delay: 4356ms; }

.delay-4357 {
  -webkit-animation-delay: 4357ms;
  -moz-animation-delay: 4357ms;
  -o-animation-delay: 4357ms;
  animation-delay: 4357ms; }

.delay-4358 {
  -webkit-animation-delay: 4358ms;
  -moz-animation-delay: 4358ms;
  -o-animation-delay: 4358ms;
  animation-delay: 4358ms; }

.delay-4359 {
  -webkit-animation-delay: 4359ms;
  -moz-animation-delay: 4359ms;
  -o-animation-delay: 4359ms;
  animation-delay: 4359ms; }

.delay-4360 {
  -webkit-animation-delay: 4360ms;
  -moz-animation-delay: 4360ms;
  -o-animation-delay: 4360ms;
  animation-delay: 4360ms; }

.delay-4361 {
  -webkit-animation-delay: 4361ms;
  -moz-animation-delay: 4361ms;
  -o-animation-delay: 4361ms;
  animation-delay: 4361ms; }

.delay-4362 {
  -webkit-animation-delay: 4362ms;
  -moz-animation-delay: 4362ms;
  -o-animation-delay: 4362ms;
  animation-delay: 4362ms; }

.delay-4363 {
  -webkit-animation-delay: 4363ms;
  -moz-animation-delay: 4363ms;
  -o-animation-delay: 4363ms;
  animation-delay: 4363ms; }

.delay-4364 {
  -webkit-animation-delay: 4364ms;
  -moz-animation-delay: 4364ms;
  -o-animation-delay: 4364ms;
  animation-delay: 4364ms; }

.delay-4365 {
  -webkit-animation-delay: 4365ms;
  -moz-animation-delay: 4365ms;
  -o-animation-delay: 4365ms;
  animation-delay: 4365ms; }

.delay-4366 {
  -webkit-animation-delay: 4366ms;
  -moz-animation-delay: 4366ms;
  -o-animation-delay: 4366ms;
  animation-delay: 4366ms; }

.delay-4367 {
  -webkit-animation-delay: 4367ms;
  -moz-animation-delay: 4367ms;
  -o-animation-delay: 4367ms;
  animation-delay: 4367ms; }

.delay-4368 {
  -webkit-animation-delay: 4368ms;
  -moz-animation-delay: 4368ms;
  -o-animation-delay: 4368ms;
  animation-delay: 4368ms; }

.delay-4369 {
  -webkit-animation-delay: 4369ms;
  -moz-animation-delay: 4369ms;
  -o-animation-delay: 4369ms;
  animation-delay: 4369ms; }

.delay-4370 {
  -webkit-animation-delay: 4370ms;
  -moz-animation-delay: 4370ms;
  -o-animation-delay: 4370ms;
  animation-delay: 4370ms; }

.delay-4371 {
  -webkit-animation-delay: 4371ms;
  -moz-animation-delay: 4371ms;
  -o-animation-delay: 4371ms;
  animation-delay: 4371ms; }

.delay-4372 {
  -webkit-animation-delay: 4372ms;
  -moz-animation-delay: 4372ms;
  -o-animation-delay: 4372ms;
  animation-delay: 4372ms; }

.delay-4373 {
  -webkit-animation-delay: 4373ms;
  -moz-animation-delay: 4373ms;
  -o-animation-delay: 4373ms;
  animation-delay: 4373ms; }

.delay-4374 {
  -webkit-animation-delay: 4374ms;
  -moz-animation-delay: 4374ms;
  -o-animation-delay: 4374ms;
  animation-delay: 4374ms; }

.delay-4375 {
  -webkit-animation-delay: 4375ms;
  -moz-animation-delay: 4375ms;
  -o-animation-delay: 4375ms;
  animation-delay: 4375ms; }

.delay-4376 {
  -webkit-animation-delay: 4376ms;
  -moz-animation-delay: 4376ms;
  -o-animation-delay: 4376ms;
  animation-delay: 4376ms; }

.delay-4377 {
  -webkit-animation-delay: 4377ms;
  -moz-animation-delay: 4377ms;
  -o-animation-delay: 4377ms;
  animation-delay: 4377ms; }

.delay-4378 {
  -webkit-animation-delay: 4378ms;
  -moz-animation-delay: 4378ms;
  -o-animation-delay: 4378ms;
  animation-delay: 4378ms; }

.delay-4379 {
  -webkit-animation-delay: 4379ms;
  -moz-animation-delay: 4379ms;
  -o-animation-delay: 4379ms;
  animation-delay: 4379ms; }

.delay-4380 {
  -webkit-animation-delay: 4380ms;
  -moz-animation-delay: 4380ms;
  -o-animation-delay: 4380ms;
  animation-delay: 4380ms; }

.delay-4381 {
  -webkit-animation-delay: 4381ms;
  -moz-animation-delay: 4381ms;
  -o-animation-delay: 4381ms;
  animation-delay: 4381ms; }

.delay-4382 {
  -webkit-animation-delay: 4382ms;
  -moz-animation-delay: 4382ms;
  -o-animation-delay: 4382ms;
  animation-delay: 4382ms; }

.delay-4383 {
  -webkit-animation-delay: 4383ms;
  -moz-animation-delay: 4383ms;
  -o-animation-delay: 4383ms;
  animation-delay: 4383ms; }

.delay-4384 {
  -webkit-animation-delay: 4384ms;
  -moz-animation-delay: 4384ms;
  -o-animation-delay: 4384ms;
  animation-delay: 4384ms; }

.delay-4385 {
  -webkit-animation-delay: 4385ms;
  -moz-animation-delay: 4385ms;
  -o-animation-delay: 4385ms;
  animation-delay: 4385ms; }

.delay-4386 {
  -webkit-animation-delay: 4386ms;
  -moz-animation-delay: 4386ms;
  -o-animation-delay: 4386ms;
  animation-delay: 4386ms; }

.delay-4387 {
  -webkit-animation-delay: 4387ms;
  -moz-animation-delay: 4387ms;
  -o-animation-delay: 4387ms;
  animation-delay: 4387ms; }

.delay-4388 {
  -webkit-animation-delay: 4388ms;
  -moz-animation-delay: 4388ms;
  -o-animation-delay: 4388ms;
  animation-delay: 4388ms; }

.delay-4389 {
  -webkit-animation-delay: 4389ms;
  -moz-animation-delay: 4389ms;
  -o-animation-delay: 4389ms;
  animation-delay: 4389ms; }

.delay-4390 {
  -webkit-animation-delay: 4390ms;
  -moz-animation-delay: 4390ms;
  -o-animation-delay: 4390ms;
  animation-delay: 4390ms; }

.delay-4391 {
  -webkit-animation-delay: 4391ms;
  -moz-animation-delay: 4391ms;
  -o-animation-delay: 4391ms;
  animation-delay: 4391ms; }

.delay-4392 {
  -webkit-animation-delay: 4392ms;
  -moz-animation-delay: 4392ms;
  -o-animation-delay: 4392ms;
  animation-delay: 4392ms; }

.delay-4393 {
  -webkit-animation-delay: 4393ms;
  -moz-animation-delay: 4393ms;
  -o-animation-delay: 4393ms;
  animation-delay: 4393ms; }

.delay-4394 {
  -webkit-animation-delay: 4394ms;
  -moz-animation-delay: 4394ms;
  -o-animation-delay: 4394ms;
  animation-delay: 4394ms; }

.delay-4395 {
  -webkit-animation-delay: 4395ms;
  -moz-animation-delay: 4395ms;
  -o-animation-delay: 4395ms;
  animation-delay: 4395ms; }

.delay-4396 {
  -webkit-animation-delay: 4396ms;
  -moz-animation-delay: 4396ms;
  -o-animation-delay: 4396ms;
  animation-delay: 4396ms; }

.delay-4397 {
  -webkit-animation-delay: 4397ms;
  -moz-animation-delay: 4397ms;
  -o-animation-delay: 4397ms;
  animation-delay: 4397ms; }

.delay-4398 {
  -webkit-animation-delay: 4398ms;
  -moz-animation-delay: 4398ms;
  -o-animation-delay: 4398ms;
  animation-delay: 4398ms; }

.delay-4399 {
  -webkit-animation-delay: 4399ms;
  -moz-animation-delay: 4399ms;
  -o-animation-delay: 4399ms;
  animation-delay: 4399ms; }

.delay-4400 {
  -webkit-animation-delay: 4400ms;
  -moz-animation-delay: 4400ms;
  -o-animation-delay: 4400ms;
  animation-delay: 4400ms; }

.delay-4401 {
  -webkit-animation-delay: 4401ms;
  -moz-animation-delay: 4401ms;
  -o-animation-delay: 4401ms;
  animation-delay: 4401ms; }

.delay-4402 {
  -webkit-animation-delay: 4402ms;
  -moz-animation-delay: 4402ms;
  -o-animation-delay: 4402ms;
  animation-delay: 4402ms; }

.delay-4403 {
  -webkit-animation-delay: 4403ms;
  -moz-animation-delay: 4403ms;
  -o-animation-delay: 4403ms;
  animation-delay: 4403ms; }

.delay-4404 {
  -webkit-animation-delay: 4404ms;
  -moz-animation-delay: 4404ms;
  -o-animation-delay: 4404ms;
  animation-delay: 4404ms; }

.delay-4405 {
  -webkit-animation-delay: 4405ms;
  -moz-animation-delay: 4405ms;
  -o-animation-delay: 4405ms;
  animation-delay: 4405ms; }

.delay-4406 {
  -webkit-animation-delay: 4406ms;
  -moz-animation-delay: 4406ms;
  -o-animation-delay: 4406ms;
  animation-delay: 4406ms; }

.delay-4407 {
  -webkit-animation-delay: 4407ms;
  -moz-animation-delay: 4407ms;
  -o-animation-delay: 4407ms;
  animation-delay: 4407ms; }

.delay-4408 {
  -webkit-animation-delay: 4408ms;
  -moz-animation-delay: 4408ms;
  -o-animation-delay: 4408ms;
  animation-delay: 4408ms; }

.delay-4409 {
  -webkit-animation-delay: 4409ms;
  -moz-animation-delay: 4409ms;
  -o-animation-delay: 4409ms;
  animation-delay: 4409ms; }

.delay-4410 {
  -webkit-animation-delay: 4410ms;
  -moz-animation-delay: 4410ms;
  -o-animation-delay: 4410ms;
  animation-delay: 4410ms; }

.delay-4411 {
  -webkit-animation-delay: 4411ms;
  -moz-animation-delay: 4411ms;
  -o-animation-delay: 4411ms;
  animation-delay: 4411ms; }

.delay-4412 {
  -webkit-animation-delay: 4412ms;
  -moz-animation-delay: 4412ms;
  -o-animation-delay: 4412ms;
  animation-delay: 4412ms; }

.delay-4413 {
  -webkit-animation-delay: 4413ms;
  -moz-animation-delay: 4413ms;
  -o-animation-delay: 4413ms;
  animation-delay: 4413ms; }

.delay-4414 {
  -webkit-animation-delay: 4414ms;
  -moz-animation-delay: 4414ms;
  -o-animation-delay: 4414ms;
  animation-delay: 4414ms; }

.delay-4415 {
  -webkit-animation-delay: 4415ms;
  -moz-animation-delay: 4415ms;
  -o-animation-delay: 4415ms;
  animation-delay: 4415ms; }

.delay-4416 {
  -webkit-animation-delay: 4416ms;
  -moz-animation-delay: 4416ms;
  -o-animation-delay: 4416ms;
  animation-delay: 4416ms; }

.delay-4417 {
  -webkit-animation-delay: 4417ms;
  -moz-animation-delay: 4417ms;
  -o-animation-delay: 4417ms;
  animation-delay: 4417ms; }

.delay-4418 {
  -webkit-animation-delay: 4418ms;
  -moz-animation-delay: 4418ms;
  -o-animation-delay: 4418ms;
  animation-delay: 4418ms; }

.delay-4419 {
  -webkit-animation-delay: 4419ms;
  -moz-animation-delay: 4419ms;
  -o-animation-delay: 4419ms;
  animation-delay: 4419ms; }

.delay-4420 {
  -webkit-animation-delay: 4420ms;
  -moz-animation-delay: 4420ms;
  -o-animation-delay: 4420ms;
  animation-delay: 4420ms; }

.delay-4421 {
  -webkit-animation-delay: 4421ms;
  -moz-animation-delay: 4421ms;
  -o-animation-delay: 4421ms;
  animation-delay: 4421ms; }

.delay-4422 {
  -webkit-animation-delay: 4422ms;
  -moz-animation-delay: 4422ms;
  -o-animation-delay: 4422ms;
  animation-delay: 4422ms; }

.delay-4423 {
  -webkit-animation-delay: 4423ms;
  -moz-animation-delay: 4423ms;
  -o-animation-delay: 4423ms;
  animation-delay: 4423ms; }

.delay-4424 {
  -webkit-animation-delay: 4424ms;
  -moz-animation-delay: 4424ms;
  -o-animation-delay: 4424ms;
  animation-delay: 4424ms; }

.delay-4425 {
  -webkit-animation-delay: 4425ms;
  -moz-animation-delay: 4425ms;
  -o-animation-delay: 4425ms;
  animation-delay: 4425ms; }

.delay-4426 {
  -webkit-animation-delay: 4426ms;
  -moz-animation-delay: 4426ms;
  -o-animation-delay: 4426ms;
  animation-delay: 4426ms; }

.delay-4427 {
  -webkit-animation-delay: 4427ms;
  -moz-animation-delay: 4427ms;
  -o-animation-delay: 4427ms;
  animation-delay: 4427ms; }

.delay-4428 {
  -webkit-animation-delay: 4428ms;
  -moz-animation-delay: 4428ms;
  -o-animation-delay: 4428ms;
  animation-delay: 4428ms; }

.delay-4429 {
  -webkit-animation-delay: 4429ms;
  -moz-animation-delay: 4429ms;
  -o-animation-delay: 4429ms;
  animation-delay: 4429ms; }

.delay-4430 {
  -webkit-animation-delay: 4430ms;
  -moz-animation-delay: 4430ms;
  -o-animation-delay: 4430ms;
  animation-delay: 4430ms; }

.delay-4431 {
  -webkit-animation-delay: 4431ms;
  -moz-animation-delay: 4431ms;
  -o-animation-delay: 4431ms;
  animation-delay: 4431ms; }

.delay-4432 {
  -webkit-animation-delay: 4432ms;
  -moz-animation-delay: 4432ms;
  -o-animation-delay: 4432ms;
  animation-delay: 4432ms; }

.delay-4433 {
  -webkit-animation-delay: 4433ms;
  -moz-animation-delay: 4433ms;
  -o-animation-delay: 4433ms;
  animation-delay: 4433ms; }

.delay-4434 {
  -webkit-animation-delay: 4434ms;
  -moz-animation-delay: 4434ms;
  -o-animation-delay: 4434ms;
  animation-delay: 4434ms; }

.delay-4435 {
  -webkit-animation-delay: 4435ms;
  -moz-animation-delay: 4435ms;
  -o-animation-delay: 4435ms;
  animation-delay: 4435ms; }

.delay-4436 {
  -webkit-animation-delay: 4436ms;
  -moz-animation-delay: 4436ms;
  -o-animation-delay: 4436ms;
  animation-delay: 4436ms; }

.delay-4437 {
  -webkit-animation-delay: 4437ms;
  -moz-animation-delay: 4437ms;
  -o-animation-delay: 4437ms;
  animation-delay: 4437ms; }

.delay-4438 {
  -webkit-animation-delay: 4438ms;
  -moz-animation-delay: 4438ms;
  -o-animation-delay: 4438ms;
  animation-delay: 4438ms; }

.delay-4439 {
  -webkit-animation-delay: 4439ms;
  -moz-animation-delay: 4439ms;
  -o-animation-delay: 4439ms;
  animation-delay: 4439ms; }

.delay-4440 {
  -webkit-animation-delay: 4440ms;
  -moz-animation-delay: 4440ms;
  -o-animation-delay: 4440ms;
  animation-delay: 4440ms; }

.delay-4441 {
  -webkit-animation-delay: 4441ms;
  -moz-animation-delay: 4441ms;
  -o-animation-delay: 4441ms;
  animation-delay: 4441ms; }

.delay-4442 {
  -webkit-animation-delay: 4442ms;
  -moz-animation-delay: 4442ms;
  -o-animation-delay: 4442ms;
  animation-delay: 4442ms; }

.delay-4443 {
  -webkit-animation-delay: 4443ms;
  -moz-animation-delay: 4443ms;
  -o-animation-delay: 4443ms;
  animation-delay: 4443ms; }

.delay-4444 {
  -webkit-animation-delay: 4444ms;
  -moz-animation-delay: 4444ms;
  -o-animation-delay: 4444ms;
  animation-delay: 4444ms; }

.delay-4445 {
  -webkit-animation-delay: 4445ms;
  -moz-animation-delay: 4445ms;
  -o-animation-delay: 4445ms;
  animation-delay: 4445ms; }

.delay-4446 {
  -webkit-animation-delay: 4446ms;
  -moz-animation-delay: 4446ms;
  -o-animation-delay: 4446ms;
  animation-delay: 4446ms; }

.delay-4447 {
  -webkit-animation-delay: 4447ms;
  -moz-animation-delay: 4447ms;
  -o-animation-delay: 4447ms;
  animation-delay: 4447ms; }

.delay-4448 {
  -webkit-animation-delay: 4448ms;
  -moz-animation-delay: 4448ms;
  -o-animation-delay: 4448ms;
  animation-delay: 4448ms; }

.delay-4449 {
  -webkit-animation-delay: 4449ms;
  -moz-animation-delay: 4449ms;
  -o-animation-delay: 4449ms;
  animation-delay: 4449ms; }

.delay-4450 {
  -webkit-animation-delay: 4450ms;
  -moz-animation-delay: 4450ms;
  -o-animation-delay: 4450ms;
  animation-delay: 4450ms; }

.delay-4451 {
  -webkit-animation-delay: 4451ms;
  -moz-animation-delay: 4451ms;
  -o-animation-delay: 4451ms;
  animation-delay: 4451ms; }

.delay-4452 {
  -webkit-animation-delay: 4452ms;
  -moz-animation-delay: 4452ms;
  -o-animation-delay: 4452ms;
  animation-delay: 4452ms; }

.delay-4453 {
  -webkit-animation-delay: 4453ms;
  -moz-animation-delay: 4453ms;
  -o-animation-delay: 4453ms;
  animation-delay: 4453ms; }

.delay-4454 {
  -webkit-animation-delay: 4454ms;
  -moz-animation-delay: 4454ms;
  -o-animation-delay: 4454ms;
  animation-delay: 4454ms; }

.delay-4455 {
  -webkit-animation-delay: 4455ms;
  -moz-animation-delay: 4455ms;
  -o-animation-delay: 4455ms;
  animation-delay: 4455ms; }

.delay-4456 {
  -webkit-animation-delay: 4456ms;
  -moz-animation-delay: 4456ms;
  -o-animation-delay: 4456ms;
  animation-delay: 4456ms; }

.delay-4457 {
  -webkit-animation-delay: 4457ms;
  -moz-animation-delay: 4457ms;
  -o-animation-delay: 4457ms;
  animation-delay: 4457ms; }

.delay-4458 {
  -webkit-animation-delay: 4458ms;
  -moz-animation-delay: 4458ms;
  -o-animation-delay: 4458ms;
  animation-delay: 4458ms; }

.delay-4459 {
  -webkit-animation-delay: 4459ms;
  -moz-animation-delay: 4459ms;
  -o-animation-delay: 4459ms;
  animation-delay: 4459ms; }

.delay-4460 {
  -webkit-animation-delay: 4460ms;
  -moz-animation-delay: 4460ms;
  -o-animation-delay: 4460ms;
  animation-delay: 4460ms; }

.delay-4461 {
  -webkit-animation-delay: 4461ms;
  -moz-animation-delay: 4461ms;
  -o-animation-delay: 4461ms;
  animation-delay: 4461ms; }

.delay-4462 {
  -webkit-animation-delay: 4462ms;
  -moz-animation-delay: 4462ms;
  -o-animation-delay: 4462ms;
  animation-delay: 4462ms; }

.delay-4463 {
  -webkit-animation-delay: 4463ms;
  -moz-animation-delay: 4463ms;
  -o-animation-delay: 4463ms;
  animation-delay: 4463ms; }

.delay-4464 {
  -webkit-animation-delay: 4464ms;
  -moz-animation-delay: 4464ms;
  -o-animation-delay: 4464ms;
  animation-delay: 4464ms; }

.delay-4465 {
  -webkit-animation-delay: 4465ms;
  -moz-animation-delay: 4465ms;
  -o-animation-delay: 4465ms;
  animation-delay: 4465ms; }

.delay-4466 {
  -webkit-animation-delay: 4466ms;
  -moz-animation-delay: 4466ms;
  -o-animation-delay: 4466ms;
  animation-delay: 4466ms; }

.delay-4467 {
  -webkit-animation-delay: 4467ms;
  -moz-animation-delay: 4467ms;
  -o-animation-delay: 4467ms;
  animation-delay: 4467ms; }

.delay-4468 {
  -webkit-animation-delay: 4468ms;
  -moz-animation-delay: 4468ms;
  -o-animation-delay: 4468ms;
  animation-delay: 4468ms; }

.delay-4469 {
  -webkit-animation-delay: 4469ms;
  -moz-animation-delay: 4469ms;
  -o-animation-delay: 4469ms;
  animation-delay: 4469ms; }

.delay-4470 {
  -webkit-animation-delay: 4470ms;
  -moz-animation-delay: 4470ms;
  -o-animation-delay: 4470ms;
  animation-delay: 4470ms; }

.delay-4471 {
  -webkit-animation-delay: 4471ms;
  -moz-animation-delay: 4471ms;
  -o-animation-delay: 4471ms;
  animation-delay: 4471ms; }

.delay-4472 {
  -webkit-animation-delay: 4472ms;
  -moz-animation-delay: 4472ms;
  -o-animation-delay: 4472ms;
  animation-delay: 4472ms; }

.delay-4473 {
  -webkit-animation-delay: 4473ms;
  -moz-animation-delay: 4473ms;
  -o-animation-delay: 4473ms;
  animation-delay: 4473ms; }

.delay-4474 {
  -webkit-animation-delay: 4474ms;
  -moz-animation-delay: 4474ms;
  -o-animation-delay: 4474ms;
  animation-delay: 4474ms; }

.delay-4475 {
  -webkit-animation-delay: 4475ms;
  -moz-animation-delay: 4475ms;
  -o-animation-delay: 4475ms;
  animation-delay: 4475ms; }

.delay-4476 {
  -webkit-animation-delay: 4476ms;
  -moz-animation-delay: 4476ms;
  -o-animation-delay: 4476ms;
  animation-delay: 4476ms; }

.delay-4477 {
  -webkit-animation-delay: 4477ms;
  -moz-animation-delay: 4477ms;
  -o-animation-delay: 4477ms;
  animation-delay: 4477ms; }

.delay-4478 {
  -webkit-animation-delay: 4478ms;
  -moz-animation-delay: 4478ms;
  -o-animation-delay: 4478ms;
  animation-delay: 4478ms; }

.delay-4479 {
  -webkit-animation-delay: 4479ms;
  -moz-animation-delay: 4479ms;
  -o-animation-delay: 4479ms;
  animation-delay: 4479ms; }

.delay-4480 {
  -webkit-animation-delay: 4480ms;
  -moz-animation-delay: 4480ms;
  -o-animation-delay: 4480ms;
  animation-delay: 4480ms; }

.delay-4481 {
  -webkit-animation-delay: 4481ms;
  -moz-animation-delay: 4481ms;
  -o-animation-delay: 4481ms;
  animation-delay: 4481ms; }

.delay-4482 {
  -webkit-animation-delay: 4482ms;
  -moz-animation-delay: 4482ms;
  -o-animation-delay: 4482ms;
  animation-delay: 4482ms; }

.delay-4483 {
  -webkit-animation-delay: 4483ms;
  -moz-animation-delay: 4483ms;
  -o-animation-delay: 4483ms;
  animation-delay: 4483ms; }

.delay-4484 {
  -webkit-animation-delay: 4484ms;
  -moz-animation-delay: 4484ms;
  -o-animation-delay: 4484ms;
  animation-delay: 4484ms; }

.delay-4485 {
  -webkit-animation-delay: 4485ms;
  -moz-animation-delay: 4485ms;
  -o-animation-delay: 4485ms;
  animation-delay: 4485ms; }

.delay-4486 {
  -webkit-animation-delay: 4486ms;
  -moz-animation-delay: 4486ms;
  -o-animation-delay: 4486ms;
  animation-delay: 4486ms; }

.delay-4487 {
  -webkit-animation-delay: 4487ms;
  -moz-animation-delay: 4487ms;
  -o-animation-delay: 4487ms;
  animation-delay: 4487ms; }

.delay-4488 {
  -webkit-animation-delay: 4488ms;
  -moz-animation-delay: 4488ms;
  -o-animation-delay: 4488ms;
  animation-delay: 4488ms; }

.delay-4489 {
  -webkit-animation-delay: 4489ms;
  -moz-animation-delay: 4489ms;
  -o-animation-delay: 4489ms;
  animation-delay: 4489ms; }

.delay-4490 {
  -webkit-animation-delay: 4490ms;
  -moz-animation-delay: 4490ms;
  -o-animation-delay: 4490ms;
  animation-delay: 4490ms; }

.delay-4491 {
  -webkit-animation-delay: 4491ms;
  -moz-animation-delay: 4491ms;
  -o-animation-delay: 4491ms;
  animation-delay: 4491ms; }

.delay-4492 {
  -webkit-animation-delay: 4492ms;
  -moz-animation-delay: 4492ms;
  -o-animation-delay: 4492ms;
  animation-delay: 4492ms; }

.delay-4493 {
  -webkit-animation-delay: 4493ms;
  -moz-animation-delay: 4493ms;
  -o-animation-delay: 4493ms;
  animation-delay: 4493ms; }

.delay-4494 {
  -webkit-animation-delay: 4494ms;
  -moz-animation-delay: 4494ms;
  -o-animation-delay: 4494ms;
  animation-delay: 4494ms; }

.delay-4495 {
  -webkit-animation-delay: 4495ms;
  -moz-animation-delay: 4495ms;
  -o-animation-delay: 4495ms;
  animation-delay: 4495ms; }

.delay-4496 {
  -webkit-animation-delay: 4496ms;
  -moz-animation-delay: 4496ms;
  -o-animation-delay: 4496ms;
  animation-delay: 4496ms; }

.delay-4497 {
  -webkit-animation-delay: 4497ms;
  -moz-animation-delay: 4497ms;
  -o-animation-delay: 4497ms;
  animation-delay: 4497ms; }

.delay-4498 {
  -webkit-animation-delay: 4498ms;
  -moz-animation-delay: 4498ms;
  -o-animation-delay: 4498ms;
  animation-delay: 4498ms; }

.delay-4499 {
  -webkit-animation-delay: 4499ms;
  -moz-animation-delay: 4499ms;
  -o-animation-delay: 4499ms;
  animation-delay: 4499ms; }

.delay-4500 {
  -webkit-animation-delay: 4500ms;
  -moz-animation-delay: 4500ms;
  -o-animation-delay: 4500ms;
  animation-delay: 4500ms; }

.delay-4501 {
  -webkit-animation-delay: 4501ms;
  -moz-animation-delay: 4501ms;
  -o-animation-delay: 4501ms;
  animation-delay: 4501ms; }

.delay-4502 {
  -webkit-animation-delay: 4502ms;
  -moz-animation-delay: 4502ms;
  -o-animation-delay: 4502ms;
  animation-delay: 4502ms; }

.delay-4503 {
  -webkit-animation-delay: 4503ms;
  -moz-animation-delay: 4503ms;
  -o-animation-delay: 4503ms;
  animation-delay: 4503ms; }

.delay-4504 {
  -webkit-animation-delay: 4504ms;
  -moz-animation-delay: 4504ms;
  -o-animation-delay: 4504ms;
  animation-delay: 4504ms; }

.delay-4505 {
  -webkit-animation-delay: 4505ms;
  -moz-animation-delay: 4505ms;
  -o-animation-delay: 4505ms;
  animation-delay: 4505ms; }

.delay-4506 {
  -webkit-animation-delay: 4506ms;
  -moz-animation-delay: 4506ms;
  -o-animation-delay: 4506ms;
  animation-delay: 4506ms; }

.delay-4507 {
  -webkit-animation-delay: 4507ms;
  -moz-animation-delay: 4507ms;
  -o-animation-delay: 4507ms;
  animation-delay: 4507ms; }

.delay-4508 {
  -webkit-animation-delay: 4508ms;
  -moz-animation-delay: 4508ms;
  -o-animation-delay: 4508ms;
  animation-delay: 4508ms; }

.delay-4509 {
  -webkit-animation-delay: 4509ms;
  -moz-animation-delay: 4509ms;
  -o-animation-delay: 4509ms;
  animation-delay: 4509ms; }

.delay-4510 {
  -webkit-animation-delay: 4510ms;
  -moz-animation-delay: 4510ms;
  -o-animation-delay: 4510ms;
  animation-delay: 4510ms; }

.delay-4511 {
  -webkit-animation-delay: 4511ms;
  -moz-animation-delay: 4511ms;
  -o-animation-delay: 4511ms;
  animation-delay: 4511ms; }

.delay-4512 {
  -webkit-animation-delay: 4512ms;
  -moz-animation-delay: 4512ms;
  -o-animation-delay: 4512ms;
  animation-delay: 4512ms; }

.delay-4513 {
  -webkit-animation-delay: 4513ms;
  -moz-animation-delay: 4513ms;
  -o-animation-delay: 4513ms;
  animation-delay: 4513ms; }

.delay-4514 {
  -webkit-animation-delay: 4514ms;
  -moz-animation-delay: 4514ms;
  -o-animation-delay: 4514ms;
  animation-delay: 4514ms; }

.delay-4515 {
  -webkit-animation-delay: 4515ms;
  -moz-animation-delay: 4515ms;
  -o-animation-delay: 4515ms;
  animation-delay: 4515ms; }

.delay-4516 {
  -webkit-animation-delay: 4516ms;
  -moz-animation-delay: 4516ms;
  -o-animation-delay: 4516ms;
  animation-delay: 4516ms; }

.delay-4517 {
  -webkit-animation-delay: 4517ms;
  -moz-animation-delay: 4517ms;
  -o-animation-delay: 4517ms;
  animation-delay: 4517ms; }

.delay-4518 {
  -webkit-animation-delay: 4518ms;
  -moz-animation-delay: 4518ms;
  -o-animation-delay: 4518ms;
  animation-delay: 4518ms; }

.delay-4519 {
  -webkit-animation-delay: 4519ms;
  -moz-animation-delay: 4519ms;
  -o-animation-delay: 4519ms;
  animation-delay: 4519ms; }

.delay-4520 {
  -webkit-animation-delay: 4520ms;
  -moz-animation-delay: 4520ms;
  -o-animation-delay: 4520ms;
  animation-delay: 4520ms; }

.delay-4521 {
  -webkit-animation-delay: 4521ms;
  -moz-animation-delay: 4521ms;
  -o-animation-delay: 4521ms;
  animation-delay: 4521ms; }

.delay-4522 {
  -webkit-animation-delay: 4522ms;
  -moz-animation-delay: 4522ms;
  -o-animation-delay: 4522ms;
  animation-delay: 4522ms; }

.delay-4523 {
  -webkit-animation-delay: 4523ms;
  -moz-animation-delay: 4523ms;
  -o-animation-delay: 4523ms;
  animation-delay: 4523ms; }

.delay-4524 {
  -webkit-animation-delay: 4524ms;
  -moz-animation-delay: 4524ms;
  -o-animation-delay: 4524ms;
  animation-delay: 4524ms; }

.delay-4525 {
  -webkit-animation-delay: 4525ms;
  -moz-animation-delay: 4525ms;
  -o-animation-delay: 4525ms;
  animation-delay: 4525ms; }

.delay-4526 {
  -webkit-animation-delay: 4526ms;
  -moz-animation-delay: 4526ms;
  -o-animation-delay: 4526ms;
  animation-delay: 4526ms; }

.delay-4527 {
  -webkit-animation-delay: 4527ms;
  -moz-animation-delay: 4527ms;
  -o-animation-delay: 4527ms;
  animation-delay: 4527ms; }

.delay-4528 {
  -webkit-animation-delay: 4528ms;
  -moz-animation-delay: 4528ms;
  -o-animation-delay: 4528ms;
  animation-delay: 4528ms; }

.delay-4529 {
  -webkit-animation-delay: 4529ms;
  -moz-animation-delay: 4529ms;
  -o-animation-delay: 4529ms;
  animation-delay: 4529ms; }

.delay-4530 {
  -webkit-animation-delay: 4530ms;
  -moz-animation-delay: 4530ms;
  -o-animation-delay: 4530ms;
  animation-delay: 4530ms; }

.delay-4531 {
  -webkit-animation-delay: 4531ms;
  -moz-animation-delay: 4531ms;
  -o-animation-delay: 4531ms;
  animation-delay: 4531ms; }

.delay-4532 {
  -webkit-animation-delay: 4532ms;
  -moz-animation-delay: 4532ms;
  -o-animation-delay: 4532ms;
  animation-delay: 4532ms; }

.delay-4533 {
  -webkit-animation-delay: 4533ms;
  -moz-animation-delay: 4533ms;
  -o-animation-delay: 4533ms;
  animation-delay: 4533ms; }

.delay-4534 {
  -webkit-animation-delay: 4534ms;
  -moz-animation-delay: 4534ms;
  -o-animation-delay: 4534ms;
  animation-delay: 4534ms; }

.delay-4535 {
  -webkit-animation-delay: 4535ms;
  -moz-animation-delay: 4535ms;
  -o-animation-delay: 4535ms;
  animation-delay: 4535ms; }

.delay-4536 {
  -webkit-animation-delay: 4536ms;
  -moz-animation-delay: 4536ms;
  -o-animation-delay: 4536ms;
  animation-delay: 4536ms; }

.delay-4537 {
  -webkit-animation-delay: 4537ms;
  -moz-animation-delay: 4537ms;
  -o-animation-delay: 4537ms;
  animation-delay: 4537ms; }

.delay-4538 {
  -webkit-animation-delay: 4538ms;
  -moz-animation-delay: 4538ms;
  -o-animation-delay: 4538ms;
  animation-delay: 4538ms; }

.delay-4539 {
  -webkit-animation-delay: 4539ms;
  -moz-animation-delay: 4539ms;
  -o-animation-delay: 4539ms;
  animation-delay: 4539ms; }

.delay-4540 {
  -webkit-animation-delay: 4540ms;
  -moz-animation-delay: 4540ms;
  -o-animation-delay: 4540ms;
  animation-delay: 4540ms; }

.delay-4541 {
  -webkit-animation-delay: 4541ms;
  -moz-animation-delay: 4541ms;
  -o-animation-delay: 4541ms;
  animation-delay: 4541ms; }

.delay-4542 {
  -webkit-animation-delay: 4542ms;
  -moz-animation-delay: 4542ms;
  -o-animation-delay: 4542ms;
  animation-delay: 4542ms; }

.delay-4543 {
  -webkit-animation-delay: 4543ms;
  -moz-animation-delay: 4543ms;
  -o-animation-delay: 4543ms;
  animation-delay: 4543ms; }

.delay-4544 {
  -webkit-animation-delay: 4544ms;
  -moz-animation-delay: 4544ms;
  -o-animation-delay: 4544ms;
  animation-delay: 4544ms; }

.delay-4545 {
  -webkit-animation-delay: 4545ms;
  -moz-animation-delay: 4545ms;
  -o-animation-delay: 4545ms;
  animation-delay: 4545ms; }

.delay-4546 {
  -webkit-animation-delay: 4546ms;
  -moz-animation-delay: 4546ms;
  -o-animation-delay: 4546ms;
  animation-delay: 4546ms; }

.delay-4547 {
  -webkit-animation-delay: 4547ms;
  -moz-animation-delay: 4547ms;
  -o-animation-delay: 4547ms;
  animation-delay: 4547ms; }

.delay-4548 {
  -webkit-animation-delay: 4548ms;
  -moz-animation-delay: 4548ms;
  -o-animation-delay: 4548ms;
  animation-delay: 4548ms; }

.delay-4549 {
  -webkit-animation-delay: 4549ms;
  -moz-animation-delay: 4549ms;
  -o-animation-delay: 4549ms;
  animation-delay: 4549ms; }

.delay-4550 {
  -webkit-animation-delay: 4550ms;
  -moz-animation-delay: 4550ms;
  -o-animation-delay: 4550ms;
  animation-delay: 4550ms; }

.delay-4551 {
  -webkit-animation-delay: 4551ms;
  -moz-animation-delay: 4551ms;
  -o-animation-delay: 4551ms;
  animation-delay: 4551ms; }

.delay-4552 {
  -webkit-animation-delay: 4552ms;
  -moz-animation-delay: 4552ms;
  -o-animation-delay: 4552ms;
  animation-delay: 4552ms; }

.delay-4553 {
  -webkit-animation-delay: 4553ms;
  -moz-animation-delay: 4553ms;
  -o-animation-delay: 4553ms;
  animation-delay: 4553ms; }

.delay-4554 {
  -webkit-animation-delay: 4554ms;
  -moz-animation-delay: 4554ms;
  -o-animation-delay: 4554ms;
  animation-delay: 4554ms; }

.delay-4555 {
  -webkit-animation-delay: 4555ms;
  -moz-animation-delay: 4555ms;
  -o-animation-delay: 4555ms;
  animation-delay: 4555ms; }

.delay-4556 {
  -webkit-animation-delay: 4556ms;
  -moz-animation-delay: 4556ms;
  -o-animation-delay: 4556ms;
  animation-delay: 4556ms; }

.delay-4557 {
  -webkit-animation-delay: 4557ms;
  -moz-animation-delay: 4557ms;
  -o-animation-delay: 4557ms;
  animation-delay: 4557ms; }

.delay-4558 {
  -webkit-animation-delay: 4558ms;
  -moz-animation-delay: 4558ms;
  -o-animation-delay: 4558ms;
  animation-delay: 4558ms; }

.delay-4559 {
  -webkit-animation-delay: 4559ms;
  -moz-animation-delay: 4559ms;
  -o-animation-delay: 4559ms;
  animation-delay: 4559ms; }

.delay-4560 {
  -webkit-animation-delay: 4560ms;
  -moz-animation-delay: 4560ms;
  -o-animation-delay: 4560ms;
  animation-delay: 4560ms; }

.delay-4561 {
  -webkit-animation-delay: 4561ms;
  -moz-animation-delay: 4561ms;
  -o-animation-delay: 4561ms;
  animation-delay: 4561ms; }

.delay-4562 {
  -webkit-animation-delay: 4562ms;
  -moz-animation-delay: 4562ms;
  -o-animation-delay: 4562ms;
  animation-delay: 4562ms; }

.delay-4563 {
  -webkit-animation-delay: 4563ms;
  -moz-animation-delay: 4563ms;
  -o-animation-delay: 4563ms;
  animation-delay: 4563ms; }

.delay-4564 {
  -webkit-animation-delay: 4564ms;
  -moz-animation-delay: 4564ms;
  -o-animation-delay: 4564ms;
  animation-delay: 4564ms; }

.delay-4565 {
  -webkit-animation-delay: 4565ms;
  -moz-animation-delay: 4565ms;
  -o-animation-delay: 4565ms;
  animation-delay: 4565ms; }

.delay-4566 {
  -webkit-animation-delay: 4566ms;
  -moz-animation-delay: 4566ms;
  -o-animation-delay: 4566ms;
  animation-delay: 4566ms; }

.delay-4567 {
  -webkit-animation-delay: 4567ms;
  -moz-animation-delay: 4567ms;
  -o-animation-delay: 4567ms;
  animation-delay: 4567ms; }

.delay-4568 {
  -webkit-animation-delay: 4568ms;
  -moz-animation-delay: 4568ms;
  -o-animation-delay: 4568ms;
  animation-delay: 4568ms; }

.delay-4569 {
  -webkit-animation-delay: 4569ms;
  -moz-animation-delay: 4569ms;
  -o-animation-delay: 4569ms;
  animation-delay: 4569ms; }

.delay-4570 {
  -webkit-animation-delay: 4570ms;
  -moz-animation-delay: 4570ms;
  -o-animation-delay: 4570ms;
  animation-delay: 4570ms; }

.delay-4571 {
  -webkit-animation-delay: 4571ms;
  -moz-animation-delay: 4571ms;
  -o-animation-delay: 4571ms;
  animation-delay: 4571ms; }

.delay-4572 {
  -webkit-animation-delay: 4572ms;
  -moz-animation-delay: 4572ms;
  -o-animation-delay: 4572ms;
  animation-delay: 4572ms; }

.delay-4573 {
  -webkit-animation-delay: 4573ms;
  -moz-animation-delay: 4573ms;
  -o-animation-delay: 4573ms;
  animation-delay: 4573ms; }

.delay-4574 {
  -webkit-animation-delay: 4574ms;
  -moz-animation-delay: 4574ms;
  -o-animation-delay: 4574ms;
  animation-delay: 4574ms; }

.delay-4575 {
  -webkit-animation-delay: 4575ms;
  -moz-animation-delay: 4575ms;
  -o-animation-delay: 4575ms;
  animation-delay: 4575ms; }

.delay-4576 {
  -webkit-animation-delay: 4576ms;
  -moz-animation-delay: 4576ms;
  -o-animation-delay: 4576ms;
  animation-delay: 4576ms; }

.delay-4577 {
  -webkit-animation-delay: 4577ms;
  -moz-animation-delay: 4577ms;
  -o-animation-delay: 4577ms;
  animation-delay: 4577ms; }

.delay-4578 {
  -webkit-animation-delay: 4578ms;
  -moz-animation-delay: 4578ms;
  -o-animation-delay: 4578ms;
  animation-delay: 4578ms; }

.delay-4579 {
  -webkit-animation-delay: 4579ms;
  -moz-animation-delay: 4579ms;
  -o-animation-delay: 4579ms;
  animation-delay: 4579ms; }

.delay-4580 {
  -webkit-animation-delay: 4580ms;
  -moz-animation-delay: 4580ms;
  -o-animation-delay: 4580ms;
  animation-delay: 4580ms; }

.delay-4581 {
  -webkit-animation-delay: 4581ms;
  -moz-animation-delay: 4581ms;
  -o-animation-delay: 4581ms;
  animation-delay: 4581ms; }

.delay-4582 {
  -webkit-animation-delay: 4582ms;
  -moz-animation-delay: 4582ms;
  -o-animation-delay: 4582ms;
  animation-delay: 4582ms; }

.delay-4583 {
  -webkit-animation-delay: 4583ms;
  -moz-animation-delay: 4583ms;
  -o-animation-delay: 4583ms;
  animation-delay: 4583ms; }

.delay-4584 {
  -webkit-animation-delay: 4584ms;
  -moz-animation-delay: 4584ms;
  -o-animation-delay: 4584ms;
  animation-delay: 4584ms; }

.delay-4585 {
  -webkit-animation-delay: 4585ms;
  -moz-animation-delay: 4585ms;
  -o-animation-delay: 4585ms;
  animation-delay: 4585ms; }

.delay-4586 {
  -webkit-animation-delay: 4586ms;
  -moz-animation-delay: 4586ms;
  -o-animation-delay: 4586ms;
  animation-delay: 4586ms; }

.delay-4587 {
  -webkit-animation-delay: 4587ms;
  -moz-animation-delay: 4587ms;
  -o-animation-delay: 4587ms;
  animation-delay: 4587ms; }

.delay-4588 {
  -webkit-animation-delay: 4588ms;
  -moz-animation-delay: 4588ms;
  -o-animation-delay: 4588ms;
  animation-delay: 4588ms; }

.delay-4589 {
  -webkit-animation-delay: 4589ms;
  -moz-animation-delay: 4589ms;
  -o-animation-delay: 4589ms;
  animation-delay: 4589ms; }

.delay-4590 {
  -webkit-animation-delay: 4590ms;
  -moz-animation-delay: 4590ms;
  -o-animation-delay: 4590ms;
  animation-delay: 4590ms; }

.delay-4591 {
  -webkit-animation-delay: 4591ms;
  -moz-animation-delay: 4591ms;
  -o-animation-delay: 4591ms;
  animation-delay: 4591ms; }

.delay-4592 {
  -webkit-animation-delay: 4592ms;
  -moz-animation-delay: 4592ms;
  -o-animation-delay: 4592ms;
  animation-delay: 4592ms; }

.delay-4593 {
  -webkit-animation-delay: 4593ms;
  -moz-animation-delay: 4593ms;
  -o-animation-delay: 4593ms;
  animation-delay: 4593ms; }

.delay-4594 {
  -webkit-animation-delay: 4594ms;
  -moz-animation-delay: 4594ms;
  -o-animation-delay: 4594ms;
  animation-delay: 4594ms; }

.delay-4595 {
  -webkit-animation-delay: 4595ms;
  -moz-animation-delay: 4595ms;
  -o-animation-delay: 4595ms;
  animation-delay: 4595ms; }

.delay-4596 {
  -webkit-animation-delay: 4596ms;
  -moz-animation-delay: 4596ms;
  -o-animation-delay: 4596ms;
  animation-delay: 4596ms; }

.delay-4597 {
  -webkit-animation-delay: 4597ms;
  -moz-animation-delay: 4597ms;
  -o-animation-delay: 4597ms;
  animation-delay: 4597ms; }

.delay-4598 {
  -webkit-animation-delay: 4598ms;
  -moz-animation-delay: 4598ms;
  -o-animation-delay: 4598ms;
  animation-delay: 4598ms; }

.delay-4599 {
  -webkit-animation-delay: 4599ms;
  -moz-animation-delay: 4599ms;
  -o-animation-delay: 4599ms;
  animation-delay: 4599ms; }

.delay-4600 {
  -webkit-animation-delay: 4600ms;
  -moz-animation-delay: 4600ms;
  -o-animation-delay: 4600ms;
  animation-delay: 4600ms; }

.delay-4601 {
  -webkit-animation-delay: 4601ms;
  -moz-animation-delay: 4601ms;
  -o-animation-delay: 4601ms;
  animation-delay: 4601ms; }

.delay-4602 {
  -webkit-animation-delay: 4602ms;
  -moz-animation-delay: 4602ms;
  -o-animation-delay: 4602ms;
  animation-delay: 4602ms; }

.delay-4603 {
  -webkit-animation-delay: 4603ms;
  -moz-animation-delay: 4603ms;
  -o-animation-delay: 4603ms;
  animation-delay: 4603ms; }

.delay-4604 {
  -webkit-animation-delay: 4604ms;
  -moz-animation-delay: 4604ms;
  -o-animation-delay: 4604ms;
  animation-delay: 4604ms; }

.delay-4605 {
  -webkit-animation-delay: 4605ms;
  -moz-animation-delay: 4605ms;
  -o-animation-delay: 4605ms;
  animation-delay: 4605ms; }

.delay-4606 {
  -webkit-animation-delay: 4606ms;
  -moz-animation-delay: 4606ms;
  -o-animation-delay: 4606ms;
  animation-delay: 4606ms; }

.delay-4607 {
  -webkit-animation-delay: 4607ms;
  -moz-animation-delay: 4607ms;
  -o-animation-delay: 4607ms;
  animation-delay: 4607ms; }

.delay-4608 {
  -webkit-animation-delay: 4608ms;
  -moz-animation-delay: 4608ms;
  -o-animation-delay: 4608ms;
  animation-delay: 4608ms; }

.delay-4609 {
  -webkit-animation-delay: 4609ms;
  -moz-animation-delay: 4609ms;
  -o-animation-delay: 4609ms;
  animation-delay: 4609ms; }

.delay-4610 {
  -webkit-animation-delay: 4610ms;
  -moz-animation-delay: 4610ms;
  -o-animation-delay: 4610ms;
  animation-delay: 4610ms; }

.delay-4611 {
  -webkit-animation-delay: 4611ms;
  -moz-animation-delay: 4611ms;
  -o-animation-delay: 4611ms;
  animation-delay: 4611ms; }

.delay-4612 {
  -webkit-animation-delay: 4612ms;
  -moz-animation-delay: 4612ms;
  -o-animation-delay: 4612ms;
  animation-delay: 4612ms; }

.delay-4613 {
  -webkit-animation-delay: 4613ms;
  -moz-animation-delay: 4613ms;
  -o-animation-delay: 4613ms;
  animation-delay: 4613ms; }

.delay-4614 {
  -webkit-animation-delay: 4614ms;
  -moz-animation-delay: 4614ms;
  -o-animation-delay: 4614ms;
  animation-delay: 4614ms; }

.delay-4615 {
  -webkit-animation-delay: 4615ms;
  -moz-animation-delay: 4615ms;
  -o-animation-delay: 4615ms;
  animation-delay: 4615ms; }

.delay-4616 {
  -webkit-animation-delay: 4616ms;
  -moz-animation-delay: 4616ms;
  -o-animation-delay: 4616ms;
  animation-delay: 4616ms; }

.delay-4617 {
  -webkit-animation-delay: 4617ms;
  -moz-animation-delay: 4617ms;
  -o-animation-delay: 4617ms;
  animation-delay: 4617ms; }

.delay-4618 {
  -webkit-animation-delay: 4618ms;
  -moz-animation-delay: 4618ms;
  -o-animation-delay: 4618ms;
  animation-delay: 4618ms; }

.delay-4619 {
  -webkit-animation-delay: 4619ms;
  -moz-animation-delay: 4619ms;
  -o-animation-delay: 4619ms;
  animation-delay: 4619ms; }

.delay-4620 {
  -webkit-animation-delay: 4620ms;
  -moz-animation-delay: 4620ms;
  -o-animation-delay: 4620ms;
  animation-delay: 4620ms; }

.delay-4621 {
  -webkit-animation-delay: 4621ms;
  -moz-animation-delay: 4621ms;
  -o-animation-delay: 4621ms;
  animation-delay: 4621ms; }

.delay-4622 {
  -webkit-animation-delay: 4622ms;
  -moz-animation-delay: 4622ms;
  -o-animation-delay: 4622ms;
  animation-delay: 4622ms; }

.delay-4623 {
  -webkit-animation-delay: 4623ms;
  -moz-animation-delay: 4623ms;
  -o-animation-delay: 4623ms;
  animation-delay: 4623ms; }

.delay-4624 {
  -webkit-animation-delay: 4624ms;
  -moz-animation-delay: 4624ms;
  -o-animation-delay: 4624ms;
  animation-delay: 4624ms; }

.delay-4625 {
  -webkit-animation-delay: 4625ms;
  -moz-animation-delay: 4625ms;
  -o-animation-delay: 4625ms;
  animation-delay: 4625ms; }

.delay-4626 {
  -webkit-animation-delay: 4626ms;
  -moz-animation-delay: 4626ms;
  -o-animation-delay: 4626ms;
  animation-delay: 4626ms; }

.delay-4627 {
  -webkit-animation-delay: 4627ms;
  -moz-animation-delay: 4627ms;
  -o-animation-delay: 4627ms;
  animation-delay: 4627ms; }

.delay-4628 {
  -webkit-animation-delay: 4628ms;
  -moz-animation-delay: 4628ms;
  -o-animation-delay: 4628ms;
  animation-delay: 4628ms; }

.delay-4629 {
  -webkit-animation-delay: 4629ms;
  -moz-animation-delay: 4629ms;
  -o-animation-delay: 4629ms;
  animation-delay: 4629ms; }

.delay-4630 {
  -webkit-animation-delay: 4630ms;
  -moz-animation-delay: 4630ms;
  -o-animation-delay: 4630ms;
  animation-delay: 4630ms; }

.delay-4631 {
  -webkit-animation-delay: 4631ms;
  -moz-animation-delay: 4631ms;
  -o-animation-delay: 4631ms;
  animation-delay: 4631ms; }

.delay-4632 {
  -webkit-animation-delay: 4632ms;
  -moz-animation-delay: 4632ms;
  -o-animation-delay: 4632ms;
  animation-delay: 4632ms; }

.delay-4633 {
  -webkit-animation-delay: 4633ms;
  -moz-animation-delay: 4633ms;
  -o-animation-delay: 4633ms;
  animation-delay: 4633ms; }

.delay-4634 {
  -webkit-animation-delay: 4634ms;
  -moz-animation-delay: 4634ms;
  -o-animation-delay: 4634ms;
  animation-delay: 4634ms; }

.delay-4635 {
  -webkit-animation-delay: 4635ms;
  -moz-animation-delay: 4635ms;
  -o-animation-delay: 4635ms;
  animation-delay: 4635ms; }

.delay-4636 {
  -webkit-animation-delay: 4636ms;
  -moz-animation-delay: 4636ms;
  -o-animation-delay: 4636ms;
  animation-delay: 4636ms; }

.delay-4637 {
  -webkit-animation-delay: 4637ms;
  -moz-animation-delay: 4637ms;
  -o-animation-delay: 4637ms;
  animation-delay: 4637ms; }

.delay-4638 {
  -webkit-animation-delay: 4638ms;
  -moz-animation-delay: 4638ms;
  -o-animation-delay: 4638ms;
  animation-delay: 4638ms; }

.delay-4639 {
  -webkit-animation-delay: 4639ms;
  -moz-animation-delay: 4639ms;
  -o-animation-delay: 4639ms;
  animation-delay: 4639ms; }

.delay-4640 {
  -webkit-animation-delay: 4640ms;
  -moz-animation-delay: 4640ms;
  -o-animation-delay: 4640ms;
  animation-delay: 4640ms; }

.delay-4641 {
  -webkit-animation-delay: 4641ms;
  -moz-animation-delay: 4641ms;
  -o-animation-delay: 4641ms;
  animation-delay: 4641ms; }

.delay-4642 {
  -webkit-animation-delay: 4642ms;
  -moz-animation-delay: 4642ms;
  -o-animation-delay: 4642ms;
  animation-delay: 4642ms; }

.delay-4643 {
  -webkit-animation-delay: 4643ms;
  -moz-animation-delay: 4643ms;
  -o-animation-delay: 4643ms;
  animation-delay: 4643ms; }

.delay-4644 {
  -webkit-animation-delay: 4644ms;
  -moz-animation-delay: 4644ms;
  -o-animation-delay: 4644ms;
  animation-delay: 4644ms; }

.delay-4645 {
  -webkit-animation-delay: 4645ms;
  -moz-animation-delay: 4645ms;
  -o-animation-delay: 4645ms;
  animation-delay: 4645ms; }

.delay-4646 {
  -webkit-animation-delay: 4646ms;
  -moz-animation-delay: 4646ms;
  -o-animation-delay: 4646ms;
  animation-delay: 4646ms; }

.delay-4647 {
  -webkit-animation-delay: 4647ms;
  -moz-animation-delay: 4647ms;
  -o-animation-delay: 4647ms;
  animation-delay: 4647ms; }

.delay-4648 {
  -webkit-animation-delay: 4648ms;
  -moz-animation-delay: 4648ms;
  -o-animation-delay: 4648ms;
  animation-delay: 4648ms; }

.delay-4649 {
  -webkit-animation-delay: 4649ms;
  -moz-animation-delay: 4649ms;
  -o-animation-delay: 4649ms;
  animation-delay: 4649ms; }

.delay-4650 {
  -webkit-animation-delay: 4650ms;
  -moz-animation-delay: 4650ms;
  -o-animation-delay: 4650ms;
  animation-delay: 4650ms; }

.delay-4651 {
  -webkit-animation-delay: 4651ms;
  -moz-animation-delay: 4651ms;
  -o-animation-delay: 4651ms;
  animation-delay: 4651ms; }

.delay-4652 {
  -webkit-animation-delay: 4652ms;
  -moz-animation-delay: 4652ms;
  -o-animation-delay: 4652ms;
  animation-delay: 4652ms; }

.delay-4653 {
  -webkit-animation-delay: 4653ms;
  -moz-animation-delay: 4653ms;
  -o-animation-delay: 4653ms;
  animation-delay: 4653ms; }

.delay-4654 {
  -webkit-animation-delay: 4654ms;
  -moz-animation-delay: 4654ms;
  -o-animation-delay: 4654ms;
  animation-delay: 4654ms; }

.delay-4655 {
  -webkit-animation-delay: 4655ms;
  -moz-animation-delay: 4655ms;
  -o-animation-delay: 4655ms;
  animation-delay: 4655ms; }

.delay-4656 {
  -webkit-animation-delay: 4656ms;
  -moz-animation-delay: 4656ms;
  -o-animation-delay: 4656ms;
  animation-delay: 4656ms; }

.delay-4657 {
  -webkit-animation-delay: 4657ms;
  -moz-animation-delay: 4657ms;
  -o-animation-delay: 4657ms;
  animation-delay: 4657ms; }

.delay-4658 {
  -webkit-animation-delay: 4658ms;
  -moz-animation-delay: 4658ms;
  -o-animation-delay: 4658ms;
  animation-delay: 4658ms; }

.delay-4659 {
  -webkit-animation-delay: 4659ms;
  -moz-animation-delay: 4659ms;
  -o-animation-delay: 4659ms;
  animation-delay: 4659ms; }

.delay-4660 {
  -webkit-animation-delay: 4660ms;
  -moz-animation-delay: 4660ms;
  -o-animation-delay: 4660ms;
  animation-delay: 4660ms; }

.delay-4661 {
  -webkit-animation-delay: 4661ms;
  -moz-animation-delay: 4661ms;
  -o-animation-delay: 4661ms;
  animation-delay: 4661ms; }

.delay-4662 {
  -webkit-animation-delay: 4662ms;
  -moz-animation-delay: 4662ms;
  -o-animation-delay: 4662ms;
  animation-delay: 4662ms; }

.delay-4663 {
  -webkit-animation-delay: 4663ms;
  -moz-animation-delay: 4663ms;
  -o-animation-delay: 4663ms;
  animation-delay: 4663ms; }

.delay-4664 {
  -webkit-animation-delay: 4664ms;
  -moz-animation-delay: 4664ms;
  -o-animation-delay: 4664ms;
  animation-delay: 4664ms; }

.delay-4665 {
  -webkit-animation-delay: 4665ms;
  -moz-animation-delay: 4665ms;
  -o-animation-delay: 4665ms;
  animation-delay: 4665ms; }

.delay-4666 {
  -webkit-animation-delay: 4666ms;
  -moz-animation-delay: 4666ms;
  -o-animation-delay: 4666ms;
  animation-delay: 4666ms; }

.delay-4667 {
  -webkit-animation-delay: 4667ms;
  -moz-animation-delay: 4667ms;
  -o-animation-delay: 4667ms;
  animation-delay: 4667ms; }

.delay-4668 {
  -webkit-animation-delay: 4668ms;
  -moz-animation-delay: 4668ms;
  -o-animation-delay: 4668ms;
  animation-delay: 4668ms; }

.delay-4669 {
  -webkit-animation-delay: 4669ms;
  -moz-animation-delay: 4669ms;
  -o-animation-delay: 4669ms;
  animation-delay: 4669ms; }

.delay-4670 {
  -webkit-animation-delay: 4670ms;
  -moz-animation-delay: 4670ms;
  -o-animation-delay: 4670ms;
  animation-delay: 4670ms; }

.delay-4671 {
  -webkit-animation-delay: 4671ms;
  -moz-animation-delay: 4671ms;
  -o-animation-delay: 4671ms;
  animation-delay: 4671ms; }

.delay-4672 {
  -webkit-animation-delay: 4672ms;
  -moz-animation-delay: 4672ms;
  -o-animation-delay: 4672ms;
  animation-delay: 4672ms; }

.delay-4673 {
  -webkit-animation-delay: 4673ms;
  -moz-animation-delay: 4673ms;
  -o-animation-delay: 4673ms;
  animation-delay: 4673ms; }

.delay-4674 {
  -webkit-animation-delay: 4674ms;
  -moz-animation-delay: 4674ms;
  -o-animation-delay: 4674ms;
  animation-delay: 4674ms; }

.delay-4675 {
  -webkit-animation-delay: 4675ms;
  -moz-animation-delay: 4675ms;
  -o-animation-delay: 4675ms;
  animation-delay: 4675ms; }

.delay-4676 {
  -webkit-animation-delay: 4676ms;
  -moz-animation-delay: 4676ms;
  -o-animation-delay: 4676ms;
  animation-delay: 4676ms; }

.delay-4677 {
  -webkit-animation-delay: 4677ms;
  -moz-animation-delay: 4677ms;
  -o-animation-delay: 4677ms;
  animation-delay: 4677ms; }

.delay-4678 {
  -webkit-animation-delay: 4678ms;
  -moz-animation-delay: 4678ms;
  -o-animation-delay: 4678ms;
  animation-delay: 4678ms; }

.delay-4679 {
  -webkit-animation-delay: 4679ms;
  -moz-animation-delay: 4679ms;
  -o-animation-delay: 4679ms;
  animation-delay: 4679ms; }

.delay-4680 {
  -webkit-animation-delay: 4680ms;
  -moz-animation-delay: 4680ms;
  -o-animation-delay: 4680ms;
  animation-delay: 4680ms; }

.delay-4681 {
  -webkit-animation-delay: 4681ms;
  -moz-animation-delay: 4681ms;
  -o-animation-delay: 4681ms;
  animation-delay: 4681ms; }

.delay-4682 {
  -webkit-animation-delay: 4682ms;
  -moz-animation-delay: 4682ms;
  -o-animation-delay: 4682ms;
  animation-delay: 4682ms; }

.delay-4683 {
  -webkit-animation-delay: 4683ms;
  -moz-animation-delay: 4683ms;
  -o-animation-delay: 4683ms;
  animation-delay: 4683ms; }

.delay-4684 {
  -webkit-animation-delay: 4684ms;
  -moz-animation-delay: 4684ms;
  -o-animation-delay: 4684ms;
  animation-delay: 4684ms; }

.delay-4685 {
  -webkit-animation-delay: 4685ms;
  -moz-animation-delay: 4685ms;
  -o-animation-delay: 4685ms;
  animation-delay: 4685ms; }

.delay-4686 {
  -webkit-animation-delay: 4686ms;
  -moz-animation-delay: 4686ms;
  -o-animation-delay: 4686ms;
  animation-delay: 4686ms; }

.delay-4687 {
  -webkit-animation-delay: 4687ms;
  -moz-animation-delay: 4687ms;
  -o-animation-delay: 4687ms;
  animation-delay: 4687ms; }

.delay-4688 {
  -webkit-animation-delay: 4688ms;
  -moz-animation-delay: 4688ms;
  -o-animation-delay: 4688ms;
  animation-delay: 4688ms; }

.delay-4689 {
  -webkit-animation-delay: 4689ms;
  -moz-animation-delay: 4689ms;
  -o-animation-delay: 4689ms;
  animation-delay: 4689ms; }

.delay-4690 {
  -webkit-animation-delay: 4690ms;
  -moz-animation-delay: 4690ms;
  -o-animation-delay: 4690ms;
  animation-delay: 4690ms; }

.delay-4691 {
  -webkit-animation-delay: 4691ms;
  -moz-animation-delay: 4691ms;
  -o-animation-delay: 4691ms;
  animation-delay: 4691ms; }

.delay-4692 {
  -webkit-animation-delay: 4692ms;
  -moz-animation-delay: 4692ms;
  -o-animation-delay: 4692ms;
  animation-delay: 4692ms; }

.delay-4693 {
  -webkit-animation-delay: 4693ms;
  -moz-animation-delay: 4693ms;
  -o-animation-delay: 4693ms;
  animation-delay: 4693ms; }

.delay-4694 {
  -webkit-animation-delay: 4694ms;
  -moz-animation-delay: 4694ms;
  -o-animation-delay: 4694ms;
  animation-delay: 4694ms; }

.delay-4695 {
  -webkit-animation-delay: 4695ms;
  -moz-animation-delay: 4695ms;
  -o-animation-delay: 4695ms;
  animation-delay: 4695ms; }

.delay-4696 {
  -webkit-animation-delay: 4696ms;
  -moz-animation-delay: 4696ms;
  -o-animation-delay: 4696ms;
  animation-delay: 4696ms; }

.delay-4697 {
  -webkit-animation-delay: 4697ms;
  -moz-animation-delay: 4697ms;
  -o-animation-delay: 4697ms;
  animation-delay: 4697ms; }

.delay-4698 {
  -webkit-animation-delay: 4698ms;
  -moz-animation-delay: 4698ms;
  -o-animation-delay: 4698ms;
  animation-delay: 4698ms; }

.delay-4699 {
  -webkit-animation-delay: 4699ms;
  -moz-animation-delay: 4699ms;
  -o-animation-delay: 4699ms;
  animation-delay: 4699ms; }

.delay-4700 {
  -webkit-animation-delay: 4700ms;
  -moz-animation-delay: 4700ms;
  -o-animation-delay: 4700ms;
  animation-delay: 4700ms; }

.delay-4701 {
  -webkit-animation-delay: 4701ms;
  -moz-animation-delay: 4701ms;
  -o-animation-delay: 4701ms;
  animation-delay: 4701ms; }

.delay-4702 {
  -webkit-animation-delay: 4702ms;
  -moz-animation-delay: 4702ms;
  -o-animation-delay: 4702ms;
  animation-delay: 4702ms; }

.delay-4703 {
  -webkit-animation-delay: 4703ms;
  -moz-animation-delay: 4703ms;
  -o-animation-delay: 4703ms;
  animation-delay: 4703ms; }

.delay-4704 {
  -webkit-animation-delay: 4704ms;
  -moz-animation-delay: 4704ms;
  -o-animation-delay: 4704ms;
  animation-delay: 4704ms; }

.delay-4705 {
  -webkit-animation-delay: 4705ms;
  -moz-animation-delay: 4705ms;
  -o-animation-delay: 4705ms;
  animation-delay: 4705ms; }

.delay-4706 {
  -webkit-animation-delay: 4706ms;
  -moz-animation-delay: 4706ms;
  -o-animation-delay: 4706ms;
  animation-delay: 4706ms; }

.delay-4707 {
  -webkit-animation-delay: 4707ms;
  -moz-animation-delay: 4707ms;
  -o-animation-delay: 4707ms;
  animation-delay: 4707ms; }

.delay-4708 {
  -webkit-animation-delay: 4708ms;
  -moz-animation-delay: 4708ms;
  -o-animation-delay: 4708ms;
  animation-delay: 4708ms; }

.delay-4709 {
  -webkit-animation-delay: 4709ms;
  -moz-animation-delay: 4709ms;
  -o-animation-delay: 4709ms;
  animation-delay: 4709ms; }

.delay-4710 {
  -webkit-animation-delay: 4710ms;
  -moz-animation-delay: 4710ms;
  -o-animation-delay: 4710ms;
  animation-delay: 4710ms; }

.delay-4711 {
  -webkit-animation-delay: 4711ms;
  -moz-animation-delay: 4711ms;
  -o-animation-delay: 4711ms;
  animation-delay: 4711ms; }

.delay-4712 {
  -webkit-animation-delay: 4712ms;
  -moz-animation-delay: 4712ms;
  -o-animation-delay: 4712ms;
  animation-delay: 4712ms; }

.delay-4713 {
  -webkit-animation-delay: 4713ms;
  -moz-animation-delay: 4713ms;
  -o-animation-delay: 4713ms;
  animation-delay: 4713ms; }

.delay-4714 {
  -webkit-animation-delay: 4714ms;
  -moz-animation-delay: 4714ms;
  -o-animation-delay: 4714ms;
  animation-delay: 4714ms; }

.delay-4715 {
  -webkit-animation-delay: 4715ms;
  -moz-animation-delay: 4715ms;
  -o-animation-delay: 4715ms;
  animation-delay: 4715ms; }

.delay-4716 {
  -webkit-animation-delay: 4716ms;
  -moz-animation-delay: 4716ms;
  -o-animation-delay: 4716ms;
  animation-delay: 4716ms; }

.delay-4717 {
  -webkit-animation-delay: 4717ms;
  -moz-animation-delay: 4717ms;
  -o-animation-delay: 4717ms;
  animation-delay: 4717ms; }

.delay-4718 {
  -webkit-animation-delay: 4718ms;
  -moz-animation-delay: 4718ms;
  -o-animation-delay: 4718ms;
  animation-delay: 4718ms; }

.delay-4719 {
  -webkit-animation-delay: 4719ms;
  -moz-animation-delay: 4719ms;
  -o-animation-delay: 4719ms;
  animation-delay: 4719ms; }

.delay-4720 {
  -webkit-animation-delay: 4720ms;
  -moz-animation-delay: 4720ms;
  -o-animation-delay: 4720ms;
  animation-delay: 4720ms; }

.delay-4721 {
  -webkit-animation-delay: 4721ms;
  -moz-animation-delay: 4721ms;
  -o-animation-delay: 4721ms;
  animation-delay: 4721ms; }

.delay-4722 {
  -webkit-animation-delay: 4722ms;
  -moz-animation-delay: 4722ms;
  -o-animation-delay: 4722ms;
  animation-delay: 4722ms; }

.delay-4723 {
  -webkit-animation-delay: 4723ms;
  -moz-animation-delay: 4723ms;
  -o-animation-delay: 4723ms;
  animation-delay: 4723ms; }

.delay-4724 {
  -webkit-animation-delay: 4724ms;
  -moz-animation-delay: 4724ms;
  -o-animation-delay: 4724ms;
  animation-delay: 4724ms; }

.delay-4725 {
  -webkit-animation-delay: 4725ms;
  -moz-animation-delay: 4725ms;
  -o-animation-delay: 4725ms;
  animation-delay: 4725ms; }

.delay-4726 {
  -webkit-animation-delay: 4726ms;
  -moz-animation-delay: 4726ms;
  -o-animation-delay: 4726ms;
  animation-delay: 4726ms; }

.delay-4727 {
  -webkit-animation-delay: 4727ms;
  -moz-animation-delay: 4727ms;
  -o-animation-delay: 4727ms;
  animation-delay: 4727ms; }

.delay-4728 {
  -webkit-animation-delay: 4728ms;
  -moz-animation-delay: 4728ms;
  -o-animation-delay: 4728ms;
  animation-delay: 4728ms; }

.delay-4729 {
  -webkit-animation-delay: 4729ms;
  -moz-animation-delay: 4729ms;
  -o-animation-delay: 4729ms;
  animation-delay: 4729ms; }

.delay-4730 {
  -webkit-animation-delay: 4730ms;
  -moz-animation-delay: 4730ms;
  -o-animation-delay: 4730ms;
  animation-delay: 4730ms; }

.delay-4731 {
  -webkit-animation-delay: 4731ms;
  -moz-animation-delay: 4731ms;
  -o-animation-delay: 4731ms;
  animation-delay: 4731ms; }

.delay-4732 {
  -webkit-animation-delay: 4732ms;
  -moz-animation-delay: 4732ms;
  -o-animation-delay: 4732ms;
  animation-delay: 4732ms; }

.delay-4733 {
  -webkit-animation-delay: 4733ms;
  -moz-animation-delay: 4733ms;
  -o-animation-delay: 4733ms;
  animation-delay: 4733ms; }

.delay-4734 {
  -webkit-animation-delay: 4734ms;
  -moz-animation-delay: 4734ms;
  -o-animation-delay: 4734ms;
  animation-delay: 4734ms; }

.delay-4735 {
  -webkit-animation-delay: 4735ms;
  -moz-animation-delay: 4735ms;
  -o-animation-delay: 4735ms;
  animation-delay: 4735ms; }

.delay-4736 {
  -webkit-animation-delay: 4736ms;
  -moz-animation-delay: 4736ms;
  -o-animation-delay: 4736ms;
  animation-delay: 4736ms; }

.delay-4737 {
  -webkit-animation-delay: 4737ms;
  -moz-animation-delay: 4737ms;
  -o-animation-delay: 4737ms;
  animation-delay: 4737ms; }

.delay-4738 {
  -webkit-animation-delay: 4738ms;
  -moz-animation-delay: 4738ms;
  -o-animation-delay: 4738ms;
  animation-delay: 4738ms; }

.delay-4739 {
  -webkit-animation-delay: 4739ms;
  -moz-animation-delay: 4739ms;
  -o-animation-delay: 4739ms;
  animation-delay: 4739ms; }

.delay-4740 {
  -webkit-animation-delay: 4740ms;
  -moz-animation-delay: 4740ms;
  -o-animation-delay: 4740ms;
  animation-delay: 4740ms; }

.delay-4741 {
  -webkit-animation-delay: 4741ms;
  -moz-animation-delay: 4741ms;
  -o-animation-delay: 4741ms;
  animation-delay: 4741ms; }

.delay-4742 {
  -webkit-animation-delay: 4742ms;
  -moz-animation-delay: 4742ms;
  -o-animation-delay: 4742ms;
  animation-delay: 4742ms; }

.delay-4743 {
  -webkit-animation-delay: 4743ms;
  -moz-animation-delay: 4743ms;
  -o-animation-delay: 4743ms;
  animation-delay: 4743ms; }

.delay-4744 {
  -webkit-animation-delay: 4744ms;
  -moz-animation-delay: 4744ms;
  -o-animation-delay: 4744ms;
  animation-delay: 4744ms; }

.delay-4745 {
  -webkit-animation-delay: 4745ms;
  -moz-animation-delay: 4745ms;
  -o-animation-delay: 4745ms;
  animation-delay: 4745ms; }

.delay-4746 {
  -webkit-animation-delay: 4746ms;
  -moz-animation-delay: 4746ms;
  -o-animation-delay: 4746ms;
  animation-delay: 4746ms; }

.delay-4747 {
  -webkit-animation-delay: 4747ms;
  -moz-animation-delay: 4747ms;
  -o-animation-delay: 4747ms;
  animation-delay: 4747ms; }

.delay-4748 {
  -webkit-animation-delay: 4748ms;
  -moz-animation-delay: 4748ms;
  -o-animation-delay: 4748ms;
  animation-delay: 4748ms; }

.delay-4749 {
  -webkit-animation-delay: 4749ms;
  -moz-animation-delay: 4749ms;
  -o-animation-delay: 4749ms;
  animation-delay: 4749ms; }

.delay-4750 {
  -webkit-animation-delay: 4750ms;
  -moz-animation-delay: 4750ms;
  -o-animation-delay: 4750ms;
  animation-delay: 4750ms; }

.delay-4751 {
  -webkit-animation-delay: 4751ms;
  -moz-animation-delay: 4751ms;
  -o-animation-delay: 4751ms;
  animation-delay: 4751ms; }

.delay-4752 {
  -webkit-animation-delay: 4752ms;
  -moz-animation-delay: 4752ms;
  -o-animation-delay: 4752ms;
  animation-delay: 4752ms; }

.delay-4753 {
  -webkit-animation-delay: 4753ms;
  -moz-animation-delay: 4753ms;
  -o-animation-delay: 4753ms;
  animation-delay: 4753ms; }

.delay-4754 {
  -webkit-animation-delay: 4754ms;
  -moz-animation-delay: 4754ms;
  -o-animation-delay: 4754ms;
  animation-delay: 4754ms; }

.delay-4755 {
  -webkit-animation-delay: 4755ms;
  -moz-animation-delay: 4755ms;
  -o-animation-delay: 4755ms;
  animation-delay: 4755ms; }

.delay-4756 {
  -webkit-animation-delay: 4756ms;
  -moz-animation-delay: 4756ms;
  -o-animation-delay: 4756ms;
  animation-delay: 4756ms; }

.delay-4757 {
  -webkit-animation-delay: 4757ms;
  -moz-animation-delay: 4757ms;
  -o-animation-delay: 4757ms;
  animation-delay: 4757ms; }

.delay-4758 {
  -webkit-animation-delay: 4758ms;
  -moz-animation-delay: 4758ms;
  -o-animation-delay: 4758ms;
  animation-delay: 4758ms; }

.delay-4759 {
  -webkit-animation-delay: 4759ms;
  -moz-animation-delay: 4759ms;
  -o-animation-delay: 4759ms;
  animation-delay: 4759ms; }

.delay-4760 {
  -webkit-animation-delay: 4760ms;
  -moz-animation-delay: 4760ms;
  -o-animation-delay: 4760ms;
  animation-delay: 4760ms; }

.delay-4761 {
  -webkit-animation-delay: 4761ms;
  -moz-animation-delay: 4761ms;
  -o-animation-delay: 4761ms;
  animation-delay: 4761ms; }

.delay-4762 {
  -webkit-animation-delay: 4762ms;
  -moz-animation-delay: 4762ms;
  -o-animation-delay: 4762ms;
  animation-delay: 4762ms; }

.delay-4763 {
  -webkit-animation-delay: 4763ms;
  -moz-animation-delay: 4763ms;
  -o-animation-delay: 4763ms;
  animation-delay: 4763ms; }

.delay-4764 {
  -webkit-animation-delay: 4764ms;
  -moz-animation-delay: 4764ms;
  -o-animation-delay: 4764ms;
  animation-delay: 4764ms; }

.delay-4765 {
  -webkit-animation-delay: 4765ms;
  -moz-animation-delay: 4765ms;
  -o-animation-delay: 4765ms;
  animation-delay: 4765ms; }

.delay-4766 {
  -webkit-animation-delay: 4766ms;
  -moz-animation-delay: 4766ms;
  -o-animation-delay: 4766ms;
  animation-delay: 4766ms; }

.delay-4767 {
  -webkit-animation-delay: 4767ms;
  -moz-animation-delay: 4767ms;
  -o-animation-delay: 4767ms;
  animation-delay: 4767ms; }

.delay-4768 {
  -webkit-animation-delay: 4768ms;
  -moz-animation-delay: 4768ms;
  -o-animation-delay: 4768ms;
  animation-delay: 4768ms; }

.delay-4769 {
  -webkit-animation-delay: 4769ms;
  -moz-animation-delay: 4769ms;
  -o-animation-delay: 4769ms;
  animation-delay: 4769ms; }

.delay-4770 {
  -webkit-animation-delay: 4770ms;
  -moz-animation-delay: 4770ms;
  -o-animation-delay: 4770ms;
  animation-delay: 4770ms; }

.delay-4771 {
  -webkit-animation-delay: 4771ms;
  -moz-animation-delay: 4771ms;
  -o-animation-delay: 4771ms;
  animation-delay: 4771ms; }

.delay-4772 {
  -webkit-animation-delay: 4772ms;
  -moz-animation-delay: 4772ms;
  -o-animation-delay: 4772ms;
  animation-delay: 4772ms; }

.delay-4773 {
  -webkit-animation-delay: 4773ms;
  -moz-animation-delay: 4773ms;
  -o-animation-delay: 4773ms;
  animation-delay: 4773ms; }

.delay-4774 {
  -webkit-animation-delay: 4774ms;
  -moz-animation-delay: 4774ms;
  -o-animation-delay: 4774ms;
  animation-delay: 4774ms; }

.delay-4775 {
  -webkit-animation-delay: 4775ms;
  -moz-animation-delay: 4775ms;
  -o-animation-delay: 4775ms;
  animation-delay: 4775ms; }

.delay-4776 {
  -webkit-animation-delay: 4776ms;
  -moz-animation-delay: 4776ms;
  -o-animation-delay: 4776ms;
  animation-delay: 4776ms; }

.delay-4777 {
  -webkit-animation-delay: 4777ms;
  -moz-animation-delay: 4777ms;
  -o-animation-delay: 4777ms;
  animation-delay: 4777ms; }

.delay-4778 {
  -webkit-animation-delay: 4778ms;
  -moz-animation-delay: 4778ms;
  -o-animation-delay: 4778ms;
  animation-delay: 4778ms; }

.delay-4779 {
  -webkit-animation-delay: 4779ms;
  -moz-animation-delay: 4779ms;
  -o-animation-delay: 4779ms;
  animation-delay: 4779ms; }

.delay-4780 {
  -webkit-animation-delay: 4780ms;
  -moz-animation-delay: 4780ms;
  -o-animation-delay: 4780ms;
  animation-delay: 4780ms; }

.delay-4781 {
  -webkit-animation-delay: 4781ms;
  -moz-animation-delay: 4781ms;
  -o-animation-delay: 4781ms;
  animation-delay: 4781ms; }

.delay-4782 {
  -webkit-animation-delay: 4782ms;
  -moz-animation-delay: 4782ms;
  -o-animation-delay: 4782ms;
  animation-delay: 4782ms; }

.delay-4783 {
  -webkit-animation-delay: 4783ms;
  -moz-animation-delay: 4783ms;
  -o-animation-delay: 4783ms;
  animation-delay: 4783ms; }

.delay-4784 {
  -webkit-animation-delay: 4784ms;
  -moz-animation-delay: 4784ms;
  -o-animation-delay: 4784ms;
  animation-delay: 4784ms; }

.delay-4785 {
  -webkit-animation-delay: 4785ms;
  -moz-animation-delay: 4785ms;
  -o-animation-delay: 4785ms;
  animation-delay: 4785ms; }

.delay-4786 {
  -webkit-animation-delay: 4786ms;
  -moz-animation-delay: 4786ms;
  -o-animation-delay: 4786ms;
  animation-delay: 4786ms; }

.delay-4787 {
  -webkit-animation-delay: 4787ms;
  -moz-animation-delay: 4787ms;
  -o-animation-delay: 4787ms;
  animation-delay: 4787ms; }

.delay-4788 {
  -webkit-animation-delay: 4788ms;
  -moz-animation-delay: 4788ms;
  -o-animation-delay: 4788ms;
  animation-delay: 4788ms; }

.delay-4789 {
  -webkit-animation-delay: 4789ms;
  -moz-animation-delay: 4789ms;
  -o-animation-delay: 4789ms;
  animation-delay: 4789ms; }

.delay-4790 {
  -webkit-animation-delay: 4790ms;
  -moz-animation-delay: 4790ms;
  -o-animation-delay: 4790ms;
  animation-delay: 4790ms; }

.delay-4791 {
  -webkit-animation-delay: 4791ms;
  -moz-animation-delay: 4791ms;
  -o-animation-delay: 4791ms;
  animation-delay: 4791ms; }

.delay-4792 {
  -webkit-animation-delay: 4792ms;
  -moz-animation-delay: 4792ms;
  -o-animation-delay: 4792ms;
  animation-delay: 4792ms; }

.delay-4793 {
  -webkit-animation-delay: 4793ms;
  -moz-animation-delay: 4793ms;
  -o-animation-delay: 4793ms;
  animation-delay: 4793ms; }

.delay-4794 {
  -webkit-animation-delay: 4794ms;
  -moz-animation-delay: 4794ms;
  -o-animation-delay: 4794ms;
  animation-delay: 4794ms; }

.delay-4795 {
  -webkit-animation-delay: 4795ms;
  -moz-animation-delay: 4795ms;
  -o-animation-delay: 4795ms;
  animation-delay: 4795ms; }

.delay-4796 {
  -webkit-animation-delay: 4796ms;
  -moz-animation-delay: 4796ms;
  -o-animation-delay: 4796ms;
  animation-delay: 4796ms; }

.delay-4797 {
  -webkit-animation-delay: 4797ms;
  -moz-animation-delay: 4797ms;
  -o-animation-delay: 4797ms;
  animation-delay: 4797ms; }

.delay-4798 {
  -webkit-animation-delay: 4798ms;
  -moz-animation-delay: 4798ms;
  -o-animation-delay: 4798ms;
  animation-delay: 4798ms; }

.delay-4799 {
  -webkit-animation-delay: 4799ms;
  -moz-animation-delay: 4799ms;
  -o-animation-delay: 4799ms;
  animation-delay: 4799ms; }

.delay-4800 {
  -webkit-animation-delay: 4800ms;
  -moz-animation-delay: 4800ms;
  -o-animation-delay: 4800ms;
  animation-delay: 4800ms; }

.delay-4801 {
  -webkit-animation-delay: 4801ms;
  -moz-animation-delay: 4801ms;
  -o-animation-delay: 4801ms;
  animation-delay: 4801ms; }

.delay-4802 {
  -webkit-animation-delay: 4802ms;
  -moz-animation-delay: 4802ms;
  -o-animation-delay: 4802ms;
  animation-delay: 4802ms; }

.delay-4803 {
  -webkit-animation-delay: 4803ms;
  -moz-animation-delay: 4803ms;
  -o-animation-delay: 4803ms;
  animation-delay: 4803ms; }

.delay-4804 {
  -webkit-animation-delay: 4804ms;
  -moz-animation-delay: 4804ms;
  -o-animation-delay: 4804ms;
  animation-delay: 4804ms; }

.delay-4805 {
  -webkit-animation-delay: 4805ms;
  -moz-animation-delay: 4805ms;
  -o-animation-delay: 4805ms;
  animation-delay: 4805ms; }

.delay-4806 {
  -webkit-animation-delay: 4806ms;
  -moz-animation-delay: 4806ms;
  -o-animation-delay: 4806ms;
  animation-delay: 4806ms; }

.delay-4807 {
  -webkit-animation-delay: 4807ms;
  -moz-animation-delay: 4807ms;
  -o-animation-delay: 4807ms;
  animation-delay: 4807ms; }

.delay-4808 {
  -webkit-animation-delay: 4808ms;
  -moz-animation-delay: 4808ms;
  -o-animation-delay: 4808ms;
  animation-delay: 4808ms; }

.delay-4809 {
  -webkit-animation-delay: 4809ms;
  -moz-animation-delay: 4809ms;
  -o-animation-delay: 4809ms;
  animation-delay: 4809ms; }

.delay-4810 {
  -webkit-animation-delay: 4810ms;
  -moz-animation-delay: 4810ms;
  -o-animation-delay: 4810ms;
  animation-delay: 4810ms; }

.delay-4811 {
  -webkit-animation-delay: 4811ms;
  -moz-animation-delay: 4811ms;
  -o-animation-delay: 4811ms;
  animation-delay: 4811ms; }

.delay-4812 {
  -webkit-animation-delay: 4812ms;
  -moz-animation-delay: 4812ms;
  -o-animation-delay: 4812ms;
  animation-delay: 4812ms; }

.delay-4813 {
  -webkit-animation-delay: 4813ms;
  -moz-animation-delay: 4813ms;
  -o-animation-delay: 4813ms;
  animation-delay: 4813ms; }

.delay-4814 {
  -webkit-animation-delay: 4814ms;
  -moz-animation-delay: 4814ms;
  -o-animation-delay: 4814ms;
  animation-delay: 4814ms; }

.delay-4815 {
  -webkit-animation-delay: 4815ms;
  -moz-animation-delay: 4815ms;
  -o-animation-delay: 4815ms;
  animation-delay: 4815ms; }

.delay-4816 {
  -webkit-animation-delay: 4816ms;
  -moz-animation-delay: 4816ms;
  -o-animation-delay: 4816ms;
  animation-delay: 4816ms; }

.delay-4817 {
  -webkit-animation-delay: 4817ms;
  -moz-animation-delay: 4817ms;
  -o-animation-delay: 4817ms;
  animation-delay: 4817ms; }

.delay-4818 {
  -webkit-animation-delay: 4818ms;
  -moz-animation-delay: 4818ms;
  -o-animation-delay: 4818ms;
  animation-delay: 4818ms; }

.delay-4819 {
  -webkit-animation-delay: 4819ms;
  -moz-animation-delay: 4819ms;
  -o-animation-delay: 4819ms;
  animation-delay: 4819ms; }

.delay-4820 {
  -webkit-animation-delay: 4820ms;
  -moz-animation-delay: 4820ms;
  -o-animation-delay: 4820ms;
  animation-delay: 4820ms; }

.delay-4821 {
  -webkit-animation-delay: 4821ms;
  -moz-animation-delay: 4821ms;
  -o-animation-delay: 4821ms;
  animation-delay: 4821ms; }

.delay-4822 {
  -webkit-animation-delay: 4822ms;
  -moz-animation-delay: 4822ms;
  -o-animation-delay: 4822ms;
  animation-delay: 4822ms; }

.delay-4823 {
  -webkit-animation-delay: 4823ms;
  -moz-animation-delay: 4823ms;
  -o-animation-delay: 4823ms;
  animation-delay: 4823ms; }

.delay-4824 {
  -webkit-animation-delay: 4824ms;
  -moz-animation-delay: 4824ms;
  -o-animation-delay: 4824ms;
  animation-delay: 4824ms; }

.delay-4825 {
  -webkit-animation-delay: 4825ms;
  -moz-animation-delay: 4825ms;
  -o-animation-delay: 4825ms;
  animation-delay: 4825ms; }

.delay-4826 {
  -webkit-animation-delay: 4826ms;
  -moz-animation-delay: 4826ms;
  -o-animation-delay: 4826ms;
  animation-delay: 4826ms; }

.delay-4827 {
  -webkit-animation-delay: 4827ms;
  -moz-animation-delay: 4827ms;
  -o-animation-delay: 4827ms;
  animation-delay: 4827ms; }

.delay-4828 {
  -webkit-animation-delay: 4828ms;
  -moz-animation-delay: 4828ms;
  -o-animation-delay: 4828ms;
  animation-delay: 4828ms; }

.delay-4829 {
  -webkit-animation-delay: 4829ms;
  -moz-animation-delay: 4829ms;
  -o-animation-delay: 4829ms;
  animation-delay: 4829ms; }

.delay-4830 {
  -webkit-animation-delay: 4830ms;
  -moz-animation-delay: 4830ms;
  -o-animation-delay: 4830ms;
  animation-delay: 4830ms; }

.delay-4831 {
  -webkit-animation-delay: 4831ms;
  -moz-animation-delay: 4831ms;
  -o-animation-delay: 4831ms;
  animation-delay: 4831ms; }

.delay-4832 {
  -webkit-animation-delay: 4832ms;
  -moz-animation-delay: 4832ms;
  -o-animation-delay: 4832ms;
  animation-delay: 4832ms; }

.delay-4833 {
  -webkit-animation-delay: 4833ms;
  -moz-animation-delay: 4833ms;
  -o-animation-delay: 4833ms;
  animation-delay: 4833ms; }

.delay-4834 {
  -webkit-animation-delay: 4834ms;
  -moz-animation-delay: 4834ms;
  -o-animation-delay: 4834ms;
  animation-delay: 4834ms; }

.delay-4835 {
  -webkit-animation-delay: 4835ms;
  -moz-animation-delay: 4835ms;
  -o-animation-delay: 4835ms;
  animation-delay: 4835ms; }

.delay-4836 {
  -webkit-animation-delay: 4836ms;
  -moz-animation-delay: 4836ms;
  -o-animation-delay: 4836ms;
  animation-delay: 4836ms; }

.delay-4837 {
  -webkit-animation-delay: 4837ms;
  -moz-animation-delay: 4837ms;
  -o-animation-delay: 4837ms;
  animation-delay: 4837ms; }

.delay-4838 {
  -webkit-animation-delay: 4838ms;
  -moz-animation-delay: 4838ms;
  -o-animation-delay: 4838ms;
  animation-delay: 4838ms; }

.delay-4839 {
  -webkit-animation-delay: 4839ms;
  -moz-animation-delay: 4839ms;
  -o-animation-delay: 4839ms;
  animation-delay: 4839ms; }

.delay-4840 {
  -webkit-animation-delay: 4840ms;
  -moz-animation-delay: 4840ms;
  -o-animation-delay: 4840ms;
  animation-delay: 4840ms; }

.delay-4841 {
  -webkit-animation-delay: 4841ms;
  -moz-animation-delay: 4841ms;
  -o-animation-delay: 4841ms;
  animation-delay: 4841ms; }

.delay-4842 {
  -webkit-animation-delay: 4842ms;
  -moz-animation-delay: 4842ms;
  -o-animation-delay: 4842ms;
  animation-delay: 4842ms; }

.delay-4843 {
  -webkit-animation-delay: 4843ms;
  -moz-animation-delay: 4843ms;
  -o-animation-delay: 4843ms;
  animation-delay: 4843ms; }

.delay-4844 {
  -webkit-animation-delay: 4844ms;
  -moz-animation-delay: 4844ms;
  -o-animation-delay: 4844ms;
  animation-delay: 4844ms; }

.delay-4845 {
  -webkit-animation-delay: 4845ms;
  -moz-animation-delay: 4845ms;
  -o-animation-delay: 4845ms;
  animation-delay: 4845ms; }

.delay-4846 {
  -webkit-animation-delay: 4846ms;
  -moz-animation-delay: 4846ms;
  -o-animation-delay: 4846ms;
  animation-delay: 4846ms; }

.delay-4847 {
  -webkit-animation-delay: 4847ms;
  -moz-animation-delay: 4847ms;
  -o-animation-delay: 4847ms;
  animation-delay: 4847ms; }

.delay-4848 {
  -webkit-animation-delay: 4848ms;
  -moz-animation-delay: 4848ms;
  -o-animation-delay: 4848ms;
  animation-delay: 4848ms; }

.delay-4849 {
  -webkit-animation-delay: 4849ms;
  -moz-animation-delay: 4849ms;
  -o-animation-delay: 4849ms;
  animation-delay: 4849ms; }

.delay-4850 {
  -webkit-animation-delay: 4850ms;
  -moz-animation-delay: 4850ms;
  -o-animation-delay: 4850ms;
  animation-delay: 4850ms; }

.delay-4851 {
  -webkit-animation-delay: 4851ms;
  -moz-animation-delay: 4851ms;
  -o-animation-delay: 4851ms;
  animation-delay: 4851ms; }

.delay-4852 {
  -webkit-animation-delay: 4852ms;
  -moz-animation-delay: 4852ms;
  -o-animation-delay: 4852ms;
  animation-delay: 4852ms; }

.delay-4853 {
  -webkit-animation-delay: 4853ms;
  -moz-animation-delay: 4853ms;
  -o-animation-delay: 4853ms;
  animation-delay: 4853ms; }

.delay-4854 {
  -webkit-animation-delay: 4854ms;
  -moz-animation-delay: 4854ms;
  -o-animation-delay: 4854ms;
  animation-delay: 4854ms; }

.delay-4855 {
  -webkit-animation-delay: 4855ms;
  -moz-animation-delay: 4855ms;
  -o-animation-delay: 4855ms;
  animation-delay: 4855ms; }

.delay-4856 {
  -webkit-animation-delay: 4856ms;
  -moz-animation-delay: 4856ms;
  -o-animation-delay: 4856ms;
  animation-delay: 4856ms; }

.delay-4857 {
  -webkit-animation-delay: 4857ms;
  -moz-animation-delay: 4857ms;
  -o-animation-delay: 4857ms;
  animation-delay: 4857ms; }

.delay-4858 {
  -webkit-animation-delay: 4858ms;
  -moz-animation-delay: 4858ms;
  -o-animation-delay: 4858ms;
  animation-delay: 4858ms; }

.delay-4859 {
  -webkit-animation-delay: 4859ms;
  -moz-animation-delay: 4859ms;
  -o-animation-delay: 4859ms;
  animation-delay: 4859ms; }

.delay-4860 {
  -webkit-animation-delay: 4860ms;
  -moz-animation-delay: 4860ms;
  -o-animation-delay: 4860ms;
  animation-delay: 4860ms; }

.delay-4861 {
  -webkit-animation-delay: 4861ms;
  -moz-animation-delay: 4861ms;
  -o-animation-delay: 4861ms;
  animation-delay: 4861ms; }

.delay-4862 {
  -webkit-animation-delay: 4862ms;
  -moz-animation-delay: 4862ms;
  -o-animation-delay: 4862ms;
  animation-delay: 4862ms; }

.delay-4863 {
  -webkit-animation-delay: 4863ms;
  -moz-animation-delay: 4863ms;
  -o-animation-delay: 4863ms;
  animation-delay: 4863ms; }

.delay-4864 {
  -webkit-animation-delay: 4864ms;
  -moz-animation-delay: 4864ms;
  -o-animation-delay: 4864ms;
  animation-delay: 4864ms; }

.delay-4865 {
  -webkit-animation-delay: 4865ms;
  -moz-animation-delay: 4865ms;
  -o-animation-delay: 4865ms;
  animation-delay: 4865ms; }

.delay-4866 {
  -webkit-animation-delay: 4866ms;
  -moz-animation-delay: 4866ms;
  -o-animation-delay: 4866ms;
  animation-delay: 4866ms; }

.delay-4867 {
  -webkit-animation-delay: 4867ms;
  -moz-animation-delay: 4867ms;
  -o-animation-delay: 4867ms;
  animation-delay: 4867ms; }

.delay-4868 {
  -webkit-animation-delay: 4868ms;
  -moz-animation-delay: 4868ms;
  -o-animation-delay: 4868ms;
  animation-delay: 4868ms; }

.delay-4869 {
  -webkit-animation-delay: 4869ms;
  -moz-animation-delay: 4869ms;
  -o-animation-delay: 4869ms;
  animation-delay: 4869ms; }

.delay-4870 {
  -webkit-animation-delay: 4870ms;
  -moz-animation-delay: 4870ms;
  -o-animation-delay: 4870ms;
  animation-delay: 4870ms; }

.delay-4871 {
  -webkit-animation-delay: 4871ms;
  -moz-animation-delay: 4871ms;
  -o-animation-delay: 4871ms;
  animation-delay: 4871ms; }

.delay-4872 {
  -webkit-animation-delay: 4872ms;
  -moz-animation-delay: 4872ms;
  -o-animation-delay: 4872ms;
  animation-delay: 4872ms; }

.delay-4873 {
  -webkit-animation-delay: 4873ms;
  -moz-animation-delay: 4873ms;
  -o-animation-delay: 4873ms;
  animation-delay: 4873ms; }

.delay-4874 {
  -webkit-animation-delay: 4874ms;
  -moz-animation-delay: 4874ms;
  -o-animation-delay: 4874ms;
  animation-delay: 4874ms; }

.delay-4875 {
  -webkit-animation-delay: 4875ms;
  -moz-animation-delay: 4875ms;
  -o-animation-delay: 4875ms;
  animation-delay: 4875ms; }

.delay-4876 {
  -webkit-animation-delay: 4876ms;
  -moz-animation-delay: 4876ms;
  -o-animation-delay: 4876ms;
  animation-delay: 4876ms; }

.delay-4877 {
  -webkit-animation-delay: 4877ms;
  -moz-animation-delay: 4877ms;
  -o-animation-delay: 4877ms;
  animation-delay: 4877ms; }

.delay-4878 {
  -webkit-animation-delay: 4878ms;
  -moz-animation-delay: 4878ms;
  -o-animation-delay: 4878ms;
  animation-delay: 4878ms; }

.delay-4879 {
  -webkit-animation-delay: 4879ms;
  -moz-animation-delay: 4879ms;
  -o-animation-delay: 4879ms;
  animation-delay: 4879ms; }

.delay-4880 {
  -webkit-animation-delay: 4880ms;
  -moz-animation-delay: 4880ms;
  -o-animation-delay: 4880ms;
  animation-delay: 4880ms; }

.delay-4881 {
  -webkit-animation-delay: 4881ms;
  -moz-animation-delay: 4881ms;
  -o-animation-delay: 4881ms;
  animation-delay: 4881ms; }

.delay-4882 {
  -webkit-animation-delay: 4882ms;
  -moz-animation-delay: 4882ms;
  -o-animation-delay: 4882ms;
  animation-delay: 4882ms; }

.delay-4883 {
  -webkit-animation-delay: 4883ms;
  -moz-animation-delay: 4883ms;
  -o-animation-delay: 4883ms;
  animation-delay: 4883ms; }

.delay-4884 {
  -webkit-animation-delay: 4884ms;
  -moz-animation-delay: 4884ms;
  -o-animation-delay: 4884ms;
  animation-delay: 4884ms; }

.delay-4885 {
  -webkit-animation-delay: 4885ms;
  -moz-animation-delay: 4885ms;
  -o-animation-delay: 4885ms;
  animation-delay: 4885ms; }

.delay-4886 {
  -webkit-animation-delay: 4886ms;
  -moz-animation-delay: 4886ms;
  -o-animation-delay: 4886ms;
  animation-delay: 4886ms; }

.delay-4887 {
  -webkit-animation-delay: 4887ms;
  -moz-animation-delay: 4887ms;
  -o-animation-delay: 4887ms;
  animation-delay: 4887ms; }

.delay-4888 {
  -webkit-animation-delay: 4888ms;
  -moz-animation-delay: 4888ms;
  -o-animation-delay: 4888ms;
  animation-delay: 4888ms; }

.delay-4889 {
  -webkit-animation-delay: 4889ms;
  -moz-animation-delay: 4889ms;
  -o-animation-delay: 4889ms;
  animation-delay: 4889ms; }

.delay-4890 {
  -webkit-animation-delay: 4890ms;
  -moz-animation-delay: 4890ms;
  -o-animation-delay: 4890ms;
  animation-delay: 4890ms; }

.delay-4891 {
  -webkit-animation-delay: 4891ms;
  -moz-animation-delay: 4891ms;
  -o-animation-delay: 4891ms;
  animation-delay: 4891ms; }

.delay-4892 {
  -webkit-animation-delay: 4892ms;
  -moz-animation-delay: 4892ms;
  -o-animation-delay: 4892ms;
  animation-delay: 4892ms; }

.delay-4893 {
  -webkit-animation-delay: 4893ms;
  -moz-animation-delay: 4893ms;
  -o-animation-delay: 4893ms;
  animation-delay: 4893ms; }

.delay-4894 {
  -webkit-animation-delay: 4894ms;
  -moz-animation-delay: 4894ms;
  -o-animation-delay: 4894ms;
  animation-delay: 4894ms; }

.delay-4895 {
  -webkit-animation-delay: 4895ms;
  -moz-animation-delay: 4895ms;
  -o-animation-delay: 4895ms;
  animation-delay: 4895ms; }

.delay-4896 {
  -webkit-animation-delay: 4896ms;
  -moz-animation-delay: 4896ms;
  -o-animation-delay: 4896ms;
  animation-delay: 4896ms; }

.delay-4897 {
  -webkit-animation-delay: 4897ms;
  -moz-animation-delay: 4897ms;
  -o-animation-delay: 4897ms;
  animation-delay: 4897ms; }

.delay-4898 {
  -webkit-animation-delay: 4898ms;
  -moz-animation-delay: 4898ms;
  -o-animation-delay: 4898ms;
  animation-delay: 4898ms; }

.delay-4899 {
  -webkit-animation-delay: 4899ms;
  -moz-animation-delay: 4899ms;
  -o-animation-delay: 4899ms;
  animation-delay: 4899ms; }

.delay-4900 {
  -webkit-animation-delay: 4900ms;
  -moz-animation-delay: 4900ms;
  -o-animation-delay: 4900ms;
  animation-delay: 4900ms; }

.delay-4901 {
  -webkit-animation-delay: 4901ms;
  -moz-animation-delay: 4901ms;
  -o-animation-delay: 4901ms;
  animation-delay: 4901ms; }

.delay-4902 {
  -webkit-animation-delay: 4902ms;
  -moz-animation-delay: 4902ms;
  -o-animation-delay: 4902ms;
  animation-delay: 4902ms; }

.delay-4903 {
  -webkit-animation-delay: 4903ms;
  -moz-animation-delay: 4903ms;
  -o-animation-delay: 4903ms;
  animation-delay: 4903ms; }

.delay-4904 {
  -webkit-animation-delay: 4904ms;
  -moz-animation-delay: 4904ms;
  -o-animation-delay: 4904ms;
  animation-delay: 4904ms; }

.delay-4905 {
  -webkit-animation-delay: 4905ms;
  -moz-animation-delay: 4905ms;
  -o-animation-delay: 4905ms;
  animation-delay: 4905ms; }

.delay-4906 {
  -webkit-animation-delay: 4906ms;
  -moz-animation-delay: 4906ms;
  -o-animation-delay: 4906ms;
  animation-delay: 4906ms; }

.delay-4907 {
  -webkit-animation-delay: 4907ms;
  -moz-animation-delay: 4907ms;
  -o-animation-delay: 4907ms;
  animation-delay: 4907ms; }

.delay-4908 {
  -webkit-animation-delay: 4908ms;
  -moz-animation-delay: 4908ms;
  -o-animation-delay: 4908ms;
  animation-delay: 4908ms; }

.delay-4909 {
  -webkit-animation-delay: 4909ms;
  -moz-animation-delay: 4909ms;
  -o-animation-delay: 4909ms;
  animation-delay: 4909ms; }

.delay-4910 {
  -webkit-animation-delay: 4910ms;
  -moz-animation-delay: 4910ms;
  -o-animation-delay: 4910ms;
  animation-delay: 4910ms; }

.delay-4911 {
  -webkit-animation-delay: 4911ms;
  -moz-animation-delay: 4911ms;
  -o-animation-delay: 4911ms;
  animation-delay: 4911ms; }

.delay-4912 {
  -webkit-animation-delay: 4912ms;
  -moz-animation-delay: 4912ms;
  -o-animation-delay: 4912ms;
  animation-delay: 4912ms; }

.delay-4913 {
  -webkit-animation-delay: 4913ms;
  -moz-animation-delay: 4913ms;
  -o-animation-delay: 4913ms;
  animation-delay: 4913ms; }

.delay-4914 {
  -webkit-animation-delay: 4914ms;
  -moz-animation-delay: 4914ms;
  -o-animation-delay: 4914ms;
  animation-delay: 4914ms; }

.delay-4915 {
  -webkit-animation-delay: 4915ms;
  -moz-animation-delay: 4915ms;
  -o-animation-delay: 4915ms;
  animation-delay: 4915ms; }

.delay-4916 {
  -webkit-animation-delay: 4916ms;
  -moz-animation-delay: 4916ms;
  -o-animation-delay: 4916ms;
  animation-delay: 4916ms; }

.delay-4917 {
  -webkit-animation-delay: 4917ms;
  -moz-animation-delay: 4917ms;
  -o-animation-delay: 4917ms;
  animation-delay: 4917ms; }

.delay-4918 {
  -webkit-animation-delay: 4918ms;
  -moz-animation-delay: 4918ms;
  -o-animation-delay: 4918ms;
  animation-delay: 4918ms; }

.delay-4919 {
  -webkit-animation-delay: 4919ms;
  -moz-animation-delay: 4919ms;
  -o-animation-delay: 4919ms;
  animation-delay: 4919ms; }

.delay-4920 {
  -webkit-animation-delay: 4920ms;
  -moz-animation-delay: 4920ms;
  -o-animation-delay: 4920ms;
  animation-delay: 4920ms; }

.delay-4921 {
  -webkit-animation-delay: 4921ms;
  -moz-animation-delay: 4921ms;
  -o-animation-delay: 4921ms;
  animation-delay: 4921ms; }

.delay-4922 {
  -webkit-animation-delay: 4922ms;
  -moz-animation-delay: 4922ms;
  -o-animation-delay: 4922ms;
  animation-delay: 4922ms; }

.delay-4923 {
  -webkit-animation-delay: 4923ms;
  -moz-animation-delay: 4923ms;
  -o-animation-delay: 4923ms;
  animation-delay: 4923ms; }

.delay-4924 {
  -webkit-animation-delay: 4924ms;
  -moz-animation-delay: 4924ms;
  -o-animation-delay: 4924ms;
  animation-delay: 4924ms; }

.delay-4925 {
  -webkit-animation-delay: 4925ms;
  -moz-animation-delay: 4925ms;
  -o-animation-delay: 4925ms;
  animation-delay: 4925ms; }

.delay-4926 {
  -webkit-animation-delay: 4926ms;
  -moz-animation-delay: 4926ms;
  -o-animation-delay: 4926ms;
  animation-delay: 4926ms; }

.delay-4927 {
  -webkit-animation-delay: 4927ms;
  -moz-animation-delay: 4927ms;
  -o-animation-delay: 4927ms;
  animation-delay: 4927ms; }

.delay-4928 {
  -webkit-animation-delay: 4928ms;
  -moz-animation-delay: 4928ms;
  -o-animation-delay: 4928ms;
  animation-delay: 4928ms; }

.delay-4929 {
  -webkit-animation-delay: 4929ms;
  -moz-animation-delay: 4929ms;
  -o-animation-delay: 4929ms;
  animation-delay: 4929ms; }

.delay-4930 {
  -webkit-animation-delay: 4930ms;
  -moz-animation-delay: 4930ms;
  -o-animation-delay: 4930ms;
  animation-delay: 4930ms; }

.delay-4931 {
  -webkit-animation-delay: 4931ms;
  -moz-animation-delay: 4931ms;
  -o-animation-delay: 4931ms;
  animation-delay: 4931ms; }

.delay-4932 {
  -webkit-animation-delay: 4932ms;
  -moz-animation-delay: 4932ms;
  -o-animation-delay: 4932ms;
  animation-delay: 4932ms; }

.delay-4933 {
  -webkit-animation-delay: 4933ms;
  -moz-animation-delay: 4933ms;
  -o-animation-delay: 4933ms;
  animation-delay: 4933ms; }

.delay-4934 {
  -webkit-animation-delay: 4934ms;
  -moz-animation-delay: 4934ms;
  -o-animation-delay: 4934ms;
  animation-delay: 4934ms; }

.delay-4935 {
  -webkit-animation-delay: 4935ms;
  -moz-animation-delay: 4935ms;
  -o-animation-delay: 4935ms;
  animation-delay: 4935ms; }

.delay-4936 {
  -webkit-animation-delay: 4936ms;
  -moz-animation-delay: 4936ms;
  -o-animation-delay: 4936ms;
  animation-delay: 4936ms; }

.delay-4937 {
  -webkit-animation-delay: 4937ms;
  -moz-animation-delay: 4937ms;
  -o-animation-delay: 4937ms;
  animation-delay: 4937ms; }

.delay-4938 {
  -webkit-animation-delay: 4938ms;
  -moz-animation-delay: 4938ms;
  -o-animation-delay: 4938ms;
  animation-delay: 4938ms; }

.delay-4939 {
  -webkit-animation-delay: 4939ms;
  -moz-animation-delay: 4939ms;
  -o-animation-delay: 4939ms;
  animation-delay: 4939ms; }

.delay-4940 {
  -webkit-animation-delay: 4940ms;
  -moz-animation-delay: 4940ms;
  -o-animation-delay: 4940ms;
  animation-delay: 4940ms; }

.delay-4941 {
  -webkit-animation-delay: 4941ms;
  -moz-animation-delay: 4941ms;
  -o-animation-delay: 4941ms;
  animation-delay: 4941ms; }

.delay-4942 {
  -webkit-animation-delay: 4942ms;
  -moz-animation-delay: 4942ms;
  -o-animation-delay: 4942ms;
  animation-delay: 4942ms; }

.delay-4943 {
  -webkit-animation-delay: 4943ms;
  -moz-animation-delay: 4943ms;
  -o-animation-delay: 4943ms;
  animation-delay: 4943ms; }

.delay-4944 {
  -webkit-animation-delay: 4944ms;
  -moz-animation-delay: 4944ms;
  -o-animation-delay: 4944ms;
  animation-delay: 4944ms; }

.delay-4945 {
  -webkit-animation-delay: 4945ms;
  -moz-animation-delay: 4945ms;
  -o-animation-delay: 4945ms;
  animation-delay: 4945ms; }

.delay-4946 {
  -webkit-animation-delay: 4946ms;
  -moz-animation-delay: 4946ms;
  -o-animation-delay: 4946ms;
  animation-delay: 4946ms; }

.delay-4947 {
  -webkit-animation-delay: 4947ms;
  -moz-animation-delay: 4947ms;
  -o-animation-delay: 4947ms;
  animation-delay: 4947ms; }

.delay-4948 {
  -webkit-animation-delay: 4948ms;
  -moz-animation-delay: 4948ms;
  -o-animation-delay: 4948ms;
  animation-delay: 4948ms; }

.delay-4949 {
  -webkit-animation-delay: 4949ms;
  -moz-animation-delay: 4949ms;
  -o-animation-delay: 4949ms;
  animation-delay: 4949ms; }

.delay-4950 {
  -webkit-animation-delay: 4950ms;
  -moz-animation-delay: 4950ms;
  -o-animation-delay: 4950ms;
  animation-delay: 4950ms; }

.delay-4951 {
  -webkit-animation-delay: 4951ms;
  -moz-animation-delay: 4951ms;
  -o-animation-delay: 4951ms;
  animation-delay: 4951ms; }

.delay-4952 {
  -webkit-animation-delay: 4952ms;
  -moz-animation-delay: 4952ms;
  -o-animation-delay: 4952ms;
  animation-delay: 4952ms; }

.delay-4953 {
  -webkit-animation-delay: 4953ms;
  -moz-animation-delay: 4953ms;
  -o-animation-delay: 4953ms;
  animation-delay: 4953ms; }

.delay-4954 {
  -webkit-animation-delay: 4954ms;
  -moz-animation-delay: 4954ms;
  -o-animation-delay: 4954ms;
  animation-delay: 4954ms; }

.delay-4955 {
  -webkit-animation-delay: 4955ms;
  -moz-animation-delay: 4955ms;
  -o-animation-delay: 4955ms;
  animation-delay: 4955ms; }

.delay-4956 {
  -webkit-animation-delay: 4956ms;
  -moz-animation-delay: 4956ms;
  -o-animation-delay: 4956ms;
  animation-delay: 4956ms; }

.delay-4957 {
  -webkit-animation-delay: 4957ms;
  -moz-animation-delay: 4957ms;
  -o-animation-delay: 4957ms;
  animation-delay: 4957ms; }

.delay-4958 {
  -webkit-animation-delay: 4958ms;
  -moz-animation-delay: 4958ms;
  -o-animation-delay: 4958ms;
  animation-delay: 4958ms; }

.delay-4959 {
  -webkit-animation-delay: 4959ms;
  -moz-animation-delay: 4959ms;
  -o-animation-delay: 4959ms;
  animation-delay: 4959ms; }

.delay-4960 {
  -webkit-animation-delay: 4960ms;
  -moz-animation-delay: 4960ms;
  -o-animation-delay: 4960ms;
  animation-delay: 4960ms; }

.delay-4961 {
  -webkit-animation-delay: 4961ms;
  -moz-animation-delay: 4961ms;
  -o-animation-delay: 4961ms;
  animation-delay: 4961ms; }

.delay-4962 {
  -webkit-animation-delay: 4962ms;
  -moz-animation-delay: 4962ms;
  -o-animation-delay: 4962ms;
  animation-delay: 4962ms; }

.delay-4963 {
  -webkit-animation-delay: 4963ms;
  -moz-animation-delay: 4963ms;
  -o-animation-delay: 4963ms;
  animation-delay: 4963ms; }

.delay-4964 {
  -webkit-animation-delay: 4964ms;
  -moz-animation-delay: 4964ms;
  -o-animation-delay: 4964ms;
  animation-delay: 4964ms; }

.delay-4965 {
  -webkit-animation-delay: 4965ms;
  -moz-animation-delay: 4965ms;
  -o-animation-delay: 4965ms;
  animation-delay: 4965ms; }

.delay-4966 {
  -webkit-animation-delay: 4966ms;
  -moz-animation-delay: 4966ms;
  -o-animation-delay: 4966ms;
  animation-delay: 4966ms; }

.delay-4967 {
  -webkit-animation-delay: 4967ms;
  -moz-animation-delay: 4967ms;
  -o-animation-delay: 4967ms;
  animation-delay: 4967ms; }

.delay-4968 {
  -webkit-animation-delay: 4968ms;
  -moz-animation-delay: 4968ms;
  -o-animation-delay: 4968ms;
  animation-delay: 4968ms; }

.delay-4969 {
  -webkit-animation-delay: 4969ms;
  -moz-animation-delay: 4969ms;
  -o-animation-delay: 4969ms;
  animation-delay: 4969ms; }

.delay-4970 {
  -webkit-animation-delay: 4970ms;
  -moz-animation-delay: 4970ms;
  -o-animation-delay: 4970ms;
  animation-delay: 4970ms; }

.delay-4971 {
  -webkit-animation-delay: 4971ms;
  -moz-animation-delay: 4971ms;
  -o-animation-delay: 4971ms;
  animation-delay: 4971ms; }

.delay-4972 {
  -webkit-animation-delay: 4972ms;
  -moz-animation-delay: 4972ms;
  -o-animation-delay: 4972ms;
  animation-delay: 4972ms; }

.delay-4973 {
  -webkit-animation-delay: 4973ms;
  -moz-animation-delay: 4973ms;
  -o-animation-delay: 4973ms;
  animation-delay: 4973ms; }

.delay-4974 {
  -webkit-animation-delay: 4974ms;
  -moz-animation-delay: 4974ms;
  -o-animation-delay: 4974ms;
  animation-delay: 4974ms; }

.delay-4975 {
  -webkit-animation-delay: 4975ms;
  -moz-animation-delay: 4975ms;
  -o-animation-delay: 4975ms;
  animation-delay: 4975ms; }

.delay-4976 {
  -webkit-animation-delay: 4976ms;
  -moz-animation-delay: 4976ms;
  -o-animation-delay: 4976ms;
  animation-delay: 4976ms; }

.delay-4977 {
  -webkit-animation-delay: 4977ms;
  -moz-animation-delay: 4977ms;
  -o-animation-delay: 4977ms;
  animation-delay: 4977ms; }

.delay-4978 {
  -webkit-animation-delay: 4978ms;
  -moz-animation-delay: 4978ms;
  -o-animation-delay: 4978ms;
  animation-delay: 4978ms; }

.delay-4979 {
  -webkit-animation-delay: 4979ms;
  -moz-animation-delay: 4979ms;
  -o-animation-delay: 4979ms;
  animation-delay: 4979ms; }

.delay-4980 {
  -webkit-animation-delay: 4980ms;
  -moz-animation-delay: 4980ms;
  -o-animation-delay: 4980ms;
  animation-delay: 4980ms; }

.delay-4981 {
  -webkit-animation-delay: 4981ms;
  -moz-animation-delay: 4981ms;
  -o-animation-delay: 4981ms;
  animation-delay: 4981ms; }

.delay-4982 {
  -webkit-animation-delay: 4982ms;
  -moz-animation-delay: 4982ms;
  -o-animation-delay: 4982ms;
  animation-delay: 4982ms; }

.delay-4983 {
  -webkit-animation-delay: 4983ms;
  -moz-animation-delay: 4983ms;
  -o-animation-delay: 4983ms;
  animation-delay: 4983ms; }

.delay-4984 {
  -webkit-animation-delay: 4984ms;
  -moz-animation-delay: 4984ms;
  -o-animation-delay: 4984ms;
  animation-delay: 4984ms; }

.delay-4985 {
  -webkit-animation-delay: 4985ms;
  -moz-animation-delay: 4985ms;
  -o-animation-delay: 4985ms;
  animation-delay: 4985ms; }

.delay-4986 {
  -webkit-animation-delay: 4986ms;
  -moz-animation-delay: 4986ms;
  -o-animation-delay: 4986ms;
  animation-delay: 4986ms; }

.delay-4987 {
  -webkit-animation-delay: 4987ms;
  -moz-animation-delay: 4987ms;
  -o-animation-delay: 4987ms;
  animation-delay: 4987ms; }

.delay-4988 {
  -webkit-animation-delay: 4988ms;
  -moz-animation-delay: 4988ms;
  -o-animation-delay: 4988ms;
  animation-delay: 4988ms; }

.delay-4989 {
  -webkit-animation-delay: 4989ms;
  -moz-animation-delay: 4989ms;
  -o-animation-delay: 4989ms;
  animation-delay: 4989ms; }

.delay-4990 {
  -webkit-animation-delay: 4990ms;
  -moz-animation-delay: 4990ms;
  -o-animation-delay: 4990ms;
  animation-delay: 4990ms; }

.delay-4991 {
  -webkit-animation-delay: 4991ms;
  -moz-animation-delay: 4991ms;
  -o-animation-delay: 4991ms;
  animation-delay: 4991ms; }

.delay-4992 {
  -webkit-animation-delay: 4992ms;
  -moz-animation-delay: 4992ms;
  -o-animation-delay: 4992ms;
  animation-delay: 4992ms; }

.delay-4993 {
  -webkit-animation-delay: 4993ms;
  -moz-animation-delay: 4993ms;
  -o-animation-delay: 4993ms;
  animation-delay: 4993ms; }

.delay-4994 {
  -webkit-animation-delay: 4994ms;
  -moz-animation-delay: 4994ms;
  -o-animation-delay: 4994ms;
  animation-delay: 4994ms; }

.delay-4995 {
  -webkit-animation-delay: 4995ms;
  -moz-animation-delay: 4995ms;
  -o-animation-delay: 4995ms;
  animation-delay: 4995ms; }

.delay-4996 {
  -webkit-animation-delay: 4996ms;
  -moz-animation-delay: 4996ms;
  -o-animation-delay: 4996ms;
  animation-delay: 4996ms; }

.delay-4997 {
  -webkit-animation-delay: 4997ms;
  -moz-animation-delay: 4997ms;
  -o-animation-delay: 4997ms;
  animation-delay: 4997ms; }

.delay-4998 {
  -webkit-animation-delay: 4998ms;
  -moz-animation-delay: 4998ms;
  -o-animation-delay: 4998ms;
  animation-delay: 4998ms; }

.delay-4999 {
  -webkit-animation-delay: 4999ms;
  -moz-animation-delay: 4999ms;
  -o-animation-delay: 4999ms;
  animation-delay: 4999ms; }

.delay-5000 {
  -webkit-animation-delay: 5000ms;
  -moz-animation-delay: 5000ms;
  -o-animation-delay: 5000ms;
  animation-delay: 5000ms; }

/*************
  * fadeInLeftCaption *
  *************/
@-webkit-keyframes fadeInLeftCaption {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftCaption {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftCaption {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px); }

.fadeInLeftCaption.go {
  -webkit-animation-name: fadeInLeftCaption;
  animation-name: fadeInLeftCaption; }

/*************
   * FadeOut *
   *************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  opacity: 0 !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*********************
    * fadeInLeftShortDatePicker
    *********************/
@-webkit-keyframes fadeInLeftShortDatePicker {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftShortDatePicker {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftShortDatePicker {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShortDatePicker.go {
  -webkit-animation-name: fadeInLeftShortDatePicker;
  animation-name: fadeInLeftShortDatePicker; }

@media (min-width: 768px) {
   /*************
* FadeOutRight *
*************/
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
      width: 100%; }
    100% {
      opacity: 1;
      width: 0%; } }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
      width: 100%; }
    100% {
      opacity: 1;
      width: 0%; } }
  .fadeOutRight {
    opacity: 1;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0; }

  .fadeOutRight.go {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }

  /*************
    * FadeOutLeft *
    *************/
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
      width: 100%; }
    100% {
      opacity: 1;
      width: 0%; } }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
      width: 100%; }
    100% {
      opacity: 1;
      width: 0%; } }
  .fadeOutLeft {
    opacity: 1;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0; }

  .fadeOutLeft.go {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }

  /*************
    * FadeOutDown *
    *************/
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
      height: 100%; }
    100% {
      opacity: 1;
      height: 0; } }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      height: 100%; }
    100% {
      opacity: 1;
      height: 0; } }
  .fadeOutDown {
    opacity: 1;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0; }

  .fadeOutDown.go {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }

  /*************
  * FadeOutUp *
  *************/
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
      height: 100%; }
    100% {
      opacity: 1;
      height: 0; } }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      height: 100%; }
    100% {
      opacity: 1;
      height: 0; } }
  .fadeOutUp {
    opacity: 1;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0; }

  .fadeOutUp.go {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }

  /**************************
     * BgImage AnimateToRight *
     **************************/
  @-webkit-keyframes animateToRight {
    0% {
      background-position: right center; }
    100% {
      background-position: center center !important; } }
  @keyframes animateToRight {
    0% {
      background-position: right center; }
    100% {
      background-position: center center !important; } }
  .animateToRight.go {
    -webkit-animation-name: animateToRight;
    animation-name: animateToRight; }

  /**************************
     * BgImage ZoomOut *
     **************************/
  @-webkit-keyframes bgZoomOut {
    0% {
      -webkit-transform: scale(1.25);
      -moz-transform: scale(1.25);
      -o-transform: scale(1.25);
      transform: scale(1.25); }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  @keyframes bgZoomOut {
    0% {
      -webkit-transform: scale(1.25);
      -moz-transform: scale(1.25);
      -o-transform: scale(1.25);
      transform: scale(1.25); }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  .bgZoomOut {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }

  .bgZoomOut.go {
    -webkit-animation-name: bgZoomOut;
    animation-name: bgZoomOut; } }
@-webkit-keyframes bounceBookNow {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px); } }
@keyframes bounceBookNow {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
.animatedBookNow {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.font-type-1, .camera_caption .caption .titleTop {
  font-size: 34px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.91em; }

.font-type-2, .camera_caption .caption .titleMain {
  font-size: 90px;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.92em; }

.font-type-3, .footerNav.footerContact li .listLink.link, .bookingWidgetWrap .reservationForm .form-group .formLabel {
  font-size: 14px;
  font-weight: 600; }

.font-type-4, .mainbannerCont .mainBannerWrap .descWrap .desc {
  font-size: 14px;
  line-height: 1.1em; }

.font-type-5, .mainbannerCont .mainBannerWrap .articleWrap .desc, .section-detail-page-top .seasonTimeWrap .seasonTime, .table tr td, .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.email, .weatherList .list .detail {
  font-size: 18px; }

.font-type-6, .mainbannerCont .mainBannerWrap .readMoreWrap .readText {
  font-size: 13px; }

.font-type-7, .footerNav.footerLink li a, .availabilityBtn, .btnWrap .btnUrban {
  font-size: 12px;
  font-weight: 500; }

.font-type-8, .section-bottom .fullDescCont .specialLabel {
  font-size: 14px;
  font-weight: 700; }

.font-type-9, .section-bottom .fullDescCont .bottomHeading {
  font-size: 120px;
  font-weight: 700; }

.font-type-10, .footerDesc .desc.descLarge, .imageWrap .banner .imageCaptionCont .imgTextTitleWrap .desc, .section-bottom .fullDescCont .desc, .imageCaptionContMobile .captionWrap.captionWrapBlack .desc, .imageWrap .banner .imageCaptionCont.imageCaptionContDouble .captionWrap.captionWrapBottom .desc {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3em; }

.font-type-11, .captionWrap .desc, .footerDesc .desc.descSmall, .section-detail-page-top .descSide .desc, .section-gallery .galCaptionWrap .detailWrap .desc, .descSideMobile .desc, .mapDescriptionWrap .descSide .desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em; }

.font-type-12, .captionWrap .title, .imgTextTitleWrap .titleTop, .section-detail-page-top .titleSide .peraheraWrap .titleTop, .section-gallery .galCaptionWrap .detailWrap .capTitle, .section-the-design .captionFullSingle .caption .title .titleTop, .mapDescriptionWrap .titleSide .titWrap .titleTop {
  font-size: 36px;
  font-weight: 200;
  line-height: 0.9em; }

.font-type-13, .imgTextTitleWrap .titleMain, .section-detail-page-top .titleSide .peraheraWrap .titleMain, .section-the-design .captionFullSingle .caption .title .titleMain, .mapDescriptionWrap .titleSide .titWrap .titleMain {
  font-size: 56px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.91em; }

.font-type-14, .bookingWidgetWrap .bookNowLabelWrap .bookNowLabel {
  font-size: 20px;
  font-weight: 300; }

.font-type-15, .captionWrapSide .bannerTitleWrap .bannerTitleSec {
  font-size: 32px;
  font-weight: 700; }

.font-type-16, .section-detail-page-top .titleSide .descTitle, .section-detail-page-top .descSide .desc.descMain, .descSideMobile .desc.descMain, .section-the-design .captionFullSingle .caption .descMain, .mapDescriptionWrap .descSide .desc.descMain {
  font-size: 20px;
  font-weight: 400; }

.font-type-17, .captionWrapSide .bannerTitleWrap .bannerTitleMain {
  font-size: 92px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.7em; }

.font-type-18, .camera_single_image .imageCaption .titleTop {
  font-size: 30px;
  font-weight: 700; }

.font-type-19, .camera_single_image .imageCaption .titleMain {
  font-size: 150px;
  font-weight: 700; }

.font-type-20, .viewImgBtn, .btnWrap .submitBtn {
  font-size: 12px;
  font-weight: 600; }

.font-type-21, .titleWrap .title {
  font-size: 60px;
  font-weight: 300; }

.font-type-22, .section-detail-page-top .seasonTimeWrap .seasonTitle, .table tr th, .weatherList .list .title {
  font-size: 18px;
  font-weight: 700; }

.font-type-23, .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.phone {
  font-size: 30px;
  font-weight: 300; }

.font-type-24, .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.address {
  font-size: 16px;
  font-weight: 600; }

@media (min-width: 1440px) {
  .font-type-12, .captionWrap .title, .imgTextTitleWrap .titleTop, .section-detail-page-top .titleSide .peraheraWrap .titleTop, .section-gallery .galCaptionWrap .detailWrap .capTitle, .section-the-design .captionFullSingle .caption .title .titleTop, .mapDescriptionWrap .titleSide .titWrap .titleTop {
    font-size: 42px; }

  .font-type-13, .imgTextTitleWrap .titleMain, .section-detail-page-top .titleSide .peraheraWrap .titleMain, .section-the-design .captionFullSingle .caption .title .titleMain, .mapDescriptionWrap .titleSide .titWrap .titleMain {
    font-size: 64px; } }
@media (min-width: 0px) and (max-width: 1440px) {
  .font-type-4, .mainbannerCont .mainBannerWrap .descWrap .desc {
    font-size: 11px; }

  .font-type-5, .mainbannerCont .mainBannerWrap .articleWrap .desc, .section-detail-page-top .seasonTimeWrap .seasonTime, .table tr td, .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.email, .weatherList .list .detail {
    font-size: 16px; }

  .font-type-1, .camera_caption .caption .titleTop {
    font-size: 30px; }

  .font-type-2, .camera_caption .caption .titleMain {
    font-size: 80px; }

  .font-type-12, .captionWrap .title, .imgTextTitleWrap .titleTop, .section-detail-page-top .titleSide .peraheraWrap .titleTop, .section-gallery .galCaptionWrap .detailWrap .capTitle, .section-the-design .captionFullSingle .caption .title .titleTop, .mapDescriptionWrap .titleSide .titWrap .titleTop {
    font-size: 32px; }

  .font-type-11, .captionWrap .desc, .footerDesc .desc.descSmall, .section-detail-page-top .descSide .desc, .section-gallery .galCaptionWrap .detailWrap .desc, .descSideMobile .desc, .mapDescriptionWrap .descSide .desc {
    font-size: 12px; }

  .font-type-13, .imgTextTitleWrap .titleMain, .section-detail-page-top .titleSide .peraheraWrap .titleMain, .section-the-design .captionFullSingle .caption .title .titleMain, .mapDescriptionWrap .titleSide .titWrap .titleMain {
    font-size: 50px; }

  .font-type-15, .captionWrapSide .bannerTitleWrap .bannerTitleSec {
    font-size: 24px; }

  .font-type-17, .captionWrapSide .bannerTitleWrap .bannerTitleMain {
    font-size: 70px; } }
@media (min-width: 0px) and (max-width: 767px) {
  .font-type-9, .section-bottom .fullDescCont .bottomHeading {
    font-size: 74px;
    font-weight: 700; }

  .font-type-2, .camera_caption .caption .titleMain {
    font-size: 37px; }

  .font-type-1, .camera_caption .caption .titleTop {
    font-size: 20px; }

  .font-type-18, .camera_single_image .imageCaption .titleTop {
    font-size: 24px; }

  .font-type-19, .camera_single_image .imageCaption .titleMain {
    font-size: 60px; }

  .font-type-21, .titleWrap .title {
    font-size: 32px; }

  .font-type-23, .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.phone {
    font-size: 25px; } }
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 80px;
  z-index: 99;
  border: none; }
  .navbar .toggleNav .iconNav span {
    background-color: #fff; }
  .navbar li.active a {
    color: #e6b21d; }
  .navbar li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
    .navbar li a:hover, .navbar li a:focus, .navbar li a:active {
      background-color: transparent;
      color: #e6b21d; }

.listLink.social.fb {
  background-image: url(icons/social-trip.svg);
  width: 35px;
  height: 50px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left center; }
  .listLink.social.fb:hover {
    background-image: url(icons/social-trip-yellow.svg); }

.navbar-brand > img {
  display: block;
  height: 100%;
  width: auto; }

.toggleNav {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }
  .toggleNav .iconNav {
    width: 25px;
    height: 20px;
    position: relative;
    margin: 16px 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .toggleNav .iconNav span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #4d4d4d;
      border-radius: 2px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .toggleNav .iconNav span:nth-child(1) {
      top: 2px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .toggleNav .iconNav span:nth-child(2) {
      top: 9px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .toggleNav .iconNav span:nth-child(3) {
      top: 16px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .toggleNav .iconNav.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      left: 3px; }
    .toggleNav .iconNav.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .toggleNav .iconNav.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 18px;
      left: 3px; }

.sideNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -50%;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.4s ease-out;
  margin-top: 54px;
  z-index: 999; }
  .sideNav.open {
    right: 0%; }

.sideNavBackground {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 9; }

.sideNav {
  text-align: center; }
  .sideNav .nav {
    display: inline-block; }
    .sideNav .nav li.active a {
      color: #e6b21d; }
    .sideNav .nav li a {
      text-align: left;
      padding: 15px 8px 15px 30px;
      transition: 0.3s;
      text-transform: uppercase;
      font-weight: 600; }
      .sideNav .nav li a:hover, .sideNav .nav li a:focus {
        background-color: transparent; }

.sideNav a:hover, .offcanvas a:focus {
  color: #e6b21d; }

.sideNav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sideNav {
    padding-top: 15px; }

  .sideNav a {
    font-size: 18px; } }
@media (min-width: 1024px) {
  .sideNav .nav li a {
    font-weight: 300;
    font-size: 28px; } }
@media (min-width: 0px) and (max-width: 1440px) {
  .navbar {
    min-height: initial;
    margin-bottom: 85px; }

  .navbar li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px; }

  .listLink.social.fb {
    width: 30px;
    height: 40px;
    background-size: 20px; } }
@media (min-width: 0px) and (max-width: 767px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 9999; }

  .toggleNav.toggleNavHeader {
    float: left;
    background-color: #000;
    padding: 15px 15px;
    z-index: 9999;
    cursor: pointer; }
    .toggleNav.toggleNavHeader .iconNav {
      margin: 0;
      width: 15px;
      height: 12px; }
      .toggleNav.toggleNavHeader .iconNav span {
        height: 1px; }
        .toggleNav.toggleNavHeader .iconNav span:nth-child(1) {
          top: 1px; }
        .toggleNav.toggleNavHeader .iconNav span:nth-child(2) {
          top: 6px; }
        .toggleNav.toggleNavHeader .iconNav span:nth-child(3) {
          top: 11px; }
      .toggleNav.toggleNavHeader .iconNav.open {
        display: none; }
        .toggleNav.toggleNavHeader .iconNav.open span:nth-child(1) {
          top: 1px;
          left: 1px; }
        .toggleNav.toggleNavHeader .iconNav.open span:nth-child(3) {
          top: 12px;
          left: 1px; }

  .sideNav {
    z-index: 999999; }
    .sideNav .toggleNav.toggleNavHeader {
      position: absolute;
      top: 0;
      right: 0; }
      .sideNav .toggleNav.toggleNavHeader .iconNav.open {
        display: block;
        background-image: url(icons/close-white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        .sideNav .toggleNav.toggleNavHeader .iconNav.open span {
          display: none; }

  .sideNav.open {
    left: 0; }

  .sideNav {
    width: 80%;
    left: -80%;
    right: initial;
    padding-top: 40px;
    padding-bottom: 54px;
    text-align: left;
    margin-top: 0;
    background-color: #000; }

  .sideNav .nav li a {
    padding: 10px 8px 10px 30px;
    color: #fff; } }
@media (min-width: 768px) {
  .toggleNav {
    display: none; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar li a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px; } }
footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff; }

.partnerLogoGrid {
  padding-top: 50px;
  padding-bottom: 50px; }
  .partnerLogoGrid .partnerLogoCont {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
  .partnerLogoGrid .partnerLogoWrap {
    max-width: 200px;
    margin: auto;
    display: block; }

.footerNav.footerLink li {
  margin-bottom: 15px; }
  .footerNav.footerLink li a {
    color: #b2b2b2; }
    .footerNav.footerLink li a:hover {
      color: #e6b21d; }
  .footerNav.footerLink li.active a {
    color: #e6b21d; }
.footerNav.footerContact {
  text-align: right; }
  .footerNav.footerContact li {
    position: relative; }
    .footerNav.footerContact li:last-child .listLink {
      border-bottom: none; }
    .footerNav.footerContact li .listLink {
      color: gray;
      position: relative;
      display: inline-block;
      border-bottom: 1px solid #adadad;
      padding-top: 20px;
      padding-bottom: 20px; }
      .footerNav.footerContact li .listLink.link {
        color: #000;
        position: relative;
        display: inline-block; }
        .footerNav.footerContact li .listLink.link:hover {
          color: #e6b21d; }
        .footerNav.footerContact li .listLink.link.layout {
          font-weight: 700; }
      .footerNav.footerContact li .listLink.webdesign:hover {
        color: #e6b21d; }
      .footerNav.footerContact li .listLink.contact {
        padding-left: 40px;
        position: relative; }
        .footerNav.footerContact li .listLink.contact:after {
          content: '';
          display: block;
          position: absolute;
          height: 40px;
          background-repeat: no-repeat;
          background-position: center; }
      .footerNav.footerContact li .listLink.phone {
        padding-right: 50px; }
        .footerNav.footerContact li .listLink.phone:hover:after {
          background-image: url(icons/smartphone-yellow.svg); }
        .footerNav.footerContact li .listLink.phone:after {
          width: 35px;
          background-size: 32px;
          background-image: url(icons/smartphone.svg);
          left: 0;
          top: 12px; }
      .footerNav.footerContact li .listLink.email:hover:after {
        background-image: url(icons/email-yellow.svg); }
      .footerNav.footerContact li .listLink.email:after {
        background-size: 28px;
        width: 30px;
        background-image: url(icons/email.svg);
        left: 0;
        top: 10px; }
      .footerNav.footerContact li .listLink.social {
        margin-top: 20px; }
        .footerNav.footerContact li .listLink.social.fb {
          background-image: url(icons/social-trip.svg);
          width: 35px;
          height: 35px;
          background-size: 35px;
          background-repeat: no-repeat;
          background-position: center; }
          .footerNav.footerContact li .listLink.social.fb:hover {
            background-image: url(icons/social-trip-yellow.svg); }

.footerDesc {
  float: left;
  width: 50%;
  padding: 20px 30px 20px 0; }
  .footerDesc .desc.descLarge {
    line-height: 1.1em; }

.footer_baseline {
  float: left;
  width: 100%;
  padding: 20px 15px;
  border-top: 1px solid #cfcfcf;
  background-color: #fff; }
  .footer_baseline .copyright {
    float: left;
    font-size: 14px;
    font-weight: 400; }
    .footer_baseline .copyright .copy {
      float: left; }
  .footer_baseline .solution {
    float: right;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    margin: 0;
    text-align: right; }
    .footer_baseline .solution a {
      color: #787878;
      text-decoration: none; }
      .footer_baseline .solution a.layoutIndex {
        color: #2b2b2b;
        text-decoration: none; }

@media (min-width: 0px) and (max-width: 767px) {
  .footer_baseline {
    text-align: center; }
    .footer_baseline .copyright {
      width: 100%;
      text-align: center; }
      .footer_baseline .copyright .copy {
        width: 100%;
        text-align: center; }
    .footer_baseline .solution {
      width: 100%;
      text-align: center; }

  .partnerLogoGrid .partnerLogoCont {
    width: 100%;
    margin-bottom: 50px; }
    .partnerLogoGrid .partnerLogoCont:last-child {
      margin-bottom: 0; }

  .footerDesc {
    width: 100%;
    text-align: center;
    padding: 20px 0; }

  .footerNav.footerContact {
    padding-top: 30px;
    background-image: url(../images/seperator-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%; }

  footer {
    padding-top: 30px;
    padding-bottom: 60px;
    background-image: url(../images/seperator-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%; }

  .partnerLogoGrid {
    padding-top: 30px;
    padding-bottom: 30px; }
    .partnerLogoGrid .partnerLogoWrap {
      max-width: 150px; }

  .footerNav.footerContact li .listLink.phone {
    padding-right: 0; } }
.ceyLogoText {
  width: 30px;
  height: 50px;
  display: block;
  margin: auto;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/logomini.png);
  background-position: center; }

svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.rect {
  fill: none;
  stroke-width: 8px;
  stroke: black;
  stroke-dasharray: 40;
  stroke-dashoffset: 50%;
  animation: movedash 1.5s forwards 0s infinite; }

@keyframes movedash {
  to {
    stroke-dashoffset: 250%; } }
.camera_loader {
  display: none; }

.pageLoaderCon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #916795;
  z-index: 99999; }
  .pageLoaderCon .pageLoaderWrap {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px; }

.cssload-container {
  position: relative; }

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #cccccc;
  border-left-color: black;
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px; }

.cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 2050ms linear infinite;
  -o-animation: cssload-rotate 2050ms linear infinite;
  -ms-animation: cssload-rotate 2050ms linear infinite;
  -webkit-animation: cssload-rotate 2050ms linear infinite;
  -moz-animation: cssload-rotate 2050ms linear infinite; }

.cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 2050ms linear infinite;
  -o-animation: cssload-rotate 2050ms linear infinite;
  -ms-animation: cssload-rotate 2050ms linear infinite;
  -webkit-animation: cssload-rotate 2050ms linear infinite;
  -moz-animation: cssload-rotate 2050ms linear infinite; }

.cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 4100ms linear infinite;
  -o-animation: cssload-rotate 4100ms linear infinite;
  -ms-animation: cssload-rotate 4100ms linear infinite;
  -webkit-animation: cssload-rotate 4100ms linear infinite;
  -moz-animation: cssload-rotate 4100ms linear infinite; }

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg); } }
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg); } }
@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg); } }
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg); } }
.fluid_container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 130px; }

.camera_caption_header_wrap {
  overflow: hidden; }

.camera_header_wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: 0 !important;
  position: fixed;
  right: 0;
  top: 0; }
  .camera_header_wrap.camera_single_image {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.camera_bar {
  z-index: 2; }

.camera_thumbs {
  margin-top: -100px;
  position: relative;
  z-index: 1; }

.camera_thumbs_cont {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.camera_overlayer {
  opacity: .1; }

.camera_caption > div {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.camera_caption {
  top: 0;
  z-index: 9; }
  .camera_caption.camera_caption_header {
    top: 36%;
    bottom: 30%; }
  .camera_caption .caption {
    vertical-align: middle;
    text-align: center; }
    .camera_caption .caption .titleWrap {
      display: inline-block;
      text-align: left;
      margin-top: 0;
      margin-bottom: 0; }
    .camera_caption .caption .title {
      margin-top: 0;
      margin-bottom: 0; }
    .camera_caption .caption .titleTop {
      font-weight: 700;
      text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.6); }
    .camera_caption .caption .titleMain {
      font-weight: 700;
      text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.6); }

.cameraSlide {
  -webkit-transition: all 2s cubic-bezier(0.25, 0.53, 0.54, 0.96);
  -moz-transition: all 2s cubic-bezier(0.25, 0.53, 0.54, 0.96);
  -ms-transition: all 2s cubic-bezier(0.25, 0.53, 0.54, 0.96);
  -o-transition: all 2s cubic-bezier(0.25, 0.53, 0.54, 0.96);
  transition: all 2s cubic-bezier(0.25, 0.53, 0.54, 0.96);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari */
  transform: scale(1.05); }
  .cameraSlide.zoomed {
    -ms-transform: scale(1.01);
    /* IE 9 */
    -webkit-transform: scale(1.01);
    /* Safari */
    transform: scale(1.01); }

.captionWrapBanner {
  padding: 0;
  padding-bottom: 199px; }

.camera_header_wrap .camera_pag {
  position: absolute;
  bottom: 169px;
  left: 0;
  right: 0;
  z-index: 1; }
  .camera_header_wrap .camera_pag .camera_pag_ul {
    text-align: center;
    margin-bottom: -5px;
    float: left; }
    .camera_header_wrap .camera_pag .camera_pag_ul li {
      background-color: #fff;
      border-radius: 0;
      margin: 0 10px 0 0;
      width: 10px;
      height: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .camera_header_wrap .camera_pag .camera_pag_ul li.cameracurrent {
        background-color: #e6b21d;
        height: 30px; }
      .camera_header_wrap .camera_pag .camera_pag_ul li span {
        background-color: transparent !important;
        border-radius: 0; }

.mainbannerCont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 169px; }
  .mainbannerCont .mainBannerWrap .logoWrap {
    width: 110px;
    position: relative; }
    .mainbannerCont .mainBannerWrap .logoWrap .logoLink .logoImg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: contain;
      background-color: #000;
      background-image: url(../images/logo.png);
      background-position: center;
      background-repeat: no-repeat; }
  .mainbannerCont .mainBannerWrap .descWrap {
    width: -moz-calc(90% - 695px);
    width: -webkit-calc(90% - 695px);
    width: calc(90% - 695px);
    max-width: 530px;
    overflow: hidden; }
    .mainbannerCont .mainBannerWrap .descWrap .descT {
      padding: 20px 20px 15px 30px;
      background-color: rgba(0, 0, 0, 0.4); }
    .mainbannerCont .mainBannerWrap .descWrap .desc {
      color: #fff;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.4;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .mainbannerCont .mainBannerWrap .articleWrap {
    position: relative;
    z-index: 3;
    width: 495px; }
    .mainbannerCont .mainBannerWrap .articleWrap .articleLogoT {
      background-color: #edeceb;
      padding: 15px 20px 15px 25px; }
    .mainbannerCont .mainBannerWrap .articleWrap .articleLogoWrap {
      max-width: 220px; }
  .mainbannerCont .mainBannerWrap .readMoreWrap {
    width: 90px; }
    .mainbannerCont .mainBannerWrap .readMoreWrap .readMoreT {
      background-color: #916795;
      padding: 15px; }
    .mainbannerCont .mainBannerWrap .readMoreWrap .readText {
      text-transform: uppercase;
      font-weight: 500;
      line-height: 1em; }

.readMore {
  display: block;
  color: #fff; }
  .readMore .rightArrow {
    background-size: 25px;
    width: 45px;
    height: 25px;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .readMore:hover {
    color: #fff; }
    .readMore:hover .rightArrow {
      background-position: 10px 0; }

.camera_single_image {
  text-align: center; }
  .camera_single_image .imageCaption {
    display: inline-block; }
    .camera_single_image .imageCaption .title {
      margin-top: 0;
      margin-bottom: 0;
      text-align: left;
      color: #fff; }
      .camera_single_image .imageCaption .title.titleBlack {
        color: #000; }
    .camera_single_image .imageCaption .titleTop {
      line-height: 0.5em; }
    .camera_single_image .imageCaption .titleMain {
      line-height: 0.9em; }
      .camera_single_image .imageCaption .titleMain.titleSmall {
        font-size: 100px; }
  .camera_single_image.camera_single_image_dining {
    background-image: url(../images/dining-slider/dining-slide-1.jpg); }
  .camera_single_image.camera_single_image_castle {
    background-image: url(../images/attractions/top.jpg); }
  .camera_single_image.camera_single_image_stay {
    background-image: url(../images/stay-slider/stay-slide-1.jpg); }
  .camera_single_image.camera_single_image_events {
    background-image: url(../images/events/stay-slide-1.jpg); }
  .camera_single_image.camera_single_image_rates {
    background-image: url(../images/rates-slider/rates-slide-1.jpg); }
  .camera_single_image.camera_single_image_contact {
    background-image: url(../images/contact-slider/contact-slide-1.jpg); }
  .camera_single_image.camera_single_image_things_to_do {
    background-image: url(../images/things-to-do-slider/things-to-do-slide-1.jpg); }

@media (min-width: 0px) and (max-width: 1440px) {
  .pageHeader {
    margin-top: -125px; }

  .camera_header_wrap .camera_pag {
    bottom: 153px; } }
@media (min-width: 0px) and (max-width: 1365px) {
  .mainbannerCont .mainBannerWrap .descWrap {
    width: -moz-calc(100% - 695px);
    width: -webkit-calc(100% - 695px);
    width: calc(100% - 695px); }

  .mainbannerCont {
    min-height: 158px; } }
@media (min-width: 1366px) and (max-width: 1440px) {
  .mainbannerCont {
    min-height: 169px; } }
@media (min-width: 1024px) and (max-width: 1240px) {
  .pageHeader {
    margin-top: -130px; }

  .navbar {
    margin-bottom: 0; }

  .pageHeader {
    margin-top: -40px; }
    .pageHeader .fluid_container {
      top: 40px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar {
    margin-bottom: 90px; } }
@media (min-width: 0px) and (max-width: 1023px) {
  .mainbannerCont .mainBannerWrap .logoWrap {
    width: 110px; }
  .mainbannerCont .mainBannerWrap .descWrap {
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    max-width: initial; }
  .mainbannerCont .mainBannerWrap .readMoreWrap {
    width: 90px; }
  .mainbannerCont .mainBannerWrap .articleWrap {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px); } }
@media (min-width: 0px) and (max-width: 767px) {
  .mainbannerCont .mainBannerWrap .articleWrap .articleLogoT {
    padding: 15px 20px 15px 20px; }

  .captionWrapBanner {
    padding-bottom: 0; }

  .mainbannerCont .mainBannerWrap .descWrap .descT {
    background-color: #000;
    padding: 30px 20px 30px 30px;
    padding-left: 0; }
    .mainbannerCont .mainBannerWrap .descWrap .descT .desc {
      color: #fff; }

  .fluid_container {
    top: 0;
    height: 400px;
    margin-top: 0;
    overflow: hidden; }

  header.pageHeader {
    display: block;
    margin-top: 0;
    height: 400px; }

  .mainbannerCont {
    position: relative; }

  .bannerImg {
    overflow: hidden; }

  .camera_header_wrap {
    height: 400px; }

  .camera_header_wrap .camera_pag {
    display: none; }

  .mainbannerCont .mainBannerWrap .logoWrap .logoLink .logoImg {
    background-position: top center; }

  .camera_caption.camera_caption_header {
    top: 0;
    bottom: 0; }

  .camera_single_image .imageCaption .titleMain {
    line-height: 0.7em; }

  .camera_single_image .imageCaption .titleMain.titleSmall {
    font-size: 45px; } }
@media (min-width: 0px) and (max-width: 467px) {
  .camera_header_wrap {
    height: 300px; }

  .fluid_container {
    height: 300px; }

  header.pageHeader {
    height: 300px; } }
.bookingWidgetCont {
  background-color: #fff;
  position: relative;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.48); }
  .bookingWidgetCont .toggleNav {
    visibility: hidden;
    display: block; }
  .bookingWidgetCont.fixedTop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 1 !important;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
    .bookingWidgetCont.fixedTop .toggleNav {
      visibility: visible;
      display: block; }

.bookingWidgetWrap .bookNowLabelWrap {
  float: left;
  border-right: 2px solid #e6b21d;
  padding-right: 15px; }
  .bookingWidgetWrap .bookNowLabelWrap .bookNowLabel {
    display: inline-block;
    vertical-align: middle;
    line-height: 54px;
    text-transform: uppercase; }
.bookingWidgetWrap .reservationForm {
  float: left; }
  .bookingWidgetWrap .reservationForm .form-group {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -4px; }
    .bookingWidgetWrap .reservationForm .form-group:first-child {
      margin-left: 0;
      background-image: none; }
    .bookingWidgetWrap .reservationForm .form-group .form-control {
      text-transform: uppercase; }

.availabilityBtn {
  background-color: #4d4d4d;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .availabilityBtn:hover, .availabilityBtn:focus, .availabilityBtn:active {
    background-color: #e6b21d;
    color: #fff;
    box-shadow: none; }

.logoWrap {
  height: 54px; }

.ceyLogoWrap {
  position: absolute;
  left: 0px;
  top: 0; }
  .ceyLogoWrap .ceyLogo {
    display: block;
    width: 58px;
    height: 54px;
    background-size: 57px;
    background-repeat: no-repeat;
    background-position: -57px 0;
    background-image: url(../images/logo.png);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.fixedTop .ceyLogoWrap .ceyLogo {
  background-position: 0 0; }

.bookNowWrap {
  display: none; }

.bookingWidgetFormWrap {
  float: left; }

@media (min-width: 0px) and (max-width: 1023px) {
  .bookingWidgetHolder {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    bottom: -54px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .bookingWidgetHolder.slideUp {
      bottom: 0; }

  .bookNowLabelWrap {
    display: none; }

  .bookingWidgetFormWrap {
    width: 100%; }

  .reservationForm {
    display: none; }

  .ceyLogoWrap {
    display: none; }

  .bookNowWrap {
    display: block;
    height: 54px;
    text-align: center;
    background-color: #e6b21d; }
    .bookNowWrap.show .closeIcon {
      display: block; }
    .bookNowWrap .bookNow {
      line-height: 54px;
      display: block;
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 700;
      color: #fff;
      z-index: 999;
      position: relative; }
    .bookNowWrap .closeIcon {
      width: 12px;
      height: 12px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(icons/close-black.svg);
      position: absolute;
      right: 22px;
      top: 20px;
      cursor: pointer;
      display: block;
      position: absolute;
      display: none; }
      .bookNowWrap .closeIcon.iconWhite {
        background-image: url(icons/close-white.svg); }

  .bookingWidgetCont .toggleNav {
    display: none; }

  .bookingWidgetFormWrap .reservationForm {
    width: 100%;
    display: none; }
    .bookingWidgetFormWrap .reservationForm .form-group {
      display: block;
      margin-left: 0 !important;
      background-image: none;
      margin-top: 20px; }
      .bookingWidgetFormWrap .reservationForm .form-group:before, .bookingWidgetFormWrap .reservationForm .form-group:after {
        content: "";
        display: table; }
      .bookingWidgetFormWrap .reservationForm .form-group:after {
        clear: both; }
      .bookingWidgetFormWrap .reservationForm .form-group.form-group-btn {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0; }
      .bookingWidgetFormWrap .reservationForm .form-group .formLabel {
        float: left;
        width: 120px;
        text-align: left;
        margin-top: 7px;
        margin-bottom: 6px; }
      .bookingWidgetFormWrap .reservationForm .form-group .input-datePick {
        float: left;
        width: calc(100% - 120px);
        max-width: initial; }
      .bookingWidgetFormWrap .reservationForm .form-group .availabilityBtn {
        width: 100%;
        padding: 20px 20px; } }
@media (min-width: 0px) and (max-width: 1365px) {
  .ceyLogoWrap {
    position: relative;
    float: left;
    padding-right: 20px; }

  .bookingWidgetCont .container {
    width: initial; }

  .toggleNav {
    position: relative;
    float: right; } }
@media (min-width: 0px) and (max-width: 1280px) {
  .reservationForm .input-ceyloni {
    max-width: 150px; } }
.mfp-wrap {
  z-index: 99999; }

.mfp-bg {
  background-color: #fff;
  z-index: 99998;
  opacity: 1;
  position: fixed !important; }

.input-res-ceyloni {
  border-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  height: 40px;
  font-size: 14px;
  resize: none; }
  .input-res-ceyloni:focus {
    outline: none;
    box-shadow: none; }
  .input-res-ceyloni::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3f3f3f;
    letter-spacing: 0.15em; }
  .input-res-ceyloni::-moz-placeholder {
    /* Firefox 19+ */
    color: #3f3f3f; }
  .input-res-ceyloni:-ms-input-placeholder {
    /* IE 10+ */
    color: #3f3f3f;
    letter-spacing: 0.15em; }
  .input-res-ceyloni:-moz-placeholder {
    /* Firefox 18- */
    color: #3f3f3f;
    letter-spacing: 0.15em; }

.separator {
  border-top: 1px solid #ccc;
  margin-top: 20px; }

.popupCont {
  background-color: rgba(255, 255, 255, 0.99);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999; }

.reservation-form {
  padding: 50px; }
  .reservation-form .mfp-close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(icons/close-black.svg);
    color: transparent !important; }

.closeIconPopUp {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(icons/close-black.svg);
  cursor: pointer;
  z-index: 99999; }

.reservationClosePopup {
  position: fixed; }

.popUpWrap {
  position: relative;
  overflow: auto;
  height: 100%; }

label.error {
  color: #e6b21d; }

.checkinWidgetWrap {
  width: 535px;
  padding: 5px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -217.5px;
  z-index: 100; }
  .checkinWidgetWrap .bookNowLabel {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 100px;
    padding: 14px 5px 7px;
    text-align: center; }
  .checkinWidgetWrap .widegetClose {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px 5px 7px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold; }
  .checkinWidgetWrap .form-group {
    padding-left: 5px; }
  .checkinWidgetWrap .radio {
    padding-left: 26px; }
  .checkinWidgetWrap .formLabel {
    font-weight: 300;
    font-size: 14px; }
  .checkinWidgetWrap label {
    margin-top: 10px; }
  .checkinWidgetWrap .input-datePick {
    width: 115px;
    padding-right: 25px;
    background-color: transparent;
    background-image: url("icon/select-arrow.png") !important;
    background-position: 98% 2px;
    background-size: 30px;
    background-repeat: no-repeat;
    border-right: 1px solid #edeceb;
    color: #ccc;
    cursor: pointer; }
  .checkinWidgetWrap .btn {
    padding-top: 10px;
    font-size: 13px; }
    .checkinWidgetWrap .btn.availabilityBtn {
      background-color: #e6b21d;
      color: #fff; }

.reservation-form {
  max-width: 900px;
  margin: auto; }
  .reservation-form .closeIcon {
    width: 30px;
    height: 40px;
    display: inline-block;
    background-image: url(icons/close-circle-yellow.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .reservation-form .closeIconWrapMobile {
    display: none; }
  .reservation-form .formHeader {
    margin-top: 0;
    color: #000;
    font-weight: 300; }
    .reservation-form .formHeader .heighlight {
      font-weight: 700; }
  .reservation-form .sectionHeading {
    padding-top: 30px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
    color: #222;
    font-size: 22px; }
  .reservation-form .formLabel {
    font-weight: 300;
    font-size: 14px; }
  .reservation-form .form-group .form-control {
    height: 40px;
    background-color: #f2f2f2; }
  .reservation-form .form-group .nightNumLabel {
    font-size: 20px;
    line-height: 32px;
    padding-left: 40px;
    font-weight: 300;
    padding-top: 3px; }
  .reservation-form .form-group .roomNumLabel {
    font-size: 14px;
    line-height: 40px;
    font-weight: 300;
    padding-top: 5px;
    text-align: center; }
  .reservation-form .subSection {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    padding-left: 30px; }
  .reservation-form .repeatableRoomType .input-group {
    width: 100%; }
  .reservation-form .repeatableRoomType:only-child .roomTypeAddon {
    display: none; }
  .reservation-form .repeatableRoomType .input-group-addon {
    padding: 0;
    border: none;
    background-color: transparent;
    line-height: normal; }
    .reservation-form .repeatableRoomType .input-group-addon .closeIconWrap {
      padding-left: 20px; }
      .reservation-form .repeatableRoomType .input-group-addon .closeIconWrap .closeIcon {
        height: 30px; }
  .reservation-form .repeatOccupancyWrap {
    min-height: 60px; }
    .reservation-form .repeatOccupancyWrap .repeatOccupancy:only-child .closeIcon {
      display: none; }
  .reservation-form .btn-add-room-type {
    background-color: #4d4d4d;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 2px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .reservation-form .btn-add-room-type:hover {
      color: #fff;
      background-color: #e6b21d; }
    .reservation-form .btn-add-room-type .icon-plus {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      background-image: url(icons/plus-white.svg);
      background-size: 14px;
      background-position: center top 7px;
      background-repeat: no-repeat;
      cursor: pointer; }

.customerInfoRow .btnWrap {
  margin-top: 0; }

.emailConfirmPopOver {
  display: none;
  position: absolute;
  left: 20px;
  top: -26px;
  background-color: #ffacac;
  padding-top: 5px;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px; }

.retypeReservationEmail {
  max-width: 650px; }
  .retypeReservationEmail .btn-submit {
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #e6b21d;
    background-image: url("icon/read_more_icon.png");
    background-position: 90% 1px;
    background-repeat: no-repeat;
    padding-right: 50px;
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    -ms-transition: background-position 0.2s;
    -o-transition: background-position 0.2s;
    transition: background-position 0.2s; }
    .retypeReservationEmail .btn-submit:hover {
      background-position: 95% 1px; }

.emailConfirmationPopup .confirmationMessageWrap {
  max-width: 650px;
  margin: auto; }
  .emailConfirmationPopup .confirmationMessageWrap .message {
    text-align: center; }
    .emailConfirmationPopup .confirmationMessageWrap .message .msgTop {
      font-size: 36px;
      line-height: 1em; }
      .emailConfirmationPopup .confirmationMessageWrap .message .msgTop .heighlight {
        font-weight: 700; }
    .emailConfirmationPopup .confirmationMessageWrap .message .msgBottom {
      font-size: 16px;
      line-height: 1em;
      font-weight: 300;
      margin-top: 10px; }

.btnWrap {
  margin: auto;
  text-align: center;
  margin-top: 25px; }
  .btnWrap .btnUrban {
    background-color: #4d4d4d;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 200px;
    text-transform: uppercase; }
    .btnWrap .btnUrban:hover, .btnWrap .btnUrban:focus, .btnWrap .btnUrban:active {
      background-color: #e6b21d;
      color: #fff;
      box-shadow: none; }

.widegetClose {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 250px;
  background-image: url(icon/sprite.png);
  background-position: -225px -7px; }

.calenderClose {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 250px;
  background-image: url(icon/sprite.png);
  background-position: -221px -4px;
  position: absolute;
  right: 0px;
  top: -25px;
  background-color: #1b587f;
  cursor: pointer; }

/* 
====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

.reservationBookingCont {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 468px) and (max-width: 900px) {
  .checkinWidgetWrap {
    width: 100%;
    margin-left: auto;
    left: 0;
    right: 0;
    padding: 0; }
    .checkinWidgetWrap .bookNowLabel {
      width: 100%;
      display: block;
      position: relative;
      left: initial;
      cursor: pointer; }
    .checkinWidgetWrap #reservationForm {
      display: none; }
    .checkinWidgetWrap .form-group {
      margin-top: 25px;
      margin-bottom: 0px;
      display: block;
      padding-left: 15px;
      padding-right: 15px; }
      .checkinWidgetWrap .form-group:before, .checkinWidgetWrap .form-group:after {
        content: " ";
        display: table; }
      .checkinWidgetWrap .form-group:after {
        clear: both; }
    .checkinWidgetWrap .radio {
      float: left;
      width: 35%;
      margin-top: 20px !important;
      margin-bottom: 15px;
      padding-left: 40px; }
      .checkinWidgetWrap .radio .check {
        left: 15px; }
    .checkinWidgetWrap .form-group-btn {
      padding-left: 0;
      padding-right: 0; }
    .checkinWidgetWrap .formLabel {
      width: 30%;
      float: left; }
      .checkinWidgetWrap .formLabel.radioLabel {
        display: block;
        width: 100%; }
    .checkinWidgetWrap .input-datePick {
      width: 70%;
      float: left;
      border-right: none;
      padding-left: 2px; }
    .checkinWidgetWrap .btn.availabilityBtn {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 10px; } }
@media (min-width: 0px) and (max-width: 467px) {
  .reservation-form {
    padding: 15px; }

  .checkinWidgetWrap {
    width: 100%;
    margin-left: auto;
    left: 0;
    right: 0;
    padding: 0; }
    .checkinWidgetWrap label {
      margin-top: 4px; }
    .checkinWidgetWrap .bookNowLabel {
      width: 100%;
      display: block;
      position: relative;
      left: initial;
      cursor: pointer; }
    .checkinWidgetWrap #reservationForm {
      display: none; }
    .checkinWidgetWrap .form-group {
      margin-top: 25px;
      margin-bottom: 0;
      display: block; }
      .checkinWidgetWrap .form-group:before, .checkinWidgetWrap .form-group:after {
        content: " ";
        display: table; }
      .checkinWidgetWrap .form-group:after {
        clear: both; }
    .checkinWidgetWrap .radio {
      float: left;
      width: 50%;
      margin-top: 20px !important;
      margin-bottom: 15px; }
      .checkinWidgetWrap .radio .check {
        top: 3px; }
    .checkinWidgetWrap .form-group-btn {
      padding-left: 0;
      padding-right: 0; }
    .checkinWidgetWrap .formLabel {
      width: 30%;
      float: left;
      font-size: 13px;
      line-height: 28px;
      margin-bottom: 0; }
      .checkinWidgetWrap .formLabel.radioLabel {
        display: block;
        width: 100%; }
    .checkinWidgetWrap .input-datePick {
      width: 70%;
      float: left;
      border-right: none;
      padding-left: 2px;
      padding-top: 0;
      padding-bottom: 0; }
    .checkinWidgetWrap .btn.availabilityBtn {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 10px; }

  #ui-datepicker-div {
    width: 95%; } }
@media (min-width: 0px) and (max-width: 992px) {
  body.scrollFix {
    overflow: hidden;
    position: fixed; }

  .reservation-form .repeatableRoomTypeRow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .reservation-form .repeatableRoomTypeRow .repeatableRoomType {
      border: 1px solid #ddd;
      padding-top: 10px;
      margin-bottom: 10px;
      position: relative; }
      .reservation-form .repeatableRoomTypeRow .repeatableRoomType:only-child .closeIconWrapMobile {
        display: none; }
      .reservation-form .repeatableRoomTypeRow .repeatableRoomType .closeIconWrapMobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000; }
        .reservation-form .repeatableRoomTypeRow .repeatableRoomType .closeIconWrapMobile .closeIcon {
          width: 30px;
          height: 30px;
          background-color: #fff; }
      .reservation-form .repeatableRoomTypeRow .repeatableRoomType .input-group .input-group-addon.roomTypeAddon {
        display: none; }
  .reservation-form .btn-wrapper {
    padding-left: 0;
    padding-right: 0; }

  .sepWrapper {
    padding-right: 0;
    padding-left: 0; }

  .g-recaptcha {
    display: none !important; } }
@media (min-width: 0px) and (max-width: 767px) {
  .reservation-form .mfp-close {
    background-image: url(icons/close-white.svg);
    background-color: #000;
    width: 30px;
    height: 30px;
    background-size: 15px; }

  .reservation-form .btn-wrapper {
    padding-left: 15px;
    padding-right: 15px; }

  .reservation-form .formHeader {
    font-size: 28px;
    margin-bottom: 0; }

  .reservation-form .form-group .roomNumLabel {
    line-height: 20px; }

  .repeatOccupancyWrap .repeatOccupancy .form-group {
    padding-left: 5px;
    padding-right: 5px; }

  .mobpadding {
    padding-left: 5px;
    padding-right: 5px; }
    .mobpadding .formLabel {
      font-size: 12px; }

  .reservationBookingCont .closeIconPopUp {
    background-image: url(icons/close-white.svg);
    background-size: 12px;
    background-color: #000;
    position: absolute; } }
@media (min-width: 0px) and (max-width: 425px) {
  .repeatOccupancyWrap .repeatOccupancy .form-group .form-control {
    padding-left: 0;
    padding-right: 0; } }
.ll-skin-melon {
  font-size: 90%; }

.ui-widget-content {
  border: none; }

.ll-skin-melon .ui-widget {
  font-family: "Raleway", sans-serif;
  background: #263a43;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ll-skin-melon .ui-datepicker .ui-datepicker-title select {
  background-color: #263a43;
  border-color: #262626; }

.ll-skin-melon .ui-datepicker {
  padding: 0;
  width: 24em;
  height: auto;
  /* top: 0 !important; */
  /* bottom: 0 !important; */
  /* left: 0 !important; */
  /* right: 0 !important; */
  margin: auto;
  /* position: fixed !important; */
  padding-top: 0;
  z-index: 999999 !important;
  /* max-height: 230px; */
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px); }
  .ll-skin-melon .ui-datepicker.go {
    -webkit-animation-name: fadeInLeftShortDatePicker;
    animation-name: fadeInLeftShortDatePicker;
    opacity: 1; }
  .ll-skin-melon .ui-datepicker.slideOut {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  .ll-skin-melon .ui-datepicker.showDate {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px; }

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e6b21d; }

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none; }

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ll-skin-melon .ui-datepicker .ui-datepicker-next.ui-state-disabled span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev.ui-state-disabled span {
  opacity: 0.2; }

.ll-skin-melon .ui-datepicker table {
  margin: 0; }

.ll-skin-melon .ui-datepicker th {
  padding: 1em 0;
  color: #e6b21d;
  font-size: 13px;
  font-weight: normal;
  border: none; }

.ll-skin-melon .ui-datepicker td {
  background: #224876;
  background: transparent;
  border: none;
  padding: 0; }

.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #000;
  font-size: 16px; }

.ll-skin-melon .ui-state-disabled {
  opacity: 1; }

.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #ddd; }

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  background: #e6b21d;
  border-radius: 50%; }

.ll-skin-melon .ui-datepicker-buttonpane {
  border-bottom: none;
  padding: 0;
  margin: 0; }

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 15px;
  background-image: url(icons/close-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  top: -25px;
  background-color: #263a43;
  background-color: transparent;
  cursor: pointer;
  border: none;
  border-radius: 0;
  margin: 0; }

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
  display: none; }

.ui-datepicker .ui-datepicker-header {
  padding: 0; }

.ui-widget-header .ui-icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.ui-datepicker .ui-datepicker-prev span {
  background-image: url(icons/left-arrow-black.svg);
  margin-left: -14px; }

.ui-datepicker .ui-datepicker-next span {
  background-image: url(icons/right-arrow-black.svg); }

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  text-transform: uppercase;
  font-weight: 700; }

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-weight: 300; }

.datePickerBackground {
  background-color: rgba(255, 255, 255, 0.99);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999; }
  .datePickerBackground .closeIcon {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(icons/close-black.svg);
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }

.ll-skin-melon .ui-datepicker {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  position: fixed !important;
  padding-top: 0;
  z-index: 999999 !important;
  max-height: 230px; }

@media (min-width: 1440px) {
  .ll-skin-melon td .ui-state-default {
    font-size: 20px; } }
@media (min-width: 1024px) {
  .ll-skin-melon .ui-datepicker {
    width: 45em;
    max-height: 520px; }

  .ll-skin-melon td .ui-state-default {
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 1.6em; }

  .ll-skin-melon .ui-datepicker-header {
    font-size: 30px; }

  .ll-skin-melon .ui-datepicker th {
    font-size: 20px; }

  .ll-skin-melon .ui-datepicker .ui-datepicker-title {
    margin: 0 0.6em;
    border-bottom: 1px solid #ddd; }

  .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-prev {
    top: 0; } }
@media (min-width: 1280px) {
  .ll-skin-melon .ui-datepicker-header {
    font-size: 40px; }

  .ll-skin-melon td .ui-state-default {
    line-height: 2.5em;
    width: 60px;
    height: 60px; } }
@media (min-width: 0px) and (max-width: 767px) {
  .ll-skin-melon .ui-datepicker {
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important; }

  .ll-skin-melon td .ui-state-default {
    width: 43px;
    height: 43px;
    line-height: 30px; } }
.imageWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0; }
  .imageWrap .banner {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden; }
    .imageWrap .banner .imageCaptionCont {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 275px; }
      .imageWrap .banner .imageCaptionCont .imgWrap {
        min-height: 100px;
        top: initial;
        background-image: url(../images/home-banner/banner-three.jpg); }
      .imageWrap .banner .imageCaptionCont .imgTextTitleWrap {
        position: absolute;
        left: 0;
        right: 0;
        padding: 30px;
        background-color: rgba(230, 178, 29, 0.94);
        color: #fff; }
        .imageWrap .banner .imageCaptionCont .imgTextTitleWrap .arrow-icon-wrap {
          position: absolute;
          top: 20px;
          right: 20px; }
        .imageWrap .banner .imageCaptionCont .imgTextTitleWrap.imgTextDescWrap {
          left: 275px;
          right: -275px;
          background-color: rgba(0, 0, 0, 0.94); }
      .imageWrap .banner .imageCaptionCont .captionWrap {
        background-color: rgba(255, 255, 255, 0.91);
        position: absolute;
        left: 0;
        right: 0;
        height: 50%; }
        .imageWrap .banner .imageCaptionCont .captionWrap .arrow-icon-wrap {
          position: absolute;
          top: 20px;
          right: 20px; }

.imgTextTitleWrap .titleTop {
  margin-top: 0;
  margin-bottom: 0; }
.imgTextTitleWrap .titleMain {
  margin-top: 0;
  margin-bottom: 0; }

.section-ceyloni-inn .bannerOne {
  width: 40%;
  z-index: 1; }
  .section-ceyloni-inn .bannerOne .bgImage {
    background-image: url(../images/home-banner/banner-one.jpg); }
.section-ceyloni-inn .bannerTwo {
  width: 60%;
  left: 40%; }
  .section-ceyloni-inn .bannerTwo .bgImage {
    background-image: url(../images/home-banner/banner-two.jpg); }
  .section-ceyloni-inn .bannerTwo .captionWrap {
    top: 0; }

.section-cuisine .bannerOne {
  width: 40%;
  z-index: 1; }
  .section-cuisine .bannerOne .bgImage {
    background-image: url(../images/home-banner/banner-four.jpg);
    background-position: left bottom; }

.section-cuisine .banner_One {
  width: 40%;
  z-index: 1; }
  .section-cuisine .banner_One .bgImage {
    background-image: url(../images/home-banner/banner-seven.jpg);
    background-position: left bottom; }

	
.section-cuisine .bannerTwo {
  width: 60%;
  left: 40%; }
  .section-cuisine .bannerTwo .bgImage {
    background-image: url(../images/home-banner/banner-five.jpg); }
  .section-cuisine .bannerTwo .captionWrap {
    bottom: 0; }

.section-cuisine .banner_Two {
  width: 60%;
  left: 40%; }
  .section-cuisine .banner_Two .bgImage {
    background-image: url(../images/home-banner/banner-six.jpg); }
  .section-cuisine .banner_Two .captionWrap {
    bottom: 0; }

@media (min-width: 1440px) {
  .imageWrap .banner .imageCaptionCont .captionWrap {
    min-height: 475px;
    height: 475px; }

  .imageWrap .banner .imageCaptionCont {
    width: 350px; }

  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap.imgTextDescWrap {
    left: 350px;
    right: -350px; }

  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap {
    padding: 30px 50px; } }
@media (min-width: 1024px) and (max-width: 1440px) {
  .imageWrap .banner .imageCaptionCont {
    width: 350px; }

  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap.imgTextDescWrap {
    left: 350px;
    right: -350px; }

  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap .peraheraWrap {
    width: 170px;
    margin: auto;
    margin-bottom: 20px; }

  .section-cuisine .bannerTwo .captionWrap {
    min-height: 275px; } }
@media (min-width: 0px) and (max-width: 1200px) {
  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap {
    display: none; }

  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap.imgTextDescWrap {
    left: 0;
    right: 0;
    display: block; }

  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap .peraheraWrap {
    width: 100%;
    display: block; }

  .peraheraWrap {
    margin-bottom: 20px; }

  .imageWrap .banner .imageCaptionCont .imgTextTitleWrap.imgTextDescWrap .arrow-icon-wrap {
    display: block;
    position: absolute;
    right: 30px; } }
@media (min-width: 0px) and (max-width: 1023px) {
  .section {
    height: auto !important;
    position: relative; }
    .section .imageWrap {
      position: relative; }

  .section-ceyloni-inn {
    height: auto; }
    .section-ceyloni-inn .banner.bannerOne {
      width: 100%;
      position: relative;
      height: 800px; }
    .section-ceyloni-inn .banner.bannerTwo {
      width: 100%;
      position: relative;
      height: 800px;
      left: 0; }

  .section-cuisine {
    height: auto; }
    .section-cuisine .banner.bannerOne {
      width: 100%;
      position: relative;
      height: 800px; }
    .section-cuisine .banner.bannerTwo {
      width: 100%;
      position: relative;
      height: 800px;
      left: 0; } }
@media (min-width: 0px) and (max-width: 767px) {
  .section-ceyloni-inn .banner.bannerOne {
    height: auto;
    display: none; }
  .section-ceyloni-inn .banner.bannerTwo {
    height: auto; }
  .section-ceyloni-inn .imageCaptionCont {
    width: 100%; }
    .section-ceyloni-inn .imageCaptionCont.imageCaptionContMobile {
      background-color: #fff; }
      .section-ceyloni-inn .imageCaptionCont.imageCaptionContMobile .captionWrap {
        background-color: #fff;
        padding: 60px 45px; }
      .section-ceyloni-inn .imageCaptionCont.imageCaptionContMobile .imgWrap {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: initial;
        background-image: url(../images/home-banner/banner-three.jpg); }

  .section-cuisine .banner.bannerOne {
    height: auto; }
  .section-cuisine .banner.bannerTwo {
    height: auto; }
  .section-cuisine .captionContMobile {
    background-color: #fff; }
    .section-cuisine .captionContMobile .imgTextTitleWrap {
      background-color: #000;
      color: #fff;
      padding: 60px 45px;
      height: auto; }
      .section-cuisine .captionContMobile .imgTextTitleWrap .desc {
        font-size: 20px;
        font-weight: 200; }
    .section-cuisine .captionContMobile .captionWrap {
      background-color: #fff;
      padding: 60px 45px;
      position: relative; }

  .arrow-icon-wrap {
    position: absolute;
    right: 30px; }

  .captionWrap .title {
    margin-bottom: 20px; }

  .section-cuisine .captionContMobile .imgTextTitleWrap .arrow-icon-wrap {
    display: block;
    position: absolute;
    right: 30px; } }
.section {
  height: calc(100vh - 54px);
  position: relative;
  z-index: 5; }

.section-bottom {
  color: #fff; }
  .section-bottom .banner {
    overflow: hidden; }
    .section-bottom .banner .bgImage {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-image: url(../images/page-bottom-background.jpg); }
  .section-bottom .imageCaptionCont {
    float: left;
    position: relative;
    width: 275px; }
    .section-bottom .imageCaptionCont .imgWrap {
      height: 100vh;
      position: relative;
      overflow: hidden; }
    .section-bottom .imageCaptionCont .captionWrap {
      background-color: #fff;
      color: #000;
      position: relative;
      min-height: 420px;
      position: absolute;
      bottom: 0;
      width: 100%; }
  .section-bottom .fullDescCont {
    float: left;
    position: relative;
    padding: 50px;
    width: -moz-calc(100% - 275px);
    width: -webkit-calc(100% - 275px);
    width: calc(100% - 275px); }
    .section-bottom .fullDescCont .specialLabel {
      background-color: rgba(255, 255, 255, 0.66);
      padding: 10px 15px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      display: inline-block; }
    .section-bottom .fullDescCont .bottomHeading {
      color: #e6b21d;
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1em; }
    .section-bottom .fullDescCont .desc {
      max-width: 250px; }

.bottomBgImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url(../images/lake.jpg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .bottomBgImage.go {
    background-position: center center; }

.section-detail-page-top .dis-t-c {
  vertical-align: top; }
.section-detail-page-top .titleSide {
  padding: 80px 30px;
  float: left;
  width: 30%; }
  .section-detail-page-top .titleSide .peraheraWrap {
    margin-top: 5px;
    margin-bottom: 20px; }
    .section-detail-page-top .titleSide .peraheraWrap .titleMain {
      color: #e6b21d; }
.section-detail-page-top .descSide {
  padding: 80px 50px;
  float: left;
  width: 70%; }
  .section-detail-page-top .descSide.shadowTrue {
    background-image: url(../images/dining-banner/side-shadow.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 15px 60%; }
  .section-detail-page-top .descSide .desc {
    margin-bottom: 10px; }
    .section-detail-page-top .descSide .desc.descMain {
      margin-bottom: 20px; }
    .section-detail-page-top .descSide .desc:last-child {
      margin-bottom: 0; }
  .section-detail-page-top .descSide .descSeason {
    background-image: url(../images/seperator-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 20px;
    padding-top: 20px; }

@media (min-width: 1440px) {
  .section-bottom .imageCaptionCont {
    width: 350px; }

  .section-bottom .fullDescCont {
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px); }

  .section-bottom .imageCaptionCont .captionWrap {
    min-height: 400px; } }
@media (min-width: 1024px) and (max-width: 1440px) {
  .section {
    height: calc(100vh - 48px); } }
@media (min-width: 768px) and (max-width: 1023px) {
  .section-bottom .container {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-bottom .container {
    width: 100%; } }
@media (min-width: 0px) and (max-width: 767px) {
  .section-bottom .fullDescCont {
    width: 100%;
    background-color: #000;
    padding: 60px 45px; }

  .section-bottom .imageCaptionCont {
    width: 100%; }

  .section-bottom .imageCaptionCont .imgWrap .arrow-icon-wrap {
    float: none;
    position: relative;
    top: initial;
    right: initial; }

  .section-bottom .imageCaptionCont .captionWrap {
    min-height: initial;
    height: auto;
    padding: 60px 45px;
    position: relative; }

  .section-bottom .imageCaptionCont .imgWrap {
    height: auto; }

  .section-bottom .fullDescCont .specialLabel {
    letter-spacing: 0.1em; } }
.section-gallery {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative; }
  .section-gallery .gallerySide {
    position: absolute;
    top: 90px;
    bottom: 90px; }
    .section-gallery .gallerySide.sideRight {
      right: 0; }
    .section-gallery .gallerySide.sideLeft {
      left: 0; }
    .section-gallery .gallerySide.galleryDetail {
      width: 45%;
      overflow: hidden; }
    .section-gallery .gallerySide.gallerySlider {
      width: 55%; }
    .section-gallery .gallerySide .bgImageWrap .bgImage.bgstandard {
      background-image: url(../images/stay-banner/banner-one.jpg); }
    .section-gallery .gallerySide .bgImageWrap .bgImage.bgtriple {
      background-image: url(../images/stay-banner/banner-three.jpg); }
    .section-gallery .gallerySide .bgImageWrap .bgImage.bgtwin {
      background-image: url(../images/stay-banner/banner-two.jpg); }
    .section-gallery .gallerySide .bgImageWrap .bgImage.bgperahera {
      background-image: url(../images/stay-banner/banner-four.jpg); }
    .section-gallery .gallerySide .bgImageWrap .bgImage.bgbir {
      background-image: url(../images/event-banner/bir.jpg); }
    .section-gallery .gallerySide .bgImageWrap .bgImage.bgconf {
      background-image: url(../images/event-banner/conf.jpg); }
    .section-gallery .gallerySide .bgImageWrap .bgImage.bgwed {
      background-image: url(../images/event-banner/wedding.jpg); }	  
	  .section-gallery .galleryControllerWrap {
    width: 55%;
    position: absolute;
    bottom: 0;
    height: 90px; }
    .section-gallery .galleryControllerWrap.left {
      left: 0; }
    .section-gallery .galleryControllerWrap.right {
      right: 0; }
  .section-gallery .galCaptionWrap {
    position: absolute;
    top: 0;
    width: 350px;
    overflow: hidden; }
    .section-gallery .galCaptionWrap.left {
      left: 0; }
    .section-gallery .galCaptionWrap.right {
      right: 0; }
    .section-gallery .galCaptionWrap .detailWrap {
      padding: 0px 50px 30px 50px;
      background-color: #fff; }
      .section-gallery .galCaptionWrap .detailWrap .capTitle {
        margin-top: 0;
        margin-bottom: 10px; }
    .section-gallery .galCaptionWrap .bookWrap {
      padding: 10px 50px;
      background-color: #4d4d4d;
      position: relative; }
      .section-gallery .galCaptionWrap .bookWrap .hlight {
        color: #e6b21d; }
      .section-gallery .galCaptionWrap .bookWrap .link {
        display: block;
        color: #fff; }
        .section-gallery .galCaptionWrap .bookWrap .link:hover .arrow-icon {
          background-position: right 5px center; }
      .section-gallery .galCaptionWrap .bookWrap .arrow-icon {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        height: auto; }

.bookBtn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 600; }

.controllerWrap .viewRates {
  position: relative;
  float: left;
  width: 180px;
  padding: 37px 30px; }
  .controllerWrap .viewRates .link {
    display: block;
    text-transform: uppercase;
    font-weight: 700; }
    .controllerWrap .viewRates .link:hover {
      color: #000; }
      .controllerWrap .viewRates .link:hover .arrow-icon {
        background-position: right 5px center; }
  .controllerWrap .viewRates .arrow-icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: auto; }
.controllerWrap .pageinationWrap {
  position: relative;
  float: left;
  width: calc(100% - 180px);
  display: none; }
  .controllerWrap .pageinationWrap .paginList {
    background-color: #fff;
    border-radius: 0px;
    padding: 28px 30px;
    margin-bottom: 0px;
    text-align: right; }
    .controllerWrap .pageinationWrap .paginList li.active a {
      color: #e6b21d;
      font-weight: 600; }
    .controllerWrap .pageinationWrap .paginList li a {
      font-size: 24px;
      font-weight: 300;
      color: #737373; }
      .controllerWrap .pageinationWrap .paginList li a:hover {
        color: #e6b21d; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #737373;
  content: "/\00a0"; }

.camera_gallery_wrap {
  z-index: 9;
  margin-bottom: 0 !important; }
  .camera_gallery_wrap .camera_pag {
    float: right; }
    .camera_gallery_wrap .camera_pag .camera_pag_ul {
      background-color: #fff;
      border-radius: 0px;
      padding: 28px 30px;
      margin-bottom: 0px;
      text-align: right; }
      .camera_gallery_wrap .camera_pag .camera_pag_ul li {
        margin: 0;
        border-radius: 0;
        background-color: transparent;
        width: 50px;
        height: 28px; }
        .camera_gallery_wrap .camera_pag .camera_pag_ul li.cameracurrent span {
          color: #e6b21d;
          font-weight: 600;
          background-color: transparent; }
        .camera_gallery_wrap .camera_pag .camera_pag_ul li .countWrap {
          position: relative;
          padding-left: 20px; }
          .camera_gallery_wrap .camera_pag .camera_pag_ul li .countWrap:before {
            padding: 0 5px;
            color: #737373;
            content: "/\00a0";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            display: none;
            font-weight: 300; }
          .camera_gallery_wrap .camera_pag .camera_pag_ul li .countWrap:hover span {
            color: #e6b21d;
            font-weight: 600;
            background-color: transparent; }
        .camera_gallery_wrap .camera_pag .camera_pag_ul li span {
          font-size: 24px;
          font-weight: 300;
          color: #737373; }
          .camera_gallery_wrap .camera_pag .camera_pag_ul li span:hover {
            color: #e6b21d;
            background-color: transparent; }
      .camera_gallery_wrap .camera_pag .camera_pag_ul li > span {
        text-indent: 0;
        width: auto;
        height: auto;
        display: block;
        background-color: transparent !important; }
        .camera_gallery_wrap .camera_pag .camera_pag_ul li > span span {
          display: block;
          width: auto;
          height: auto; }
    .camera_gallery_wrap .camera_pag .camera_pag_ul > li + li .countWrap:before {
      display: block; }

@media (max-width: 1023px) and (min-width: 0px) {
  .section-gallery {
    padding-top: 0;
    padding-bottom: 0; }
    .section-gallery.gallery-first {
      padding-top: 90px; }
    .section-gallery .gallerySide {
      position: relative;
      top: 0;
      bottom: 0; }
      .section-gallery .gallerySide.sideRight {
        right: 0; }
      .section-gallery .gallerySide.sideLeft {
        left: 0; }
      .section-gallery .gallerySide.galleryDetail {
        width: 100%;
        height: 800px; }
      .section-gallery .gallerySide.gallerySlider {
        width: 100%;
        height: 800px; }

  .section-gallery .galleryControllerWrap {
    width: 100%;
    background-color: #fff;
    position: relative; } }
@media (max-width: 767px) and (min-width: 0px) {
  .section-gallery .gallerySide.galleryDetail {
    height: auto; }

  .section-gallery .gallerySide.gallerySlider {
    height: auto; }

  .section-gallery .galCaptionWrap {
    position: relative;
    width: 100%; }

  .section-gallery .galCaptionWrap .detailWrap {
    padding: 60px 45px; }

  .camera_gallery_wrap {
    margin-bottom: 60px !important; }

  .camera_gallery_wrap .camera_pag {
    float: left; }

  .camera_gallery_wrap .camera_pag .camera_pag_ul {
    padding: 15px 0px; }

  .camera_gallery_wrap .camera_pag .camera_pag_ul li span {
    font-size: 18px; }

  .section-gallery .galCaptionWrap .bookWrap {
    padding: 20px 45px; }

  .section-gallery.gallery-second {
    border-top: 1px solid #ccc; }

  .section-gallery.gallery-first, .section-gallery.gallery-second {
    padding-top: 0; }

  .section-gallery .galleryControllerWrap {
    position: absolute;
    right: 0;
    height: 60px; }

  .controllerWrap .viewRates {
    float: right;
    padding: 20px 20px; } }
.section-traditional-cuisine {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 60%; }
  .section-traditional-cuisine .bottomImage {
    float: left;
    width: 100%;
    text-align: center; }
    .section-traditional-cuisine .bottomImage .img-full-height {
      display: inline-block; }

.descSideMobile {
  padding: 60px 45px; }
  .descSideMobile .desc {
    margin-bottom: 10px; }
    .descSideMobile .desc.descMain {
      margin-bottom: 20px; }
    .descSideMobile .desc:last-child {
      margin-bottom: 0; }

.section-the-restaurant .bannerOne {
  width: 50%;
  z-index: 1; }
  .section-the-restaurant .bannerOne .bgImage {
    background-image: url(../images/dining-banner/banner-one.jpg); }
.section-the-restaurant .bannerBar {
  width: 50%;
  z-index: 1; }
  .section-the-restaurant .bannerBar .bgImage {
    background-image: url(../images/dining-banner/bar-one.jpg); }	
	
.section-the-restaurant .bannerTwo {
  width: 50%;
  left: 50%; }
  .section-the-restaurant .bannerTwo .captionWrap {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
    background-color: #fff;
    min-width: 350px; }
  .section-the-restaurant .bannerTwo .bannerTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden; }
    .section-the-restaurant .bannerTwo .bannerTop .bgImage {
      background-image: url(../images/dining-banner/banner-three.jpg);
      background-position: center; }
  .section-the-restaurant .bannerTwo .bannerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden; }
    .section-the-restaurant .bannerTwo .bannerBottom .bgImage {
      background-image: url(../images/dining-banner/banner-two.jpg); }
  .section-the-restaurant .bannerbar2 .bannerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden; }	  
    .section-the-restaurant .bannerbar2 .bannerBottom .bgImage {
      background-image: url(../images/dining-banner/bar-two.jpg); }	  

@media (min-width: 0px) and (max-height: 700px) {
  .section-traditional-cuisine .bottomImage {
    display: none; } }
@media (min-width: 0px) and (max-width: 1440px) {
  .section-traditional-cuisine {
    background-size: 50%; } }
@media (min-width: 0px) and (max-width: 1023px) {
  .section-traditional-cuisine {
    padding-bottom: 150px; }

  .section-the-restaurant .bannerOne {
    width: 100%;
    position: relative;
    height: 800px; }
  .section-the-restaurant .bannerTwo {
    width: 100%;
    position: relative;
    height: 900px;
    left: 0; } }
@media (min-width: 0px) and (max-width: 991px) {
  .section-traditional-cuisine .titleSide {
    width: 100%;
    padding: 80px 30px 0px 30px; }

  .section-traditional-cuisine .descSide {
    width: 100%;
    background-image: none;
    padding: 30px 30px 80px 30px; } }
@media (min-width: 0px) and (max-width: 767px) {
  .section-traditional-cuisine {
    padding-bottom: 0; }

  .section-traditional-cuisine .titleSide {
    padding: 60px 45px; }

  .section-the-restaurant {
    background-color: #fff; }
    .section-the-restaurant .bannerOne {
      height: auto; }
    .section-the-restaurant .bannerTwo {
      height: auto; } }
.section-the-design .bannerOne {
  width: 50%;
  z-index: 1;
  background-color: #fff; }
.section-the-design .bannerTwo {
  width: 50%;
  left: 50%; }
  .section-the-design .bannerTwo .bgImage {
    background-image: url(../images/attractions/banner-top.jpg); }
.section-the-design .captionWrapSide {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0; }
  .section-the-design .captionWrapSide .bannerTitleWrap {
    width: 300px;
    margin: auto; }
.section-the-design .captionFullSingle .caption {
  width: 350px;
  margin: auto; }
  .section-the-design .captionFullSingle .caption .title {
    margin-top: 0;
    margin-bottom: 20px; }
    .section-the-design .captionFullSingle .caption .title .titleMain {
      color: #e6b21d;
      line-height: 0.7em; }
  .section-the-design .captionFullSingle .caption .descMain {
    line-height: 1.1em;
    margin-bottom: 20px; }

.section-the-gallery .bannerOne {
  width: 50%;
  z-index: 1; }
  .section-the-gallery .bannerOne .bgImage {
    background-image: url(../images/attractions/banner-one.jpg); }

.section-the-gallery .bannerbar {
  width: 50%;
  z-index: 1; }
  .section-the-gallery .bannerbar .bgImage {
    background-image: url(../images/dining-banner/bar1.jpg); }

.section-the-gallery .bannerbar2 {
  width: 50%;
  z-index: 1; }
  .section-the-gallery .bannerbar2 .bgImage {
    background-image: url(../images/dining-banner/bar-two.jpg); }	
	
.section-the-gallery .banner3 {
  width: 50%;
  z-index: 1; }
  .section-the-gallery .banner3 .bgImage {
    background-image: url(../images/attractions/banner-three.jpg); }	
	
.section-the-gallery .banner5 {
  width: 50%;
  z-index: 1; }
  .section-the-gallery .banner5 .bgImage {
    background-image: url(../images/attractions/banner-five.jpg); }	
	
.section-the-gallery .banner8 {
  width: 50%;
  z-index: 1; }
  .section-the-gallery .banner8 .bgImage {
    background-image: url(../images/attractions/banner-8.jpg); }		
	
	
.section-the-gallery .bannerTwo {
  width: 50%;
  left: 50%; }
  .section-the-gallery .bannerTwo .bgImage {
    background-image: url(../images/attractions/banner-two.jpg); }
	
.section-the-gallery .banner4 {
  width: 50%;
  left: 50%; }
  .section-the-gallery .banner4 .bgImage {
    background-image: url(../images/attractions/banner-four.jpg); }	
	
.section-the-gallery .banner6 {
  width: 50%;
  left: 50%; }
  .section-the-gallery .banner6 .bgImage {
    background-image: url(../images/attractions/banner-six.jpg); }	
.section-the-gallery .banner7 {
  width: 50%;
  left: 50%; }
  .section-the-gallery .banner7 .bgImage {
    background-image: url(../images/attractions/banner-seven.jpg); }	
	
  .section-the-gallery .bannerTwo .captionWrap {
    top: 0; }
.section-the-gallery .captionWrapSide {
  height: 100%;
  width: calc(100% - 350px);
  left: 350px;
  position: absolute;
  padding: 0; }
  .section-the-gallery .captionWrapSide .bannerTitleWrap {
    width: 340px;
    margin: auto; }

.captionWrapSide .bannerTitleWrap .title {
  margin-top: 0;
  margin-bottom: 0; }
.captionWrapSide .bannerTitleWrap .bannerTitleSec {
  color: #fff; }
.captionWrapSide .bannerTitleWrap .bannerTitleMain {
  color: #fff; }

.imageCaptionContMobile .captionWrap {
  padding: 60px 45px; }
  .imageCaptionContMobile .captionWrap.captionWrapBlack {
    background-color: #000; }
    .imageCaptionContMobile .captionWrap.captionWrapBlack .desc {
      color: #fff; }

.imageWrap .banner .imageCaptionCont.imageCaptionContDouble .captionWrap {
  height: 50%;
  min-height: initial; }
  .imageWrap .banner .imageCaptionCont.imageCaptionContDouble .captionWrap.captionWrapTop {
    background-color: #fff; }
  .imageWrap .banner .imageCaptionCont.imageCaptionContDouble .captionWrap.captionWrapBottom {
    background-color: #000;
    bottom: 0;
    top: initial; }
    .imageWrap .banner .imageCaptionCont.imageCaptionContDouble .captionWrap.captionWrapBottom .desc {
      color: #fff; }

@media (min-width: 0px) and (max-width: 1440px) {
  .section-the-gallery .captionWrapSide .bannerTitleWrap {
    width: 250px; }

  .section-the-design .captionWrapSide .bannerTitleWrap {
    width: 250px; }

  .imageWrap .banner .imageCaptionCont.imageCaptionContDouble .captionWrap.captionWrapTop {
    height: 54%; }

  .imageWrap .banner .imageCaptionCont.imageCaptionContDouble .captionWrap.captionWrapBottom {
    height: 46%; } }
@media (min-width: 1024px) and (max-width: 1250px) {
  .section-the-gallery .captionWrapSide .bannerTitleWrap {
    padding-left: 10px;
    padding-right: 10px; }

  .captionWrapSide .bannerTitleWrap .bannerTitleSec {
    font-size: 22px; }

  .captionWrapSide .bannerTitleWrap .bannerTitleMain {
    font-size: 40px; } }
@media (min-width: 0px) and (max-width: 1023px) {
  .section-the-gallery .bannerOne {
    width: 100%;
    position: relative;
    height: 800px; }
  .section-the-gallery .bannerTwo {
    width: 100%;
    position: relative;
    height: 800px;
    left: 0; }

  .section-the-design .bannerOne {
    width: 100%;
    position: relative;
    height: 800px; }
  .section-the-design .bannerTwo {
    width: 100%;
    position: relative;
    height: 800px;
    left: 0; } }
@media (min-width: 0px) and (max-width: 767px) {
  .section-the-gallery {
    background-color: #fff; }
    .section-the-gallery .bannerOne {
      height: auto; }
    .section-the-gallery .bannerTwo {
      height: auto; }

  .section-the-design {
    background-color: #fff; }
    .section-the-design .bannerOne {
      height: auto; }
    .section-the-design .bannerTwo {
      height: auto; }

  .section-the-design .captionFullSingle .caption {
    width: 100%; } }
.section.scroll-height-auto {
  height: auto !important; }

.section-detail-page-top {
  background-color: #fff; }

.section-relax-rates {
  background-color: #f2f0f0;
  padding-top: 50px;
  padding-bottom: 50px; }

.section-romance-rates {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }

.tblSep {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bebebe;
  margin: 1em 0;
  padding: 0; }

.titleWrap {
  margin-bottom: 50px; }
  .titleWrap .title {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px; }
    .titleWrap .title .titYellow {
      color: #e6b21d; }
  .titleWrap .viewImgBtn {
    display: inline-block;
    vertical-align: middle; }

.section-policy {
  background-color: #e6b21d;
  overflow: hidden; }
  .section-policy .sectionLeftFill {
    background-color: #f2f0f0;
    position: absolute;
    top: 0;
    right: 0;
    width: 1000%;
    height: 100%; }
  .section-policy .policySide {
    float: left;
    position: relative; }
    .section-policy .policySide.policyMain {
      width: 70%;
      padding: 50px 50px 50px 0; }
      .section-policy .policySide.policyMain .polocyWrap {
        float: left;
        position: relative;
        z-index: 5; }
    .section-policy .policySide.policySec {
      width: 30%;
      padding: 50px 0px 50px 50px; }
    .section-policy .policySide .policyTitle {
      margin-top: 0;
      margin-bottom: 20px; }

.table tr th {
  width: 30%; }

@media (min-width: 0px) and (max-width: 1023px) {
  .section-policy .sectionLeftFill {
    right: -500px; }
  .section-policy .policySide.policyMain {
    width: 100%;
    padding: 50px 0; }
  .section-policy .policySide.policySec {
    width: 100%;
    padding: 50px 0; }

  .section-detail-page-top.section-detail-rates-page-top .titleSide {
    width: 100%;
    padding: 20px 0; }
  .section-detail-page-top.section-detail-rates-page-top .descSide {
    width: 100%;
    padding: 20px 0; }

  .table tr th {
    padding-left: 0 !important; }
  .table tr td {
    padding-left: 0 !important; } }
@media (min-width: 0px) and (max-width: 767px) {
  .section-detail-page-top.section-detail-rates-page-top {
    padding: 60px 45px; }

  .section-policy {
    padding: 0 45px; }

  .section-relax-rates, .section-romance-rates {
    padding: 60px 45px; }

  .section-detail-page-top.section-detail-rates-page-top .descSide {
    padding-bottom: 0;
    padding-top: 0; }

  .titleWrap {
    margin-bottom: 20px; }
    .titleWrap .title {
      margin-bottom: 10px; } }
.map {
  position: absolute;
  height: 100%;
  width: 100%; }

.mapDescriptionWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.82);
  z-index: 999;
  padding: 50px; }
  .mapDescriptionWrap .mapDescription {
    max-width: 1000px;
    margin: auto;
    padding-top: 10px; }
  .mapDescriptionWrap .titleSide {
    padding: 0px 30px;
    padding-left: 0px;
    float: left;
    width: 200px; }
    .mapDescriptionWrap .titleSide .titWrap {
      margin-top: 5px;
      margin-bottom: 20px; }
      .mapDescriptionWrap .titleSide .titWrap .titleMain {
        color: #e6b21d; }
  .mapDescriptionWrap .descSide {
    padding: 0px 30px;
    float: left;
    width: calc(100% - 200px); }

.section-contact-form {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-contact-form .contactSide {
    float: left;
    position: relative; }
    .section-contact-form .contactSide.formSide {
      width: 55%;
      padding-right: 100px;
      left: -45%; }
    .section-contact-form .contactSide.detailSide {
      width: 45%;
      left: 55%;
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center left;
      background-image: url(../images/contact-gradient.png);
      padding-left: 50px; }
      .section-contact-form .contactSide.detailSide .contactDetails .detailList {
        padding-left: 0;
        list-style-type: none; }
        .section-contact-form .contactSide.detailSide .contactDetails .detailList li {
          margin-bottom: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          display: block; }
        .section-contact-form .contactSide.detailSide .contactDetails .detailList .list {
          padding-left: 50px;
          position: relative;
          color: #505050; }
          .section-contact-form .contactSide.detailSide .contactDetails .detailList .list:hover {
            color: #e6b21d; }
          .section-contact-form .contactSide.detailSide .contactDetails .detailList .list:after {
            display: block;
            content: '';
            height: 30px;
            width: 30px;
            position: absolute;
            background-repeat: no-repeat;
            background-position: center; }
          .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.phone:hover:after {
            background-image: url(icons/smartphone-yellow.svg); }
          .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.phone:after {
            background-size: 28px;
            background-image: url(icons/smartphone.svg);
            left: 0;
            top: 3px; }
          .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.email:hover:after {
            background-image: url(icons/email-yellow.svg); }
          .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.email:after {
            background-size: 26px;
            background-image: url(icons/email.svg);
            left: 0;
            top: -3px; }
          .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.address {
            padding-right: 50px;
            margin-bottom: 0; }
            .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.address:hover:after {
              background-image: url(icons/location-pin-yellow.svg); }
            .section-contact-form .contactSide.detailSide .contactDetails .detailList .list.address:after {
              width: 35px;
              background-size: 28px;
              background-image: url(icons/location-pin.svg);
              left: 0;
              top: 0px; }

.form.contactForm .form-group-sep {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 45px; }
.form.contactForm .message {
  background-color: #f2f2f2;
  padding-left: 10px !important; }
.form.contactForm .ceyloni-input {
  padding-left: 0;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px; }
.form.contactForm .ceyloni-input:focus::-webkit-input-placeholder, .form.contactForm textarea:focus::-webkit-input-placeholder {
  color: transparent; }
.form.contactForm .ceyloni-input:focus:-moz-placeholder, .form.contactForm textarea:focus:-moz-placeholder {
  color: transparent; }
.form.contactForm .formLabel {
  font-weight: 400;
  color: #3f3f3f;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0.15em; }

.ceyloni-input {
  border-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border-radius: 3px;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  resize: none; }
  .ceyloni-input:focus {
    outline: none;
    box-shadow: none; }
  .ceyloni-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3f3f3f;
    letter-spacing: 0.15em; }
  .ceyloni-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #3f3f3f; }
  .ceyloni-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #3f3f3f;
    letter-spacing: 0.15em; }
  .ceyloni-input:-moz-placeholder {
    /* Firefox 18- */
    color: #3f3f3f;
    letter-spacing: 0.15em; }

.btnWrap .submitBtn {
  display: block;
  background-color: transparent;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  padding-right: 50px;
  border: none;
  line-height: 1em;
  letter-spacing: 0.18em;
  background-color: #4d4d4d;
  background-image: url(../images/right-arrow-white.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .btnWrap .submitBtn:hover {
    background-position: center right 10px;
    background-color: #e6b21d; }
  .btnWrap .submitBtn:active, .btnWrap .submitBtn:focus {
    outline: none;
    box-shadow: none; }

@media (min-width: 0px) and (max-width: 1440px) {
  .form.contactForm .form-group-sep {
    margin-bottom: 25px; } }
@media (min-width: 0px) and (max-width: 1023px) {
  .map {
    height: 800px;
    position: relative; }

  .section-contact-form .contactSide.formSide {
    width: 100%;
    padding-right: 100px;
    left: 0;
    padding: 0;
    padding-top: 30px; }
  .section-contact-form .contactSide.detailSide {
    width: 100%;
    left: 0;
    background-image: url(../images/seperator-shadow.png);
    background-position: center bottom;
    background-size: 100%;
    padding: 0;
    padding-bottom: 50px; } }
@media (min-width: 0px) and (max-width: 767px) {
  .map {
    height: 600px; }

  .mapDescriptionWrap {
    position: relative;
    background-color: #fff;
    padding: 60px 45px; }
    .mapDescriptionWrap .titleSide {
      width: 100%;
      padding: 0; }
    .mapDescriptionWrap .descSide {
      width: 100%;
      padding: 0; }

  .section-contact-form .contactSide.formSide {
    padding: 30px 25px; }
  .section-contact-form .contactSide.detailSide {
    padding: 30px 25px; } }
.weatherList .list {
  border-right: 1px solid #000;
  margin-right: 20px;
  padding-right: 10px; }
  .weatherList .list:last-child {
    border-right: none; }

.deg {
  margin-right: 3px;
  font-style: normal; }
  .deg:before {
    content: "°"; }

@-moz-document url-prefix() {
  .navbar {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    .navbar.navHide {
      display: none; }

  .pageHeader {
    margin-top: 0px !important;
    position: relative;
    top: 0px; }

  .fluid_container {
    top: 0 !important; }

  @media (min-width: 1366px) and (max-width: 1440px) {
    .mainbannerCont {
      min-height: 158px; } }
  @media (min-width: 0px) and (max-width: 1023px) {
    .pageHeader {
      top: 0; } } }

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