#app[data-v-38a00b3a] {
  min-width: 400px;
}

.navigation[data-v-2f651c87] {
  position: relative;

  margin-bottom: 45px;
}

.navigation [data-v-2f651c87] {
  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.navigation-i18n[data-v-2f651c87] {
  display: none;
  position: absolute;

  right: 80px;

  top: 48px;
}

@media only screen and (max-width: 1280px) {
  .navigation-i18n[data-v-2f651c87] {
    position: relative;

    text-align: center;

    right: 0;

    top: 0;

    width: 100%;
  }

  .navigation-i18n button[data-v-2f651c87] {
    color: #000;
  }
}

.navigation.loading[data-v-2f651c87] {
  height: 85px;
}

.navigation.loading nav[data-v-2f651c87] {
  -webkit-transition: 1.5s;

  transition: 1.5s;
}

.navigation.loading nav.smartphone[data-v-2f651c87] {
  left: 0;

  bottom: 0;

  height: 100% !important;

  width: 100%;
}

.navigation.loading.finish nav[data-v-2f651c87] {
  height: 85px;
}

.navigation.loading.finish nav[data-v-2f651c87]:after {
  -webkit-transform: translateY(-100%);

  transform: translateY(-100%);
}

.navigation.loading.finish nav .logo[data-v-2f651c87] {
  -webkit-transform: scale(1);

  transform: scale(1);
}

.navigation.loading nav[data-v-2f651c87] {
  position: fixed;

  z-index: 9999999;

  max-width: none;

  height: 100%;
}

.navigation.loading nav[data-v-2f651c87]:after {
  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  background-color: #fff;

  -webkit-transition: 1.5s;

  transition: 1.5s;
}

.navigation.loading nav .logo[data-v-2f651c87] {
  -webkit-transition: 1.5s;

  transition: 1.5s;

  -webkit-transform: scale(1.5);

  transform: scale(1.5);
}

.navigation.loading nav a[data-v-2f651c87] {
  opacity: 0;

  cursor: default;
}

.navigation-button[data-v-2f651c87] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0 5%;

  padding-top: 35px;
}

.navigation-button svg[data-v-2f651c87] {
  width: 200px;

  margin-right: 10px;
}

.navigation-button-close[data-v-2f651c87] {
  position: absolute;

  top: -50%;

  width: 25px;

  cursor: pointer;
}

.navigation-button .icon-menu-bar[data-v-2f651c87] {
  height: 40px;

  min-height: 40px;

  width: 40px;

  min-width: 40px;

  cursor: pointer;
}

nav[data-v-2f651c87] {
  width: 100%;

  max-width: 1100px;

  margin: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-pack: distribute;

  justify-content: space-around;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-top: 35px;
}

nav a[data-v-2f651c87] {
  color: #fff;

  white-space: nowrap;

  margin: 0 0.5rem;

  font-weight: 700;

  position: relative;
}

nav a[data-v-2f651c87]:after {
  content: '';

  -webkit-transition: 0.4s;

  transition: 0.4s;

  position: absolute;

  background-color: #fff;

  height: 2px;

  width: 0;

  left: 0;

  bottom: -5px;
}

nav a[data-v-2f651c87]:hover:after {
  width: 100%;
}

nav .logo[data-v-2f651c87] {
  width: 220px;
}

@media only screen and (max-width: 1280px) {
  nav[data-v-2f651c87] {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    position: fixed;

    width: 50%;

    top: 50%;

    z-index: 999999;

    left: 100%;

    padding-top: 0;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    padding: 0 15px;
  }

  nav[data-v-2f651c87],
  nav[data-v-2f651c87]:after {
    min-width: 300px;
  }

  nav[data-v-2f651c87]:after {
    content: '';

    position: fixed;

    z-index: -1;

    width: 100%;

    height: 100%;

    background-color: #fff;

    top: 0;

    left: 100%;

    -webkit-transition: 0.4s;

    transition: 0.4s;
  }

  nav a[data-v-2f651c87] {
    color: #000;

    margin-bottom: 30px;

    white-space: normal;

    text-align: center;
  }

  nav a[data-v-2f651c87]:after {
    background-color: #000;
  }

  nav.active[data-v-2f651c87],
  nav.active[data-v-2f651c87]:after {
    left: 50%;
  }
}

@media only screen and (max-width: 600px) {
  nav.active[data-v-2f651c87] {
    left: 0;

    width: 100%;
  }

  nav.active[data-v-2f651c87]:after {
    left: 0;
  }
}

.hero[data-v-2ad611f2] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  background-image: url(../img/citywb.38a72e65.png);

  background-size: cover;

  background-repeat: no-repeat;

  background-attachment: fixed;

  min-height: 100vh;

  overflow: hidden;
}

.hero.background-video[data-v-2ad611f2] {
  background: none;
}

.hero[data-v-2ad611f2]:after {
  content: '';
}

.hero-title[data-v-2ad611f2] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  padding: 0 15px;
}

.hero-title h1[data-v-2ad611f2] {
  line-height: 76px;

  font-size: 54px;

  color: #fff;

  text-align: center;

  font-family: SegoeUI;
}

@media only screen and (max-width: 980px) {
  .hero-title h1[data-v-2ad611f2] {
    font-size: 29px;

    line-height: 46px;
  }
}

.hero-button[data-v-2ad611f2] {
  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  margin: 45px 0;
}

.hero-button--text[data-v-2ad611f2] {
  position: absolute;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  text-transform: uppercase;

  font-weight: 700;

  font-size: 19px;

  line-height: 10px;

  letter-spacing: 8px;

  color: #fff;
}

.hero-button:hover rect[data-v-2ad611f2] {
  stroke-width: 3px;

  stroke-dashoffset: 0;

  stroke-dasharray: 760;
}

.hero-button rect[data-v-2ad611f2] {
  stroke-dasharray: 140 540;

  stroke-dashoffset: -474;

  stroke-width: 6px;

  fill: transparent;

  stroke: #fff;

  border-bottom: 5px solid #000;

  -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;

  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

h1[data-v-3df47881] {
  color: #000;

  font-size: 70px;

  text-transform: uppercase;

  line-height: 85px;

  font-weight: 500;

  font-family: SegoeUI;

  text-align: center;

  padding: 25px 0;
}

h1.white[data-v-3df47881] {
  color: #fff;
}

.IconArrowLi[data-v-0cd02900] {
  width: 10px;

  height: 10px;

  min-width: 10px;

  min-height: 10px;
}

.st0 {
  display: none;
}

.st1 {
  display: inline;
}

.st4 {
  fill: none;

  stroke: #fff;

  stroke-width: 5;

  stroke-miterlimit: 10;
}

.st5 {
  fill: #fff;

  stroke: #fff;

  stroke-width: 4.5246;

  stroke-linecap: round;

  stroke-miterlimit: 10;
}

.st6 {
  fill: none;
}

.st7 {
  fill: #fff;
}

.st8 {
  font-family: SegoeUIBold;
}

.st9 {
  font-size: 57px;
}

.st10 {
  font-family: SegoeUI;
}

.st11,
.st12 {
  fill: #e6e7e8;

  stroke: #fff;

  stroke-width: 4;

  stroke-linecap: round;

  stroke-miterlimit: 10;
}

.st13 {
  font-family: SegoeUI;
}

.st14 {
  fill: none;
}

.st14,
.st15 {
  stroke: #fff;

  stroke-width: 4;

  stroke-linecap: round;

  stroke-miterlimit: 10;
}

.st15 {
  fill: #e6e7e8;
}

.st16,
.st17 {
  fill: none;

  stroke: #fff;

  stroke-width: 4;

  stroke-miterlimit: 10;
}

.st17 {
  stroke-linecap: round;
}

#about-us[data-v-13338a74] {
  display: grid;

  grid-gap: 1rem;

  grid-template-areas: 'title title' 'text timeline';

  background-color: #00b1f5;

  padding-left: 8%;

  padding-right: 8%;
}

@media only screen and (max-width: 980px) {
  #about-us[data-v-13338a74] {
    grid-template: 'title' 'text' 'timeline';
  }
}

#about-us h2[data-v-13338a74],
#about-us li[data-v-13338a74],
#about-us p[data-v-13338a74] {
  color: #fff;

  line-height: 1.5;
}

.about-us--list[data-v-13338a74] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin: 1rem 0;

  padding-left: 32px;
}

.about-us--list .IconArrowLi[data-v-13338a74] {
  margin-right: 5px;
}

.about-us__title[data-v-13338a74] {
  grid-area: title;
}

.about-us__text[data-v-13338a74] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  grid-area: text;

  width: 100%;

  max-width: 750px;

  margin-right: 5rem;
}

.about-us__timeline[data-v-13338a74] {
  display: none;
  grid-area: timeline;

  width: 100%;

  min-height: 550px;

  height: 100%;

  min-width: 500px;
}

@media only screen and (max-width: 550px) {
  .about-us__timeline[data-v-13338a74] {
    min-width: 50px;
  }
}

.team-carusel[data-v-b088340a] {
  max-width: 1440px;

  margin: 0 auto;

  padding: 0 40px;

  position: relative;

  min-width: 370px;
}

.team-carusel--nav[data-v-b088340a] {
  position: absolute;

  height: 40px;

  width: 40px;

  top: 50%;

  opacity: 0.3;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.team-carusel--nav[data-v-b088340a]:hover {
  opacity: 1;
}

.team-carusel--nav svg[data-v-b088340a] {
  stroke: #00b1f5;

  width: 100%;

  height: 100%;
}

.team-carusel--nav-next[data-v-b088340a] {
  right: 0;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.team-carusel--nav-prev[data-v-b088340a] {
  left: 0;
}

.team-carusel--item[data-v-b088340a] {
  max-width: 275px;

  border: 1px solid #00b1f5;

  padding: 15px;

  margin: 0 auto;
}

.team-carusel--item:focus
  .team-carusel--item-photo__white-black[data-v-b088340a],
.team-carusel--item:hover
  .team-carusel--item-photo__white-black[data-v-b088340a],
.team-carusel--item:target
  .team-carusel--item-photo__white-black[data-v-b088340a] {
  opacity: 0;
}

.team-carusel--item-photo[data-v-b088340a] {
  position: relative;

  max-height: 350px;

  height: 350px;

  min-width: 233px;
}

.team-carusel--item-photo img[data-v-b088340a] {
  height: 100%;
}

.team-carusel--item-photo__white-black[data-v-b088340a] {
  position: absolute;

  -webkit-transition: 0.6s;

  transition: 0.6s;

  left: 0;

  top: 0;
}

.team-carusel--item-information[data-v-b088340a] {
  margin-top: 15px;

  text-align: center;
}

.team-carusel--item-information a[data-v-b088340a],
.team-carusel--item-information p[data-v-b088340a] {
  font-size: 16px;

  color: #000;

  text-transform: none;

  font-weight: 400;
}

#service[data-v-3a1b132c] {
  background-color: #363636;

  color: #fff;

  padding-bottom: 2.5rem;
}

@media only screen and (max-width: 1280px) {
  #service[data-v-3a1b132c] {
    padding-left: 10%;

    padding-right: 10%;
  }
}

.service-carusel[data-v-3a1b132c] {
  position: relative;

  max-width: 1440px;

  margin: auto;
}

.service-carusel--nav[data-v-3a1b132c] {
  height: 40px;

  width: 40px;

  position: absolute;

  top: calc(50% + 60px);

  opacity: 0.3;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.service-carusel--nav[data-v-3a1b132c]:hover {
  opacity: 1;
}

.service-carusel--nav svg[data-v-3a1b132c] {
  stroke: #fff;

  width: 100%;

  height: 100%;
}

.service-carusel--nav-next[data-v-3a1b132c] {
  right: -40px;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.service-carusel--nav-prev[data-v-3a1b132c] {
  left: -40px;
}

.service-carusel--item[data-v-3a1b132c] {
  width: 100%;

  min-width: 100%;

  max-width: 1500px;
}

.service-carusel--item h1[data-v-3a1b132c] {
  border-bottom: 1px solid #fff;

  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  .service-carusel--item h1[data-v-3a1b132c] {
    white-space: normal;

    font-size: 62px;
  }
}

.service-carusel--item-icon[data-v-3a1b132c] {
  height: 130px;

  width: 130px;

  
  display: flex;
  justify-content: center;
  align-items: center;
  color: #363636;
}

.service-carusel--item-content[data-v-3a1b132c] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: baseline;

  -ms-flex-align: baseline;

  align-items: baseline;

  text-align: center;

  margin: 3rem 0;

  padding: 0 50px;
}

@media only screen and (max-width: 1280px) {
  .service-carusel--item-content[data-v-3a1b132c] {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin-bottom: 0;
  }
}

.service-carusel--item-parties[data-v-3a1b132c] {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-carusel--item-parties h3[data-v-3a1b132c] {
  color: #fff;

  font-size: 36px;

  margin-bottom: 8px;
}

.service-carusel--item-parties p[data-v-3a1b132c] {
  color: #fff;

  font-size: 22px;

  line-height: 1.5;
}

@media only screen and (max-width: 1280px) {
  .service-carusel--item-parties[data-v-3a1b132c] {
    margin-bottom: 2rem;
  }

  .service-carusel--item-parties svg[data-v-3a1b132c] {
    height: 75px;

    margin-bottom: 16px;
  }

  .service-carusel--item-parties h3[data-v-3a1b132c] {
    font-size: 24px;
  }

  .service-carusel--item-parties p[data-v-3a1b132c] {
    font-size: 18px;
  }
}

#trust[data-v-4bf63fa0] {
  background-color: #00b1f5;

  padding: 0;
}

.trust-container[data-v-4bf63fa0] {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1280px) {
  .trust-container[data-v-4bf63fa0] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trust-item[data-v-4bf63fa0] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  overflow: hidden;

  border-top: 1px solid #73daff;

  border-right: 1px solid #73daff;

  min-height: 200px;

  padding: 10px 20px;

  -webkit-transition: 0.35s;

  transition: 0.35s;
}

.trust-item.no-case .trust-item__logo img[data-v-4bf63fa0] {
  max-height: 120px;
}

.trust-item.no-case.euro-lifecare .trust-item__logo img[data-v-4bf63fa0],
.trust-item.no-case.rdo-ukraine .trust-item__logo img[data-v-4bf63fa0] {
  max-height: 100px;
}

.trust-item.no-case.leifheit .trust-item__logo img[data-v-4bf63fa0] {
  max-width: 260px;
}

.trust-item.no-case.taya .trust-item__logo img[data-v-4bf63fa0] {
  max-height: 100px;
}

.trust-item__logo[data-v-4bf63fa0] {
  position: relative;
}

.trust-item__logo img[data-v-4bf63fa0] {
  max-width: 330px;

  max-height: 85px;

  -webkit-transition: 0.35s;

  transition: 0.35s;
}

.trust-item__logo-color[data-v-4bf63fa0] {
  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;
}

.trust-item__button[data-v-4bf63fa0] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: relative;

  width: 100%;

  text-align: center;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.trust-item__button a[data-v-4bf63fa0] {
  -webkit-transition: 0.35s;

  transition: 0.35s;

  position: absolute;

  top: 250px;

  z-index: 2;

  letter-spacing: 8px;

  padding: 15px 23px 15px 30px;
}

.trust-item[data-v-4bf63fa0]:hover {
  background-color: #fff;
}

.trust-item:hover.oschadbank .trust-item__button[data-v-4bf63fa0] {
  padding-top: 2rem;
}

.trust-item:hover .trust-item__logo a[data-v-4bf63fa0] {
  top: -35px;
}

.trust-item:hover .trust-item__logo-color[data-v-4bf63fa0] {
  opacity: 1;
}

.trust-item:hover .trust-item__button[data-v-4bf63fa0] {
  padding-top: 1rem;

  margin-bottom: 2rem;
}

.trust-item:hover .trust-item__button .base-button[data-v-4bf63fa0] {
  top: 1rem;
}

@media only screen and (max-width: 750px) {
  .trust-item__logo img[data-v-4bf63fa0] {
    max-width: 100%;
  }
}

footer[data-v-2f7b269d] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  padding: 10px;

  background-color: #00b1f5;
}

footer span[data-v-2f7b269d] {
  color: #fff;
}

#contact[data-v-fd24f0be] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 0;

  min-height: 100vh;
}

@media only screen and (max-width: 1280px) {
  #contact[data-v-fd24f0be] {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.contact-information[data-v-fd24f0be] {
  margin: auto;

  width: 50%;

  padding: 75px 30px;

  position: relative;
}

@media only screen and (max-width: 1280px) {
  .contact-information[data-v-fd24f0be] {
    width: 100%;

    margin-top: 0;
  }
}

.contact-information--wrap[data-v-fd24f0be] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  max-width: 430px;

  margin: 0 auto;
}

.contact-address[data-v-fd24f0be] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin-bottom: 50px;

  width: 100%;
}

@media only screen and (max-width: 500px) {
  .contact-address[data-v-fd24f0be] {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;
  }
}

.contact-address--item[data-v-fd24f0be],
.contact-address--phone[data-v-fd24f0be],
.contact-address--street[data-v-fd24f0be],
.contact-address[data-v-fd24f0be] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.contact-address--phone[data-v-fd24f0be]:first-child {
  margin-bottom: 5px;
}

.contact-address--phone a[data-v-fd24f0be] {
  color: #000;

  font-weight: 400;
}

.contact-address--icon[data-v-fd24f0be] {
  height: 24px;

  min-height: 24px;

  width: 24px;

  min-width: 24px;

  margin-right: 5px;
}

.contact-address--item[data-v-fd24f0be] {
  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-right: 10px;
}

@media only screen and (max-width: 500px) {
  .contact-address--item[data-v-fd24f0be] {
    margin-right: 0;

    margin-bottom: 10px;
  }
}

.contact-address--item p[data-v-fd24f0be] {
  font-size: 20px;

  white-space: nowrap;
}

@media only screen and (max-width: 500px) {
  .contact-address--item p[data-v-fd24f0be] {
    white-space: normal;
  }
}

.contact-buttons .base-button[data-v-fd24f0be] {
  width: 100%;

  text-align: center;

  margin-bottom: 15px;

  max-width: none;
}

.contact-buttons .base-button[data-v-fd24f0be]:last-child {
  display: none;
  margin-bottom: 0;
}

.contact-organization[data-v-fd24f0be] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: center;

  padding: 45px 0;

  width: 100%;
}

@media only screen and (max-width: 500px) {
  .contact-organization[data-v-fd24f0be] {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 2rem 0;
  }
}

.contact-organization a[data-v-fd24f0be] {
  max-height: 48px;

  min-height: 48px;
}

.contact-organization .logo[data-v-fd24f0be] {
  max-height: 48px;

  width: 210px;

  min-height: 48px;
}

.contact-organization img[data-v-fd24f0be] {
  max-height: 48px;

  height: 48px;

  min-width: 48px;
}

@media only screen and (max-width: 500px) {
  .contact-organization img[data-v-fd24f0be]:first-child {
    margin-bottom: 1rem;
  }
}

.contact-developer[data-v-fd24f0be] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-top: 30px;
}

.contact-developer span[data-v-fd24f0be] {
  color: #bbb;

  margin-bottom: 10px;
}

.contact-developer svg[data-v-fd24f0be] {
  height: 50px;
}

.modal[data-v-6906cc27] {
  position: relative;

  overflow: hidden;

  z-index: 1001;

  background-color: #fff;

  max-width: 500px;

  width: 100%;

  padding: 30px;

  margin: 0 30px;

  -webkit-animation-duration: 0.64s !important;

  animation-duration: 0.64s !important;
}

.modal-background[data-v-6906cc27] {
  position: absolute;

  z-index: -5;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

  cursor: pointer;
}

.modal-wrap[data-v-6906cc27] {
  position: fixed;

  left: 0;

  top: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  z-index: 1000;

  width: 100%;

  height: 100%;
}

.modal-body[data-v-6906cc27],
.modal-footer[data-v-6906cc27],
.modal-header[data-v-6906cc27] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.modal-close[data-v-6906cc27] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  width: 100%;
}

.modal-close svg[data-v-6906cc27] {
  width: 18px;

  height: 18px;

  min-width: 18px;

  min-height: 18px;
}

.modal-close svg[data-v-6906cc27],
.modal-close svg [data-v-6906cc27] {
  cursor: pointer;

  fill: #c6c6c6;
}

.modal-header[data-v-6906cc27] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-bottom: 15px;

  padding-bottom: 15px;

  width: 100%;

  text-align: center;

  position: relative;
}

.modal-header[data-v-6906cc27]:after {
  content: '';

  position: absolute;

  width: 930px;

  height: 1px;

  background: #e9ecef;

  bottom: 0;

  left: -30px;
}

.modal-footer[data-v-6906cc27] {
  margin-top: 35px;
}

.invite-to-the-tender span[data-v-24f3d46d] {
  display: block;

  margin-bottom: 1rem;
}

.invite-to-the-tender .base-input__container[data-v-24f3d46d] {
  margin-bottom: 0.5rem;
}

.brief[data-v-3c6b7a27] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0 2rem;

  padding-bottom: 75px;
}

.brief .logo[data-v-3c6b7a27] {
  width: 250px;
}

.brief h1[data-v-3c6b7a27] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-left: -1rem;
}

@media only screen and (max-width: 980px) {
  .brief h1[data-v-3c6b7a27] {
    margin-top: 1rem;

    margin-left: 0;
  }
}

.brief h1[data-v-3c6b7a27]:before {
  content: '';

  background-color: #00b1f5;

  width: 2px;

  height: 57px;

  margin-right: 25px;
}

@media only screen and (max-width: 980px) {
  .brief h1[data-v-3c6b7a27]:before {
    content: none;
  }
}

.brief-footer[data-v-3c6b7a27],
.brief-form[data-v-3c6b7a27],
.brief-header[data-v-3c6b7a27] {
  max-width: 750px;
}

@media only screen and (max-width: 980px) {
  .brief-footer[data-v-3c6b7a27],
  .brief-form[data-v-3c6b7a27],
  .brief-header[data-v-3c6b7a27] {
    max-width: 400px;
  }
}

.brief-form-item--container[data-v-3c6b7a27],
.brief-header[data-v-3c6b7a27] {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-gap: 0 2rem;
}

@media only screen and (max-width: 980px) {
  .brief-form-item--container[data-v-3c6b7a27],
  .brief-header[data-v-3c6b7a27] {
    grid-template-columns: 1fr;
  }
}

.brief-header[data-v-3c6b7a27] {
  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  width: 100%;

  margin: 25px 0;
}

.brief-header a[data-v-3c6b7a27] {
  margin: auto;

  margin-right: 0;
}

@media only screen and (max-width: 980px) {
  .brief-header a[data-v-3c6b7a27] {
    margin: 0;
  }
}

.brief-header h1[data-v-3c6b7a27] {
  color: #00b1f5;

  font-family: SegoeUI;

  font-size: 62px;

  white-space: nowrap;
}

.brief-form--item.group .brief-form-item--container[data-v-3c6b7a27] {
  padding-left: 2rem;
}

@media only screen and (max-width: 980px) {
  .brief-form--item.group .brief-form-item--container[data-v-3c6b7a27] {
    padding-left: 0;
  }
}

.brief-form-item--title span[data-v-3c6b7a27] {
  display: inline-block;

  margin-top: 0.5rem;
}

@media only screen and (max-width: 980px) {
  .brief-form-item--title[data-v-3c6b7a27] {
    margin-bottom: 1rem;
  }
}

.brief-form-item--header[data-v-3c6b7a27] {
  margin-bottom: 1rem;
}

.brief-form-item--container[data-v-3c6b7a27] {
  border-top: 1px solid #f3f1f1;

  padding: 2rem 0;
}

.brief-form-item--input[data-v-3c6b7a27] {
  display: grid;

  grid-gap: 1rem 0;
}

.brief-footer[data-v-3c6b7a27] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-item-align: center;

  align-self: center;

  width: 100%;

  margin-top: 50px;
}

@media only screen and (max-width: 475px) {
  .brief-footer[data-v-3c6b7a27] {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }
}

.brief-footer .base-button[data-v-3c6b7a27] {
  width: 100%;

  max-width: 250px;

  text-align: center;
}

.brief-footer .base-button[data-v-3c6b7a27]:nth-child(2n) {
  margin: 0 20px;
}

@media only screen and (max-width: 475px) {
  .brief-footer .base-button[data-v-3c6b7a27]:nth-child(2n) {
    margin: 20px 0;
  }
}

.brief-footer .base-button[data-v-3c6b7a27]:last-child {
  margin-bottom: 0;
}

footer[data-v-3c6b7a27] {
  position: relative;
}

.slick-slider[data-v-6f42a97c] {
  border-bottom: none !important;
}

.fullpage-container[data-v-6f42a97c] {
  height: 100vh !important;
}

.case-information--characteristic[data-v-6f42a97c],
.case-information--header[data-v-6f42a97c] {
  margin-top: 0.5rem;

  margin-bottom: 0.5rem;
}

.case-carusel[data-v-6f42a97c] {
  width: 100%;

  margin: 0 auto;

  padding: 0 40px;

  position: relative;
}

.case-carusel--nav[data-v-6f42a97c] {
  position: absolute;

  height: 40px;

  width: 40px;

  top: 50%;

  opacity: 0.3;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.case-carusel--nav[data-v-6f42a97c]:hover {
  opacity: 1;
}

.case-carusel--nav svg[data-v-6f42a97c] {
  stroke: #fff;

  width: 100%;

  height: 100%;
}

.case-carusel--nav-next[data-v-6f42a97c] {
  right: 0;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.case-carusel--nav-prev[data-v-6f42a97c] {
  left: 0;
}

.case-carusel--item[data-v-6f42a97c] {
  max-height: 500px;

  width: auto !important;
}

.case-container[data-v-6f42a97c] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;

  height: 100%;
}

@media only screen and (max-width: 980px) {
  .case-container[data-v-6f42a97c] {
    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;
  }
}

.case-image[data-v-6f42a97c] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: #363636;

  padding: 2.5rem;

  padding-bottom: 0;

  height: 100%;

  width: 70%;
}

@media only screen and (max-width: 1336px) {
  .case-image[data-v-6f42a97c] {
    width: 65%;
  }
}

@media only screen and (max-width: 1080px) {
  .case-image[data-v-6f42a97c] {
    width: 62%;
  }
}

.case-image--close[data-v-6f42a97c] {
  position: absolute;

  top: 1rem;

  right: 1rem;
}

.case-image--close svg[data-v-6f42a97c] {
  width: 24px;

  height: 24px;

  min-width: 24px;

  min-height: 24px;
}

.case-image--close svg[data-v-6f42a97c],
.case-image--close svg [data-v-6f42a97c] {
  cursor: pointer;

  fill: #fff;
}

.case-image-mobile[data-v-6f42a97c] {
  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 50;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  background: none;

  width: 100%;

  height: 100%;

  border-top: 2px solid #00b1f5;
}

.case-image-mobile[data-v-6f42a97c]:after {
  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(54, 54, 54, 0.95);

  z-index: -1;
}

.case-image-mobile img[data-v-6f42a97c] {
  max-width: 550px;

  width: 100%;
}

.case-information[data-v-6f42a97c] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  background: #fff;

  border-right: 2px solid #00b1f5;

  padding: 2rem;

  height: 100%;

  width: 30%;
}

@media only screen and (max-width: 1336px) {
  .case-information[data-v-6f42a97c] {
    width: 35%;
  }
}

@media only screen and (max-width: 1080px) {
  .case-information[data-v-6f42a97c] {
    padding: 1.25rem;

    padding-bottom: 5rem;

    width: 38%;
  }
}

@media only screen and (max-width: 980px) {
  .case-information[data-v-6f42a97c] {
    margin: 0 auto;

    width: 100%;

    border-right: none;
  }
}

.case-information--header[data-v-6f42a97c] {
  text-align: center;
}

.case-information--header h1[data-v-6f42a97c] {
  font-size: 2.7rem;

  font-family: SegoeUI;

  display: inline-block;

  border-bottom: 1px solid #00b1f5;

  margin-bottom: 1.5rem;
}

.case-information--header p[data-v-6f42a97c] {
  font-size: 1.2rem;
}

.case-information--characteristic[data-v-6f42a97c] {
  display: grid;

  grid-gap: 1.5rem;

  grid-template-areas: 'lecture lecture' 'pereod geography' 'media media';
}

.case-information--logo[data-v-6f42a97c] {
  max-height: 50px;

  max-width: 150px;
}

.case-information--item[data-v-6f42a97c] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.case-information--item h2[data-v-6f42a97c] {
  font-size: 1.3rem;

  color: #363636;

  font-family: SegoeUI;
}

.case-information--item p[data-v-6f42a97c] {
  font-size: 0.9rem;
}

.case-information--item svg[data-v-6f42a97c] {
  min-width: 30px;

  height: 30px;

  min-height: 30px;

  margin-right: 10px;
}

.case-information--item.lecture[data-v-6f42a97c] {
  grid-area: lecture;
}

.case-information--item.pereod[data-v-6f42a97c] {
  grid-area: pereod;
}

.case-information--item.pereod p[data-v-6f42a97c] {
  text-transform: uppercase;
}

.case-information--item.geography[data-v-6f42a97c] {
  grid-area: geography;
}

.case-information--item.media[data-v-6f42a97c] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;

  grid-area: media;
}

.case-information--item.media h2[data-v-6f42a97c] {
  margin-bottom: 0.75rem;
}

.case-information--footer[data-v-6f42a97c] {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.case-information--footer .base-button[data-v-6f42a97c] {
  width: 100%;

  max-width: 220px;

  z-index: 1;
}

.case-information--footer .base-button[data-v-6f42a97c]:nth-child(2n) {
  margin: 0 20px;
}

@media only screen and (max-width: 475px) {
  .case-information--footer .base-button[data-v-6f42a97c]:nth-child(2n) {
    margin: 20px 0;
  }
}

.case-information--footer .base-button[data-v-6f42a97c]:last-child {
  margin-bottom: 0;
}

.case-information-item--text h2[data-v-6f42a97c] {
  margin-bottom: 0.25rem;
}

* {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  outline: transparent;

  font-family: SegoeUI;
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
small,
span,
ul {
  color: #363636;

  margin: 0;

  padding: 0;

  font-weight: 400;
}

nav,
ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;

  height: auto;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

input,
textarea {
  max-height: 46px;

  padding: 10px;

  cursor: text;

  border: 1px solid #000;

  border-radius: 0;

  width: 100%;

  font-size: 16px;
}

button {
  border: none;

  background: none;

  cursor: pointer;
}

button,
input {
  background-repeat: no-repeat;

  background-position-x: center;

  background-position-y: center;
}

a,
button {
  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  font-size: 18px;

  font-weight: 700;

  color: #fff;

  text-decoration: none;

  text-transform: uppercase;
}

a,
a *,
button,
button * {
  cursor: pointer;
}

section {
  position: relative;

  padding: 0 45px;

  padding-bottom: 45px;
}

@media only screen and (max-width: 980px) {
  section {
    padding: 0 5%;

    padding-bottom: 45px;
  }
}

.none {
  display: none !important;
}

.blur {
  -webkit-animation: blur;

  animation: blur;

  -webkit-animation-duration: 0.3s;

  animation-duration: 0.3s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0);

    filter: blur(0);
  }

  to {
    -webkit-filter: blur(2px);

    filter: blur(2px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0);

    filter: blur(0);
  }

  to {
    -webkit-filter: blur(2px);

    filter: blur(2px);
  }
}

.hero-background-video {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  overflow: hidden;

  z-index: -1;

  padding: 0;

  height: 100% !important;

  min-height: 510px !important;
}

.hero-background-video video {
  position: relative !important;

  visibility: visible !important;

  left: 0 !important;

  top: 0 !important;

  -webkit-transform: translate(0) !important;

  transform: translate(0) !important;
}

.base-button {
  display: inline-block;

  position: relative;

  border: 1px solid #00b1f5;

  color: #00b1f5;

  text-align: center;

  padding: 15px 5px;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.base-button:focus,
.base-button:hover {
  color: #fff;
}

.base-button:focus:after,
.base-button:hover:after {
  width: 100%;
}

.base-button:after {
  content: '';

  position: absolute;

  z-index: -1;

  left: 0;

  top: 0;

  background-color: #00b1f5;

  height: 100%;

  width: 0;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.vue-google-map {
  width: 50%;
}

@media only screen and (max-width: 1280px) {
  .vue-google-map {
    display: none;
  }
}

.map-view {
  width: 100%;

  height: 100%;
}

.service--carusel .owl-next,
.service--carusel .owl-prev {
  top: calc(50% + 40px);
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-next,
.owl-prev {
  position: absolute;

  z-index: 10;

  background: none !important;

  padding: 0 !important;

  margin: 0 !important;

  top: calc(50% - 25px);

  opacity: 0.3;

  -webkit-transition: 0.35s;

  transition: 0.35s;
}

.owl-next .carousel-nav,
.owl-next .carousel-nav svg,
.owl-prev .carousel-nav,
.owl-prev .carousel-nav svg {
  height: 50px;
}

.owl-next:hover,
.owl-prev:hover {
  opacity: 1;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);

  right: -40px;
}

.case-information--item svg * {
  fill: #00b1f5;
}

.loading.finish .logo #logo-triangle {
  -webkit-transform: rotateX(0deg);

  transform: rotateX(0deg);

  -webkit-animation: none;

  animation: none;
}

.loading .logo #logo-triangle {
  -webkit-animation: logo-triangle;

  animation: logo-triangle;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-transform-origin: center center;

  transform-origin: center center;
}

.slick-slider {
  border-bottom: 1px solid #fff;
}

.team-carusel .slick-slide {
  text-align: center;
}

.case-carusel .slick-track,
.slick-slide {
  display: -webkit-box !important;

  display: -ms-flexbox !important;

  display: flex !important;
}

.case-carusel .slick-slide div,
.case-carusel .slick-track,
.slick-slide {
  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.case-carusel .slick-slide div {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;
}

@font-face {
  font-family: SegoeUI;

  src: url(../fonts/SegoeUIRegular.6581cfae.ttf) format('ttf'),
    url(../fonts/SegoeUIRegular.5ee360a8.woff) format('woff');

  font-style: normal;
}

@font-face {
  font-family: SegoeUIBold;

  src: url(../fonts/SegoeUIBold.eb36b886) format('ttf'),
    url(../fonts/SegoeUIBold.6721a766.woff) format('woff');

  font-style: normal;
}

@font-face {
  font-family: SegoeUI;

  src: url(../fonts/SegoeUIRegular.6581cfae.ttf) format('ttf'),
    url(../fonts/SegoeUIRegular.5ee360a8.woff) format('woff');

  font-style: normal;
}

@font-face {
  font-family: SegoeUI;

  src: url(../fonts/SegoeUIRegular.6581cfae.ttf) format('ttf'),
    url(../fonts/SegoeUIRegular.5ee360a8.woff) format('woff');

  font-style: normal;
}

@font-face {
  font-family: SegoeUIBold;

  src: url(../fonts/SegoeUIBold.eb36b886.ttf) format('ttf'),
    url(../fonts/SegoeUIBold.6721a766.woff) format('woff');

  font-style: normal;
}

h2 {
  font-size: 36px;
}

p {
  font-size: 22px;
}

li {
  font-size: 20px;
}

@-webkit-keyframes logo-triangle {
  0% {
    -webkit-transform: rotateX(0deg);

    transform: rotateX(0deg);
  }

  to {
    -webkit-transform: rotateX(1turn);

    transform: rotateX(1turn);
  }
}

@keyframes logo-triangle {
  0% {
    -webkit-transform: rotateX(0deg);

    transform: rotateX(0deg);
  }

  to {
    -webkit-transform: rotateX(1turn);

    transform: rotateX(1turn);
  }
} /*!

 * animate.css -https://daneden.github.io/animate.css/

 * Version - 3.7.2

 * Licensed under the MIT license - http://opensource.org/licenses/MIT

 *

 * Copyright (c) 2019 Daniel Eden

 */

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;

  animation-name: bounce;

  -webkit-transform-origin: center bottom;

  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;

  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;

  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;

  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;

  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);

    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);

    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);

    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);

    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);

    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);

    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);

    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);

    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

  -webkit-animation-name: headShake;

  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);

    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);

    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);

    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);

    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);

    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);

    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;

  transform-origin: top center;

  -webkit-animation-name: swing;

  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;

  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);

    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);

    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);

    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);

    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);

    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);

    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);

    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);

    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);

    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);

    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;

  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);

    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);

    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);

    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);

    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;

  animation-name: jello;

  -webkit-transform-origin: center;

  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);

    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);

    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);

    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);

    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);

    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);

    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);

    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);

    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);

    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);

    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;

  animation-name: heartBeat;

  -webkit-animation-duration: 1.3s;

  animation-duration: 1.3s;

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;

    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;

    -webkit-transform: scaleX(1);

    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;

  animation-duration: 0.75s;

  -webkit-animation-name: bounceIn;

  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -3000px, 0);

    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, 25px, 0);

    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);

    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;

  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(-3000px, 0, 0);

    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(25px, 0, 0);

    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);

    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);

    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;

  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(3000px, 0, 0);

    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(-25px, 0, 0);

    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);

    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);

    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;

  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 3000px, 0);

    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;

  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;

  animation-duration: 0.75s;

  -webkit-animation-name: bounceOut;

  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;

  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;

  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;

  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;

  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownCustom {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -10%, 0);

    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInDownCustom {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -10%, 0);

    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInDownCustom {
  -webkit-animation-name: fadeInDownCustom;

  animation-name: fadeInDownCustom;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;

  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;

  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;

  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;

  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;

  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;

  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;

  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;

  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;

  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;

  backface-visibility: visible;

  -webkit-animation-name: flip;

  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);

    transform: perspective(400px) rotateX(90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);

    transform: perspective(400px) rotateX(-20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);

    transform: perspective(400px) rotateX(10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);

    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);

    transform: perspective(400px) rotateX(90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);

    transform: perspective(400px) rotateX(-20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);

    transform: perspective(400px) rotateX(10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);

    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInX;

  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);

    transform: perspective(400px) rotateY(90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);

    transform: perspective(400px) rotateY(-20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);

    transform: perspective(400px) rotateY(10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);

    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);

    transform: perspective(400px) rotateY(90deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;

    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);

    transform: perspective(400px) rotateY(-20deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);

    transform: perspective(400px) rotateY(10deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);

    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipInY;

  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);

    transform: perspective(400px) rotateX(-20deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);

    transform: perspective(400px) rotateX(90deg);

    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);

    transform: perspective(400px) rotateX(-20deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);

    transform: perspective(400px) rotateX(90deg);

    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;

  animation-duration: 0.75s;

  -webkit-animation-name: flipOutX;

  animation-name: flipOutX;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);

    transform: perspective(400px) rotateY(-15deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);

    transform: perspective(400px) rotateY(90deg);

    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);

    transform: perspective(400px) rotateY(-15deg);

    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);

    transform: perspective(400px) rotateY(90deg);

    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;

  animation-duration: 0.75s;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  -webkit-animation-name: flipOutY;

  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);

    transform: skewX(20deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;

  animation-name: lightSpeedIn;

  -webkit-animation-timing-function: ease-out;

  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;

  animation-name: lightSpeedOut;

  -webkit-animation-timing-function: ease-in;

  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate(-200deg);

    transform: rotate(-200deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate(-200deg);

    transform: rotate(-200deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;

  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;

  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;

  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;

  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(-90deg);

    transform: rotate(-90deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(-90deg);

    transform: rotate(-90deg);

    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;

  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate(200deg);

    transform: rotate(200deg);

    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;

    transform-origin: center;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;

    transform-origin: center;

    -webkit-transform: rotate(200deg);

    transform: rotate(200deg);

    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;

  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;

  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;

  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;

    transform-origin: left bottom;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;

  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg);

    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg);

    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;

  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);

    transform: rotate(80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);

    transform: rotate(60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);

    transform: rotate(80deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);

    transform: rotate(60deg);

    -webkit-transform-origin: top left;

    transform-origin: top left;

    -webkit-animation-timing-function: ease-in-out;

    animation-timing-function: ease-in-out;

    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);

    transform: translate3d(0, 700px, 0);

    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-name: hinge;

  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;

    -webkit-transform: scale(0.1) rotate(30deg);

    transform: scale(0.1) rotate(30deg);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);

    transform: rotate(3deg);
  }

  to {
    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;

    -webkit-transform: scale(0.1) rotate(30deg);

    transform: scale(0.1) rotate(30deg);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);

    transform: rotate(3deg);
  }

  to {
    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;

  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);

    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);

    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;

  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);

    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);

    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;

  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;

  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;

  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;

  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;

  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;

  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;

  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;

  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;

  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;

  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    transform-origin: center bottom;

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;

  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;

  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;

  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;

  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;

  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;

  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;

  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;

  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);

    transform: translateZ(0);
  }

  to {
    visibility: hidden;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;

  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;

  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;

  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;

  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;

  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;

  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;

  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;

  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;

  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;

    animation-duration: 1ms !important;

    -webkit-transition-duration: 1ms !important;

    transition-duration: 1ms !important;

    -webkit-animation-iteration-count: 1 !important;

    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 480px) {
  #app[data-v-38a00b3a] {
    min-width: 100vw !important;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .about-us__text[data-v-13338a74] {
    margin-right: 0 !important;
  }
}

@media (max-width: 480px) {
  #app[data-v-38a00b3a] {
    min-width: 100vw !important;
    overflow-x: hidden;
  }

  .about-us__text[data-v-13338a74] {
    margin-right: 0 !important;
  }

  .team-carusel[data-v-b088340a] {
    padding: 0 5% !important;
    min-width: auto !important;
  }

  .service-carusel--item h1[data-v-3a1b132c] {
    font-size: 36px !important;
    white-space: normal !important;
    text-align: center;
  }

  .trust-container[data-v-4bf63fa0] {
    grid-template-columns: 1fr !important;
  }

  .contact-address--item p[data-v-fd24f0be] {
    font-size: 16px !important;
    white-space: normal !important;
    text-align: center;
  }

  html, body {
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  h1.white[data-v-3df47881] {
    font-size: 48px !important;
    padding: 0 20px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  h1[data-v-3df47881] {
    font-size: 38px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .service-carusel--item h1[data-v-3a1b132c] {
    font-size: 28px !important;
    white-space: normal !important;
    text-align: center !important;
    padding: 0 20px !important;
  }
}

@media only screen and (max-width: 480px) {
  .service-carusel--item-content[data-v-3a1b132c] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .about-us__timeline[data-v-13338a74] {
    min-height: 200px !important;
    min-width: auto !important;
  }
}

html, body {
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

